remove mips and powerpc from ONLY_FOR_ARCHS, these platforms do not even
ship with an Apache compiled with DSO support yet.
This commit is contained in:
parent
d4830cdc18
commit
3e3e1dc069
@ -1,9 +1,12 @@
|
||||
# $OpenBSD: Makefile,v 1.24 2000/12/14 15:25:20 brad Exp $
|
||||
# $OpenBSD: Makefile,v 1.25 2001/01/04 00:51:23 brad Exp $
|
||||
|
||||
# This port current only works with archs supporting dynamic loading
|
||||
ONLY_FOR_ARCHS= i386 m68k sparc
|
||||
|
||||
DISTNAME= php-3.0.18
|
||||
PKGNAME= php3-3.0.18
|
||||
CATEGORIES= www lang
|
||||
NEED_VERSION= 1.319
|
||||
NEED_VERSION= 1.336
|
||||
|
||||
HOMEPAGE= http://www.php.net/
|
||||
|
||||
@ -19,9 +22,6 @@ PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
# This port current only works with archs supporting dynamic loading
|
||||
ONLY_FOR_ARCHS= i386 m68k sparc mips
|
||||
|
||||
CONFIGURE_STYLE= gnu
|
||||
CONFIGURE_ARGS+= --with-apxs=/usr/sbin/apxs \
|
||||
--with-pcre-regex \
|
||||
|
@ -1,4 +1,7 @@
|
||||
# $OpenBSD: Makefile,v 1.18 2001/01/03 00:33:38 avsm Exp $
|
||||
# $OpenBSD: Makefile,v 1.19 2001/01/04 00:51:23 brad Exp $
|
||||
|
||||
# This port current only works with archs supporting dynamic loading
|
||||
ONLY_FOR_ARCHS= i386 m68k sparc
|
||||
|
||||
DISTNAME= php-4.0.4
|
||||
PKGNAME= php4-4.0.4
|
||||
@ -20,9 +23,6 @@ PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
# This port current only works with archs supporting dynamic loading
|
||||
ONLY_FOR_ARCHS= i386 m68k sparc mips powerpc
|
||||
|
||||
CONFIGURE_STYLE= gnu
|
||||
CONFIGURE_ARGS+= --with-apxs=/usr/sbin/apxs \
|
||||
--with-config-file-path=/var/www/conf \
|
||||
@ -179,9 +179,9 @@ do-install:
|
||||
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/php4
|
||||
${INSTALL_DATA} ${WRKSRC}/php.ini-dist ${PREFIX}/share/doc/php4
|
||||
${INSTALL_DATA} ${WRKSRC}/php.ini-optimized ${PREFIX}/share/doc/php4
|
||||
sed 's,y0y0y0,${TRUEPREFIX},' \
|
||||
@sed 's,y0y0y0,${TRUEPREFIX},' \
|
||||
<${FILESDIR}/php4-enable >${PREFIX}/sbin/php4-enable
|
||||
chown ${BINOWN}:${BINGRP} ${PREFIX}/sbin/php4-enable
|
||||
chmod ${BINMODE} ${PREFIX}/sbin/php4-enable
|
||||
@chown ${BINOWN}:${BINGRP} ${PREFIX}/sbin/php4-enable
|
||||
@chmod ${BINMODE} ${PREFIX}/sbin/php4-enable
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
Loading…
x
Reference in New Issue
Block a user