don't pick up an installed gsed; problem noticed by landry@, ok robert@
This commit is contained in:
parent
00582ef96a
commit
b47bbf573f
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.8 2011/03/21 19:50:18 jasper Exp $
|
||||
# $OpenBSD: Makefile,v 1.9 2011/03/26 10:23:13 sthen Exp $
|
||||
|
||||
# doesn't set USE_LIBTOOL but use the bundled one because it needs some
|
||||
# specific options we don't have.
|
||||
@ -8,7 +8,7 @@ V= 5.2.17
|
||||
SUHOSIN_PHPV= 5.2.16
|
||||
SUHOSIN_P_V= 0.9.7
|
||||
|
||||
REVISION-main= 1
|
||||
REVISION-main= 2
|
||||
REVISION-fastcgi= 0
|
||||
|
||||
INI_TEMPLATES= dist recommended
|
||||
|
@ -1,11 +1,11 @@
|
||||
# $OpenBSD: Makefile,v 1.7 2011/03/21 21:39:45 robert Exp $
|
||||
# $OpenBSD: Makefile,v 1.8 2011/03/26 10:23:13 sthen Exp $
|
||||
|
||||
PV= 5.3
|
||||
V= ${PV}.5
|
||||
SUHOSIN_PHPV= ${PV}.4
|
||||
SUHOSIN_P_V= 0.9.10
|
||||
|
||||
REVISION-main= 2
|
||||
REVISION-main= 3
|
||||
REVISION-fastcgi= 1
|
||||
|
||||
INI_TEMPLATES= development production
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile.inc,v 1.9 2011/03/21 18:29:07 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile.inc,v 1.10 2011/03/26 10:23:13 sthen Exp $
|
||||
|
||||
# This port currently only works with archs supporting dynamic loading
|
||||
# and has Apache that supports DSO's.
|
||||
@ -60,7 +60,7 @@ CONFIGURE_STYLE= autoconf
|
||||
AUTOCONF_VERSION= 2.13
|
||||
CONFIGURE_ENV= CFLAGS="${CFLAGS} -I${LOCALBASE}/include -pthread" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib ${PHP_LDFLAGS} -pthread" \
|
||||
EXTENSION_DIR=${MODULES_DIR}
|
||||
EXTENSION_DIR=${MODULES_DIR} lt_cv_path_SED=/usr/bin/sed
|
||||
MAKE_ENV= ${CONFIGURE_ENV}
|
||||
|
||||
CONFIGURE_ARGS+= --enable-shared \
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile.inc,v 1.36 2011/01/17 11:47:19 sthen Exp $
|
||||
# $OpenBSD: Makefile.inc,v 1.37 2011/03/26 10:23:13 sthen Exp $
|
||||
|
||||
# This port currently only works with archs supporting dynamic loading
|
||||
# and has Apache that supports DSO's.
|
||||
@ -48,7 +48,7 @@ CONFIGURE_STYLE= autoconf
|
||||
AUTOCONF_VERSION= 2.13
|
||||
CONFIGURE_ENV= CFLAGS="${CFLAGS} -I${LOCALBASE}/include -pthread" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib ${PHP_LDFLAGS} -pthread" \
|
||||
EXTENSION_DIR=${MODULES_DIR}
|
||||
EXTENSION_DIR=${MODULES_DIR} lt_cv_path_SED=/usr/bin/sed
|
||||
MAKE_ENV= ${CONFIGURE_ENV}
|
||||
|
||||
CONFIGURE_ARGS+= --enable-shared \
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.66 2011/03/21 19:50:18 jasper Exp $
|
||||
# $OpenBSD: Makefile,v 1.67 2011/03/26 10:23:13 sthen Exp $
|
||||
|
||||
# doesn't set USE_LIBTOOL but use the bundled one because it needs some
|
||||
# specific options we don't have.
|
||||
@ -10,7 +10,7 @@ PKGNAME= php5-core-${V}
|
||||
PKGNAME-main= php5-core-${V}
|
||||
PKGNAME-fastcgi=php5-fastcgi-${V}
|
||||
|
||||
REVISION-main= 1
|
||||
REVISION-main= 2
|
||||
REVISION-fastcgi= 0
|
||||
|
||||
DISTFILES= php-${V}.tar.gz
|
||||
|
Loading…
Reference in New Issue
Block a user