head 1.2; access; symbols pkgsrc-2014Q2:1.1.0.10 pkgsrc-2014Q2-base:1.1 pkgsrc-2014Q1:1.1.0.8 pkgsrc-2014Q1-base:1.1 pkgsrc-2013Q4:1.1.0.6 pkgsrc-2013Q4-base:1.1 pkgsrc-2013Q3:1.1.0.4 pkgsrc-2013Q3-base:1.1 pkgsrc-2013Q2:1.1.0.2 pkgsrc-2013Q2-base:1.1; locks; strict; comment @# @; 1.2 date 2014.08.14.18.29.35; author cheusov; state dead; branches; next 1.1; commitid PpPi4ZTltIKdkmMx; 1.1 date 2013.05.16.01.26.08; author cheusov; state Exp; branches; next ; commitid 8WGB8ERsgLnRhNPw; desc @@ 1.2 log @ Update to 0.47.0 TOOL_DEPENDS is supported by default (pkg_src_summary stage) Support for cross-builds (not tested yet) stage_checks: - gen_unregistered_CONFLICTS was disabled, it is too slow. - additional section for memory allocation failures was added. - improvements for "missing progs", "missign header" and "library not found sections". distbb_chroot: - Option -p was added and other improvements. distbb.conf and distbb.default.conf: - Variable OS was renamed to OPSYS - home-made function "assign" was replaced with := - New config variable ULIMIT_CMD was introduced. It defaults to "ulimit -t 1800" upload_pkgs_all_files: fix find(1) arguments. Thanks to Andrey Oktyabrski for the report. @ text @$NetBSD: patch-distbb.default.conf.in,v 1.1 2013/05/16 01:26:08 cheusov Exp $ --- distbb.default.conf.in.orig 2013-02-02 11:07:48.000000000 +0000 +++ distbb.default.conf.in @@@@ -103,7 +103,7 @@@@ assign PKG_SRC_SUMMARY "$PACKAGES/All/pk # # If you want to build short version of src_summary, uncomment the following # (see pkg_src_summary(1)) -assign PSS_FIELDS 'PKGNAME PKGPATH DEPENDS TARGET_BUILD_DEPENDS BUILD_DEPENDS MAINTAINER HOMEPAGE DESCRIPTION NO_BIN_ON_FTP NO_BIN_ON_CDROM USE_LANGUAGES ALLDISTFILES PKG_FAIL_REASON' +assign PSS_FIELDS 'PKGNAME PKGPATH DEPENDS TOOL_DEPENDS BUILD_DEPENDS MAINTAINER HOMEPAGE DESCRIPTION NO_BIN_ON_FTP NO_BIN_ON_CDROM USE_LANGUAGES ALLDISTFILES PKG_FAIL_REASON' # # For generating an "expanded" PLIST. # It is useless for distbb but looks very nice ;-) @@@@ -128,7 +128,7 @@@@ assign PSS_FIELDS 'PKGNAME PKGPATH DEPEN # (-m option is for building multi-variant packages, see pkg_src_summary(1), # NOTE: -m currently doesn't work when entire pkgsrc tree is built, # because lots of multi-variant packages have constant PKGBASE ) -assign PKG_UPDATE_SRC_SUMMARY_CMD "@@bindir@@/pkg_src_summary -bm -A > \"$PKG_SRC_SUMMARY\"" +assign PKG_UPDATE_SRC_SUMMARY_CMD "@@bindir@@/pkg_src_summary -btm -A > \"$PKG_SRC_SUMMARY\"" # program for comparing pkg_summary(5) for available binaries and # pkg_src_summary collected from pkgsrc source tree @ 1.1 log @ Adapted for TOOL_DEPENDS recently introduced to pkgsrc. ++pkgrevision @ text @d1 1 a1 1 $NetBSD$ @