mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
- Update to checkin 439a908c73
Changes: * ports -u: Fix with git * bulk: Some dependency failures are now delayed rather than immediately fatal. This allows identifying more build problems rather than needing to iteratively run bulk to continue finding more. * Add a note that DEVELOPER is ignored without bulk -t/testport. * Also remove DEVELOPER_MODE for ports not being tested. (pkg uses it and causes fatal pkg-lstat errors on bad plist) * Only show boost priority if actually building the packages listed * Add PKG_REPO_META_FILE passthrough for repo meta file for pkg-repo. Not currently useful so undocumented. It will be more useful when pkg-repo -m learn mores metadata options and there is a client-side way to view the metadata. * Fix "ln: ...Latest/: File exists" errors. * Allow setting ALLOW_MAKE_JOBS_PACKAGES blank * Move ALLOW_MAKE_JOBS_PACKAGES to -v * Fix newly built pkg not being used to build the repository, rather than using the one that existed at the start. * Add TRIM_ORPANED_BUILD_DEPS to override behavior added to trim the queue of build dependencies that are not needed for the build but were found and possibly deleted from the repository. * Fix testport of ports-mgmt/pkg. It has not worked in a very long time, if ever. * Allow securelevel>=1 if using USE_TMPFS=all.
This commit is contained in:
parent
47760e77fe
commit
199f31fa55
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=364394
@ -1,7 +1,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= poudriere
|
||||
PORTVERSION= 3.0.99.20140801
|
||||
PORTVERSION= 3.0.99.20140808
|
||||
CATEGORIES= ports-mgmt
|
||||
MASTER_SITES= LOCAL/bdrewery/${PORTNAME}/ \
|
||||
http://fossil.etoilebsd.net/poudriere/tarball/
|
||||
@ -15,7 +15,7 @@ LICENSE= BSD2CLAUSE
|
||||
|
||||
CONFLICTS_INSTALL= poudriere-[0-9]*
|
||||
|
||||
FSL_CHKIN= bbac739f86
|
||||
FSL_CHKIN= 439a908c73
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
ETCDIR= ${PREFIX}/etc/poudriere.d
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (poudriere-3.0.99.20140801.tar.gz?uuid=bbac739f86) = 77023863b1b2fee91c3373096a393b6ddb451c70ab06832e5f36cf137961dd62
|
||||
SIZE (poudriere-3.0.99.20140801.tar.gz?uuid=bbac739f86) = 2693309
|
||||
SHA256 (poudriere-3.0.99.20140808.tar.gz?uuid=439a908c73) = 06ac3d560d34aa79f707ca84416aefd515f823ae4eef073c735173c61bb5af71
|
||||
SIZE (poudriere-3.0.99.20140808.tar.gz?uuid=439a908c73) = 2695054
|
||||
|
Loading…
Reference in New Issue
Block a user