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 /comms/jpilot | |
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 'comms/jpilot')
-rw-r--r-- | comms/jpilot/Makefile | 4 | ||||
-rw-r--r-- | comms/jpilot/buildlink3.mk | 3 |
2 files changed, 4 insertions, 3 deletions
diff --git a/comms/jpilot/Makefile b/comms/jpilot/Makefile index 91a594c2253..b04ee685514 100644 --- a/comms/jpilot/Makefile +++ b/comms/jpilot/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.41 2004/04/14 16:15:21 jmmv Exp $ +# $NetBSD: Makefile,v 1.42 2004/10/03 00:13:16 tv Exp $ # DISTNAME= jpilot-0.99.5 -PKGREVISION= 4 +PKGREVISION= 5 CATEGORIES= comms MASTER_SITES= http://jpilot.org/ diff --git a/comms/jpilot/buildlink3.mk b/comms/jpilot/buildlink3.mk index 6badfc7a827..5662e8c3b24 100644 --- a/comms/jpilot/buildlink3.mk +++ b/comms/jpilot/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.3 2004/03/18 09:12:09 jlam Exp $ +# $NetBSD: buildlink3.mk,v 1.4 2004/10/03 00:13:16 tv Exp $ BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+ JPILOT_BUILDLINK3_MK:= ${JPILOT_BUILDLINK3_MK}+ @@ -12,6 +12,7 @@ BUILDLINK_PACKAGES+= jpilot .if !empty(JPILOT_BUILDLINK3_MK:M+) BUILDLINK_DEPENDS.jpilot+= jpilot>=0.99.5nb4 +BUILDLINK_RECOMMENDED.jpilot+= jpilot>=0.99.5nb5 BUILDLINK_PKGSRCDIR.jpilot?= ../../comms/jpilot .endif # JPILOT_BUILDLINK3_MK |