mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-19 00:13:33 +00:00
ports-mgmt/poudriere-devel: Update to 3.3.0-1744-g3f33775b09
Major Changes: - jail: Fix pkgbase jail creation Syntax is now: -m pkgbase=latest -U https://url... - image: Fix setting hostname when crossbuilding images - Support overlays by using PKGCATEGORY rather than CATEGORIES - testport/bulk -i: Fix for recent motd and root shell changes - testport/bulk -i: Support ${INTERACTIVE_SHELL} (sh or csh) - New test framework changes / 77 new tests (36 pkgbuild tests) - More shell builtins, a lot of framework updates, runtime asserts, some form of stack traces on errors - cpdup support for copy_file_range(2) - bulk: Add MUTUALLY_EXCLUSIVE_BUILD_PACKAGES (prevent rust+gcc+llvm building concurrently) - bulk build queue major rework - package fetch fixes for ABI - jail -l: Show __FreeBSD_version - bulk: Add FORCE_REBUILD_PACKAGES to allow rebuilding packges like pkg more easily - Web: Show git hash and overlays - Major process handling changes. No longer using pids for tracking; now using internal jobs identifiers - Blacklist/MOVED FLAVOR handling fixes - Subpackages - some fixes but incremental build remains broken - jail -c -m allbsd: removed - ports -d: -y added to not ask for confirmation - testport: don't delete /compat/linux - bulk/testport: -S removed - this was a hack. The functionality you actually want is coming in the next -devel update. See #822 on github - Allow PREFIX/poudriere.d/ports to be a symlink - QEMU error msg improvement - jail: use make.conf in jail creation
This commit is contained in:
parent
bbe2231c5a
commit
ec936dc997
@ -1,6 +1,6 @@
|
||||
PORTNAME= poudriere
|
||||
DISTVERSION= 3.4.99.20240122
|
||||
PORTREVISION= 1
|
||||
DISTVERSION= 3.4.99.20240419
|
||||
PORTREVISION= 0
|
||||
CATEGORIES= ports-mgmt
|
||||
MASTER_SITES= LOCAL/bdrewery/${PORTNAME}/ \
|
||||
http://mirror.shatow.net/freebsd/${PORTNAME}/ \
|
||||
@ -17,13 +17,11 @@ CONFLICTS_INSTALL= poudriere
|
||||
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= freebsd
|
||||
GH_TAGNAME= 898262e4
|
||||
GH_TAGNAME= 3.3.0-1744-g3f33775b09
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
ETCDIR= ${PREFIX}/etc/poudriere.d
|
||||
|
||||
MAKE_ARGS+= mandir=${PREFIX}/share/man
|
||||
|
||||
OPTIONS_DEFINE= BASH MANIFESTS PORTCONFIG EXAMPLES QEMU ZSH
|
||||
OPTIONS_DEFAULT=BASH MANIFESTS PORTCONFIG ZSH
|
||||
OPTIONS_SUB= yes
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1705930125
|
||||
SHA256 (freebsd-poudriere-3.4.99.20240122-898262e4_GH0.tar.gz) = b7f3c39275e0e77e2176db1923032ff04507ddac9496371bccee4a632233bf07
|
||||
SIZE (freebsd-poudriere-3.4.99.20240122-898262e4_GH0.tar.gz) = 5684030
|
||||
TIMESTAMP = 1713567367
|
||||
SHA256 (freebsd-poudriere-3.4.99.20240419-3.3.0-1744-g3f33775b09_GH0.tar.gz) = 8965c4dead0981bd818fdf4328b0e45d6a43c6e8a59d77d2aa78729e083a4223
|
||||
SIZE (freebsd-poudriere-3.4.99.20240419-3.3.0-1744-g3f33775b09_GH0.tar.gz) = 5783005
|
||||
|
@ -5,7 +5,6 @@ bin/poudriere
|
||||
@sample(0,0,0) etc/poudriered.conf.sample
|
||||
etc/rc.d/poudriered
|
||||
@comment libexec/poudriere/cachec
|
||||
libexec/poudriere/cached
|
||||
libexec/poudriere/clock
|
||||
libexec/poudriere/cpdup
|
||||
libexec/poudriere/dirempty
|
||||
@ -46,6 +45,7 @@ share/man/man8/poudriere.8.gz
|
||||
%%DATADIR%%/awk/json_jail.awk
|
||||
%%DATADIR%%/awk/json_top.awk
|
||||
%%DATADIR%%/awk/parse_MOVED.awk
|
||||
%%DATADIR%%/awk/processonelog.awk
|
||||
%%DATADIR%%/awk/processonelog2.awk
|
||||
%%DATADIR%%/awk/siginfo_buildtime.awk
|
||||
%%DATADIR%%/awk/unique_pkgnames_from_flavored_origins.awk
|
||||
@ -87,6 +87,7 @@ share/man/man8/poudriere.8.gz
|
||||
%%DATADIR%%/image_usb.sh
|
||||
%%DATADIR%%/image_zfs.sh
|
||||
%%DATADIR%%/image_zsnapshot.sh
|
||||
%%DATADIR%%/include/asserts.sh
|
||||
%%DATADIR%%/include/cache.sh
|
||||
%%DATADIR%%/include/colors.pre.sh
|
||||
%%DATADIR%%/include/colors.sh
|
||||
|
Loading…
Reference in New Issue
Block a user