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 /sysutils/file | |
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 'sysutils/file')
-rw-r--r-- | sysutils/file/Makefile | 3 | ||||
-rw-r--r-- | sysutils/file/buildlink3.mk | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/sysutils/file/Makefile b/sysutils/file/Makefile index d851c5874a2..d57585a887b 100644 --- a/sysutils/file/Makefile +++ b/sysutils/file/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.6 2004/06/22 13:45:31 grant Exp $ +# $NetBSD: Makefile,v 1.7 2004/10/03 00:18:14 tv Exp $ DISTNAME= file-4.09 +PKGREVISION= 1 CATEGORIES= sysutils MASTER_SITES= ftp://ftp.gw.com/mirrors/pub/unix/file/ MASTER_SITES+= ftp://ftp.astron.com/pub/file/ diff --git a/sysutils/file/buildlink3.mk b/sysutils/file/buildlink3.mk index 3834e33d8af..24125f28322 100644 --- a/sysutils/file/buildlink3.mk +++ b/sysutils/file/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.1 2004/07/31 22:13:38 salo Exp $ +# $NetBSD: buildlink3.mk,v 1.2 2004/10/03 00:18:14 tv Exp $ # BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+ @@ -13,6 +13,7 @@ BUILDLINK_PACKAGES+= file .if !empty(FILE_BUILDLINK3_MK:M+) BUILDLINK_DEPENDS.file+= file>=4.09 +BUILDLINK_RECOMMENDED.file+= file>=4.09nb1 BUILDLINK_PKGSRCDIR.file?= ../../sysutils/file .endif # FILE_BUILDLINK3_MK |