Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to devel-kde3_removal grimoire by Bor Kraljič (c931a4d810b4668358939a44baeb35f23e090b8f)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Bor Kraljič <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to devel-kde3_removal grimoire by Bor Kraljič (c931a4d810b4668358939a44baeb35f23e090b8f)
  • Date: Mon, 10 Oct 2011 03:01:22 -0500

GIT changes to devel-kde3_removal grimoire by Bor Kraljič <pyrobor AT ver.si>:

crypto/pinentry/DEPENDS | 5 -----
crypto/pinentry/HISTORY | 3 +++
devel/oprofile/DEPENDS | 7 +------
devel/oprofile/HISTORY | 3 +++
devel/unit++/DEPENDS | 4 ----
devel/unit++/HISTORY | 3 +++
graphics/djvulibre/DEPENDS | 4 ----
graphics/djvulibre/HISTORY | 3 +++
libs/bioapi/BUILD | 2 ++
libs/bioapi/DEPENDS | 1 -
libs/bioapi/HISTORY | 4 ++++
libs/mico/DEPENDS | 1 -
libs/mico/DETAILS | 20 +++++++++++++++++---
libs/mico/HISTORY | 6 ++++++
net/wpa_supplicant/DEPENDS | 3 +--
net/wpa_supplicant/HISTORY | 3 +++
odbc-drivers/myodbc/BUILD | 1 +
odbc-drivers/myodbc/DEPENDS | 3 +--
odbc-drivers/myodbc/HISTORY | 4 ++++
utils/avahi/DEPENDS | 4 ----
utils/avahi/HISTORY | 4 ++++
utils/avahi/PRE_SUB_DEPENDS | 2 --
utils/avahi/SUB_DEPENDS | 3 ---
23 files changed, 56 insertions(+), 37 deletions(-)

New commits:
commit c931a4d810b4668358939a44baeb35f23e090b8f
Author: Bor Kraljič <pyrobor AT ver.si>
Commit: Bor Kraljič <pyrobor AT ver.si>

bioapi: force disabled use of qt-x11

commit 690129e48d8b5b6e25c40efdf870db76e9ad0b5a
Author: Bor Kraljič <pyrobor AT ver.si>
Commit: Bor Kraljič <pyrobor AT ver.si>

unit++: removed, removed optional dependencie on qt-x11

commit 097bc0fabc367b4cf92bd213c503e493f9e2453b
Author: Bor Kraljič <pyrobor AT ver.si>
Commit: Bor Kraljič <pyrobor AT ver.si>

avahi: removed optional dependency on qt-x11

commit 55719787f71f2820ca5f926e3660f935f2180cfa
Author: Bor Kraljič <pyrobor AT ver.si>
Commit: Bor Kraljič <pyrobor AT ver.si>

wpa_supplicant: removed optional dependency on qt-x11

commit 3d1bada150412d6c1ff1dfc2d165a3966fbdcc30
Author: Bor Kraljič <pyrobor AT ver.si>
Commit: Bor Kraljič <pyrobor AT ver.si>

myodbc: removed optional dependency on qt-x11

commit 62aec5b013379c8520bd579265319f5754a37654
Author: Bor Kraljič <pyrobor AT ver.si>
Commit: Bor Kraljič <pyrobor AT ver.si>

mico: removed optional dependency on qt-x11

commit 4b595ecbdf930a592723003ed55105978de1cacb
Author: Bor Kraljič <pyrobor AT ver.si>
Commit: Bor Kraljič <pyrobor AT ver.si>

mico: fixed long description wrap

commit f8f91272a0b1099b59aca6e59b321f0ec2d9195d
Author: Bor Kraljič <pyrobor AT ver.si>
Commit: Bor Kraljič <pyrobor AT ver.si>

djvulibre: removed optional dependency on qt-x11

commit 197703f3b75f37133e78c51b8d4a29b25c232926
Author: Bor Kraljič <pyrobor AT ver.si>
Commit: Bor Kraljič <pyrobor AT ver.si>

