From owner-svn-ports-head@FreeBSD.ORG Thu Jan 23 15:12:57 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2B4DD6C8; Thu, 23 Jan 2014 15:12:57 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 14AA71821; Thu, 23 Jan 2014 15:12:57 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id s0NFCuOW089383; Thu, 23 Jan 2014 15:12:56 GMT (envelope-from miwi@svn.freebsd.org) Received: (from miwi@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id s0NFCprK089346; Thu, 23 Jan 2014 15:12:51 GMT (envelope-from miwi@svn.freebsd.org) Message-Id: <201401231512.s0NFCprK089346@svn.freebsd.org> From: Martin Wilke Date: Thu, 23 Jan 2014 15:12:51 +0000 (UTC) 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... X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Jan 2014 15:12:57 -0000 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 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 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 /\/\/#include /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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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