Changes:
- Install depends just-in-time in the proper sequence ordering, instead of all upfront.
This also fixes differences between testport and bulk with regards to run-depends.
- Give a port all the special depends distfiles it needs during build as well. This fixes
issues with fetching and distfiles.
- Add basic hook support in /usr/local/etc/poudriere.d/hooks
- bulk: New C index builder for pkg_* bulks
- bulk: Automatically detect direct dependency changes. This should detect
postgresql/mysql/perl updates (change of default versions) without
needing user interraction.
- Delete empty directories when cleaning up repositories
- Add ftp-archive method for old releases
- jail: consistently accept svn revision number
- bulk -T: Implement try-broken
- bulk -F: fetch-orginal - This flag tries to download from the original mirror
and ignores all FreeBSD mirrors
- jail -c -P ./path.to.patch: Patch the src tree with the given patch before building it
- Add a small C code to determine if a directory is empty (faster than find for this)
- jail -u: Fix 'Error: 1 argument expected: jname'
- ports -F: Fix not populating method file
- ports -u: Fix backwards compatibility with snap dir
- Fix NO_ZFS still causing zfs.ko kernel module to be loaded
- Raise default nohang time to 7200 and add MAX_EXECUTION_TIME/NOHANG_TIME
- ports -d: Fix deleting the ports tree
- jail -d: Fix deleting jails
- testport: Add .keep support for wrkdir saving
- Speedup packaging by reducing I/O
- Fix crash in siginfo_handler() via cache_get_pkgname() if origin is empty
- ZSH completion fixes
- Documentaiton fixes
- Various leftover fixes
- Various other fixes
Feature safe: yes
Coming from 1.5.1, this brings many new features, improvements and bugfixes.
Some more interesting are
- adding support for GeoTIFF
- add a PostGIS writer
- new csv driver with an automatic mode
A suitable PostGIS driver has to be manually installed from the OpenJUMP plugins pages,
because there are many different PostGIS versions around.
PR: 177850
Submitted by: maintainer, rhurlin@gwdg.de
Feature safe: yes
- adjust mirror priorities based on availability
svnup-0.62 - 11 April 2013
* Implemented binary search tree for faster lookups of "known files".
* Added support for handling symbolic links in the repository.
* Fixed a bug where file names with hex encoded characters sent
during http transfers weren't properly decoded.
* Fixed bug when allocating space for the /tmp/svnup directory -
special thanks to (Ilya A. Arkhipov <m1cro@rambler-co.ru>).
* Fixed bug where incorrect number of bytes were sent in send_command -
special thanks to <boco@ufanet.ru>.
svnup-0.61 - 6 April 2013
* Fixed a bug with file deletion.
* Minor speed improvement with "known file" lookup.
* Fixed several valgrind-detected small memory leaks.
* Fixed a segfault when https:// was added to a -h parameter.
svnup-0.60 - 3 April 2013
* http/https support added.
* added support for a configuration/preferences/aliases file.
* added IPv6 support.
PR: 177614 [1]
PR: 177777
Submitted by: maintainer, jgh@, zi@ [1]
Approved by: maintainer, jcm@visi.com
Feature safe: yes
- Add support for parsing the output of 'svn update' as one
of the input formats for cache-update.
- Drop support for parsing cvsup output or the cvsup checkouts
file, as the ports no longer uses cvsup.
- Accordingly remove the PropagationDelay configuration item,
that only applied to cvsup-mirroring.
- Cope with systems where realpath($PORTSDIR) != $PORTSDIR
Thanks to Doug Barton for bug reports and testing.
Feature safe: yes
on Linux but /bin on FreeBSD. This guarantees that Linux shell scripts run
the Linux executables and not the FreeBSD ones.
No objection from: -emulation
PR: ports/176819
Feature safe: yes
- GnuTLS used for all secure connections, OpenSSL is no longer needed.
- Mac driver enabled by default.
- Built-in FixedSys fonts.
- New icon for the joystick control panel.
- Postscript driver improvements.
- Various bug fixes.
Feature safe: yes
Fix depends for third-party drizzle module.
Feature safe: yes
<ChangeLog>
*) Bugfix: a segmentation fault might occur in a worker process if
subrequests were used; the bug had appeared in 1.3.9.
*) Bugfix: the "tcp_nodelay" directive caused an error if a WebSocket
connection was proxied into a unix domain socket.
*) Bugfix: the $upstream_response_length variable has an incorrect value
"0" if buffering was not used.
Thanks to Piotr Sikora.
*) Bugfix: in the eventport and /dev/poll methods.
</ChangeLog>
- Bump PORTEPOCH
- Trim Makefile header
- Add CONFLICTS_INSTALL [1]
- Make rc scripts more rclint compliant
- Update WWW line in pkg-descr
PR: ports/175063
Submitted by: Jason Bacon <jwbacon@tds.net> (maintainer)
Approved by: danfe (maintainer of games/qstat, via email) [1]
Approved by: Kai Wang <kaiwang27@gmail.com> (maintainer of chinese/qterm) [1]
Feature safe: yes