/games/xspringies/files/

59990d0d81cb07d8 PR: 213195 Submitted by: mat Exp-run by: antoine Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D8093
PR:		213195
Submitted by:	mat
Exp-run by:	antoine
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D8093
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
- Strip library 2015-02-18T16:43:13+00:00 amdmi3 amdmi3@FreeBSD.org 2015-02-18T16:43:13+00:00 4a0848d46a4a70bad6c23fbff89ad63555faf998

devel/liboil: correction, powerpc is fine, it's broken on powerpc64 2014-11-15T12:55:31+00:00 marino marino@FreeBSD.org 2014-11-15T12:55:31+00:00 95144fe52b7c60b2ed900f7be2caa496f5c93e39 Reported by: danfe@ PR: 194468
Reported by:	danfe@
PR:		194468
devel/liboil: mark broken on powerpc 2014-11-14T11:40:20+00:00 marino marino@FreeBSD.org 2014-11-14T11:40:20+00:00 827d31d7957864d1591743f1009d10119c7b9eeb PR: 194468
PR:	194468