/graphics/graphviz/

> 2016-04-01T14:16:16+00:00 c60c1d09235abbfd733e901b1872b86adc82027c With hat: portmgr Sponsored by: Absolight
With hat:	portmgr
Sponsored by:	Absolight
By default libtool replaces -export-symbols <file> with -retain-symbols-file 2015-08-02T15:03:19+00:00 tijl tijl@FreeBSD.org 2015-08-02T15:03:19+00:00 2593b8ce7a7784074d28066b8690c9c2da075fd7 <file> on ELF systems, but this doesn't really do what -export-symbols is meant to do. On GNU ELF systems it converts <file> to a simple version script first and then uses -version-script instead of -retain-symbols-file. Let USES=libtool patch libtool scripts to do this on all systems with GNU ld(1). Bump PORTREVISION on all ports where the build log contains -export-symbols. audio/calf: This port builds a module that now exports only one function, but it also builds a number of executables that link to this module and expect to see other functions. Because it's already a bit dodgy to link to a module (libtool warns about this) let the module continue to export only one function and instead build an ordinary library from the same source that the executables can link to. Fix a number of other issues in the same Makefile.am and clean up the port Makefile. japanese/scim-honoka: Tries to hide all symbols that start with an underscore, but because this library is written in C++ all symbols start with _Z so it ends up hiding everything. Just don't hide anything at all like the textproc/scim configure script does. multimedia/schroedinger: Apply an upstream patch. textproc/scim-input-pad: Same as japanese/scim-honoka. PR: 201922 Approved by: portmgr (antoine) Exp-run by: antoine
<file> on ELF systems, but this doesn't really do what -export-symbols is
meant to do.  On GNU ELF systems it converts <file> to a simple version
script first and then uses -version-script instead of -retain-symbols-file.
Let USES=libtool patch libtool scripts to do this on all systems with GNU
ld(1).

Bump PORTREVISION on all ports where the build log contains -export-symbols.

audio/calf: This port builds a module that now exports only one function,
but it also builds a number of executables that link to this module and
expect to see other functions.  Because it's already a bit dodgy to link to
a module (libtool warns about this) let the module continue to export only
one function and instead build an ordinary library from the same source that
the executables can link to.  Fix a number of other issues in the same
Makefile.am and clean up the port Makefile.

japanese/scim-honoka: Tries to hide all symbols that start with an
underscore, but because this library is written in C++ all symbols start
with _Z so it ends up hiding everything.  Just don't hide anything at all
like the textproc/scim configure script does.

multimedia/schroedinger: Apply an upstream patch.

textproc/scim-input-pad: Same as japanese/scim-honoka.

PR:		201922
Approved by:	portmgr (antoine)
Exp-run by:	antoine
- Drop @dirrm* from and add empty directories to pkg-plists 2015-02-01T20:24:27+00:00 amdmi3 amdmi3@FreeBSD.org 2015-02-01T20:24:27+00:00 cc06594155c7dfb22cf550c335148ff71a47b29e Approved by: portmgr blanket
Approved by:	portmgr blanket
Bump portrevision after png update 2014-12-25T20:54:41+00:00 bapt bapt@FreeBSD.org 2014-12-25T20:54:41+00:00 e7537bff09a3a3bd7cf9af85638233cbafd82629

Change libpng15.so to libpng.so in LIB_DEPENDS to prepare the upgrade 2014-12-25T19:04:25+00:00 antoine antoine@FreeBSD.org 2014-12-25T19:04:25+00:00 8dc323dc2bd29f0219de5776d0c246c80eba274e

Add USES=alias to several ports 2014-10-20T08:12:20+00:00 marino marino@FreeBSD.org 2014-10-20T08:12:20+00:00 90869355c500df46e3b6017d8e0b1a2db48a1ce8 Alias is a new USES tool that allows DragonFly to masquerade as FreeBSD by setting CFLAGS+= -D__FreeBSD__. For some ports, this fixes the build without the need for additional patches. Approved by: portmgr (bapt, blanket)
Alias is a new USES tool that allows DragonFly to masquerade as FreeBSD
by setting CFLAGS+= -D__FreeBSD__.  For some ports, this fixes the build
without the need for additional patches.

Approved by:	portmgr (bapt, blanket)