diff options
author | obache <obache@pkgsrc.org> | 2010-04-23 09:00:15 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2010-04-23 09:00:15 +0000 |
commit | 4e2cb8ffdea54651f521b6a96e8e5ac2525a024a (patch) | |
tree | efd2433a082525267fe3ebc3fbb6f878c4047e14 /sysutils/fakeroot/Makefile | |
parent | d74bdbfc4888590d571782bef448a9d099b4ce1e (diff) | |
download | pkgsrc-4e2cb8ffdea54651f521b6a96e8e5ac2525a024a.tar.gz |
Update faekroot to 1.5.10.
fakeroot (1.5.10) unstable; urgency=low
* Move po4a stuff to dist-hook and prebuild.
* Drop po4a from build-deps.
* In postrm, remove the symlink which may have been generated
by ldconfig, to avoid upsetting piuparts. closes: #351299.
-- Clint Adams <schizo@debian.org> Sat, 22 Jul 2006 16:02:43 -0400
fakeroot (1.5.9) unstable; urgency=low
* Fix libc6-dev-amd64 typo in build-deps. closes: #376903.
* Drop amd64-libs-dev option from build-deps.
* Bump Standards-Version to 3.7.2.
-- Clint Adams <schizo@debian.org> Sat, 8 Jul 2006 12:24:51 -0400
fakeroot (1.5.8) unstable; urgency=low
* Change amd64 build-dep from ia32-libs-dev to libc6-dev-i386.
-- Clint Adams <schizo@debian.org> Thu, 16 Mar 2006 18:18:21 -0500
fakeroot (1.5.7) unstable; urgency=low
* Use libtool 1.9+20051221-1 instead of 1.5.22-2.
-- Clint Adams <schizo@debian.org> Sun, 29 Jan 2006 22:44:47 -0500
Diffstat (limited to 'sysutils/fakeroot/Makefile')
-rw-r--r-- | sysutils/fakeroot/Makefile | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/sysutils/fakeroot/Makefile b/sysutils/fakeroot/Makefile index 3abc2e436df..a09a316926b 100644 --- a/sysutils/fakeroot/Makefile +++ b/sysutils/fakeroot/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.14 2008/06/12 02:14:46 joerg Exp $ +# $NetBSD: Makefile,v 1.15 2010/04/23 09:00:15 obache Exp $ # -DISTNAME= fakeroot_1.5.6 -PKGNAME= fakeroot-1.5.6 -PKGREVISION= 1 +DISTNAME= fakeroot_1.5.10 +PKGNAME= ${DISTNAME:S/_/-/} CATEGORIES= sysutils MASTER_SITES= ${MASTER_SITE_DEBIAN:=pool/main/f/fakeroot/} @@ -12,12 +11,10 @@ COMMENT= Creates a fake root environment PKG_DESTDIR_SUPPORT= user-destdir -BUILD_DEPENDS+= po4a-[0-9]*:../../textproc/po4a - WRKSRC= ${WRKDIR}/${PKGNAME_NOREV} USE_LIBTOOL= YES GNU_CONFIGURE= YES -# 3 test failures in 1.5.6 +# 3 test failures in 1.5.10 TEST_TARGET= check MAKE_ENV+= COLUMNS=76 |