Date: Thu, 23 Jan 2014 15:12:51 +0000 (UTC) From: Martin Wilke <miwi@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r340830 - in head/devel: pecl-APCu pecl-automap pecl-bbcode pecl-bcompiler pecl-eio pecl-expect pecl-hidef pecl-htscanner pecl-inclued pecl-intl pecl-libevent pecl-mcve pecl-ncurses pec... Message-ID: <201401231512.s0NFCprK089346@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: miwi Date: Thu Jan 23 15:12:50 2014 New Revision: 340830 URL: http://svnweb.freebsd.org/changeset/ports/340830 QAT: https://qat.redports.org/buildarchive/r340830/ Log: - Marke these ports as stage safe - While here remove php4 gruft Modified: head/devel/pecl-APCu/Makefile head/devel/pecl-automap/Makefile head/devel/pecl-bbcode/Makefile head/devel/pecl-bcompiler/Makefile head/devel/pecl-eio/Makefile head/devel/pecl-expect/Makefile head/devel/pecl-hidef/Makefile head/devel/pecl-htscanner/Makefile head/devel/pecl-inclued/Makefile head/devel/pecl-intl/Makefile head/devel/pecl-libevent/Makefile head/devel/pecl-mcve/Makefile head/devel/pecl-ncurses/Makefile head/devel/pecl-operator/Makefile head/devel/pecl-params/Makefile head/devel/pecl-parsekit/Makefile head/devel/pecl-runkit/Makefile head/devel/pecl-scream/Makefile head/devel/pecl-shape/Makefile head/devel/pecl-spl_types/Makefile head/devel/pecl-spread/Makefile head/devel/pecl-statgrab/Makefile head/devel/pecl-svn/Makefile head/devel/pecl-test_helpers/Makefile head/devel/pecl-uploadprogress/Makefile head/devel/pecl-uuid/Makefile head/devel/pecl-yac/Makefile Modified: head/devel/pecl-APCu/Makefile ============================================================================== --- head/devel/pecl-APCu/Makefile Thu Jan 23 14:51:06 2014 (r340829) +++ head/devel/pecl-APCu/Makefile Thu Jan 23 15:12:50 2014 (r340830) @@ -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> Modified: head/devel/pecl-automap/Makefile ============================================================================== --- head/devel/pecl-automap/Makefile Thu Jan 23 14:51:06 2014 (r340829) +++ head/devel/pecl-automap/Makefile Thu Jan 23 15:12:50 2014 (r340830) @@ -21,5 +21,4 @@ PHP_MODNAME= automap CONFIGURE_ARGS= --enable-automap -NO_STAGE= yes .include <bsd.port.mk> Modified: head/devel/pecl-bbcode/Makefile ============================================================================== --- head/devel/pecl-bbcode/Makefile Thu Jan 23 14:51:06 2014 (r340829) +++ head/devel/pecl-bbcode/Makefile Thu Jan 23 15:12:50 2014 (r340830) @@ -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 Modified: head/devel/pecl-bcompiler/Makefile ============================================================================== --- head/devel/pecl-bcompiler/Makefile Thu Jan 23 14:51:06 2014 (r340829) +++ head/devel/pecl-bcompiler/Makefile Thu Jan 23 15:12:50 2014 (r340830) @@ -19,5 +19,4 @@ IGNORE_WITH_PHP=5 CONFIGURE_ARGS= --enable-bcompiler -NO_STAGE= yes .include <bsd.port.mk> Modified: head/devel/pecl-eio/Makefile ============================================================================== --- head/devel/pecl-eio/Makefile Thu Jan 23 14:51:06 2014 (r340829) +++ head/devel/pecl-eio/Makefile Thu Jan 23 15:12:50 2014 (r340830) @@ -19,5 +19,4 @@ USE_PHP= yes USE_PHPEXT= yes IGNORE_WITH_PHP= 52 -NO_STAGE= yes .include <bsd.port.mk> Modified: head/devel/pecl-expect/Makefile ============================================================================== --- head/devel/pecl-expect/Makefile Thu Jan 23 14:51:06 2014 (r340829) +++ head/devel/pecl-expect/Makefile Thu Jan 23 15:12:50 2014 (r340830) @@ -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/' \ Modified: head/devel/pecl-hidef/Makefile ============================================================================== --- head/devel/pecl-hidef/Makefile Thu Jan 23 14:51:06 2014 (r340829) +++ head/devel/pecl-hidef/Makefile Thu Jan 23 15:12:50 2014 (r340830) @@ -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 Modified: head/devel/pecl-htscanner/Makefile ============================================================================== --- head/devel/pecl-htscanner/Makefile Thu Jan 23 14:51:06 2014 (r340829) +++ head/devel/pecl-htscanner/Makefile Thu Jan 23 15:12:50 2014 (r340830) @@ -17,5 +17,4 @@ USE_PHPEXT= yes CONFIGURE_ARGS= --enable-htscanner -NO_STAGE= yes .include <bsd.port.mk> Modified: head/devel/pecl-inclued/Makefile ============================================================================== --- head/devel/pecl-inclued/Makefile Thu Jan 23 14:51:06 2014 (r340829) +++ head/devel/pecl-inclued/Makefile Thu Jan 23 15:12:50 2014 (r340830) @@ -19,5 +19,4 @@ USE_PHPEXT= yes CONFIGURE_ARGS= --enable-inclued -NO_STAGE= yes .include <bsd.port.mk> Modified: head/devel/pecl-intl/Makefile ============================================================================== --- head/devel/pecl-intl/Makefile Thu Jan 23 14:51:06 2014 (r340829) +++ head/devel/pecl-intl/Makefile Thu Jan 23 15:12:50 2014 (r340830) @@ -18,7 +18,5 @@ LIB_DEPENDS= icui18n:${PORTSDIR}/devel/i USE_PHP= yes USE_PHPEXT= yes -#IGNORE_WITH_PHP=52 -NO_STAGE= yes .include <bsd.port.mk> Modified: head/devel/pecl-libevent/Makefile ============================================================================== --- head/devel/pecl-libevent/Makefile Thu Jan 23 14:51:06 2014 (r340829) +++ head/devel/pecl-libevent/Makefile Thu Jan 23 15:12:50 2014 (r340830) @@ -22,5 +22,4 @@ USE_PHPIZE= yes USE_PHPEXT= yes PHP_MODNAME= libevent -NO_STAGE= yes .include <bsd.port.mk> Modified: head/devel/pecl-mcve/Makefile ============================================================================== --- head/devel/pecl-mcve/Makefile Thu Jan 23 14:51:06 2014 (r340829) +++ head/devel/pecl-mcve/Makefile Thu Jan 23 15:12:50 2014 (r340830) @@ -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 Modified: head/devel/pecl-ncurses/Makefile ============================================================================== --- head/devel/pecl-ncurses/Makefile Thu Jan 23 14:51:06 2014 (r340829) +++ head/devel/pecl-ncurses/Makefile Thu Jan 23 15:12:50 2014 (r340830) @@ -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> Modified: head/devel/pecl-operator/Makefile ============================================================================== --- head/devel/pecl-operator/Makefile Thu Jan 23 14:51:06 2014 (r340829) +++ head/devel/pecl-operator/Makefile Thu Jan 23 15:12:50 2014 (r340830) @@ -20,7 +20,6 @@ USE_PHPEXT= yes DEFAULT_PHP_VER?= 53 PHP_MODNAME= ${PORTNAME} -NO_STAGE= yes post-extract:: @${CAT} ${PKGMESSAGE} Modified: head/devel/pecl-params/Makefile ============================================================================== --- head/devel/pecl-params/Makefile Thu Jan 23 14:51:06 2014 (r340829) +++ head/devel/pecl-params/Makefile Thu Jan 23 15:12:50 2014 (r340830) @@ -18,5 +18,4 @@ USE_PHPEXT= yes CONFIGURE_ARGS= --enable-params -NO_STAGE= yes .include <bsd.port.mk> Modified: head/devel/pecl-parsekit/Makefile ============================================================================== --- head/devel/pecl-parsekit/Makefile Thu Jan 23 14:51:06 2014 (r340829) +++ head/devel/pecl-parsekit/Makefile Thu Jan 23 15:12:50 2014 (r340830) @@ -21,5 +21,4 @@ USE_PHPEXT= yes CONFIGURE_ARGS= --enable-parsekit CFLAGS+= -I${LOCALBASE}/include -NO_STAGE= yes .include <bsd.port.mk> Modified: head/devel/pecl-runkit/Makefile ============================================================================== --- head/devel/pecl-runkit/Makefile Thu Jan 23 14:51:06 2014 (r340829) +++ head/devel/pecl-runkit/Makefile Thu Jan 23 15:12:50 2014 (r340830) @@ -20,5 +20,4 @@ DEFAULT_PHP_VER=53 CONFIGURE_ARGS= --enable-runkit=classkit -NO_STAGE= yes .include <bsd.port.mk> Modified: head/devel/pecl-scream/Makefile ============================================================================== --- head/devel/pecl-scream/Makefile Thu Jan 23 14:51:06 2014 (r340829) +++ head/devel/pecl-scream/Makefile Thu Jan 23 15:12:50 2014 (r340830) @@ -20,5 +20,4 @@ USE_PHPEXT= yes test: build @(cd ${WRKSRC} && ${MAKE} test) -NO_STAGE= yes .include <bsd.port.mk> Modified: head/devel/pecl-shape/Makefile ============================================================================== --- head/devel/pecl-shape/Makefile Thu Jan 23 14:51:06 2014 (r340829) +++ head/devel/pecl-shape/Makefile Thu Jan 23 15:12:50 2014 (r340830) @@ -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 Modified: head/devel/pecl-spl_types/Makefile ============================================================================== --- head/devel/pecl-spl_types/Makefile Thu Jan 23 14:51:06 2014 (r340829) +++ head/devel/pecl-spl_types/Makefile Thu Jan 23 15:12:50 2014 (r340830) @@ -26,5 +26,4 @@ IGNORE_WITH_PHP=5 CONFIGURE_ARGS= --enable-spl-types CFLAGS+= -I${LOCALBASE}/include -NO_STAGE= yes .include <bsd.port.mk> Modified: head/devel/pecl-spread/Makefile ============================================================================== --- head/devel/pecl-spread/Makefile Thu Jan 23 14:51:06 2014 (r340829) +++ head/devel/pecl-spread/Makefile Thu Jan 23 15:12:50 2014 (r340830) @@ -21,9 +21,7 @@ RUN_DEPENDS= ${LOCALBASE}/include/sp.h:$ 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> Modified: head/devel/pecl-statgrab/Makefile ============================================================================== --- head/devel/pecl-statgrab/Makefile Thu Jan 23 14:51:06 2014 (r340829) +++ head/devel/pecl-statgrab/Makefile Thu Jan 23 15:12:50 2014 (r340830) @@ -25,5 +25,4 @@ LDFLAGS+= -L${LOCALBASE}/lib -ldevstat $ CONFIGURE_ARGS= --with-statgrab=${LOCALBASE} -NO_STAGE= yes .include <bsd.port.mk> Modified: head/devel/pecl-svn/Makefile ============================================================================== --- head/devel/pecl-svn/Makefile Thu Jan 23 14:51:06 2014 (r340829) +++ head/devel/pecl-svn/Makefile Thu Jan 23 15:12:50 2014 (r340830) @@ -19,5 +19,4 @@ LIB_DEPENDS= svn_client-1:${PORTSDIR}/de USE_PHP= yes USE_PHPEXT= yes -NO_STAGE= yes .include <bsd.port.mk> Modified: head/devel/pecl-test_helpers/Makefile ============================================================================== --- head/devel/pecl-test_helpers/Makefile Thu Jan 23 14:51:06 2014 (r340829) +++ head/devel/pecl-test_helpers/Makefile Thu Jan 23 15:12:50 2014 (r340830) @@ -19,7 +19,6 @@ SUB_FILES= pkg-message PKGMESSAGE= ${WRKDIR}/pkg-message -NO_STAGE= yes post-install: @${CAT} ${PKGMESSAGE} Modified: head/devel/pecl-uploadprogress/Makefile ============================================================================== --- head/devel/pecl-uploadprogress/Makefile Thu Jan 23 14:51:06 2014 (r340829) +++ head/devel/pecl-uploadprogress/Makefile Thu Jan 23 15:12:50 2014 (r340830) @@ -17,5 +17,4 @@ USE_PHPEXT= yes CONFIGURE_ARGS= --enable-uploadprogress -NO_STAGE= yes .include <bsd.port.mk> Modified: head/devel/pecl-uuid/Makefile ============================================================================== --- head/devel/pecl-uuid/Makefile Thu Jan 23 14:51:06 2014 (r340829) +++ head/devel/pecl-uuid/Makefile Thu Jan 23 15:12:50 2014 (r340830) @@ -21,5 +21,4 @@ USE_PHPEXT= yes DEFAULT_PHP_VER=53 IGNORE_WITH_PHP=5 -NO_STAGE= yes .include <bsd.port.mk> Modified: head/devel/pecl-yac/Makefile ============================================================================== --- head/devel/pecl-yac/Makefile Thu Jan 23 14:51:06 2014 (r340829) +++ head/devel/pecl-yac/Makefile Thu Jan 23 15:12:50 2014 (r340830) @@ -19,5 +19,4 @@ USE_PHP_BUILD= yes USE_PHPIZE= yes USE_PHPEXT= yes -NO_STAGE= yes .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201401231512.s0NFCprK089346>