- update to 0.13.1
- remove lang/cython from BUILD_DEPENDS now that distfile is fixed
- include RUN_DEPENDS in TEST_DEPENDS
- add devel/py-boto to TEST_DEPENDS for completeness with pkg-message
- remove math/py-statsmodels from TEST_DEPENDS to break circular dependency
- Fix regression-test target to work with non-GitHub distfile which omits
the ci/ directory. Borrow the print_skipped.py script to do this.
PR: 186802
Submitted by: John W. O'Brien <john@saltant.com> (maintainer)
- Revert r346996 entirely
- Bypass MUSEPACK detection (hardcode it as detected) to fix that option
- Bump - This was default options change
Approved by: makc
- Provide a convenience target to merge new hash and size with existing
distinfo: first, redefine DISTINFO_FILE (so that prerequisite target
`makesum' would not overwrite existing distinfo file), then prepend
relevant SHA256 and SIZE lines with tilde (~) to cope with join(1)'s
requirement for sorted lines, truncate the old values thereof, join(1)
two files so new lines are nicely placed just where intended, finally
removing hackish tildes (improvements to this quick and dirty approach
are very welcome)
- Remove no longer relevant (and now somewhat confusing) comment in the
`pre-install' target after the port was staged
- Fix two identical typos (paqe -> page) in comments while I'm here
Tested by: dhw
- Use KDE4_PREFIX instead of ${LOCALBASE}/kde4 [1]
- Add DOCS option after r346983
Reported by: Alan Hicks <ahicks@p-o.co.uk> via kde-freebsd maillist [1]
getdns is a modern asynchronous DNS API.
It implements DNS entry points from a design developed and vetted by application
developers, in an API specification edited by Paul Hoffman. With the development
of this API, we intend to offer application developers a modernized and flexible
way to access DNS security (DNSSEC) and other powerful new DNS features;
a particular hope is to inspire application developers towards innovative
security solutions in their applications.
WWW: http://getdnsapi.net/
- Fix: Tests for network libraries
- Fix: Killed some memory leaks
- Fix: istatd failed to build on new pedantic GCC
PR: 174056
Suggested by: Douglas Carmichael <dcarmich@dcarmichael.net>
tzdata 2013i from the upstream. Note we are not updating zoneinfo data here
as it can be updated via java/java-zoneinfo.
- Fix build with Clang 3.4 and other miscellaneous issues while I am here.
- Use the new format for LIB_DEPENDS
- USES gmake instead of USE_GMAKE
- Change USE_PYTHON=yes to USE_PYTHON=2
- Support STAGEDIR, new pkg-plist with make makeplist
- Strip libraries
- Add patch, fix GFlags messages
PR: ports/182069
Submitted by: nemysis (self)
Approved by: portmgr
I don't know when the skip-bootstrap logic stopped working, but I'm
reasonably sure it did once. Apparently PREFIX isn't defined at the
time of the "if exists" evaluation. Using LOCALBASE instead will allow
the compiler to build using the compiler on the system rather than
the older bootstrap compiler. The bug was discovered while trying to
move gcc-aux to a gcc49 base.
libdbi. This drops support for msgl, sqlite2, firebird and freetds. [1]
Use DISTVERSION in MASTER_SITE instead of duplicating this information.
PR: 178780 [1]
Submitted by: Douglas Carmichael <dcarmich@dcarmichael.net> [1]
This supports multiple independent "instances", which permits programs
to use several dlopen()ed modules which are linked against libdbi. Support
for transactions and savepoints has been added, and drivers now receive
additional hints to optimize sequential reads from result sets.
Convert to staging (simplifying PORTDOCS handling).
PR: 178779 [1]
Submitted by: Douglas Carmichael <dcarmich@dcarmichael.net> [1]
Approved by: maintainer timeout (clsung, >9 months) [1]