version of APR if WITH_APACHE2_APR is defined. This is also
implied by WITH_MOD_DAV_SVN.
I noticed some problems in testing WITH_APACHE2_APR in that
the subversion binaries would somehow be linked by the runtime
linker against APR from the devel/apr port if the latter was
installed. Mention this potential problem at portbuild time,
although this should be handled better than it is.
PORTREVISION bump.
Based on part of the patch from the PR mentioned below.
PR: 53190
Submitted by: Chia-liang Kao <clkao@alcatraz.elixus.org>
* kill devel/libtool and move to devel/libtool13, upgrading to 1.3.5
* upgrade repo-copied devel/libtool14 to 1.4.3
* break out libltdl into its own separate port
* move to version-numbered binaries/scripts (ie: there is *no* 'libtool'
any more -- USE_LIBTOOL and USE_LIBTOOL_VER are your friends)
Approved by: portmgr (kris) - for the bsd.port.mk hooks
Tested by: bento 4-exp builds (repeatedly)
* Fixed bug in empty object handling in OOP mode.
* Sets $/ if unset.
* Add new parameter -Tie to constructor, to allow ordered config hash
contents across nested structures.
PR: ports/53723
Submitted by: Mathieu Arnold <m@absolight.net>
fix a bug in the devel/distcc which becomes obvious when
the port gets built without WITHOUT_GNOME, but when
HAVE_GNOME returns ""
PR: 53705
Submitted by: Frerich Raabe <frerich.raabe@gmx.de> (maintainer)
* fix PTHREAD_CFLAGS passing
* fix patches and add one more
* change port description (full features list)
* fix plist for NOPORTDOCS=yes case
* hand maintainership to submitter
PR: 53704
Submitted by: Sergey Matveychuk <sem@ciam.ru>
Submitted by:
Reviewed by:
Approved by:
Obtained from:
MFC after:
Fix dependency part and add more man pages after install. Patch was from
PR/52167.
Submitted by: Mathieu Arnold <m@absolight.net>
Reviewed by: maintainer
- Make sure tests always run with warnings on.
- Fix line that had "$] >= 5.6.0" to be "$] >= 5.006". This caused
warnings and was just wrong. Reported by Rick Measham.
- Quiet warnings from pure Perl implementation.
- Quiet warnings from language modules with Unicode when used with
Perl 5.00503.
PR: 53684
Submitted by: maintainer
files/patch-src::tokenparser.c to ports/devel/pcsc-lite.
PR: 53604
Submitted by: Toni Andjelkovic <toni@soth.at> (maintainer)
Noted by: Rob <rob@debank.tv>
Pointy hat to: myself
- MASTER_SITES has moved.
- Handles "usbdropdir" and "muscledropdir" explicitly.
- aclocal.m4 has moved, so there's no need to set LIBTOOLFILES
any longer.
- Two patches fixing flex-generated code which included <stdint.h>
unconditionally, causing build failure on older systems (notably
4.8-STABLE).
PR: 53604
Submitted by: Toni Andjelkovic <toni@soth.at> (maintainer)