mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
- Remove dependency on security/nettle in preparation of nettle upgrade
(now using nettle code included in the pike distribution) - Claim maintainership
This commit is contained in:
parent
e4339e6ae4
commit
dd15deff2d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=242605
@ -7,7 +7,7 @@
|
||||
|
||||
PORTNAME= pike76
|
||||
PORTVERSION= 7.6.112
|
||||
PORTREVISION= 4
|
||||
PORTREVISION= 5
|
||||
CATEGORIES= lang
|
||||
MASTER_SITES= ftp://pike.ida.liu.se/pub/pike/beta/${PORTVERSION}/ \
|
||||
http://pike.ida.liu.se/pub/pike/beta/${PORTVERSION}/ \
|
||||
@ -17,14 +17,13 @@ MASTER_SITES= ftp://pike.ida.liu.se/pub/pike/beta/${PORTVERSION}/ \
|
||||
ftp://ftp.caudium.net/pike/official_releases/${PORTVERSION}/
|
||||
DISTNAME= Pike-v${PORTVERSION}
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
MAINTAINER= johans@stack.nl
|
||||
COMMENT= A dynamic programming language with a syntax similar to C++
|
||||
|
||||
LIB_DEPENDS= jpeg.10:${PORTSDIR}/graphics/jpeg \
|
||||
tiff.4:${PORTSDIR}/graphics/tiff \
|
||||
gdbm.3:${PORTSDIR}/databases/gdbm \
|
||||
pcre.0:${PORTSDIR}/devel/pcre \
|
||||
nettle.2:${PORTSDIR}/security/nettle \
|
||||
mird.1:${PORTSDIR}/databases/mird \
|
||||
gmp.8:${PORTSDIR}/math/libgmp4
|
||||
|
||||
@ -78,7 +77,8 @@ CONFIGURE_ARGS+= --without-debug \
|
||||
--without-machine-code \
|
||||
--prefix=${PREFIX}
|
||||
|
||||
MAKE_ARGS= "CONFIGUREARGS=${CONFIGURE_ARGS}"
|
||||
MAKE_ARGS= CONFIGUREARGS="${CONFIGURE_ARGS}" ac_cv_lib_nettle_md5_init=no \
|
||||
ac_cv_lib_nettle_nettle_md5_init=no
|
||||
|
||||
USE_GETTEXT= yes
|
||||
USE_BISON= build
|
||||
|
Loading…
Reference in New Issue
Block a user