oprofile: removed optional dependency on qt-x11

commit 98b87f36127980731c592534cad82bac2d592bd0
Author: Bor Kraljič <pyrobor AT ver.si>
Commit: Bor Kraljič <pyrobor AT ver.si>

pinentry: removed optional dependency on qt-x11

diff --git a/crypto/pinentry/DEPENDS b/crypto/pinentry/DEPENDS
index f8bda32..41b1e93 100755
--- a/crypto/pinentry/DEPENDS
+++ b/crypto/pinentry/DEPENDS
@@ -9,11 +9,6 @@ optional_depends gtk+2 \
"--disable-pinentry-gtk2" \
"to build GTK+2 pinentry" &&

-optional_depends qt-x11 \
- "--with-qt-includes=/usr/include/qt --enable-pinentry-qt" \
- "--disable-pinentry-qt" \
- "to build Qt pinentry"
&&
-
optional_depends qt4
\
"--enable-pinentry-qt4" \
"--disable-pinentry-qt4"
\
diff --git a/crypto/pinentry/HISTORY b/crypto/pinentry/HISTORY
index abc0802..f3793a1 100644
--- a/crypto/pinentry/HISTORY
+++ b/crypto/pinentry/HISTORY
@@ -1,3 +1,6 @@
+2011-10-10 Bor Kraljič <pyrobor AT ver.si>
+ * DEPENDS: removed optional dependency on qt-x11
+
2011-09-26 Bor Kraljič <pyrobor AT ver.si>
* DETAILS: converted to upstream signature checking
* 1CE0C630.gpg: added gpg keyring
diff --git a/devel/oprofile/DEPENDS b/devel/oprofile/DEPENDS
index 2891f88..0411951 100755
--- a/devel/oprofile/DEPENDS
+++ b/devel/oprofile/DEPENDS
@@ -11,9 +11,4 @@ if is_depends_enabled $SPELL libx11; then
depends libsm &&
depends libxft &&
depends libxrandr
-fi &&
-
-optional_depends qt-x11 \
- '--with-qt-dir=/usr --with-qt-includes=/usr/include/qt
--with-qt-libraries=/usr/lib' \
- '' \
- 'to build a GUI'
+fi
diff --git a/devel/oprofile/HISTORY b/devel/oprofile/HISTORY
index 9072be3..dc46a5b 100644
--- a/devel/oprofile/HISTORY
+++ b/devel/oprofile/HISTORY
@@ -1,3 +1,6 @@
+2011-10-10 Bor Kraljič <pyrobor AT ver.si>
+ * DEPENDS: removed optional dependency on qt-x11
+
2011-07-30 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* DEPENDS: changed dependency on g++ to dependency on gcc with
sub-depends on CXX (scripted)
diff --git a/devel/unit++/DEPENDS b/devel/unit++/DEPENDS
deleted file mode 100755
index b8cee3f..0000000
--- a/devel/unit++/DEPENDS
+++ /dev/null
@@ -1,4 +0,0 @@
-optional_depends qt-x11 \
- "--with-qt" \
- "--without-qt" \
- "to use the QT framework"
\ No newline at end of file
diff --git a/devel/unit++/HISTORY b/devel/unit++/HISTORY
index 4258d99..bbe2106 100644
--- a/devel/unit++/HISTORY
+++ b/devel/unit++/HISTORY
@@ -1,3 +1,6 @@
+2011-10-10 Bor Kraljič <pyrobor AT ver.si>
+ * DEPENDS: removed, removed optional dependencie on qt-x11
+
2006-10-02 Anton Brondz <dinolinux AT sourcemage.org>
* DETAILS: updated to 1.2.4
* DEPENDS: added, optionally depends on qt-x11
diff --git a/graphics/djvulibre/DEPENDS b/graphics/djvulibre/DEPENDS
index 8bbe06c..8f10a74 100755
--- a/graphics/djvulibre/DEPENDS
+++ b/graphics/djvulibre/DEPENDS
@@ -1,8 +1,4 @@
depends -sub CXX gcc &&
-optional_depends qt-x11 \
- "--enable-djview" \
- "--disable-djview" \
- "build QT3 viewer" &&
optional_depends tiff \
"--with-tiff" \
"--without-tiff" \
diff --git a/graphics/djvulibre/HISTORY b/graphics/djvulibre/HISTORY
index ff46064..493eb1b 100644
--- a/graphics/djvulibre/HISTORY
+++ b/graphics/djvulibre/HISTORY
@@ -1,3 +1,6 @@
+2011-10-10 Bor Kraljič <pyrobor AT ver.si>
+ * DEPENDS: removed optional dependency on qt-x11
+
2011-07-30 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* DEPENDS: changed dependency on g++ to dependency on gcc with
sub-depends on CXX (scripted)
diff --git a/libs/bioapi/BUILD b/libs/bioapi/BUILD
new file mode 100755
index 0000000..0ecb179
--- /dev/null
+++ b/libs/bioapi/BUILD
@@ -0,0 +1,2 @@
+OPTS="$OPTS --with-Qt-dir=no" &&
+default_build
diff --git a/libs/bioapi/DEPENDS b/libs/bioapi/DEPENDS
deleted file mode 100755
index 02444ca..0000000
--- a/libs/bioapi/DEPENDS
+++ /dev/null
@@ -1 +0,0 @@
-optional_depends qt-x11 "--with-Qt-dir=/usr" "--without-Qt-dir" "for Qt"
diff --git a/libs/bioapi/HISTORY b/libs/bioapi/HISTORY
index 672c335..22ef098 100644
--- a/libs/bioapi/HISTORY
+++ b/libs/bioapi/HISTORY
@@ -1,3 +1,7 @@
+2011-10-10 Bor Kraljič <pyrobor AT ver.si>
+ * BUILD: added, force disabled use of qt-x11
+ * DEPENDS: removed, no longer needed
+
2009-02-23 Arjan Bouter <abouter AT sourcemage.org>
* PRE_BUILD: added, for real this time ;)
* bioapi_cure_paranoia.patch: added
diff --git a/libs/mico/DEPENDS b/libs/mico/DEPENDS
index 436c9fb..8ca08f4 100755
--- a/libs/mico/DEPENDS
+++ b/libs/mico/DEPENDS
@@ -1,4 +1,3 @@
-optional_depends qt-x11 "--with-qt=/usr" "--without-qt" "for qt support of
some kind" &&
optional_depends openssl "--with-ssl=/usr" "--without-ssl" "for ssl
communication" &&
optional_depends gtk+ "--with-gtk=/usr" "--without-gtk" "for gtk support of
some kind" &&
optional_depends xorg-server "--with-x" "--without-x" "for x support of some
kind"
diff --git a/libs/mico/DETAILS b/libs/mico/DETAILS
index 0c6ae40..7aa1f3b 100755
--- a/libs/mico/DETAILS
+++ b/libs/mico/DETAILS
@@ -13,9 +13,23 @@ SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}
KEYWORDS="libs"
SHORT="Mico implements the CORBA Standard"
cat << EOF
-The Common Object Request Broker Architecture (CORBA) was first published in
1990 by the Object Management Group (OMG), a non-profit organisation that was
founded in 1989 to integrate distributed applications based on a variety of
existing technologies. CORBA standardises interfaces and semantics for
object-oriented middleware. It includes a specification for the Object
Request Broker (ORB), a software library with standardised CORBA object
interfaces that allows clients and targets to communicate with each other
across a network in a well-defined way. In addition, CORBA automatically
applies a range of useful services to communications. After the ORB is
initialised, all CORBA objects can be invoked by applications like local
software objects.
+The Common Object Request Broker Architecture (CORBA) was first published
+in 1990 by the Object Management Group (OMG), a non-profit organisation that
+was founded in 1989 to integrate distributed applications based on a variety
+of existing technologies. CORBA standardises interfaces and semantics for
+object-oriented middleware. It includes a specification for the Object
Request
+Broker (ORB), a software library with standardised CORBA object interfaces
+that allows clients and targets to communicate with each other across a
+network in a well-defined way. In addition, CORBA automatically applies a
+range of useful services to communications. After the ORB is initialised,
+all CORBA objects can be invoked by applications like local software objects.

