Date: Wed, 15 Feb 2012 22:07:18 +0100 From: =?iso-8859-1?Q?Beat_G=E4tzi?= <beat@chruetertee.ch> To: tinderbox-list@marcuscom.com Cc: FreeBSD Ports <freebsd-ports@freebsd.org> Subject: CFT: pkgng support for tinderbox Message-ID: <29CEA923-4620-4982-B8EA-45F46C711DAD@chruetertee.ch>
next in thread | raw e-mail | index | archive | help
Hi, pkgng support for tinderbox (written by bapt@) is ready and is looking for some review and testers. The patch is against tinderbox HEAD: http://tmp.chruetertee.ch/tinderbox-pkgng.patch It also needs a database change: alter table port_dependencies CHANGE dependency_type dependency_type \ ENUM('UNKNOWN', 'PKG_DEPENDS', 'EXTRACT_DEPENDS', 'PATCH_DEPENDS', \ 'FETCH_DEPENDS', 'BUILD_DEPENDS', 'LIB_DEPENDS', 'RUN_DEPENDS', \ 'TEST_DEPENDS') DEFAULT 'UNKNOWN'; To enable pkgng support please update your portstree in the tinderbox and add these lines to your portstree environment in scripts/etc/env: export WITH_PKGNG=yes export PKGSUFFIX=.txz Thanks, Beat
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?29CEA923-4620-4982-B8EA-45F46C711DAD>