take over maintainance; remove some unnecessary line;
remove iconv from MODULES because gettext includes it ok jolan@
This commit is contained in:
parent
210bff1841
commit
c00564cf77
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile.inc,v 1.22 2004/06/06 18:25:35 avsm Exp $
|
||||
# $OpenBSD: Makefile.inc,v 1.23 2004/06/08 15:59:54 robert Exp $
|
||||
|
||||
# This port currently only works with archs supporting dynamic loading
|
||||
# and has Apache that supports DSO's.
|
||||
@ -8,6 +8,7 @@ V= 4.3.7
|
||||
DISTNAME= php-${V}
|
||||
CATEGORIES= www lang
|
||||
|
||||
MAINTAINER= Robert Nagy <robert@openbsd.org>
|
||||
HOMEPAGE= http://www.php.net/
|
||||
|
||||
MASTER_SITES= http://us2.php.net/distributions/ \
|
||||
@ -38,8 +39,6 @@ MODULES_DIR= ${CHROOT_DIR}/${MODULES_SUBDIR}
|
||||
|
||||
.if defined(USE_GCC3)
|
||||
PHP_LDFLAGS= -lstdc++ -lm
|
||||
.else
|
||||
PHP_LDFLAGS= # nothing for now
|
||||
.endif
|
||||
|
||||
CONFIGURE_STYLE= autoconf
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.17 2004/01/05 17:51:29 avsm Exp $
|
||||
# $OpenBSD: Makefile,v 1.18 2004/06/08 15:59:54 robert Exp $
|
||||
|
||||
MULTI_PACKAGES= -pear
|
||||
SUBPACKAGE?=
|
||||
@ -31,7 +31,7 @@ CONFIGURE_ARGS+= --with-apxs=/usr/sbin/apxs \
|
||||
--enable-yp \
|
||||
--enable-exif
|
||||
|
||||
MODULES= gettext iconv
|
||||
MODULES= gettext
|
||||
|
||||
# some variables to substitute
|
||||
SUBST_VARS= PHP_CONFIG_FILE
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.29 2004/02/29 00:25:41 avsm Exp $
|
||||
# $OpenBSD: Makefile,v 1.30 2004/06/08 15:59:54 robert Exp $
|
||||
|
||||
FULLPKGNAME= php4-extensions-${V}
|
||||
COMMENT= "informational package about PHP4 extensions"
|
||||
@ -13,7 +13,7 @@ FLAVORS= no_x11
|
||||
FLAVOR?=
|
||||
|
||||
RUN_DEPENDS= :php4-core-${V}:www/php4/core
|
||||
MODULES= gettext iconv
|
||||
MODULES= gettext
|
||||
|
||||
CONFIGURE_ARGS+= --with-apxs=/usr/sbin/apxs \
|
||||
--with-iconv-dir=${LOCALBASE} \
|
||||
|
Loading…
Reference in New Issue
Block a user