From 3bb32b01a16aa27629a580d28d97010c549f7e12 Mon Sep 17 00:00:00 2001 From: martymac Date: Thu, 1 Sep 2011 06:35:34 +0000 Subject: - Update to 1.18 - Improve REINPLACE_CMD regexp for pthread patch --- security/fakeroot/Makefile | 5 ++--- security/fakeroot/distinfo | 4 ++-- security/fakeroot/files/patch-scripts-Makefile.in | 17 +++++++++++++++++ 3 files changed, 21 insertions(+), 5 deletions(-) create mode 100644 security/fakeroot/files/patch-scripts-Makefile.in (limited to 'security/fakeroot') diff --git a/security/fakeroot/Makefile b/security/fakeroot/Makefile index 7d4bad797e70..1e06da1eaa05 100644 --- a/security/fakeroot/Makefile +++ b/security/fakeroot/Makefile @@ -6,7 +6,7 @@ # PORTNAME= fakeroot -PORTVERSION= 1.17 +PORTVERSION= 1.18 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_DEBIAN} MASTER_SITE_SUBDIR= pool/main/f/fakeroot @@ -25,11 +25,10 @@ USE_LDCONFIG= yes WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} -MANLANG= "" es sv fr nl MAN1= faked.1 fakeroot.1 pre-configure: - @${REINPLACE_CMD} -e 's/-lpthread/${PTHREAD_LIBS}/g' \ + @${REINPLACE_CMD} -e '/LIBS=.*-lpthread/s/-lpthread/${PTHREAD_LIBS}/g' \ ${WRKSRC}/${CONFIGURE_SCRIPT} post-install: diff --git a/security/fakeroot/distinfo b/security/fakeroot/distinfo index a8e41a19aa87..42084cec39f1 100644 --- a/security/fakeroot/distinfo +++ b/security/fakeroot/distinfo @@ -1,2 +1,2 @@ -SHA256 (fakeroot_1.17.orig.tar.bz2) = 1271827639a3c0856e69cbbf2637ef618fee819b0f734a9bd6c05f55b1bee72b -SIZE (fakeroot_1.17.orig.tar.bz2) = 292624 +SHA256 (fakeroot_1.18.orig.tar.bz2) = 3914c58ca81b6ba79cd35f063ec08c13c6723267830861519730eb7984dca95d +SIZE (fakeroot_1.18.orig.tar.bz2) = 294271 diff --git a/security/fakeroot/files/patch-scripts-Makefile.in b/security/fakeroot/files/patch-scripts-Makefile.in new file mode 100644 index 000000000000..ddca231aa925 --- /dev/null +++ b/security/fakeroot/files/patch-scripts-Makefile.in @@ -0,0 +1,17 @@ +--- scripts/Makefile.in.orig 2011-08-31 18:39:27.694276219 +0200 ++++ scripts/Makefile.in 2011-08-31 18:41:18.339392009 +0200 +@@ -443,12 +443,8 @@ + mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ + uninstall uninstall-am uninstall-binSCRIPTS + +-@MACOSX_TRUE@define macosx_false +-# +-@MACOSX_TRUE@endef +-@MACOSX_FALSE@define macosx_true +-# +-@MACOSX_FALSE@endef ++@MACOSX_TRUE@macosx_false = \# ++@MACOSX_FALSE@macosx_true = \# + + fakeroot: $(srcdir)/fakeroot.in Makefile + $(do_subst) < $(srcdir)/fakeroot.in > fakeroot -- cgit