-MICO implements the CORBA standard. Since its foundation in December 1996,
MICO has become a mature, very stable, fully-compliant implementation of the
CORBA standard.
+MICO implements the CORBA standard. Since its foundation in December 1996,
+MICO has become a mature, very stable, fully-compliant implementation of
+the CORBA standard.

-MICO is available as open source under the GNU-copyright notice and is
widely used for different purposes (see our success stories). In June 1999,
MICO has been branded as "CORBA compliant" by the OpenGroup, thus
demonstrating that it is production grade software.
+MICO is available as open source under the GNU-copyright notice and is widely
+used for different purposes (see our success stories). In June 1999, MICO
+has been branded as "CORBA compliant" by the OpenGroup, thus demonstrating
+that it is production grade software.
EOF
diff --git a/libs/mico/HISTORY b/libs/mico/HISTORY
index 3fe09ae..a5a9d01 100644
--- a/libs/mico/HISTORY
+++ b/libs/mico/HISTORY
@@ -1,3 +1,9 @@
+2011-10-10 Bor Kraljič <pyrobor AT ver.si>
+ * DEPENDS: removed optional dependency on qt-x11
+
+2011-09-26 Bor Kraljič <pyrobor AT ver.si>
+ * DETAILS: fixed long description wrap
+
2008-03-18 Eric Sandall <sandalle AT sourcemage.org>
* DEPENDS: Switch X11-SERVER to the one and only xorg-server

