- Added mird support
- Fixed detection of libs that was b0rken - Fixed patch for PTHREAD_LIBS and PTHREADS_CFLAGS PR: ports/63187 Submitted by: maintainer
This commit is contained in:
parent
3bfa455c5e
commit
418c868013
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=102034
@ -7,6 +7,7 @@
|
||||
|
||||
PORTNAME= pike75
|
||||
PORTVERSION= 7.5.17
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= lang
|
||||
MASTER_SITES= ftp://pike.ida.liu.se/pub/pike/all/${PORTVERSION}/ \
|
||||
ftp://ftp.oav.net/pkg_freebsd/distfiles/ \
|
||||
@ -24,7 +25,8 @@ LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \
|
||||
tiff.4:${PORTSDIR}/graphics/tiff \
|
||||
gdbm.3:${PORTSDIR}/databases/gdbm \
|
||||
fftw.2:${PORTSDIR}/math/fftw \
|
||||
pcre.0:${PORTSDIR}/devel/pcre
|
||||
pcre.0:${PORTSDIR}/devel/pcre \
|
||||
mird.1:${PORTSDIR}/databases/mird
|
||||
# Nettle doesn't work ;(
|
||||
# nettle.1:${PORTSDIR}/security/nettle \
|
||||
|
||||
@ -56,7 +58,7 @@ CONFIGURE_ARGS+= --without-debug \
|
||||
--with-zlib \
|
||||
--with-threads \
|
||||
--with-readline \
|
||||
--with-jpeg=${PREFIX} \
|
||||
--with-jpeg \
|
||||
--with-tiff \
|
||||
--with-gdbm \
|
||||
--without-java \
|
||||
|
@ -14,7 +14,7 @@
|
||||
|
||||
OLD_CPPFLAGS="$CPPFLAGS"
|
||||
- CPPFLAGS="$OLD_CPPFLAGS -pthread"
|
||||
+ CPPFLAGS="$OLD_CPPFLAGS %%PTHREAD_FLAGS%%"
|
||||
+ CPPFLAGS="$OLD_CPPFLAGS %%PTHREAD_CFLAGS%%"
|
||||
old_ac_link="$ac_link"
|
||||
ac_link="$old_ac_link 2>conftezt.out.2"
|
||||
if test "$cross_compiling" = yes; then
|
||||
|
@ -7,6 +7,7 @@
|
||||
|
||||
PORTNAME= pike75
|
||||
PORTVERSION= 7.5.17
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= lang
|
||||
MASTER_SITES= ftp://pike.ida.liu.se/pub/pike/all/${PORTVERSION}/ \
|
||||
ftp://ftp.oav.net/pkg_freebsd/distfiles/ \
|
||||
@ -24,7 +25,8 @@ LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \
|
||||
tiff.4:${PORTSDIR}/graphics/tiff \
|
||||
gdbm.3:${PORTSDIR}/databases/gdbm \
|
||||
fftw.2:${PORTSDIR}/math/fftw \
|
||||
pcre.0:${PORTSDIR}/devel/pcre
|
||||
pcre.0:${PORTSDIR}/devel/pcre \
|
||||
mird.1:${PORTSDIR}/databases/mird
|
||||
# Nettle doesn't work ;(
|
||||
# nettle.1:${PORTSDIR}/security/nettle \
|
||||
|
||||
@ -56,7 +58,7 @@ CONFIGURE_ARGS+= --without-debug \
|
||||
--with-zlib \
|
||||
--with-threads \
|
||||
--with-readline \
|
||||
--with-jpeg=${PREFIX} \
|
||||
--with-jpeg \
|
||||
--with-tiff \
|
||||
--with-gdbm \
|
||||
--without-java \
|
||||
|
@ -14,7 +14,7 @@
|
||||
|
||||
OLD_CPPFLAGS="$CPPFLAGS"
|
||||
- CPPFLAGS="$OLD_CPPFLAGS -pthread"
|
||||
+ CPPFLAGS="$OLD_CPPFLAGS %%PTHREAD_FLAGS%%"
|
||||
+ CPPFLAGS="$OLD_CPPFLAGS %%PTHREAD_CFLAGS%%"
|
||||
old_ac_link="$ac_link"
|
||||
ac_link="$old_ac_link 2>conftezt.out.2"
|
||||
if test "$cross_compiling" = yes; then
|
||||
|
Loading…
Reference in New Issue
Block a user