diff options
author | tv <tv@pkgsrc.org> | 2004-10-03 00:12:51 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 2004-10-03 00:12:51 +0000 |
commit | 2024e126830b46eda82dc23d75278d0afbce9bd6 (patch) | |
tree | 7a77b0b911386450709129a67eb0551755a34953 /devel/libusb | |
parent | bd0ebece81d54959f16b89326aa3394f0bdd38e2 (diff) | |
download | pkgsrc-2024e126830b46eda82dc23d75278d0afbce9bd6.tar.gz |
Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10
in the process. (More information on tech-pkg.)
Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and
installing .la files.
Bump PKGREVISION (only) of all packages depending directly on the above
via a buildlink3 include.
Diffstat (limited to 'devel/libusb')
-rw-r--r-- | devel/libusb/Makefile | 4 | ||||
-rw-r--r-- | devel/libusb/buildlink3.mk | 3 |
2 files changed, 4 insertions, 3 deletions
diff --git a/devel/libusb/Makefile b/devel/libusb/Makefile index 58e56426e9b..593a716656e 100644 --- a/devel/libusb/Makefile +++ b/devel/libusb/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.18 2004/06/23 08:45:59 wiz Exp $ +# $NetBSD: Makefile,v 1.19 2004/10/03 00:13:31 tv Exp $ DISTNAME= libusb-0.1.8 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=libusb/} diff --git a/devel/libusb/buildlink3.mk b/devel/libusb/buildlink3.mk index fb189637be4..0db33d03e8d 100644 --- a/devel/libusb/buildlink3.mk +++ b/devel/libusb/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.2 2004/03/05 19:25:11 jlam Exp $ +# $NetBSD: buildlink3.mk,v 1.3 2004/10/03 00:13:31 tv Exp $ BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+ LIBUSB_BUILDLINK3_MK:= ${LIBUSB_BUILDLINK3_MK}+ @@ -12,6 +12,7 @@ BUILDLINK_PACKAGES+= libusb .if !empty(LIBUSB_BUILDLINK3_MK:M+) BUILDLINK_DEPENDS.libusb+= libusb>=0.1.7 +BUILDLINK_RECOMMENDED.libusb+= libusb>=0.1.8nb2 BUILDLINK_PKGSRCDIR.libusb?= ../../devel/libusb .endif # LIBUSB_BUILDLINK3_MK |