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 | c487cb967ac6446ee23e26612d1ba53dfe5bd7d1 (patch) | |
tree | 7a77b0b911386450709129a67eb0551755a34953 /ham | |
parent | 3180c40de85d6249c572f6db614da0049e9c4a79 (diff) | |
download | pkgsrc-c487cb967ac6446ee23e26612d1ba53dfe5bd7d1.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 'ham')
-rw-r--r-- | ham/grig/Makefile | 3 | ||||
-rw-r--r-- | ham/hamlib/Makefile | 3 | ||||
-rw-r--r-- | ham/hamlib/buildlink3.mk | 3 | ||||
-rw-r--r-- | ham/tlf/Makefile | 3 | ||||
-rw-r--r-- | ham/xdx/Makefile | 3 | ||||
-rw-r--r-- | ham/xlog/Makefile | 3 |
6 files changed, 12 insertions, 6 deletions
diff --git a/ham/grig/Makefile b/ham/grig/Makefile index a4a9462ff4e..e620e4084f1 100644 --- a/ham/grig/Makefile +++ b/ham/grig/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.1.1.1 2004/09/24 23:36:42 wulf Exp $ +# $NetBSD: Makefile,v 1.2 2004/10/03 00:14:59 tv Exp $ # DISTNAME= grig-0.2.2 +PKGREVISION= 1 CATEGORIES= ham MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=groundstation/} diff --git a/ham/hamlib/Makefile b/ham/hamlib/Makefile index 437dd8a4554..47099e94f81 100644 --- a/ham/hamlib/Makefile +++ b/ham/hamlib/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.9 2004/09/22 22:33:13 wulf Exp $ +# $NetBSD: Makefile,v 1.10 2004/10/03 00:14:59 tv Exp $ # DISTNAME= hamlib-1.2.2 +PKGREVISION= 1 CATEGORIES= ham MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=hamlib/} #EXTRACT_SUFX= .tar.bz2 diff --git a/ham/hamlib/buildlink3.mk b/ham/hamlib/buildlink3.mk index b5eb9666934..29c89df6d29 100644 --- a/ham/hamlib/buildlink3.mk +++ b/ham/hamlib/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.1 2004/03/11 07:17:47 jlam Exp $ +# $NetBSD: buildlink3.mk,v 1.2 2004/10/03 00:14:59 tv Exp $ BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+ HAMLIB_BUILDLINK3_MK:= ${HAMLIB_BUILDLINK3_MK}+ @@ -12,6 +12,7 @@ BUILDLINK_PACKAGES+= hamlib .if !empty(HAMLIB_BUILDLINK3_MK:M+) BUILDLINK_DEPENDS.hamlib+= hamlib>=1.1.4 +BUILDLINK_RECOMMENDED.hamlib+= hamlib>=1.2.2nb1 BUILDLINK_PKGSRCDIR.hamlib?= ../../ham/hamlib .endif # HAMLIB_BUILDLINK3_MK diff --git a/ham/tlf/Makefile b/ham/tlf/Makefile index f923dcab6a1..aec729be5b6 100644 --- a/ham/tlf/Makefile +++ b/ham/tlf/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.1.1.1 2004/09/24 23:39:03 wulf Exp $ +# $NetBSD: Makefile,v 1.2 2004/10/03 00:14:59 tv Exp $ # DISTNAME= tlf-0.9.20 +PKGREVISION= 1 CATEGORIES= ham MASTER_SITES= http://sharon.pi8zaa.ampr.org/pub/linux/ham/tlf/ diff --git a/ham/xdx/Makefile b/ham/xdx/Makefile index 3ed7ff18af3..c23004c2c7d 100644 --- a/ham/xdx/Makefile +++ b/ham/xdx/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.3 2004/08/28 06:05:32 jlam Exp $ +# $NetBSD: Makefile,v 1.4 2004/10/03 00:14:59 tv Exp $ # DISTNAME= xdx-1.1 +PKGREVISION= 1 CATEGORIES= ham MASTER_SITES= http://www.qsl.net/pg4i/download/ diff --git a/ham/xlog/Makefile b/ham/xlog/Makefile index 10152099370..ad158add019 100644 --- a/ham/xlog/Makefile +++ b/ham/xlog/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.9 2004/05/06 13:41:45 wulf Exp $ +# $NetBSD: Makefile,v 1.10 2004/10/03 00:14:59 tv Exp $ # DISTNAME= xlog-0.9.3 +PKGREVISION= 1 CATEGORIES= ham MASTER_SITES= http://www.qsl.net/pg4i/download/ |