summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2003-12-19 22:10:47 +0000
committerpav <pav@FreeBSD.org>2003-12-19 22:10:47 +0000
commit98d04d946aadde5818e1d4ed97cf78827869ebbd (patch)
tree7a9707f533551f69bc031d87105106f329ee71b9
parent215e2a4ab8f15e86e5f87451273eefcccb8974a3 (diff)
downloadFreeBSD-ports-98d04d946aadde5818e1d4ed97cf78827869ebbd.zip
FreeBSD-ports-98d04d946aadde5818e1d4ed97cf78827869ebbd.tar.gz
- Disable machine code which is potentially unsecure
- Try harder to find libgmp PR: ports/60084 (based on) Submitted by: Xavier Beaudouin <kiwi@oav.net> (maintainer)
-rw-r--r--lang/pike74/Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/lang/pike74/Makefile b/lang/pike74/Makefile
index 0d92577..a521636 100644
--- a/lang/pike74/Makefile
+++ b/lang/pike74/Makefile
@@ -7,6 +7,7 @@
PORTNAME= pike74
PORTVERSION= 7.4.31
+PORTREVISION= 1
CATEGORIES= lang
MASTER_SITES= ftp://pike.ida.liu.se/pub/pike/all/${PORTVERSION}/ \
ftp://ftp.oav.net/pkg_freebsd/distfiles/ \
@@ -61,8 +62,11 @@ CONFIGURE_ARGS+= --without-debug \
--without-gnome \
--without-glade \
--without-libglade-config \
+ --without-machine-code \
--prefix=${PREFIX}
+USE_REINPLACE= yes
+
.include <bsd.port.pre.mk>
PLIST_SUB+= PORTVERSION=${PORTVERSION}
@@ -348,6 +352,10 @@ pre-everything::
pre-configure:
@${ECHO} ${CONFIGURE_ARGS}
+post-patch:
+ @${REINPLACE_CMD} -e 's| -lgmp| -L${LOCALBASE}/lib -lgmp|' \
+ ${WRKSRC}/modules/Gmp/configure ${WRKSRC}/modules/_Image_XFace/configure
+
post-install:
${INSTALL_PROGRAM} ${WRKSRC}pike ${PREFIX}/bin
${INSTALL_SCRIPT} ${WRKSRC}hilfe ${PREFIX}/bin
OpenPOWER on IntegriCloud