[SM-Commit] GIT changes to master grimoire by Bor Kraljič (6732ee78b8a03aa3d229dbd5d8a2879ecaa9c289)

Bor Kraljič scm at sourcemage.org
Fri Aug 19 08:24:59 EDT 2011


GIT changes to master grimoire by Bor Kraljič <pyrobor at ver.si>:

 crypto/libassuan/DEPENDS |    3 +--
 crypto/libassuan/HISTORY |    3 +++
 libs/libusb/BUILD        |    4 ----
 libs/libusb/CONFIGURE    |   13 -------------
 libs/libusb/HISTORY      |    3 +++
 utils/bluez/CONFIGURE    |    4 ++--
 utils/bluez/DEPENDS      |    8 ++++----
 utils/bluez/DETAILS      |    2 +-
 utils/bluez/HISTORY      |    4 ++++
 9 files changed, 18 insertions(+), 26 deletions(-)

New commits:
commit 6732ee78b8a03aa3d229dbd5d8a2879ecaa9c289
Author: Bor Kraljič <pyrobor at ver.si>
Commit: Bor Kraljič <pyrobor at ver.si>

    libassuan: removed unrecognized options (issue #30)

commit c6bbc5742b61b3487fa42cbf02ead1c5fad915bb
Author: Bor Kraljič <pyrobor at ver.si>
Commit: Bor Kraljič <pyrobor at ver.si>

    bluez: fixed unrecognized options (issue #30)

commit aa91725a92ad11e10c70f8155e8728472f7a476f
Author: Bor Kraljič <pyrobor at ver.si>
Commit: Bor Kraljič <pyrobor at ver.si>

    bluez: updated spell to 4.96

commit 9c3e947a08a123f0b41ee50bf2210ce7c1042837
Author: Bor Kraljič <pyrobor at ver.si>
Commit: Bor Kraljič <pyrobor at ver.si>

    libusb: removed BUILD and CONFIGURE, it only contained unrecognized options (issue #30)

diff --git a/crypto/libassuan/DEPENDS b/crypto/libassuan/DEPENDS
index 0046093..e4156b1 100755
--- a/crypto/libassuan/DEPENDS
+++ b/crypto/libassuan/DEPENDS
@@ -1,2 +1 @@
-depends texinfo &&
-optional_depends pth '--with-pth-prefix=/usr' '--without-pth' 'Enable pth support?'
+depends texinfo
diff --git a/crypto/libassuan/HISTORY b/crypto/libassuan/HISTORY
index 5f28765..5eda039 100644
--- a/crypto/libassuan/HISTORY
+++ b/crypto/libassuan/HISTORY
@@ -1,3 +1,6 @@
+2011-08-19 Bor Kraljič <pyrobor at ver.si>
+	* DEPENDS: removed unrecognized options (issue #30)
+
 2011-06-16 Ladislav Hagara <hgr at vabo.cz>
 	* DETAILS: 2.0.2
 
diff --git a/libs/libusb/BUILD b/libs/libusb/BUILD
deleted file mode 100755
index 3923fbb..0000000
--- a/libs/libusb/BUILD
+++ /dev/null
@@ -1,4 +0,0 @@
-OPTS="$LIBUSB_DOC  \
-      $OPTS"       &&
-
-default_build
diff --git a/libs/libusb/CONFIGURE b/libs/libusb/CONFIGURE
deleted file mode 100755
index c09e029..0000000
--- a/libs/libusb/CONFIGURE
+++ /dev/null
@@ -1,13 +0,0 @@
-#if  spell_ok  openjade           &&
-#    spell_ok  docbook-sgml-dtd;  then
-#  config_query_option  LIBUSB_DOC  "Enable building of documentation?"  y  \
-#                       '--enable-build-docs'  '--disable-build-docs'
-#else
-
-config_query_option  LIBUSB_DOC  "Enable building of documentation?"  n  \
-                     '--enable-build-docs'  '--disable-build-docs'
-
-#fi
-#above were commented out to disable docs in either case -- change back when fixed
-# true
-# make sure we return true when otherwise empty
diff --git a/libs/libusb/HISTORY b/libs/libusb/HISTORY
index 987c89d..eb15c8c 100644
--- a/libs/libusb/HISTORY
+++ b/libs/libusb/HISTORY
@@ -1,3 +1,6 @@
+2011-08-19 Bor Kraljič <pyrobor at ver.si>
+	* BUILD,CONFIGURE: removed, it only contained unrecognized options (issue #30)
+
 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/utils/bluez/CONFIGURE b/utils/bluez/CONFIGURE
index 5e84b97..996eb2f 100755
--- a/utils/bluez/CONFIGURE
+++ b/utils/bluez/CONFIGURE
@@ -8,8 +8,8 @@ config_query_option BLUEZOPTS "Build the test programs?" n "--enable-test" "--di
 config_query_option BLUEZOPTS "Build HID mode switching utility?" n "--enable-hid2hci" "--disable-hid2hci" &&
 config_query_option BLUEZOPTS "Build DFU firmware upgrade utility?" n "--enable-dfutool" "--disable-dfutool" &&
 config_query_option BLUEZOPTS "Build BCCMD interface utility?" n "--enable-bccmd" "--disable-bccmd" &&
-config_query_option BLUEZOPTS "Install Bluetooth configuration files?" y "--enable-configfiles" "--disable-configfiles" &&
-config_query_option BLUEZOPTS "Install udev rules?" y "--enable-udevrules" "--disable-udevrules" &&
+config_query_option BLUEZOPTS "Install Bluetooth configuration files?" y "--enable-datafiles" "--disable-datafiles" &&
+#config_query_option BLUEZOPTS "Install udev rules?" y "--enable-udevrules" "--disable-udevrules" &&
 config_query_option BLUEZOPTS "Install PCMCIA serial script?" n "--enable-pcmcia" "--disable-pcmcia" &&
 config_query_option BLUEZOPTS "Build the input plugin?" n "--enable-input" "--disable-input" &&
 config_query_option BLUEZOPTS "Build the network plugin?" n "--enable-network" "--disable-network" &&
diff --git a/utils/bluez/DEPENDS b/utils/bluez/DEPENDS
index 89e28d8..2801cd3 100755
--- a/utils/bluez/DEPENDS
+++ b/utils/bluez/DEPENDS
@@ -23,10 +23,10 @@ optional_depends gstreamer \
                  "--disable-gstreamer" \
                  "for GStreamer support" &&
 
-optional_depends udev \
-                 "--enable-udevrules" \
-                 "--disable-udevrules" \
-                 "install the udev rules" &&
+#optional_depends udev \
+#                 "--enable-udevrules" \
+#                 "--disable-udevrules" \
+#                 "install the udev rules" &&
 
 optional_depends hal \
                  "--enable-hal" \
diff --git a/utils/bluez/DETAILS b/utils/bluez/DETAILS
index 8cb8453..6a15099 100755
--- a/utils/bluez/DETAILS
+++ b/utils/bluez/DETAILS
@@ -1,5 +1,5 @@
            SPELL=bluez
-         VERSION=4.95
+         VERSION=4.96
           SOURCE=$SPELL-$VERSION.tar.gz
          SOURCE2=$SOURCE.sign
   SOURCE2_IGNORE=signature
diff --git a/utils/bluez/HISTORY b/utils/bluez/HISTORY
index f7c219f..17384ba 100644
--- a/utils/bluez/HISTORY
+++ b/utils/bluez/HISTORY
@@ -1,3 +1,7 @@
+2011-08-19 Bor Kraljič <pyrobor at ver.si>
+	* DETAILS: updated spell to 4.96
+	* DEPENDS, CONFIGURE: fixed unrecognized options (issue #30)
+
 2011-08-12 Julien "_kaze_" ROZO <julien at rozo.org>
 	* DETAILS: updated version to 4.95
 	* CONFIGURE: fixed minor typo (progams -> programs)


More information about the SM-Commit mailing list