diff options
author | tv <tv> | 2004-10-03 00:12:51 +0000 |
---|---|---|
committer | tv <tv> | 2004-10-03 00:12:51 +0000 |
commit | b5510d5a2d7f9a1406603d922ae5d8548950233c (patch) | |
tree | 7a77b0b911386450709129a67eb0551755a34953 /fonts/t1lib | |
parent | 3addbafa22111ee3e2673d59835bf69a03a74306 (diff) | |
download | pkgsrc-b5510d5a2d7f9a1406603d922ae5d8548950233c.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 'fonts/t1lib')
-rw-r--r-- | fonts/t1lib/Makefile | 4 | ||||
-rw-r--r-- | fonts/t1lib/buildlink3.mk | 3 |
2 files changed, 4 insertions, 3 deletions
diff --git a/fonts/t1lib/Makefile b/fonts/t1lib/Makefile index f6e912b0db0..754f6eb523f 100644 --- a/fonts/t1lib/Makefile +++ b/fonts/t1lib/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.15 2004/06/19 14:38:56 markd Exp $ +# $NetBSD: Makefile,v 1.16 2004/10/03 00:14:42 tv Exp $ # DISTNAME= t1lib-5.0.2 -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= fonts devel graphics MASTER_SITES= ${MASTER_SITE_SUNSITE:=libs/graphics/} \ ftp://ftp.foolabs.com/pub/xpdf/ diff --git a/fonts/t1lib/buildlink3.mk b/fonts/t1lib/buildlink3.mk index 7d8ec97da57..3b970a1f1fd 100644 --- a/fonts/t1lib/buildlink3.mk +++ b/fonts/t1lib/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.3 2004/03/05 19:25:12 jlam Exp $ +# $NetBSD: buildlink3.mk,v 1.4 2004/10/03 00:14:42 tv Exp $ BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+ T1LIB_BUILDLINK3_MK:= ${T1LIB_BUILDLINK3_MK}+ @@ -12,6 +12,7 @@ BUILDLINK_PACKAGES+= t1lib .if !empty(T1LIB_BUILDLINK3_MK:M+) BUILDLINK_DEPENDS.t1lib+= t1lib>=5.0.1 +BUILDLINK_RECOMMENDED.t1lib+= t1lib>=5.0.2nb3 BUILDLINK_PKGSRCDIR.t1lib?= ../../fonts/t1lib .endif # T1LIB_BUILDLINK3_MK |