/java/jakarta-commons-codec/

aboutsummaryrefslogtreecommitdiffstats
path: root/ports-mgmt
Commit message (Collapse)AuthorAgeFilesLines
* Support stagebapt2013-12-291-7/+2
|
* Support stagebapt2013-12-291-8/+7
| | | | Fix shebang
* Support stagebapt2013-12-291-5/+4
|
* Support stagebapt2013-12-291-6/+5
|
* Update to 3.3matthew2013-12-273-15/+7
| | | | | | | | | | | - BSD2CLAUSE license - OPTIONS helpers - remove code from pkg-install.in that was duplicating functionality already performed from pkg-plist. This version drops support for the old-style OPTIONS variable, and looks for both OPTIONSFILE and OPTIONS_FILE if OPTIONS_DEFINE is not empty.
* - Update to checkin a9e8799172bdrewery2013-12-262-4/+4
| | | | | | | | | | | Changes: * Add new MAX_MEMORY and TMPFS_LIMIT to allow limiting memory * bulk: Show (-C) when used when deleting existing packages * bulk: for install,deinstall,package,extract limit execution time to 1 hour to avoid endless loops like devel/meta-cvs in r337304 * Allow BUILDNAME to be overridden in poudriere.conf, such as: BUILDNAME=$(TZ=UTC date +%Y%m%dT%H%M%SZ)
* Detect pkgNG. When pkgNG is present and there is packages managed by pkgNG,delphij2013-12-242-1/+19
| | | | | | | give user a warning and run pkg audit -F instead. PR: ports/185147 Submitted by: ohauer
* - Update to checkin e5f36a7de8bdrewery2013-12-193-22/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changes: * Package builds are now atomic. They will not update the package repository directory until the build finishes. This can be disabled with ATOMIC_PACKAGE_REPOSITORY (default yes). This will convert the repository to a new format on first build. If a build fails, all of the successful packages are retained for the next attempt, but the old packages do not get modified. * Disabling COMMIT_PACKAGES_ON_FAILURE (default yes) will have it not touch the repository if the build fails; the package repository will only be updated once a build succeeds. * bulk now has a dry run mode (-n). Requires ATOMIC_PACKAGE_REPOSITORY * Add KEEP_OLD_PACKAGES which will keep KEEP_OLD_PACKAGES_COUNT number of old repositories. This can be useful for rollbacks or bisecting. Requires ATOMIC_PACKAGE_REPOSITORY * Add RESTRICT_NETWORKING (default yes) which can be used to disable the network restrictions outside of 'fetch' phase. * Add new PORTTESTING_FATAL (default yes) which can be disabled so that failed ports (leftovers) do not cause ports depending on that port to be skipped. This is useful for QAT. * Fix stage orphans excluding /var/run/PORTNAME * Stage orphan fixes for ports using kdeprefix * /proc and /compat/linux/proc now excluded for leftovers * nmtree fixes for head * Misc performance improvements * build_fs_violation was broken * Poudriere now requires pkg-1.2 in its ports tree
* - Update from 1.0 to 1.1danilo2013-12-192-16/+13
| | | | | | | | | - Add stage support - Update header - Add LICENSE PR: ports/184948 Submitted by: Jason Bacon <jwbacon@tds.net> (maintainer)
* Remove outdated INVALID_BDB_VER line, db5 and db6 have just been made to workmandree2013-12-171-1/+0
| | | | for pver.
* Pass maintainership to bdrewerybapt2013-12-172-4/+2
|
* Fix sefault while cleaning upbapt2013-12-164-0/+58
| | | | | | | | It only happens if one has list or key/value list in pkg.conf a workaround to update is to comment it out the time to upgrade Reported by: many Pointyhat to: bapt (again)
* Update to 1.2.4bapt2013-12-164-8/+8
| | | | | | | | | | Changes: - Fix segfault in pkg audit -F [1] - Fix multiple segfault when using eventpipe [2] - Fix REPOS_DIR being appended instead of overwritten when modified from pkg.conf Reported by: many [1] Reported by: kmoore [2]
* - update to 4.1.0ohauer2013-12-153-399/+3
| | | | | | | | | | | | | | | | | | | | | Changes in this release include: - Major rework of dependency calculations for initial Makefile building. Dependencies are now built inside of Build jails to prevent any cross-contamination. OPTIONS are handled properly via a new static d4p port (needs to be installed on the host). - Fix enterbuild so that the sleepme file can be properly deleted - Add support for protocol flag in createJail command when using LFTP update method. - Add some more variable exceptions that are used by bmake - Fix ports fetching on IPv6 hosts - Correct some clang issues, typos and style problems in pnohang - Add support for 11.X - Force CC and CXX to be the GNU versions for FreeBSD < 9 PR: 184391 Submitted by: ohauer Approved by: maintainer timeout (14 days)
* - Update to 2.4.12bdrewery2013-12-152-3/+3
| | | | | | Changes: * Fix namespace clash with TSort when using bundler
* - Update from 3.0.4 to 3.0.5 [1]danilo2013-12-152-5/+4
| | | | | | | - Remove the unnecessary MAN8 entry PR: ports/184763 Submitted by: Mamoru Sakaue <sakaue.mamoru@samurai.mwghennn.net> (maintainer) [1]
* - Update to checkin 96722b2bdrewery2013-12-132-4/+4
| | | | | Changes: * Fix TSort name clash when using bundle
* creduce/Makefile csmith/Makefile symports/Makefile: use BSD*CLAUSEeadler2013-12-121-1/+1
| | | | The LICENSE 'BSD' was not specific enough. Now, use the new versioned licenses.
* - Chase r336083 and bump all ports using NO_ARCH so that users buildingbdrewery2013-12-113-0/+3
| | | | | | their own packages and still on pkg 1.1.4 can upgrade. With hat: portmgr
* Update to pkg 1.2.3bapt2013-12-106-34/+6
| | | | | | | | | | | Changes: - Workaround a bug in bsd.*.mk on FreeBSD 8.x - Fix a pkg repo segfault - Document aliases in pkg.conf(5) - Be more verbose when refusing a repository configuration file - Sync libucl with upstream (bug fixes) - Fix a fd leak in pkg repo - Fix memory leaks due bad usage of libarchive
* Mark all my architecture independent ports using shell/perl/PHP asmatthew2013-12-092-0/+3
| | | | | | | | | | | | | NO_ARCH=yes While here, fix a few other niggles: net/phpldapadmin -- remove indefinite article from COMMENT www/p5-RT* -- fix comments referencing the different versions of RT x11-fonts/gentium-{basic,plus} -- mention ${STAGEDIR} explicitly in the install targets; rework the handling of ${FONTPATH}
* Add recently added NO_ARCH variable to some of my ports which can use it.eadler2013-12-071-0/+1
|
* poudriere.d should be a @dirrmtry as it is user modifiablebdrewery2013-12-071-3/+3
|
* - Fix build on 8.xbdrewery2013-12-072-0/+28
| | | | With hat: portmgr
* Update to 1.2.2bapt2013-12-066-8/+11
| | | | | | | | | | | | | | | | | | | | | | | Changelog: - Fix pkg which returns bogus non-zero exit status on success - Better check libucl returns - Fix bad build system resulting in broken binaries on arm and ia64 - Update pkg.conf documentation - Add manpage for pkg config - OOTB support for dragonfly - Lots of fixes in libucl - Fix pkg register complaining about shared libraries not found - Do not resume a jailed or chrooted pkg(8) upgrade - Document the plist format (in pkg-create(8)) - Pet mandoc -Tlint - Add manpage for pkg_repos(3) - Fix dependencies losing portepoch information - pkg-[r]query: Add %q to display architecture - Fix pkg add allowing to install package with missing dependencies - Fix description being stored escaped Special thanks to mat@ (for bug busting) and cognet@ (tracking down 2 issues on arm and as a side effect fixing on ia64
* - Update pkgng patch to 8.0.6ak2013-12-062-3/+3
| | | | | | | * Fix issue with pkgng when the dependent packages are not installed PR: ports/184528 Submitted by: Ken DEGUCHI <kdeguchi@sz.tokoha-u.ac.jp> (maintainer)
* - Use recently implemented NO_ARCH knob in my architecture-neutral portsak2013-12-061-0/+1
| | | | - While here, use shebangfix for print/txtbdf2ps
* - Update to 2.4.11.3bdrewery2013-12-052-4/+3
| | | | | | | | | | | | Changes: * Fix date parsing with pkg_install * Show proper origin in 'portupgrade' when duplicates detected * Fix crash when attempting to upgrade bsdpan packages PR: ports/184428 PR: ports/184426 Submitted by: Yoshiaki Kasahara <kasahara@nc.kyushu-u.ac.jp>
* - Update to checkin 3778f5cbdrewery2013-12-022-4/+4
| | | | | | | | | | | | Changes: * Fix date parsing with pkg_install * Show proper origin in 'portupgrade' when duplicates detected * Fix crash when attempting to upgrade bsdpan packages PR: ports/184428 PR: ports/184426 Submitted by: Yoshiaki Kasahara <kasahara@nc.kyushu-u.ac.jp>
* Someone should take this port and make it work with pkgng.eadler2013-12-011-1/+1
|
* ports-mgmt/pkg*: Prepare for alternative PORTSDIR supportmarino2013-11-304-0/+78
| | | | | | | | | | With the PKG_PORTSDIR make argument set, Release 1.2.2 will properly build pkg when PORTSDIR doesn't equal the default /usr/ports, as is the standard case with DragonFly. Additionally, pkg(8) and pkg-static(8) man pages are conditionally edited to remove references to the -j option when libjail isn't found on the system. This extra-patch should never be used on FreeBSD.
* New version 0.4.0mandree2013-11-282-11/+56
| | | | | | | | | | | | | - Support pkgNG. Known issue is that pkg which returns bogus exit codes, spamming your screen. pkgs_which works nonetheless. https://github.com/freebsd/pkg/issues/657 Note that pkgNG always uses --nocache implictly for speed: https://github.com/freebsd/pkg/issues/658 Known issue: the pkgNG detection is a hack. It just looks for the executable and the database in default locations, but does not attempt to run "pkg -N".
* Release pkg 1.2.1bapt2013-11-286-132/+6
| | | | | | | | | | | | | | Changes: - Fix pkg rquery always printing index like lines - Fix pkg -vv suggestion so it print something actually usable - Fix shlib's -P and -R options were swapped round. - Replace broken pkg_repos_count() by pkg_repos_total_count() and pkg_repos_activated_count() - Fix parsing of options (in manifest) - pkg add http:// now fetch to a temporary location and cleanup after itself - Fix generation of the manifest digest - Properly calculate how many packages where removed - Fix support for dependencies with the same name (grrrr Fix you port if they have package name collision !!!!) - Fix pkg info -R in case multiple dependencies has the same name
* - Revert to the original installation schema. With stage, files can be ↵danilo2013-11-271-13/+1
| | | | | | unconditionally installed Reported by: ak
* - Support pkg-1.2 [1]danilo2013-11-272-4/+16
| | | | | | | - Fix the unconditional installation of files PR: ports/184319 Submitted by: Ken DEGUCHI <kdeguchi@sz.tokoha-u.ac.jp> (maintainer) [1]
* First errata:bapt2013-11-274-0/+126
| | | | | | | | - Fix pkg rquery always printing index like lines [1] - Fix pkg -vv suggestion so it print something actually usable [2] Reported by: gjb [1] Reported by: ohauer [2]
* Welcome pkg 1.2 finalbapt2013-11-2620-569/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changelog: - Improved build system - Allow to hook plugins, before closing the local db if it was opened in RW mode - Allow ARCH to be printed by pkg info - New pkg bootstrap subcommand that is the counter part of the pkg(7) bootstrap subcommand - Use port specified in the SRV entries to connect to a given mirror - Properly support srv priority/weigh when ordering mirrors - Lots of spelling/grammar fixes - Broken incremental pkg repo support was removed. - ABI is now checked again using globs: * a 'noarch' package should just specify: ARCH: 'freebsd:*' * a package working on both i386 and amd64: ARCH: 'freebsd:9:x86:*' - new pkg config subcommand to allow direct query of options - options can now have a description - pkg repo can now take new arguments: pkg repo [path] [rsa_key|'signing_command: <command>'] This allow calling external command to perform the signing and pass the checksum to be signed in the command stdin. - in case pkg info is querying a file or is a single direct match query then default on -f - pkg info -q is now equivalent of pkg info -qa - expat is now always bundled (for vuxml) - vuxml is now the default source for pkg audit - Accept empty/comment only configuration files - Print a pkg name only once - even if multiple vulns were found - when using -q in pkg audit - pkg info now default on glob matching - Support for pkg+foo url scheme where foo can be (http, https, ftp). - pkg add is now able to read the packages from a pipe or a non-regular file '-' is an alias for stdin, this also works from pipes, fifos, unix domain sockets etc. - New 'fingerprint' kind of signature: if a repository is declared using the fingerprint type of signature, a fingerprint directory should also be provided. Inside that fingerprint directory should be 2 directories: trusted and revoked. Those directories will contains files (in yaml/ucl format) containing the fingerprint of the trusted certificated and the revoked ones: --- begins -- function: sha256 fingerprint: an_hex_representation_of_the_fingerprint --- ends --- All unknown attribute will be silently ignored to allow extending in the future. It also support multiple signatures inside the catalog. the catalog should provide the signature in the following form: name.sig name.cert - packagesite in pkg.conf is deprecated in favour using dedicated repository configuration files - REPO_DIR is now a list instead of a simple string - New git like aliases to allow creating custom commands - Allow using '?' operator in pkg query expressions - Fix ssh:// support - New PKG_SSH_ARGS to allow passing custom arguments to ssh command used for the ssh:// protocol - Do not generate catalogs in pkg 1.0 format anymore. - YAML is replaced by UCL format: Both formats are really simular. pkg(8) will falls back on parsing YAML when the UCL parser fail. And will emit a warning to the user showing a syntax that is compatible with both YAML and UCL. More informations on UCL: https://github.com/vstakhov/libucl - Dependencies on library is now automatic via pkg register and pkg create - Auto upgrade of pkg(8) now restart the upgrade process automatically - Lots of bug fixes discovered by Coverity Scan - New debug level traces - Bug fixes in zsh completion - rquery can now take a -I argument to output index like lines (needed for bsdconfig) - Skip self upgrade with -F is passed - Autodetect if libelf should be used bundled - Lots of bug fixes Thanks a lot to all people allowed this release to happen, may that be from providing code, ideas, submitting bugs, documenting or just supporting.
* Release final pkg 1.2 version:bapt2013-11-262-3/+3
| | | | | | | | | | - changes since 1.2.0 rc1: * Couple of style fixes * Fix loading yaml keywords * Fix building on Dragonfly * Autodetect if libelf should be used bundled * Fix a bug if pkg audit -F got interrupted * Allow 'enabled' entry from repo configuration to be a string and raise a warning about it
* - Stagifyeadler2013-11-231-2/+1
|
* - Make this port build with different versions of TCLeadler2013-11-231-7/+8
| | | | | - stagify - use modern variables (USES mainly)
* Move WITH_DEBUG check below b.p.m so it works with WITH_DEBUG_PORTSeadler2013-11-232-6/+8
| | | | Approved by: portmgr (bapt, maintainer)
* - Convert to USES=qmake (and other USES while I'm here)makc2013-11-232-39/+10
| | | | | | | - Add state support - Convert LIB_DEPENDS to new style, adjust USE_QT4 components, etc. Approved by: portmgr (blanket approval)
* in case WITH_PKGNG=devel, create pkg-devel latest link as pkg and name the ↵bapt2013-11-221-0/+3
| | | | package pkg to allow bulks using the devel version of pkg
* - Update to 3.0.4jadawin2013-11-223-6/+6
| | | | | PR: ports/184017 Submitted by: maintainer
* - Fix leftover detection on HEAD due to nmtree updatebdrewery2013-11-202-0/+18
|
* - Update to 3.0.13bdrewery2013-11-202-3/+4
| | | | | | | | | Changes: * Fix leftover detection on HEAD due to new nmtree * Fix jail rollback on HEAD due to new nmtree which manifested as missing dependencies in /new_packages * Don't exclude anything when looking for stage orphans, which fixes finding /var/run/PORTNAME as an orphan
* - Update to 1.2.0.rc1bapt2013-11-202-4/+3
| | | | | | | | | | - Changes: * Fix loading of fingerprints * Fix ssh transport by refactoring * Skip self upgrade with -F is passed * Fix pkg info -[q]O * Fix pkg info -q (with no other options) * Make fingerprints signature checking actually working
* - Update to 1.1.4_10 ahead of 1.2 update with critical fixesbdrewery2013-11-204-1/+207
| | | | | | | | | | | | | | | | | Changes: * When using SRV mirrors, order the mirrors by the advertised priority and weight. This should fix 'pkg update' using mirror A while 'pkg upgrade' and 'pkg fetch' end up using mirrors A, B and C, resulting in checksum errors due to not all mirrors being updated at the same time. * Add support for 'pkg+http://' URL scheme and deprecate 'http://' when using SRV mirroring. This is only a cosmetic change that encourages users to not try loading the PACKAGESITE into a browser to view it. Discussed with: bapt With hat: portmgr Obtained from: upstream git
* - Fix leftoverbdrewery2013-11-192-1/+2
| | | | With hat: portmgr
* - Update to 3.17.3bdrewery2013-11-192-4/+4
| | | | | Changes: * Fix with pkg-devel which has broken pkg-info -O compatibility
* Add stage support for ports-mgmt/portbuilder.dbn2013-11-191-3/+2
|
* Clean up the portaudit porteadler2013-11-175-96/+22
| | | | | | | | | | - let the ports-secteam maintain this port instead of secteam. This should assign PRs to the appropriate place. [1] - recent freebsd versions should use pkg audit instead of portaudit - stagify - remove mention of preference file format changes which changed in 2004 PR: ports/184004 (partial Discussed with: simon (many months ago) [1]
* Fixup submit when port is ruby or python based.mat2013-11-152-11/+26
| | | | | | maintainer timeout. PR: ports/183468 Submitted by: Johannes Jost Meixner
* - Support DEBUGbdrewery2013-11-131-0/+5
| | | | | PR: ports/183277 With hat: portmgr
* - Support WITH_DEBUGbdrewery2013-11-131-2/+7
| | | | | | | | - Add shebangfix for bash completion PR: ports/183277 Submitted by: mandree (based on) With hat: portmgr
* /usr/ports may not be the reference tree you want to use, allow users tomat2013-11-123-11/+19
| | | | | | | | | customize that. maintainer timeout. PR: ports/183412 Submitted by: mat
* - Set MAINTAINER to ports-secteamzi2013-11-122-2/+2
| | | | | Requested by: des@ With hat: ports-secteam@
* Update to pkg 1.2.0 beta2bapt2013-11-072-6/+3
| | | | | | | | | | | | - Update bundled libucl code (which fixes bugs) - Fix double escaped \n for script and messages - Fix rquery with -e not properly working [1] - rquery can now take a -I argument to output index like lines (needed for bsdconfig) - Fix local database creation (initial) - With build with older bsd.prog.mk - Improved documentation for pkg query Reported by: mat [1]
* - Allow use with bmake (default make on 10 and above)sunpoet2013-11-073-2/+6
| | | | | | | | - Bump PORTREVISION for package change PR: ports/183104 Submitted by: sunpoet (myself) Approved by: maintainer (timeout, 18 days)
* Fix build with older bsd.prog.mkbapt2013-11-071-0/+3
|
* Update to pkg 1.2.0 b1bapt2013-11-0717-404/+51
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changes: - Bug fixes in zsh completion - Lots of bug fixes discovered by Coverity Scan - New debug level traces - Auto upgrade of pkg(8) now restart the upgrade process automatically - Dependencies on library is now automatic via pkg register and pkg create - YAML is replaced by UCL format: Both formats are really simular. pkg(8) will falls back on parsing YAML when the UCL parser fail. And will emit a warning to the user showing a syntax that is compatible with both YAML and UCL. More informations on UCL: https://github.com/vstakhov/libucl - Do not generate catalogs in pkg 1.0 format anymore. - Working ssh protocol supported for repositories - New PKG_SSH_ARGS to allow passing custom arguments to ssh command used for the ssh:// protocol - Allow using '?' operator in pkg query expressions - New git like aliases to allow creating custom commands - REPO_DIR is now a list instead of a simple string - packagesite in pkg.conf is deprecated in favour using dedicated repository configuration files - New 'fingerprint' kind of signature: if a repository is declared using the fingerprint type of signature, a fingerprint directory should also be provided. Inside that fingerprint directory should be 2 directories: trusted and revoked. Those directories will contains files (in yaml/ucl format) containing the fingerprint of the trusted certificated and the revoked ones: --- begins -- function: sha256 fingerprint: an_hex_representation_of_the_fingerprint --- ends --- All unknown attribute will be silently ignored to allow extending in the future. It also support multiple signatures inside the catalog. the catalog should provide the signature in the following form: name.sig name.cert - pkg add is now able to read the packages from a pipe or a non-regular file '-' is an alias for stdin, this also works from pipes, fifos, unix domain sockets etc. - Support for pkg+foo url scheme where foo can be (http, https, ftp). - pkg info now default on glob matching - Print a pkg name only once - even if multiple vulns were found - when using -q - Accept empty/comment only configuration files - vuxml is now the default source for pkg audir - expat is now bundled (for vuxml) - pkg info -q is now equivalent of pkg info -qa - in case pkg info is querying a file or is a single direct match query then default on -f - pkg repo can now take new arguments: pkg repo [path] [rsa_key|'signing_command: <command>'] This allow calling external command to perform the signing and pass the checksum to be signed in the command stdin. - options can now have a description - new pkg config subcommand to allow direct query of options - ABI is now checked again using globs: a 'noarch' package should just specify: ARCH: 'freebsd:*' a package working on both i386 and amd64: ARCH: 'freebsd:9:x86:*' - Broken incremental pkg repo support was removed. - Lots of spelling/grammar fixes - Properly support srv priority/weigh when ordering mirrors - Use port specified in the SRV entries to connect to a given mirror - New pkg bootstrap subcommand that is the counter part of the pkg(7) bootstrap subcommand - Allow ARCH to be printed by pkg info - Allow to hook plugins, before closing the local db if it was opened in RW mode - Improved build system
* - Fixup after latest textproc/cdiff updatemat2013-11-064-19/+43
| | | | | | | | - Convert to staging PR: ports/183188 Submitted by: mat Approved by: maintainer
* Support STAGEDIR.vanilla2013-11-062-8/+8
|
* Warn on changed behaviour: checks out to $(pwd).crees2013-11-022-4/+7
| | | | | | While here, stagify Submitted by: Torfinn Ingolfsen
* Remove useless NEED_ROOT in favour of a proper USES=uidfixbapt2013-10-311-2/+2
|
* - Update to checkin 6da5271386bdrewery2013-10-292-4/+4
| | | | | Changes: * Fix crash when ALLOW_MAKE_JOBS is set
* - Update to 3.0.12bdrewery2013-10-292-3/+3
| | | | | Changes: * Fix testport -i regression in 3.0.11
* - revert r331810dinoex2013-10-291-4/+6
|
* - use STAGEDIRdinoex2013-10-281-7/+10
| | | | - use OPTIONS_DEFINE
* - add stage support to tinderbox / tinderbox-develohauer2013-10-284-59/+45
| | | | | | | | | | - sync OPTIONS - preserve use hooks / scrips by using dirrmtry - remove ' from DESC (don't break vim sytax) PR: ports/182615 Submitted by: ohauer Approved by: maintainer timeout (> 20 days)
* Update to 2.14.7.marcus2013-10-262-7/+7
| | | | | | | | | | | * Fix a typo resulting in an undefined function [1] * Add X11 to the list of common OPTIONS [2] * Remove an errant space [2] * Do not warn on empty .svn directories. [2] PR: 183330 [1] Submitted by: Kubilay Kocak <koobs.freebsd@gmail.com> [1] Reported by: eadler [2]
* Update to libmpc version 1.0.1 which brings the following fixes:gerald2013-10-262-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Switched to automake 1.11.6, see CVE-2012-3386. - #14669: Fixed extraction of CC from gmp.h. - Fixed case of intermediate zero real or imaginary part in mpc_fma, found by hydra with GMP_CHECK_RANDOMIZE=1346362345. This is on top of the following changes from version 1.0 - Licence change towards LGPLv3+ for the code and GFDLv1.3+ (with no invariant sections) for the documentation. - 100% of all lines are covered by tests - Renamed functions . mpc_mul_2exp to mpc_mul_2ui . mpc_div_2exp to mpc_div_2ui - 0^0, which returned (NaN,NaN) previously, now returns (1,+0). - Removed compatibility with K&R compilers, which was untestable due to lack of such compilers. - New functions . mpc_log10 . mpc_mul_2si, mpc_div_2si - Speed-ups . mpc_fma - Bug fixes . mpc_div and mpc_norm now return a value indicating the effective rounding direction, as the other functions. . mpc_mul, mpc_sqr and mpc_norm now return correct results even if there are over- or underflows during the computation. . mpc_asin, mpc_proj, mpc_sqr: Wrong result when input variable has infinite part and equals output variable is corrected. . mpc_fr_sub: Wrong return value for imaginary part is corrected. Convert to the new LIB_DEPENDS standard and remove hard-coded .so versions from a couple of dependent ports. Bump PORTREVISIONS of all dependent ports. PR: 183141 Approved by: portmgr (bdrewery)
* Permit port to be stripped if WITH_DEBUG is unset, by only forwardingmandree2013-10-251-4/+6
| | | | | | | | | DEBUG_FLAGS through MAKE_ARGS if the former is defined. While here, support staging. PR: ports/183278 Approved by: Ilya A. Arkhipov (maintainer, on IRC)
* Support staging.ehaupt2013-10-231-1/+0
|
* Support staging.mat2013-10-231-6/+3
| | | | | | PR: ports/183185 Submitted by: mat Approved by: maintainer
* - Remove manual creation and removal of share/applications, as it's now in ↵amdmi32013-10-222-2/+0
| | | | | | the mtree (categories starting with [np]) Approved by: portmgr (bdrewery)
* * Fix install into a stage directory [1]marcus2013-10-201-14/+5
| | | | | | * Define LICENSE to BSD to make this port portlint-clean :-) Submitted by: ak [1]
* Update to 2.14.6.marcus2013-10-202-91/+143
| | | | | | | | | | | | | | | | * Mute svn warnings if .svn doesn't exist. [1] * Add check for ${OPTION}_* (option helpers) [1] * Suggest LICENSE as warning [1] * Fix get_makevar and use instead of direct calls to make(1) [1] * Remove MAKE_JOBS_SAFE [1] * Remove vestiages of old OPTIONS [1] * Suggest converting to stage if NO_STAGE is defined. [1] * Check for use of MANCOMPRESSED when STAGE support is enabled. * Do not warn about man pages in the plist if the port is built with stage support. * Do not flag .svn in the search for dotfiles. Submitted by: ak [1]
* - Update to checkin 7f33ec2fcbbdrewery2013-10-202-4/+4
| | | | | | | Changes: * pkgclean: Fix to properly remove correct duplicated package * Only markfs prepkg for bulk/testport, not pkgclean * jail -l: Fix crash if no jails defined
* Final patch to fix SRCBASE/OSVERSION issue.crees2013-10-202-21/+11
|
* - Update to checkin ab7af29666bdrewery2013-10-172-4/+4
| | | | | | | | | | Changes: * pkgclean: Detect and cleanup duplicated packages due to PKGNAME renaming * Misc typo fixes * ports -m git - Use --depth=1 to not download all history for the repository. - Support -v to show output
* - Update to checkin 725ea5afcfbdrewery2013-10-162-4/+4
| | | | | | | | | Changes: * poudriere.8: Document that -j is required for bulk * bulk/testport: Delete packages that have changed PKGNAME during startup, which will avoid pkg-repo duplicate package warnings/bugs. This will not clean up existing duplicates, just fix new ones going forward. * bulk: Fix start hook starting before validations
* - Update to 3.0.11bdrewery2013-10-162-3/+3
| | | | | | | | Changes: * poudriere.8: Document that -j is required for bulk * bulk/testport: Delete packages that have changed PKGNAME during startup, which will avoid pkg-repo duplicate package warnings/bugs. This will not clean up existing duplicates, just fix new ones going forward.
* - Force pkg to not use base libbsdyml, which was available in head|stable/10bdrewery2013-10-148-2/+84
| | | | | | | | for some months. libbsdyml is being removed for 10-R. The bundled libyaml will be used instead. Discussed with: bapt With hat: portmgr
* Fix chroot SRCBASE more reliablycrees2013-10-132-22/+17
|
* Properly bump the version of portlint.marcus2013-10-132-5/+7
|
* * Support stagingmarcus2013-10-131-10/+15
| | | | | | | * Adjust COMMENT PR: 182919 Submitted by: bdrewery
* Fix serious bug-- SRCBASE should be set for some iterations. Disable itcrees2013-10-122-1/+46
| | | | | | | | selectively rather than always. This stops the incorrect "building for: " value. Reported by: redports, danfe
* - Update to 2.14.5bdrewery2013-10-122-4/+6
| | | | | | | | | | | | | | | Changes: * Fix recommending to replace USES=gmake with ${GMAKE} [1] * Ignore USES when recommending to replace direct commands [1] * Fix COMMENT check so it checks for length even if it is not formatted properly [2] PR: ports/181359 [1] Submitted by: Alan Hicks <ahicks@p-o.co.uk> [1] Reported by: many PR: ports/181730 [2] Submitted by: gerald Approved by: maintainer timeout (> 1 month)
* Mark pkg_install as deprecatedbapt2013-10-111-0/+3
|
* Fix distinfo - tag was not synced to repo yetbdrewery2013-10-101-2/+2
|
* - Update to 3.0.10bdrewery2013-10-102-4/+3
| | | | | | | | | | | | | | Changes: * Fix random crashes with parallel process handling * jail -cu: Disable CCACHE on 10 * testport/bulk -t: Fix staging absolute link checking with files that have spaces * testport: Fix so that MAKE_JOBS runs by default * bulk -t: Fix so that MAKE_JOBS does not run by default * testport: Fix so that the port being tested shows in the web ui. Note that this is still in data/logs/bulk/ * jail: Make -m http work * jail -c: Fix -m ftp-archive for 9.0
* - Update to checkin cf519772ffbdrewery2013-10-102-4/+6
| | | | | | | | | | | | | | | | Changes: * Fix random crashes with parallel process handling * sanity check is now parallelized for a big speedup * Pkg deleting during startup has been optimized further to avoid a bottleneck during parallelization * jail -cu: Disable CCACHE on 10 * Manpage typo fix * testport/bulk -t: Fix staging absolute link checking with files that have spaces * testport: Fix so that MAKE_JOBS runs by default * bulk -t: Fix so that MAKE_JOBS does not run by default * testport: Fix so that the port being tested shows in the web ui. Note that this is still in data/logs/bulk/
* Enable the dependency calculation in chroot patch; massaged in from upstreamcrees2013-10-092-0/+368
| | | | Approved by: itetcu (maintainer)
* - Fix option '-a' usage [1]ak2013-10-072-3/+3
| | | | | | PR: ports/182784 PR: ports/182785 [1] Submitted by: Ken DEGUCHI <kdeguchi@sz.tokoha-u.ac.jp> (maintainer) [1], Katsuyoshi Ohara <ohara@air.s.kanazawa-u.ac.jp>
* Tie www to the stable branchbdrewery2013-10-062-1/+2
|
* - Update to checkin fbd0b7e356bdrewery2013-10-062-5/+4
| | | | | | | | | | Changes: * Loopback address fixes * Fixes for when running poudriere in a jail (do not use fdescfs or devfs to hide/unhide devices). PATCHED_FS_KERNEL overrides this * Prevent SIGTSTP from reaching child builders * jail -c: Fix -m ftp-archive for 9.0 * jail -cu: Add svnlite support and SVN_CMD override
* - Sync with pkg updatebdrewery2013-10-063-6/+77
| | | | | | Fix pkg register -i (staged pass mode) not properly respecting @owner/@group With hat: portmgr
* Fix pkg register -i (staged pass mode) not properly respecting @owner/@groupbapt2013-10-063-6/+77
| | | | Reported by: naddy
* Force rebuild which may address some recent reports of issues backing up ↵bdrewery2013-10-031-0/+1
| | | | packages
* Support staging.mandree2013-10-011-6/+5
|
* - Update to proper checkin 4ee8a6ce8bbdrewery2013-10-012-3/+4
| | | | Reported by: koobs
* - Update to checkin 7761067198bdrewery2013-10-012-3/+3
| | | | | | | | Changes: * testport: Fix /prefix error when using pkg_install * Fix sample bulk.sh hook for stats * Don't set PREFIX when using 'testport -n', which avoids hiding cases where bsd.port.pre.mk are needed
* - Update to 3.0.9bdrewery2013-10-012-3/+3
| | | | | | | | | Changes: * testport: Fix pkg_install error about /prefix when not using -n This is due to a bug introduced in base r23100, fixed in r240682 which never made it to 9.1 Reported by: eadler, mandree, koobs
* - update to 1.73dinoex2013-10-012-7/+26
| | | | support for packages with STAGEDIR
* - Fix the build with custom PREFIX and LOCALBASEak2013-09-301-1/+2
|
* - convert to stagingeadler2013-09-281-6/+3
|
* - Convert to stagingeadler2013-09-281-9/+3
|
* - stageifymatthew2013-09-273-20/+51
| | | | - move post-install actions into new pkg-install script
* - Update to 3.0.8bdrewery2013-09-273-4/+4
| | | | | | Changes: * bulk -t/testport: Check for absolute symlinked files when staging that refer back to the stagedir in the installed package
* - Update to checkin 7761067198bdrewery2013-09-272-4/+4
| | | | | | | | Changes: * Add BUILD_AS_NON_ROOT and set to 'no' by default. Set to 'yes' to attempt to build ports as non-root. Ports may need USES=uidfix to build, or NEED_ROOT=yes to mark as requiring root * Check for absolute symlinked files when staging
* - Added sysutils/pcbsd-utilskmoore2013-09-276-137/+0
| | | | | | | | | | | - Added sysutils/pcbsd-utils-qt4 - Retired some old ports replaced by these * ports-mgmt/pbi-manager * sysutils/libpcbsd * sysutils/pbreg * sysutils/warden
* Delete the now useless MAN1 line, ommitted in previous commit.matthew2013-09-271-2/+0
|
* - Stageifymatthew2013-09-271-4/+4
|
* - Support STAGEDIR [1]ak2013-09-274-445/+17
| | | | | | | | | | - Move pkgng patch outside of ports tree [1] - Fix pattern matching in pkg_glob function [2] - Minor Makefile cleanup PR: ports/182388 [1] PR: ports/182371 (based on) [2] Submitted by: Ken DEGUCHI <kdeguchi@sz.tokoha-u.ac.jp> (maintainer) [1], Iouri Ivliev <ii@any.com.ru> [2]
* - Update to checkin 40778eb80fbdrewery2013-09-262-4/+4
| | | | | | | | Changes: - Non-root build fixes - Added BUILD_AS_NON_ROOT and disable by default until more wide testing can be done. Set to yes to build ports as non-root where possible
* Use uidfix to fix non-root buildbdrewery2013-09-262-2/+2
|
* Mark as NEED_ROOT for now as it fails to stage otherwisebdrewery2013-09-262-0/+4
| | | | | | ===> src/bin (install) install -o root -g wheel -m 555 poudriere.sh /wrkdirs/usr/ports/ports-mgmt/poudriere-devel/work/stage/usr/local/bin/poudriere install: /wrkdirs/usr/ports/ports-mgmt/poudriere-devel/work/stage/usr/local/bin/poudriere: chown/chgrp: Operation not permitted
* - Bump PORTREVISION to chase devel/jansson shlib changegblach2013-09-261-8/+8
| | | | | | | - Convert to new LIB_DEPENDS syntax - Support staging Approved by: crees, tabthorpe (mentors, implicit)
* - support stagingjgh2013-09-262-2/+2
|
* - Fix spelling of "Upgrades" since it keeps being reportedbdrewery2013-09-254-2/+24
| | | | With hat: portmgr
* - Update to checkin 091bca866bbdrewery2013-09-252-4/+4
| | | | | | Changes: - Fix 'unexpected operator' warning during build - Always recreate /dev/null to workaround kern/139014
* - Sync with ports-mgmt/pkgbdrewery2013-09-255-1/+66
| | | | | | | | | | Changes: - Fix @exec/post-install script execution with pkg register -i - Fix MTREE not properly being extracted with pkg register -i - Fix staging of meta ports that have no files, such as mail/squirrelmail-plugins With hat: portmgr
* - Update to checkin bba1e59a04bdrewery2013-09-252-4/+4
| | | | | | | | | | | Changes: - Many usage/notices cleaned up - Some default invokations now work as expected - jail -cu: http method now supported - Non-root package building is now in for staged ports that do not have NEED_ROOT. It defaults to building as 'nobody', but can be overridden by changing PORTBUILD_USER in poudriere.conf - Fix detecting {/,/usr,/usr/local} on staged NO_MTREE ports
* - Update to 1.15ak2013-09-252-5/+4
| | | | - Support STAGEDIR
* - Fix staging of meta ports that have no files, such asbdrewery2013-09-252-1/+12
| | | | | | | mail/squirrelmail-plugins Discussed with: bapt With hat: portmgr
* Fix @exec/post-install script execution with pkg register -i [1]bapt2013-09-244-1/+55
| | | | | | | Fix MTREE not properly being extracted with pkg register -i [2] Reported by: garga [1] bdrewery [2]
* Add uidfix to allow packaging as a userbapt2013-09-241-0/+1
|
* - Update to checkin 926c783293bdrewery2013-09-242-4/+4
| | | | | | | | | | | | | | | | | Changes: - Respect DESTDIR on poudriere install - testport -i: Fix when orphans are found with staging - bulk -v: Reword distfiles message - bulk: Fix INDEX building showing wrong origins - bulk: Remove stray " done" message - Staging fixes for testing ports-mgmt/pkg - jail: Deprecate csup - Add safety check for rm -rf /* - pkgclean: Fix finding packages [1] - During build, call install-mtree after run-depends. This should be a NOP, but mentioned in case weird things happen. Reported by: olgeni
* - Update to 3.0.7bdrewery2013-09-246-83/+3
| | | | | | | | | | | | | | Changes: - Respect DESTDIR on poudriere install - testport -i: Fix when orphans are found with staging - bulk -v: Reword distfiles message - bulk: Fix INDEX building showing wrong origins - bulk: Remove stray " done" message - Staging fixes for testing ports-mgmt/pkg [1] - jail: Deprecate csup [2] Reported by: madpilot [1] Submitted by: brd [2]
* - Remove stray "done" message during startup, which slipped in partiallybdrewery2013-09-232-1/+15
| | | | | | from a 3.1 update Reported by: kwm
* - Update to checkin 49bdcf4dc4bdrewery2013-09-232-4/+4
| | | | | | Changes: - testport -i: Fix when stage orphans are found - Don't show mtree notices on builder startup
* - Fix testport -i not working when stage orphans are foundbdrewery2013-09-232-0/+12
|
* Remove 'cat PKG-MESSAGE' for stagingbdrewery2013-09-231-1/+0
|
* - Support STAGEDIRbdrewery2013-09-233-6/+58
|
* - Support STAGEDIRbdrewery2013-09-232-25/+19
|
* - Support STAGEDIRbdrewery2013-09-232-24/+19
|
* - Support STAGEDIRbdrewery2013-09-231-12/+13
|
* - Support STAGEDIRbdrewery2013-09-231-4/+1
|
* Add the manpages to plist, missed in previous commitbapt2013-09-231-0/+35
| | | | Reported by: ak
* Use stage.bapt2013-09-231-40/+1
|
* - Update to checkin 6a4cc74775bdrewery2013-09-232-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This release supports upcoming STAGE support. Please update to it soon. Changes: - Staging support. * Detect files orphaned in the stagedir that are not installed due to not being in the pkg-plist * Detect files that get installed outside of the STAGEDIR during 'make stage' as 'stage_fs_violation' - Rename 'preinst_fs_violation' to 'build_fs_violation' - latest-per-pkg links are now hardlinks - Fix possible recursive crash during jail startup - Chmod jail build dirs to 0711 to keep out gvfs-trash from tracking the directory during build, leading to kernel panic sometimes - jail -uc: Fix detection of errors during distrib-dirs - jail -uc: Fix on recent HEAD during distrib-dirs due to new unbound user. - testport: Only show -n warning if there are leftovers - jail -u (SVN): Fix RELEASE not being updated for UNAME_r during major upgrades (head becomes 10-ALPHA, 11, etc) - jail: usage cleanup - hook 'bulk done' now has stats passed to it: #built #failed #ignored #skipped - jail -uc (SVN): Show SVN revision number in uname via UNAME_v - testport: Always run with TRYBROKEN - Now showing status messages when running mtree(1) for fs checks
* - Update to 3.0.6bdrewery2013-09-233-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | This release supports upcoming STAGE support. Please update to it soon. Changes: - Staging support. * Detect files orphaned in the stagedir that are not installed due to not being in the pkg-plist * Detect files that get installed outside of the STAGEDIR during 'make stage' as 'stage_fs_violation' - Rename 'preinst_fs_violation' to 'build_fs_violation' - latest-per-pkg links are now hardlinks - Fix possible recursive crash during jail startup - Chmod jail build dirs to 0711 to keep out gvfs-trash from tracking the directory during build, leading to kernel panic sometimes - jail -uc: Fix detection of errors during distrib-dirs - jail -uc: Fix on recent HEAD during distrib-dirs due to new unbound user. - testport: Only show -n warning if there are leftovers - jail -u (SVN): Fix RELEASE not being updated for UNAME_r during major upgrades (head becomes 10-ALPHA, 11, etc)
* - Fix PKGDB_FIX optionak2013-09-232-3/+14
| | | | | | | - Improvements to pkgng patch PR: ports/182268 Submitted by: Ken DEGUCHI <kdeguchi@sz.tokoha-u.ac.jp> (maintainer)
* - Update to 2.4.11.2bdrewery2013-09-212-8/+3
| | | | | | | Changes: Rework date parsing for Ruby 1.9 to not depend on devel/ruby-date2 [1] PR: ports/182239 [1]
* - Update to checkin 452ad6a which is 2.4.11.2bdrewery2013-09-212-9/+4
| | | | | | | Changes: Rework date parsing for Ruby 1.9 to not depend on devel/ruby-date2 [1] PR: ports/182239
* Pickup patches from ports-mgmt/pkg so that pkg-devel is also stage readybapt2013-09-216-0/+161
|
* - fix misplaced NO_STAGE in slaveports and ifdefsdinoex2013-09-211-1/+1
|
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-21