While here:
* Clean up options and PLIST_SUB with new option framework capabilities
* Remove condition for FreeBSD 6 and earlier
- Remove never-fulfilled plist condition
- Move extra-patch to always-patch
* minor cosmetic realignment
PR: 181923
Submitted by: dewayne
Newer gpsbabel version needlessly pulls in heavyweight dependencies
(such as qt4-gui, qt4-webkit) via qt4-linguist, and until that's
resolved, it's useful to keep around older version which doesn't
have such problem.
PR: 190791
Approved by: dev2@heesakkers.info (maintainer)
- adds new maintainer's mirror to MASTER_SITES
- eliminates "deprecated" use of MASTER_SITE_SUBDIR
- adds specification of LICENSE
- removes erroneous "x11" entry in CATEGORIES
PR: 190657
Submitted by: A.J. "Fonz" van Werven
Enable heimdal to properly build against net/openldap-sasl-client when
openldap24-server is built with SASL support. It did not before.
Heimdal is currently unmaintained.
PR: 183697
Submitted by: pcm
This port needed a lot more help than the PR indicated:
* Full stage support
* DESTDIR had to be patched in, there was only a placeholder
* It didn't build on clang because there was no header for rand function
* Almost very patch had DOS carriage returns (stripped)
* Needed USES+=dos2unix so patches apply (caused revbump)
* NOPORTDOCS needed to be replaced by PORT_OPTIONS - DOCS
* post-extract target was muted, as is the norm
* Previous install patches reworked to fit STAGE support better
The PR updated:
* Use of autotools
* conversion of USE_GMAKE and USE_BZIP2 was done previously
* GPLv2 license was added
PR: 188798
Submitted by: maintainer (Aaron Baugher)
Rest by: marino
From the announcement:
This is a stable release that adds several capabilities including Blue
Gene/Q implementation supports for MPI-3, experimental Fortran 2008
bindings, significant rework of MPICH library management, and a large
number of bug fixes.
Changelog:
Serf 1.3.6 [2014-06-09, from /tags/1.3.6, rxxxx]
Revert r2319 from serf 1.3.5: this change was making serf call handle_response
multiple times in case of an error response, leading to unexpected behavior.
ChangeLog:
* The built-in struct module was renamed to _struct, solving issues with
IDLE and other modules
* Support for compilation with gcc-4.9
* A CFFI-based version of the gdbm module is now included in our binary bundle
* Many issues were resolved since the 2.3 release on May 8