From 91ab2daf60035f01918d566c83accc7639011aaa Mon Sep 17 00:00:00 2001 From: mef Date: Mon, 24 Nov 2014 12:53:19 +0000 Subject: [PATCH] update 0.1.4 to 0.1.5 --------------------- Date: Mon May 20 17:34:02 2013 -0600 libusb-compat-0.1.5 Date: Mon May 20 17:33:43 2013 -0600 Add bootstrap.sh and do not set debug mode by default. Date: Mon May 20 17:32:43 2013 -0600 Replace the deprecated INCLUDES token with AM_CPPFLAGS in Makefile.am Date: Fri Aug 24 17:13:11 2012 -0400 libusb.pc.in: Add missing Requires.private: libusb-1.0 so that pkg-config adds the libusb 1.0 library and dependencies when static linking. Date: Thu Apr 4 10:53:42 2013 -0600 use atexit() to call libusb_exit() Fixes #130 Date: Thu Apr 4 10:53:01 2013 -0600 fix autoconf errors/warnings Fixes #161 Date: Sun May 13 19:50:38 2012 +0800 examples: Link only with ../libusb/libusb.la and not with -lusb Similar to libusb.git commit 93b0e09d53ed1d177631af9182378492481a790a http://git.libusb.org/?p=libusb.git;a=commitdiff;h=93b0e09d53ed1d177631af918 Previous _LDFLAGS included both the freshly built libusb in ../libusb and -lusb, where libtool would usually resolve the latter to an already-installed libusb library in the system. The extra reference to a second libusb library may cause failures to build examples on some platforms and is wrong. Fixes #135. --- devel/libusb-compat/Makefile | 5 ++--- devel/libusb-compat/distinfo | 8 ++++---- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/devel/libusb-compat/Makefile b/devel/libusb-compat/Makefile index c3a157df431ea..613bab1678760 100644 --- a/devel/libusb-compat/Makefile +++ b/devel/libusb-compat/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.3 2012/10/31 11:17:23 asau Exp $ +# $NetBSD: Makefile,v 1.4 2014/11/24 12:53:19 mef Exp $ -DISTNAME= libusb-compat-0.1.4 -PKGREVISION= 1 +DISTNAME= libusb-compat-0.1.5 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=libusb/libusb-compat-0.1/} EXTRACT_SUFX= .tar.bz2 diff --git a/devel/libusb-compat/distinfo b/devel/libusb-compat/distinfo index 3a4f74c5e985d..b0de850ddba9b 100644 --- a/devel/libusb-compat/distinfo +++ b/devel/libusb-compat/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.1.1.1 2012/05/30 15:42:04 wiz Exp $ +$NetBSD: distinfo,v 1.2 2014/11/24 12:53:19 mef Exp $ -SHA1 (libusb-compat-0.1.4.tar.bz2) = fdc1df6f5cf7b71de7a74292aeea1aa2a39552ae -RMD160 (libusb-compat-0.1.4.tar.bz2) = 84a7aa3a294a6065838fcb464935926b659e4fee -Size (libusb-compat-0.1.4.tar.bz2) = 242379 bytes +SHA1 (libusb-compat-0.1.5.tar.bz2) = 062319276d913c753a4b1341036e6a2e42abccc9 +RMD160 (libusb-compat-0.1.5.tar.bz2) = 1e4d8b9ea524818380c5a5f53d1d05dac37033cf +Size (libusb-compat-0.1.5.tar.bz2) = 276769 bytes