1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

- Marke these ports as stage safe

- While here remove php4 gruft
This commit is contained in:
Martin Wilke 2014-01-23 15:12:50 +00:00
parent c51e65d723
commit 337a7fa041
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=340830
27 changed files with 2 additions and 32 deletions

View File

@ -22,8 +22,7 @@ USE_PHP_BUILD= yes
USE_PHPIZE= yes
USE_PHPEXT= yes
PHP_MODNAME= ${PORTNAME:L}
IGNORE_WITH_PHP=4 52
IGNORE_WITH_PHP=52
WRKSRC= ${WRKDIR}/${PORTNAME:L}-${PORTVERSION}
NO_STAGE= yes
.include <bsd.port.mk>

View File

@ -21,5 +21,4 @@ PHP_MODNAME= automap
CONFIGURE_ARGS= --enable-automap
NO_STAGE= yes
.include <bsd.port.mk>

View File

@ -23,7 +23,6 @@ IGNORE_WITH_PHP=5
CONFIGURE_ARGS= --enable-bbcode
NO_STAGE= yes
post-patch:
@${REINPLACE_CMD} -e 's/#include <malloc.h>/\/\/#include <malloc.h>/g' ${WRKSRC}/lib/bbcode2.c

View File

@ -19,5 +19,4 @@ IGNORE_WITH_PHP=5
CONFIGURE_ARGS= --enable-bcompiler
NO_STAGE= yes
.include <bsd.port.mk>

View File

@ -19,5 +19,4 @@ USE_PHP= yes
USE_PHPEXT= yes
IGNORE_WITH_PHP= 52
NO_STAGE= yes
.include <bsd.port.mk>

View File

@ -18,11 +18,9 @@ LICENSE= PHP301
USE_PHP= yes
USE_PHPEXT= yes
IGNORE_WITH_PHP=4
CONFIGURE_ARGS+=--with-expect=${LOCALBASE}
NO_STAGE= yes
post-patch:
@${REINPLACE_CMD} -e \
's/\(LIBRARY_WITH_PATH(\)expect/\1expect543/' \

View File

@ -22,7 +22,6 @@ CONFIGURE_ARGS= --enable-hidef
CFLAGS+=-I${LOCALBASE}/include
LDFLAGS+=-L${LOCALBASE}/lib
NO_STAGE= yes
post-patch:
@${REINPLACE_CMD} -e 's,malloc.h,stdlib.h,g' \
${WRKSRC}/hidef.c

View File

@ -17,5 +17,4 @@ USE_PHPEXT= yes
CONFIGURE_ARGS= --enable-htscanner
NO_STAGE= yes
.include <bsd.port.mk>

View File

@ -19,5 +19,4 @@ USE_PHPEXT= yes
CONFIGURE_ARGS= --enable-inclued
NO_STAGE= yes
.include <bsd.port.mk>

View File

@ -18,7 +18,5 @@ LIB_DEPENDS= icui18n:${PORTSDIR}/devel/icu
USE_PHP= yes
USE_PHPEXT= yes
#IGNORE_WITH_PHP=52
NO_STAGE= yes
.include <bsd.port.mk>

View File

@ -22,5 +22,4 @@ USE_PHPIZE= yes
USE_PHPEXT= yes
PHP_MODNAME= libevent
NO_STAGE= yes
.include <bsd.port.mk>

View File

@ -22,7 +22,6 @@ DEFAULT_PHP_VER=53
IGNORE_WITH_PHP=5
CONFIGURE_ARGS+=--with-mcve="${LOCALBASE}"
NO_STAGE= yes
post-patch:
${REINPLACE_CMD} -e '/SEARCH_PATH/ s,=",="${LOCALBASE} ${PREFIX} ,' \
${WRKSRC}/config.m4

View File

@ -18,7 +18,6 @@ USE_PHP= yes
USE_PHP_BUILD= yes
USE_PHPEXT= yes
WANT_PHP_CLI= yes
IGNORE_WITH_PHP=4 52
IGNORE_WITH_PHP=52
NO_STAGE= yes
.include <bsd.port.mk>

View File

@ -20,7 +20,6 @@ USE_PHPEXT= yes
DEFAULT_PHP_VER?= 53
PHP_MODNAME= ${PORTNAME}
NO_STAGE= yes
post-extract::
@${CAT} ${PKGMESSAGE}

View File

@ -18,5 +18,4 @@ USE_PHPEXT= yes
CONFIGURE_ARGS= --enable-params
NO_STAGE= yes
.include <bsd.port.mk>

View File

@ -21,5 +21,4 @@ USE_PHPEXT= yes
CONFIGURE_ARGS= --enable-parsekit
CFLAGS+= -I${LOCALBASE}/include
NO_STAGE= yes
.include <bsd.port.mk>

View File

@ -20,5 +20,4 @@ DEFAULT_PHP_VER=53
CONFIGURE_ARGS= --enable-runkit=classkit
NO_STAGE= yes
.include <bsd.port.mk>

View File

@ -20,5 +20,4 @@ USE_PHPEXT= yes
test: build
@(cd ${WRKSRC} && ${MAKE} test)
NO_STAGE= yes
.include <bsd.port.mk>

View File

@ -24,7 +24,6 @@ IGNORE_WITH_PHP=5
CONFIGURE_ARGS+=--with-shp=${LOCALBASE}
NO_STAGE= yes
post-patch:
@${REINPLACE_CMD} -e 's|include/libshp|include|g' ${WRKSRC}/config.m4
@${REINPLACE_CMD} -e 's|-ldl||g' ${WRKSRC}/config.m4

View File

@ -26,5 +26,4 @@ IGNORE_WITH_PHP=5
CONFIGURE_ARGS= --enable-spl-types
CFLAGS+= -I${LOCALBASE}/include
NO_STAGE= yes
.include <bsd.port.mk>

View File

@ -21,9 +21,7 @@ RUN_DEPENDS= ${LOCALBASE}/include/sp.h:${PORTSDIR}/net/spread4
USE_PHP= yes
USE_PHPEXT= yes
DEFAULT_PHP_VER=53
IGNORE_WITH_PHP=4
CONFIGURE_ARGS+=--with-spread=${LOCALBASE}
NO_STAGE= yes
.include <bsd.port.mk>

View File

@ -25,5 +25,4 @@ LDFLAGS+= -L${LOCALBASE}/lib -ldevstat ${EXTRA_LIBS}
CONFIGURE_ARGS= --with-statgrab=${LOCALBASE}
NO_STAGE= yes
.include <bsd.port.mk>

View File

@ -19,5 +19,4 @@ LIB_DEPENDS= svn_client-1:${PORTSDIR}/devel/subversion16
USE_PHP= yes
USE_PHPEXT= yes
NO_STAGE= yes
.include <bsd.port.mk>

View File

@ -19,7 +19,6 @@ SUB_FILES= pkg-message
PKGMESSAGE= ${WRKDIR}/pkg-message
NO_STAGE= yes
post-install:
@${CAT} ${PKGMESSAGE}

View File

@ -17,5 +17,4 @@ USE_PHPEXT= yes
CONFIGURE_ARGS= --enable-uploadprogress
NO_STAGE= yes
.include <bsd.port.mk>

View File

@ -21,5 +21,4 @@ USE_PHPEXT= yes
DEFAULT_PHP_VER=53
IGNORE_WITH_PHP=5
NO_STAGE= yes
.include <bsd.port.mk>

View File

@ -19,5 +19,4 @@ USE_PHP_BUILD= yes
USE_PHPIZE= yes
USE_PHPEXT= yes
NO_STAGE= yes
.include <bsd.port.mk>