CFT: pkgng support for tinderbox

Beat Gätzi beat at chruetertee.ch
Wed Feb 15 21:38:45 UTC 2012


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


More information about the freebsd-ports mailing list