[Midnightbsd-cvs] mports: Makefile: Removing fake destdir from a config file (found on
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Tue Aug 19 14:47:22 EDT 2008
Log Message:
-----------
Removing fake destdir from a config file (found on magus)
Disable amd64 support. Apparently it uses thread local storage now (TLS) which does not work on amd64. Damn linux people.
Modified Files:
--------------
mports/print/acroread8:
Makefile (r1.4 -> r1.5)
-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/print/acroread8/Makefile,v
retrieving revision 1.4
retrieving revision 1.5
diff -L print/acroread8/Makefile -L print/acroread8/Makefile -u -r1.4 -r1.5
--- print/acroread8/Makefile
+++ print/acroread8/Makefile
@@ -8,7 +8,7 @@
PORTNAME= acroread8
PORTVERSION?= 8.1.2
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES?= print linux
MASTER_SITES?= http://ardownload.adobe.com/pub/adobe/reader/unix/8.x/${PORTVERSION}/${ADOBE_LANG:L}/ \
ftp://ftp.adobe.com/pub/adobe/reader/unix/8.x/${PORTVERSION}/${ADOBE_LANG:L}/
@@ -25,7 +25,7 @@
${LOCALBASE}/lib/linux-nvu/libgtkembedmoz.so:${PORTSDIR}/www/linux-nvu
RESTRICTED= Must fill out redistribution form at http://www.adobe.com/products/acrobat/distribute.html
-ONLY_FOR_ARCHS= i386 amd64
+ONLY_FOR_ARCHS= i386
USE_BZIP2= yes
USE_LINUX= yes
USE_XLIB= yes
@@ -81,4 +81,8 @@
@${MKDIR} ${INSTALLDIR}
@cd ${WRKSRC} && ${SETENV} PATH=${WRKDIR}/bin:${PATH} ${INSTALLEXEC} > /dev/null
+post-fake:
+ ${REINPLACE_CMD} -e 's|${FAKE_DESTDIR}||g' \
+ ${FAKE_DESTDIR}${LOCALBASE}/Adobe/Reader8/ENU/Adobe/Reader8/Reader/GlobalPrefs/.config
+
.include <bsd.port.mk>
More information about the Midnightbsd-cvs
mailing list