commit 95554a5b21d00b0c7f48bc388fa7530a11695495
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>
kdebase4 - change depends libusb -> LIBUSB
commit 6e93f3ed9b94c45921660ead9c9115bdb24ca033
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>
kstars - change depends libusb -> LIBUSB
commit 53647ec0cbe11149e986dc3b09111d9d7c8963c9
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>
sane-backends - change depends libusb -> LIBUSB
commit fb94f4db68eb4ac78c8febba4a63a165ea78846d
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>
libgphoto2 - change depends libusb -> LIBUSB
commit 6b1b5420d901fff1707147ed8ff49cc330861120
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>
devicekit-power - change depends libusb -> LIBUSB
commit 68c8d129095ff02e20e7ba03639f3bada2b97261
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>
gtkam - change depends libusb -> LIBUSB
commit 1cf51cf3447955c02b783bafc47c8a88a4ecbc7d
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>
gphotofs - change depends libusb -> LIBUSB
commit e93e7f8561516b80c51e42119e5f4570408160ca
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>
pcsc-lite - change depends libusb -> LIBUSB
commit 9d1a5e683f71a43085c76a183621c3b5a4828649
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>
openct - change depends libusb -> LIBUSB
commit f84f928955cd0c04da8c75c2b205b19a57777e46
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>
gnupg - change depends libusb -> LIBUSB
commit 7c4eee5e174032bdc60942346c26750465b5fd1b
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>
libifp - change depends libusb -> LIBUSB
commit 2cbc05e26a95a5d593e9e0c6241b4162059c965e
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>
ardour2 - change depends libusb -> LIBUSB
commit 24d6de55d8de26fb0b2877c3568b365b50fa49f0
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>
libusb now provides LIBUSB, conflicts libusbx
diff --git a/ChangeLog b/ChangeLog
index 46330ae..9196569 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2012-05-09 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * science/mkgmap: new spell, a tool for generating Garmin img files
from
+ OpenStreetMap data
+
+2012-05-09 Ladislav Hagara <hgr AT vabo.cz>
+ * crypto/npth: new spell, new GNU Portable Threads Library
+
+2012-05-09 Treeve Jelbert <treeve AT sourcemage.org>
+ * libs/libusbx: new spell
+ fork of original libusb project
+
2012-05-07 Ladislav Hagara <hgr AT vabo.cz>
* editors/scribus.gpg: removed
-optional_depends libusb \
+optional_depends LIBUSB \
"" \
"--without-libusb" \
"to use the integrated CCID smartcard reader driver" &&
diff --git a/crypto/gnupg/HISTORY b/crypto/gnupg/HISTORY
index 6c8d84b..0348007 100644
--- a/crypto/gnupg/HISTORY
+++ b/crypto/gnupg/HISTORY
@@ -1,6 +1,8 @@
+2012-05-09 Treeve Jelbert <treeve AT sourcemage.org>
+ * DEPENDS: libusb => LIBUSB
+
2012-02-15 Vlad Glagolev <stealth AT sourcemage.org>
* DEPENDS: added pcsc-lite suggest dependency
-
2012-01-30 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS: 1.4.12
diff --git a/crypto/npth/DETAILS b/crypto/npth/DETAILS
new file mode 100755
index 0000000..0997b8d
--- /dev/null
+++ b/crypto/npth/DETAILS
@@ -0,0 +1,28 @@
+ SPELL=npth
+ VERSION=0.90
+
+ SOURCE=$SPELL-$VERSION.tar.bz2
+ SOURCE_URL[0]=ftp://ftp.gnupg.org/gcrypt/npth/$SOURCE
+ SOURCE_GPG="GnuPG.gpg:$SOURCE.sig:VERIFIED_UPSTREAM_KEY"
+
+ SOURCE2=$SOURCE.sig
+ SOURCE2_URL[0]=$SOURCE_URL.sig
+ SOURCE2_IGNORE=signature
+
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ WEB_SITE=http://www.gnupg.org/
+ ENTERED=20120509
+ LICENSE[0]=GPL
+ SHORT="new GNU Portable Threads Library"
+cat << EOF
+nPth - The New GNU Portable Threads Library
+
+This is a library to provide the GNU Pth API and thus a
+non-preemptive threads implementation.
+
+In contrast to GNU Pth is is based on the system's standard threads
+implementation. This allows the use of libraries which are not
+compatible to GNU Pth. Experience with a Windows Pth emulation
+showed that this is a solid way to provide a co-routine based
+framework.
+EOF
diff --git a/crypto/npth/HISTORY b/crypto/npth/HISTORY
new file mode 100644
index 0000000..8677c78
--- /dev/null
+++ b/crypto/npth/HISTORY
@@ -0,0 +1,2 @@
+2012-05-09 Ladislav Hagara <hgr AT vabo.cz>
+ * DETAILS: spell created, version 0.90
diff --git a/crypto/openct/DEPENDS b/crypto/openct/DEPENDS
index 3cba84e..105aa22 100755
--- a/crypto/openct/DEPENDS
+++ b/crypto/openct/DEPENDS
@@ -1,3 +1,3 @@
-optional_depends libusb '--enable-usb' '' 'usb hot plug support' &&
+optional_depends LIBUSB '--enable-usb' '' 'usb hot plug support' &&
optional_depends hal '' '' 'determine card insert policy' &&
optional_depends pcsc-lite '--enable-pcsc' '' 'secure card support'
diff --git a/crypto/openct/HISTORY b/crypto/openct/HISTORY
index bc3cc44..52a2b9a 100644
--- a/crypto/openct/HISTORY
+++ b/crypto/openct/HISTORY
@@ -1,6 +1,8 @@
+2012-05-09 Treeve Jelbert <treeve AT sourcemage.org>
+ * DEPENDS: libusb => LIBUSB
+
2010-02-17 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS: 0.6.20
-
2010-01-07 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS: 0.6.19
diff --git a/crypto/openssl/BUILD b/crypto/openssl/BUILD
index 962c5a6..a5fefde 100755
--- a/crypto/openssl/BUILD
+++ b/crypto/openssl/BUILD
@@ -36,7 +36,8 @@ make && {
RUN_COMPILER_DIR="${RUN_COMPILER_DIR:-/var/lib/sorcery/build}" &&
PATH="${PATH//$RUN_COMPILER_DIR:/}" &&
(
- unset OPTS &&
+ OPTS="--with-ssl=openssl"
+
delve -c start BUILD wget && # this links against old
libraries still
local TEMPWGET_DIR="$BUILD_DIRECTORY/wget-$(gaze version wget |
head -n 3 | tail -n 1 | awk '{ print $4 }')" &&
diff --git a/crypto/openssl/HISTORY b/crypto/openssl/HISTORY
index ac44056..735a355 100644
--- a/crypto/openssl/HISTORY
+++ b/crypto/openssl/HISTORY
@@ -1,3 +1,6 @@
+2012-05-10 Vlad Glagolev <stealth AT sourcemage.org>
+ * BUILD: fixed #225
+
2012-04-25 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS: 0.9.8w, SECURITY_PATCH=18 http://www.openssl.org/news/secadv_20120424.txt
diff --git a/crypto/pcsc-lite/DEPENDS b/crypto/pcsc-lite/DEPENDS
index f3bc5a8..a8faa4a 100755
--- a/crypto/pcsc-lite/DEPENDS
+++ b/crypto/pcsc-lite/DEPENDS
@@ -1,6 +1,6 @@
depends -sub CXX gcc &&
if [[ $PCSC_DEVICE_ACCESS == libusb ]]; then
- depends libusb "--enable-libusb"
+ depends LIBUSB "--enable-libusb"
elif [[ $PCSC_DEVICE_ACCESS == udev ]]; then
depends udev "--enable-libudev"
fi
diff --git a/crypto/pcsc-lite/HISTORY b/crypto/pcsc-lite/HISTORY
index 2c1fa52..cbb3e50 100644
--- a/crypto/pcsc-lite/HISTORY
+++ b/crypto/pcsc-lite/HISTORY
@@ -1,6 +1,8 @@
+2012-05-09 Treeve Jelbert <treeve AT sourcemage.org>
+ * DEPENDS: libusb => LIBUSB
+
2012-04-09 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS: 1.8.3
-
2012-01-19 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS: 1.8.2
diff --git a/devel/strace/DETAILS b/devel/strace/DETAILS
index fa13f95..d56b0e3 100755
--- a/devel/strace/DETAILS
+++ b/devel/strace/DETAILS
@@ -1,5 +1,5 @@
SPELL=strace
- VERSION=4.6
+ VERSION=4.7
SOURCE=$SPELL-$VERSION.tar.xz
SOURCE2=$SOURCE.asc
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
diff --git a/devel/strace/HISTORY b/devel/strace/HISTORY
index c5b16f3..04aee0a 100644
--- a/devel/strace/HISTORY
+++ b/devel/strace/HISTORY
@@ -1,3 +1,6 @@
+2012-05-09 Ladislav Hagara <hgr AT vabo.cz>
+ * DETAILS: 4.7
+
2011-09-26 Bor Kraljič <pyrobor AT ver.si>
* DETAILS: converted to upstream signature checking
* F7DDBB3A.gpg: added gpg keyring
diff --git a/disk/gphotofs/DEPENDS b/disk/gphotofs/DEPENDS
index ca2763f..d9ec51c 100755
--- a/disk/gphotofs/DEPENDS
+++ b/disk/gphotofs/DEPENDS
@@ -1,6 +1,6 @@
depends libgphoto2 &&
depends libexif &&
-depends libusb &&
+depends LIBUSB &&
depends glib2 &&
depends fuse &&
depends locale
diff --git a/disk/gphotofs/HISTORY b/disk/gphotofs/HISTORY
index 411bbd5..93fdbb7 100644
--- a/disk/gphotofs/HISTORY
+++ b/disk/gphotofs/HISTORY
@@ -1,6 +1,8 @@
+2012-05-09 Treeve Jelbert <treeve AT sourcemage.org>
+ * DEPENDS: libusb => LIBUSB
+
2008-03-06 Julien "_kaze_" ROZO <julien AT rozo.org>
* gphotofs-0.4.0.patch: added, a work around that includes locale.h
- in gphotofs.c if LC_CTYPE is not defined during spell casting.
-
+optional_depends lockdev "" "" "serial port locking" &&
+optional_depends gettext "--enable-nls" "--disable-nls" "NLS support" &&
optional_depends libexif "--with-exif" "--without-exif" \
"extracts additional image information provided by most cameras" &&
@@ -21,7 +22,7 @@ optional_depends gd "" "" "for GD conversion support" &&
optional_depends libtool "--with-ltdl" "--without-ltdl" \
"an alternative way of opening shared libraries" &&
-optional_depends libusb "" "" "enable use of cameras connected though the
USB port" &&
+optional_depends LIBUSB "" "" "enable use of cameras connected though the
USB port" &&
optional_depends dbus "" "" "for dbus support" &&
optional_depends hal "" "" "for HAL support" &&
diff --git a/graphics/libgphoto2/DETAILS b/graphics/libgphoto2/DETAILS
index 904b83b..2191675 100755
--- a/graphics/libgphoto2/DETAILS
+++ b/graphics/libgphoto2/DETAILS
@@ -1,6 +1,6 @@
SPELL=libgphoto2
- VERSION=2.4.13
-
SOURCE_HASH=sha512:53a70c31e2f0255e03156eec26180faee1971fe05e7107b6b7b0065d069e8f9cbc5b5e92abfefec6c708c8fff2beb708db845888be0fd127ab5c4bad156b34b7
+ VERSION=2.4.14
+
SOURCE_HASH=sha512:4abc89ee2d714deab98cdba84d0497b7262105ade3b3c43eaa8936b6e5359a8dc50c49c217fff37f013e0ce7404b82b4c7c2f90af49274a3ecb9f15e10747a73
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL[0]=$SOURCEFORGE_URL/gphoto/$SOURCE
diff --git a/graphics/libgphoto2/HISTORY b/graphics/libgphoto2/HISTORY
index 8599cb4..2a9966f 100644
--- a/graphics/libgphoto2/HISTORY
+++ b/graphics/libgphoto2/HISTORY
@@ -1,3 +1,9 @@
+2012-05-09 Treeve Jelbert <treeve AT sourcemage.org>
+ * DEPENDS: libusb => LIBUSB
+ add optional lockdev
+ fix detection of kernel version
+ * DETAILS: version 2.4.14
+
2012-03-31 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 2.4.13
diff --git a/kde4-edu/kstars/DEPENDS b/kde4-edu/kstars/DEPENDS
index 55afc60..5227ac9 100755
--- a/kde4-edu/kstars/DEPENDS
+++ b/kde4-edu/kstars/DEPENDS
@@ -1,6 +1,6 @@
source $SECTION_DIRECTORY/KDE_DEPENDS &&
depends libkdeedu &&
-optional_depends libusb "" "" "INDI support" &&
+optional_depends LIBUSB "" "" "INDI support" &&
optional_depends OPENGL "" "" "for hardware rendering" &&
optional_depends xplanet "" "" "show major planets and most satellites"
# libsbigudrv for KStars
diff --git a/kde4-edu/kstars/HISTORY b/kde4-edu/kstars/HISTORY
index 3a17209..3b124dc 100644
--- a/kde4-edu/kstars/HISTORY
+++ b/kde4-edu/kstars/HISTORY
@@ -1,6 +1,8 @@
+2012-05-09 Treeve Jelbert <treeve AT sourcemage.org>
+ * DEPENDS: libusb => LIBUSB
+
2012-02-01 Bor Kraljič <pyrobor AT ver.si>
* DETAILS: updated spell to 4.8.0
-
2011-12-10 Bor Kraljič <pyrobor AT ver.si>
* DETAILS: updated spell to 4.7.4
diff --git a/python-pypi/calibre/DEPENDS b/python-pypi/calibre/DEPENDS
index 03e9690..8c42a41 100755
--- a/python-pypi/calibre/DEPENDS
+++ b/python-pypi/calibre/DEPENDS
@@ -1,7 +1,7 @@
depends python &&
depends SETUPTOOLS &&
depends pil &&
-depends libusb &&
+depends LIBUSB &&
depends qt4 &&
depends pyqt4 &&
depends mechanize &&
diff --git a/python-pypi/calibre/HISTORY b/python-pypi/calibre/HISTORY
index 1223d3e..1f745e9 100644
--- a/python-pypi/calibre/HISTORY
+++ b/python-pypi/calibre/HISTORY
@@ -1,6 +1,8 @@
+2012-05-09 Treeve Jelbert <treeve AT sourcemage.org>
+ * DEPENDS: libusb => LIBUSB
+
2012-04-22 Robin Cook <rcook AT wyrms.net>
* DETAILS: updated VERSION to 0.8.48
-
2012-03-29 Arjan Bouter <abouter AT sourcemage.org>
* DETAILS: version 0.8.44
diff --git a/science/garmindev/DEPENDS b/science/garmindev/DEPENDS
index 0b24d0d..dc25fac 100755
--- a/science/garmindev/DEPENDS
+++ b/science/garmindev/DEPENDS
@@ -1,3 +1,3 @@
depends cmake &&
depends -sub CXX gcc &&
-depends libusb-compat
+depends LIBUSB-compat
diff --git a/science/garmindev/HISTORY b/science/garmindev/HISTORY
index a7dd331..1eb1d16 100644
--- a/science/garmindev/HISTORY
+++ b/science/garmindev/HISTORY
@@ -1,3 +1,5 @@
+2012-05-09 Treeve Jelbert <treeve AT sourcemage.org>
+ * DEPENDS: libusb => LIBUSB
+
2012-05-06 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* BUILD, DEPENDS, DETAILS: spell created
-
diff --git a/science/mkgmap/BUILD b/science/mkgmap/BUILD
new file mode 100755
index 0000000..c080dbd
--- /dev/null
+++ b/science/mkgmap/BUILD
@@ -0,0 +1,3 @@
+. $INSTALL_ROOT/etc/profile.d/ant.sh &&
+. $INSTALL_ROOT/etc/profile.d/java.sh &&
+ant
diff --git a/science/mkgmap/DEPENDS b/science/mkgmap/DEPENDS
new file mode 100755
index 0000000..108a8e5
--- /dev/null
+++ b/science/mkgmap/DEPENDS
@@ -0,0 +1,2 @@
+depends JDK &&
+depends ant
diff --git a/science/mkgmap/DETAILS b/science/mkgmap/DETAILS
new file mode 100755
index 0000000..ee130cc
--- /dev/null
+++ b/science/mkgmap/DETAILS
@@ -0,0 +1,35 @@
+ SPELL=mkgmap
+ VERSION=r2277
+ SOURCE="${SPELL}-${VERSION}-src.tar.gz"
+ SOURCE_URL[0]=http://www.${SPELL}.org.uk/snapshots/${SOURCE}
+
SOURCE_HASH=sha512:a66c41cb9656d4eba4ac459715c32b381d604781ddcbee85a47f9deb608db8a76ab337726d0a6f99b115deb83da492e425e404ee474b4b2dbd9c4ecd55eed191
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ WEB_SITE="http://www.mkgmap.org.uk/page/main"
+ LICENSE[0]=GPL
+ ENTERED=20120509
+ SHORT="converts OpenStreetMap data to Garmin's .img format"
+cat << EOF
+The mkgmap program takes OpenStreetMap data and generates a map in the Garmin
+.img file format so that it can be loaded onto compatible GPS units.
+
+* Generates a map directly from a file saved from JOSM or from an extract of
+ the main OSM planet file.
+* Converts several .osm files in one run of the program to create a map tile
+ set.
+* Creates a .tdb file and an overview map that can be used to view the maps
in
+ MapSource or QLandkarte.
+* Creates a gmapsupp.img file that can be copied directly to an SD card. *
+Can also combine previously produced .img files into one gmapsupp.img file.
+* Create a .tdb and overview map from previously produced .img files. *
+The mapping between OSM features features in the Garmin map can be
+ customised.
+* Transliteration of characters to ascii where that is possible to enable
+ viewing on low end devices or for international maps.
+* Character set can be specified for display on capable GPS devices. *
+Control over the zoom levels that any feature appears at.
+
+The program does not send the created maps to the GPS unit. This can be done
+with another program such as sendmap or qlandkarte gt. If your GPS device
+has a removable SD card, then you can just create a gmapsupp.img file and
+copy it to the cards in the Garmin directory.
+EOF
diff --git a/science/mkgmap/HISTORY b/science/mkgmap/HISTORY
new file mode 100644
index 0000000..006e1dd
--- /dev/null
+++ b/science/mkgmap/HISTORY
@@ -0,0 +1,3 @@
+2012-05-09 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * BUILD, DEPENDS, DETAILS, INSTALL: spell created
+
diff --git a/science/mkgmap/INSTALL b/science/mkgmap/INSTALL
new file mode 100755
index 0000000..242a6bd
--- /dev/null
+++ b/science/mkgmap/INSTALL
@@ -0,0 +1,3 @@
+mkdir -p ${INSTALL_ROOT}/usr/share/mkgmap
&&
+install -m644 ${SOURCE_DIRECTORY}/dist/mkgmap.jar
${INSTALL_ROOT}/usr/share/mkgmap/ &&
+install -m755 ${SCRIPT_DIRECTORY}/mkgmap ${INSTALL_ROOT}/usr/bin/
diff --git a/science/mkgmap/mkgmap b/science/mkgmap/mkgmap
new file mode 100644
index 0000000..56556d9
--- /dev/null
+++ b/science/mkgmap/mkgmap
@@ -0,0 +1,3 @@
+#!/bin/bash
+
+java -jar /usr/share/mkgmap/mkgmap.jar "$@"
diff --git a/security-libs/libfprint/DEPENDS b/security-libs/libfprint/DEPENDS
index cb835e4..fa1f3bb 100755
--- a/security-libs/libfprint/DEPENDS
+++ b/security-libs/libfprint/DEPENDS
@@ -2,5 +2,5 @@ if [[ "$LIBFPRINT_DEV" == 'y' ]]; then
depends git
fi &&
depends glib &&
-depends libusb &&
+depends LIBUSB &&
depends imagemagick
diff --git a/security-libs/libfprint/HISTORY b/security-libs/libfprint/HISTORY
index 2af7dc3..c52e660 100644
--- a/security-libs/libfprint/HISTORY
+++ b/security-libs/libfprint/HISTORY
@@ -1,6 +1,8 @@
+2012-05-09 Treeve Jelbert <treeve AT sourcemage.org>
+ * DEPENDS: libusb => LIBUSB
+
2009-07-28 Arjan Bouter <abouter AT sourcemage.org>
* DETAILS: fixed source url
-
2009-03-22 Arjan Bouter <abouter AT sourcemage.org>
* DETAILS: added latest unstable release to track when
it's recent enough for fprintd
diff --git a/security/fprintd/DEPENDS b/security/fprintd/DEPENDS
index bbf42d1..ea4954b 100755
--- a/security/fprintd/DEPENDS
+++ b/security/fprintd/DEPENDS
@@ -1,5 +1,5 @@
depends git &&
-depends libusb &&
+depends LIBUSB &&
depends libfprint &&
depends dbus &&
depends gtk-doc &&
diff --git a/security/fprintd/HISTORY b/security/fprintd/HISTORY
index 624c87c..96db191 100644
--- a/security/fprintd/HISTORY
+++ b/security/fprintd/HISTORY
@@ -1,6 +1,8 @@
+2012-05-09 Treeve Jelbert <treeve AT sourcemage.org>
+ * DEPENDS: libusb => LIBUSB
+
2011-10-14 Bor Kraljič <pyrobor AT ver.si>
* DETAILS: fixed long description wrap (scripted)
-
2009-07-28 Arjan Bouter <abouter AT sourcemage.org>
* DETAILS: fixed source url
* DEPENDS: gtk-doc no longer optional
diff --git a/telephony/asterisk/DEPENDS b/telephony/asterisk/DEPENDS
index 13b56a2..9e5139d 100755
--- a/telephony/asterisk/DEPENDS
+++ b/telephony/asterisk/DEPENDS
@@ -17,7 +17,7 @@ optional_depends "lua"
\
"--without-lua" \
"enable lua support" &&
-optional_depends "libusb" \
+optional_depends "LIBUSB" \
"--with-usb" \
"--without-usb" \
"enable libusb support" &&
diff --git a/telephony/asterisk/HISTORY b/telephony/asterisk/HISTORY
index f908e82..8394687 100644
--- a/telephony/asterisk/HISTORY
+++ b/telephony/asterisk/HISTORY
@@ -1,6 +1,8 @@
+2012-05-09 Treeve Jelbert <treeve AT sourcemage.org>
+ * DEPENDS: libusb => LIBUSB
+
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