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 /print/cups | |
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 'print/cups')
-rw-r--r-- | print/cups/Makefile | 4 | ||||
-rw-r--r-- | print/cups/buildlink3.mk | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/print/cups/Makefile b/print/cups/Makefile index 12cf71bd32b..36afe571b18 100644 --- a/print/cups/Makefile +++ b/print/cups/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.79 2004/08/22 19:32:52 jlam Exp $ +# $NetBSD: Makefile,v 1.80 2004/10/03 00:18:04 tv Exp $ # # The CUPS author is very good about taking back changes into the main # CUPS distribution. The correct place to send patches or bug-fixes is: @@ -10,7 +10,7 @@ PKGREVISION= # empty BASE_VERS= 1.1.20 DIST_VERS= ${BASE_VERS} VERS= ${DIST_VERS:S/-/./g} -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= print MASTER_SITES= ftp://ftp.easysw.com/pub/cups/${BASE_VERS}/ \ ftp://ftp2.easysw.com/pub/cups/${BASE_VERS}/ \ diff --git a/print/cups/buildlink3.mk b/print/cups/buildlink3.mk index cb903b907a8..3556495b7bc 100644 --- a/print/cups/buildlink3.mk +++ b/print/cups/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.8 2004/03/26 02:27:50 wiz Exp $ +# $NetBSD: buildlink3.mk,v 1.9 2004/10/03 00:18:04 tv Exp $ BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+ CUPS_BUILDLINK3_MK:= ${CUPS_BUILDLINK3_MK}+ @@ -12,7 +12,7 @@ BUILDLINK_PACKAGES+= cups .if !empty(CUPS_BUILDLINK3_MK:M+) BUILDLINK_DEPENDS.cups+= cups>=1.1.19nb3 -BUILDLINK_RECOMMENDED.cups?= cups>=1.1.20nb1 +BUILDLINK_RECOMMENDED.cups+= cups>=1.1.20nb3 BUILDLINK_PKGSRCDIR.cups?= ../../print/cups .endif # CUPS_BUILDLINK3_MK |