- Improved typemap matching.
- Ruby 1.9 support is much improved.
- Various bug fixes and minor improvements in C#, CFFI, Go, Java, Modula3,
Octave, Perl, Python, R, Ruby, Tcl and in ccache-swig.
PR: ports/177719
Submitted by: Jason Bacon <jwbacon@tds.net> (maintainer)
This will fix some issues with the changes/bugfixes done by Khronos.
PR: ports/178254
Submitted by: Oliver Hartmann <ohartman@zedat.fu-berlin.de> (maintainer)
system are tracked. Without this "fix", /usr/bin/sftp is not recongnized
to negate the build dependency of openssh-portable. [1]
- Bump PORTREVISION.
Discussed with: bdrewery [1]
*** Binary Package Builders: It is recommended to rebuild
all packages and then run 'pkg check -Ba' and 'pkg
upgrade' on your client servers once. This will allow
the new shlib tracking to reinstall packages that have
changed shlib requirements. This step is optional.
Changes:
* Always track provided SHLIBS now when packages are
created
* Automatically reinstall packages when their needed shlibs
or dependencies change. This removes the need to run
'pkg install -Rf' in many, but not all, cases.
* New DB lock strategy when stored on a network filesystem
* pkg version: Show ? when package is missing on remote
* pkg check -s: Return non-zero exit status if a mismatch
is found
* pkg audit: Implement -q
* Add more periodic scripts
* Add bash completion script
* pkg audit: Performance optimizations
* Build fixes
* Add some forward-compatibility support for upcoming 1.1
Thank you to all contributors, listed in the upstream commits:
https://github.com/pkgng/pkgng/commits/1.0.12
With hat: portmgr
- Add a patch to correct the default "localhost" ACL in squid.conf for
IPv4-only systems [1]
PR: ports/176951 [1]
Submitted by: Oleg Strizhak
Approved by: crees (mentor)
only the tools/build/v2/engine subdirectory from the source tarball, instead
of the whole thing. Plenty of time is saved too -- though the giant tarball
still needs to be full read, most of the contents does not need to be
written to disk
Allow building the executable with any compiler from the gcc-family (such as gcc48)
Submitted by: mi
This module allows you to do nominal math on dates. That is, rather
than worrying about time zones and DST while adding increments of
24*60**2 seconds to a date&time object, you simply discard the time
component and do math directly on the date. If you need a time-of-day
on the calculated date, the at() method returns a Time::Piece object,
thus allowing you to be specific about the endpoints of a nominal interval.
require either or both of the xlrd and xlwt packages, they are collected
together here, separate from either package.
WWW: http://www.python-excel.org/