Changes:
- Add new subcommand 'status' which lists running builds. Specify
-j[pz] to view the current status of a specific build and all of
its jobs.
- Missing/New Dependencies: Be more verbose by default about why
packages are being deleted.
- CHECK_CHANGED_OPTIONS now defaults to verbose
- Add CHECK_CHANGED_DEPS and default it to on
- Fix support for jails with ':' in them
- bulk: Allow specifying -f multiple times
- testport -i: Add hostname into /etc/hosts
- Documentation fixes
- Fix DISABLE_MAKE_JOBS support
- Fix dependencies being checked twice during port builds when not
port testing
- jail -u fixes for freebsd-update/ftp
- Fix buildtime tracking missing a space
. lang/python27: 2.7.3 -> 2.7.5
. lang/python32: 3.2.3 -> 3.2.4
. lang/python33: 3.3.0 -> 3.3.1
- update Mk/bsd.python.mk with new versions
- mark lang/python26 and lang/python31 as deprecated (set them to
upstream EoL dates)
- update docs (lang/python-doc-html)
- align databases/py-bsddb patch for python27 - most of it was applied
upstream. Raise BDB version to 4.3 atleast, according to
upstream requirements.
Many thanks to Martin (miwi) for his time on this update.
PR: 178506
Submitted by: rm (myself)
Exp-run by: portmgr (miwi)
- revert erroneous threads patch in lang/python26 and lang/python27,
that was added after ports/131080. It was rejected upstream, because it's
not actually a bug, but misuse.
Gabor Pali (pgj) in collaboration with Kubilay Kocak (koobs) did an
independent investigation regard the issue. See here for details:
http://lists.freebsd.org/pipermail/freebsd-python/2013-April/005376.html
PR: 153167
Submitted by: Duncan Findlay <duncan@duncf.ca>
Reported by: pgj/koobs (at python@ ML)
Exp-run by: portmgr (miwi)
- Do not use hand-written assembly code by default: upstream says they do
not currently maintain it, and it does not contain many new improvements
made to rendering, nor fog effects (ticket #604)
- Fix memory reporting in I_GetFreeMem() on amd64 (reported by Ilya Arkhipov)
- Enable key auto repeat in the menu/console (ticket #587)
- Assume maintainership while hacking on it more than I originally intended
Most of the patches were submitted upstream (tickets 587, 602-610).
svnup-0.72 - 16 May 2013
- Fixed a bug with the -r command line option. [1]
- Added a progress indicator to the output when the verbosity is > 1.
- More code cleanup - special thanks to Eitan Adler <lists@eitanadler.com>.
- Switched from non-blocking to blocking I/O
PR: 178640 [1]
Reported by: markiyan.kushnir@gmail.com
and python directory name was hardcoded anyway)
- fix PGSQL option name (was POSTGRE)
- eliminate usage of PYTHON_SITELIBDIR in depends
- remove leading indefinite article from COMMENT
- move license into proper block to pacify portlint
- limit python version to 2.x only (because of pygtk2)
- convert desktopfileutils dependency to USES
- remove descriptions for FIREBIRD and MSSQL options (they are already defined
in Mk/bsd.options.desc.mk)
- define portdocs list unconditionally
- bump PORTREVISION because of the changes
Reported by: pointyhat (miwi, pkg-plist issue)
Approved by: bsam (maintainer, by mail)