mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
- 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)
This commit is contained in:
parent
445df800b7
commit
11accb62c8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=96230
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user