aboutsummaryrefslogtreecommitdiffstats
path: root/security/fakeroot
diff options
context:
space:
mode:
authormartymac <martymac@FreeBSD.org>2011-09-01 14:35:34 +0800
committermartymac <martymac@FreeBSD.org>2011-09-01 14:35:34 +0800
commit3bb32b01a16aa27629a580d28d97010c549f7e12 (patch)
tree79ca6c49388f1ca44f5c828eb11bbaf0af75ee34 /security/fakeroot
parent0d98c15746df45f70946842d3ee36a83fd3d2384 (diff)
downloadfreebsd-ports-gnome-3bb32b01a16aa27629a580d28d97010c549f7e12.tar.gz
freebsd-ports-gnome-3bb32b01a16aa27629a580d28d97010c549f7e12.tar.zst
freebsd-ports-gnome-3bb32b01a16aa27629a580d28d97010c549f7e12.zip
- Update to 1.18
- Improve REINPLACE_CMD regexp for pthread patch
Diffstat (limited to 'security/fakeroot')
-rw-r--r--security/fakeroot/Makefile5
-rw-r--r--security/fakeroot/distinfo4
-rw-r--r--security/fakeroot/files/patch-scripts-Makefile.in17
3 files changed, 21 insertions, 5 deletions
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