Date: Sun, 13 Jan 2013 17:06:49 +0200 From: Ion-Mihai Tetcu <ionut@tetcu.info> To: olli hauer <ohauer@gmx.de>,Ion-Mihai Tetcu <itetcu@FreeBSD.org> Cc: svn-ports-all@freebsd.org, Beat Gaetzi <beat@FreeBSD.org>, ports-committers@freebsd.org Subject: Re: svn commit: r310314 - in head/ports-mgmt/tinderbox-devel: . files Message-ID: <2667ceb1-226c-4c1c-be02-65959fb74569@email.android.com> In-Reply-To: <50F2C59E.3030606@gmx.de> References: <201301131048.r0DAmVkn012514@svn.freebsd.org> <50F2C59E.3030606@gmx.de>
next in thread | previous in thread | raw e-mail | index | archive | help
Grrr, I'll check once I get back home, in a couple of hours or so. Thanks. olli hauer <ohauer@gmx.de> wrote: >On 2013-01-13 11:48, Ion-Mihai Tetcu wrote: >> Author: itetcu >> Date: Sun Jan 13 10:48:31 2013 >> New Revision: 310314 >> URL: http://svnweb.freebsd.org/changeset/ports/310314 >> >> Log: >> - update to 4.0.0.b2 >> - convert to OPTIONSng >> - drop local patches incorporated upstream >> >> Submitted by: beat@ > > >I thought tinderbox use now pdo instead pear (maybe README should also >adjusted) > >lib/db-mysql.sh:export >DB_OPT_PREREQS="databases/php5-mysql@php5-mysql-* >databases/php5-pdo_mysql@php5-pdo_mysql-*" >lib/db-pgsql.sh:export >DB_OPT_PREREQS="databases/php5-pgsql@php5-pgsql-* >databases/php5-pdo_pgsql@php5-pdo_pgsql-*" >lib/db-sqlite.sh:export >DB_OPT_PREREQS="databases/php5-pdo_sqlite@php5-pdo_sqlite-*" > >I'm running tinderbox for over a year now with the following changes >(pear -> pdo_...) > >Index: Makefile >=================================================================== >--- Makefile (revision 310320) >+++ Makefile (working copy) >@@ -62,16 +62,14 @@ > .if ${PORT_OPTIONS:MPGSQL} > USE_PGSQL= yes > .if defined(WEBUI) >-RUN_DEPENDS+= >${LOCALBASE}/share/pear/MDB2/Driver/pgsql.php:${PORTSDIR}/databases/pear-MDB2_Driver_pgsql >-USE_PHP+= pgsql >+USE_PHP+= pgsql pdo_pgsql > .endif > RUN_DEPENDS+= p5-DBD-Pg>=0:${PORTSDIR}/databases/p5-DBD-Pg > .endif > > .if ${PORT_OPTIONS:MMYSQL} > .if defined(WEBUI) >-RUN_DEPENDS+= >${LOCALBASE}/share/pear/MDB2/Driver/mysql.php:${PORTSDIR}/databases/pear-MDB2_Driver_mysql >-USE_PHP+= mysql >+USE_PHP+= mysql pdo_mysql > .endif > USE_MYSQL= yes > RUN_DEPENDS+= p5-DBD-mysql>=0:${PORTSDIR}/databases/p5-DBD-mysql >@@ -79,8 +77,7 @@ > > .if ${PORT_OPTIONS:MSQLITE} > .if defined(WEBUI) >-RUN_DEPENDS+= >${LOCALBASE}/share/pear/MDB2/Driver/sqlite.php:${PORTSDIR}/databases/pear-MDB2_Driver_sqlite >-USE_PHP+= sqlite >+USE_PHP+= sqlite pdo_sqlite > .endif > RUN_DEPENDS+= p5-DBD-SQLite>=0:${PORTSDIR}/databases/p5-DBD-SQLite > .endif >@@ -123,8 +120,6 @@ > ${REINPLACE_CMD} -e 's/^if \[ `id -u` != 0 \]; then/if false; then/' \ > ${WRKSRC}/tc > .endif >- ${REINPLACE_CMD} -e 's/.set_rcvar./tinderd_enable/' \ >- ${WRKSRC}/etc/rc.d/tinderd > @cd ${WRKSRC} && ${FIND} -E . -regex '.*(orig|bak)' -exec ${RM} {} \; > > do-install: -- Sent from my Android phone with K-9 Mail. Please excuse my brevity. From owner-svn-ports-all@FreeBSD.ORG Sun Jan 13 18:13:22 2013 Return-Path: <owner-svn-ports-all@FreeBSD.ORG> Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 83358536; Sun, 13 Jan 2013 18:13:22 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 5C823262; Sun, 13 Jan 2013 18:13:22 +0000 (UTC) Received: from svn.freebsd.org (svn.FreeBSD.org [8.8.178.70]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id r0DIDMh1043748; Sun, 13 Jan 2013 18:13:22 GMT (envelope-from bdrewery@svn.freebsd.org) Received: (from bdrewery@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id r0DIDMMs043746; Sun, 13 Jan 2013 18:13:22 GMT (envelope-from bdrewery@svn.freebsd.org) Message-Id: <201301131813.r0DIDMMs043746@svn.freebsd.org> From: Bryan Drewery <bdrewery@FreeBSD.org> Date: Sun, 13 Jan 2013 18:13:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r310326 - head/ports-mgmt/poudriere-devel X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree <svn-ports-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/svn-ports-all>, <mailto:svn-ports-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/svn-ports-all> List-Post: <mailto:svn-ports-all@freebsd.org> List-Help: <mailto:svn-ports-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/svn-ports-all>, <mailto:svn-ports-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sun, 13 Jan 2013 18:13:22 -0000 Author: bdrewery Date: Sun Jan 13 18:13:21 2013 New Revision: 310326 URL: http://svnweb.freebsd.org/changeset/ports/310326 Log: - Update to checkin a4714af748 Changes: - jail: Add validation to prevent usage of '.' per jail(8) - options: Run 'make config-condition' in its own process so that dependencies are calculated correctly in the recursive call - usage documentation cleanups - manpage fixes - leftovers: Show directories with @dirrm - testport: Add interactive modes -i and -I. See manpage. - bulk: Use -vv to show why a dependency is being rebuilt/deleted Modified: head/ports-mgmt/poudriere-devel/Makefile head/ports-mgmt/poudriere-devel/distinfo Modified: head/ports-mgmt/poudriere-devel/Makefile ============================================================================== --- head/ports-mgmt/poudriere-devel/Makefile Sun Jan 13 17:08:16 2013 (r310325) +++ head/ports-mgmt/poudriere-devel/Makefile Sun Jan 13 18:13:21 2013 (r310326) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= poudriere -PORTVERSION= 2.3.99.20121230 +PORTVERSION= 2.3.99.20130113 CATEGORIES= ports-mgmt MASTER_SITES= http://fossil.etoilebsd.net/poudriere/tarball/ PKGNAMESUFFIX= -devel @@ -13,7 +13,7 @@ COMMENT= Port build and test system LICENSE= BSD -FSL_CHKIN= 428fbcc5bf +FSL_CHKIN= a4714af748 NO_BUILD= yes MANCOMPRESSED= yes Modified: head/ports-mgmt/poudriere-devel/distinfo ============================================================================== --- head/ports-mgmt/poudriere-devel/distinfo Sun Jan 13 17:08:16 2013 (r310325) +++ head/ports-mgmt/poudriere-devel/distinfo Sun Jan 13 18:13:21 2013 (r310326) @@ -1,2 +1,2 @@ -SHA256 (poudriere-2.3.99.20121230.tar.gz?uuid=428fbcc5bf) = 984923f779bf1a2d73a15a90284e73b0328fa59b05e8b3a8b3fbfde6d89929e3 -SIZE (poudriere-2.3.99.20121230.tar.gz?uuid=428fbcc5bf) = 39796 +SHA256 (poudriere-2.3.99.20130113.tar.gz?uuid=a4714af748) = 5965824c8f2ab97e18698cfe8f3ee324e9de91579aba83572f37051088d81125 +SIZE (poudriere-2.3.99.20130113.tar.gz?uuid=a4714af748) = 40694
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?2667ceb1-226c-4c1c-be02-65959fb74569>