diff --git a/net/wpa_supplicant/DEPENDS b/net/wpa_supplicant/DEPENDS
index be0d89d..b19658a 100755
--- a/net/wpa_supplicant/DEPENDS
+++ b/net/wpa_supplicant/DEPENDS
@@ -19,8 +19,7 @@ if [[ $CONFIG_CTRL_IFACE != n ]]; then
"" \
"for Readline support in CLI frontend" &&

- optional_depends qt4 "" "" "to build wpa_gui, a Qt4-based GUI frontend" &&
- optional_depends qt-x11 "" "" "to build wpa_gui, a Qt-based GUI frontend"
+ optional_depends qt4 "" "" "to build wpa_gui, a Qt4-based GUI frontend"
fi &&

optional_depends dbus \
diff --git a/net/wpa_supplicant/HISTORY b/net/wpa_supplicant/HISTORY
index 4bd9752..0913401 100644
--- a/net/wpa_supplicant/HISTORY
+++ b/net/wpa_supplicant/HISTORY
@@ -1,3 +1,6 @@
+2011-10-10 Bor Kraljič <pyrobor AT ver.si>
+ * DEPENDS: removed optional dependency on qt-x11
+
2011-09-07 Bor Kraljič <pyrobor AT ver.si>
* DETAILS: use guru.sig for devel branch too (fixes #139)

diff --git a/odbc-drivers/myodbc/BUILD b/odbc-drivers/myodbc/BUILD
index 5b9a58f..339d890 100755
--- a/odbc-drivers/myodbc/BUILD
+++ b/odbc-drivers/myodbc/BUILD
@@ -1,5 +1,6 @@
OPTS="$OPTS --with-mysql-path=/usr" &&
CFLAGS="${CFLAGS//-ffast-math}" &&
+OPTS="$OPTS --disable-gui"

if is_depends_enabled $SPELL libiodbc; then
OPTS="$OPTS --with-iODBC=/usr"
diff --git a/odbc-drivers/myodbc/DEPENDS b/odbc-drivers/myodbc/DEPENDS
index 3ee2f1a..acee756 100755
--- a/odbc-drivers/myodbc/DEPENDS
+++ b/odbc-drivers/myodbc/DEPENDS
@@ -1,3 +1,2 @@
depends MYSQL &&
-depends ODBC-MGR &&
-optional_depends qt-x11 "--enable-gui" "--disable-gui" "graphical interface"
+depends ODBC-MGR
diff --git a/odbc-drivers/myodbc/HISTORY b/odbc-drivers/myodbc/HISTORY
index cfa882e..61551ed 100644
--- a/odbc-drivers/myodbc/HISTORY
+++ b/odbc-drivers/myodbc/HISTORY
@@ -1,3 +1,7 @@
+2011-10-10 Bor Kraljič <pyrobor AT ver.si>
+ * DEPENDS: removed optional dependency on qt-x11
+ * BUILD: force disabled gui (we don't have qt-x11 anymore)
+
2010-04-13 Elisamuel Resto <ryuji AT sourcemage.org>
* BUILD: added CFLAGS filter for -ffast-math, databases dont like it

diff --git a/utils/avahi/DEPENDS b/utils/avahi/DEPENDS
index 853cdc2..7cde282 100755
--- a/utils/avahi/DEPENDS
+++ b/utils/avahi/DEPENDS
@@ -1,8 +1,4 @@
# stuff from SUB_DEPENDS
-optional_depends qt-x11 \
- "--enable-qt3" "--disable-qt3" \
- "Build Qt3 mainloop integration?" &&
-
optional_depends qt4 \
"--enable-qt4" "--disable-qt4" \
"Build Qt4Core mainloop integration?" &&
diff --git a/utils/avahi/HISTORY b/utils/avahi/HISTORY
index 16cee19..f65ccd9 100644
--- a/utils/avahi/HISTORY
+++ b/utils/avahi/HISTORY
@@ -1,3 +1,7 @@
+2011-10-10 Bor Kraljič <pyrobor AT ver.si>
+ * DEPENDS: removed optional dependency on qt-x11
+ * {PRE_,}SUB_DEPENDS: removed option to request QT3
+
2011-04-30 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS: 0.6.30, SECURITY_PATCH=3
Fix CVE-2011-1002, fixing the fix for CVE-2010-2244
diff --git a/utils/avahi/PRE_SUB_DEPENDS b/utils/avahi/PRE_SUB_DEPENDS
index 534017b..c8790c5 100755
--- a/utils/avahi/PRE_SUB_DEPENDS
+++ b/utils/avahi/PRE_SUB_DEPENDS
@@ -1,8 +1,6 @@
case $THIS_SUB_DEPENDS in
MONO)
if is_depends_enabled $SPELL mono; then return 0; fi;;
- QT3)
- if is_depends_enabled $SPELL qt-x11; then return 0; fi;;
QT4)
if is_depends_enabled $SPELL qt4; then return 0; fi;;
GTK2)
diff --git a/utils/avahi/SUB_DEPENDS b/utils/avahi/SUB_DEPENDS
index c26287a..a7ba6fc 100755
--- a/utils/avahi/SUB_DEPENDS
+++ b/utils/avahi/SUB_DEPENDS
@@ -2,9 +2,6 @@ case $THIS_SUB_DEPENDS in
MONO) echo "mono bindings requested, forcing them." &&
depends mono '--enable-mono'
;;
-QT3) echo "qt3 bindings requested, forcing them." &&
- depends qt-x11 '--enable-qt3'
- ;;
QT4) echo "qt4 bindings requested, forcing them." &&
depends qt4 '--enable-qt4'
;;



  • [SM-Commit] GIT changes to devel-kde3_removal grimoire by Bor Kraljič (c931a4d810b4668358939a44baeb35f23e090b8f), Bor Kraljič, 10/10/2011

Archive powered by MHonArc 2.6.24.

Top of Page