1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-02 01:20:54 +00:00
freebsd-ports/Mk
Tijl Coosemans a374acb969 By default libtool replaces -export-symbols <file> with -retain-symbols-file
<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
2015-08-02 15:03:19 +00:00
..
Scripts checks $WRKSRC for all direct dependencies in the limited-clean-depends: 2015-07-30 07:43:49 +00:00
Uses By default libtool replaces -export-symbols <file> with -retain-symbols-file 2015-08-02 15:03:19 +00:00
bsd.apache.mk Fix static modules in www/apache24 2015-07-14 22:34:53 +00:00
bsd.autotools.mk Mark USE_AUTOTOOLS deprecated and remove support for libtoolize. 2015-04-19 18:16:40 +00:00
bsd.ccache.mk Let WITH_CCACHE_BUILD work on the pkg port that is not PKG_ORIGIN. 2015-04-14 20:58:26 +00:00
bsd.commands.mk Introduce a BSDMAKE?= /usr/bin/make and use it as the default MAKE_CMD. 2015-03-23 04:03:00 +00:00
bsd.database.mk Remove trace of PostgreSQL in comment 2015-06-30 12:53:42 +00:00
bsd.default-versions.mk Remove minor version numbers. 2015-07-23 01:44:51 +00:00
bsd.destdir.mk - Fix DESTDIR support. 2014-09-08 20:44:21 +00:00
bsd.emacs.mk GNU Emacs Updates 2015-04-27 10:28:00 +00:00
bsd.fpc.mk The lazarus GTK1 interface has been discontinued upstream: 2015-07-14 20:16:29 +00:00
bsd.gcc.mk Since there is not going to be any new version of GCC in the FreeBSD 2015-04-22 21:29:21 +00:00
bsd.gecko.mk bsd.gecko.mk: PowerPC no longer needs the __STDC_CONSTANT_MACROS in CFLAGS 2015-07-16 11:36:12 +00:00
bsd.gnome.mk Add build/run depend lines for dconf. 2015-07-14 13:19:24 +00:00
bsd.gstreamer.mk Big Gstreamer update: 2014-12-16 13:35:01 +00:00
bsd.java.mk - Make OpenJDK 1.7 the default 2014-06-27 20:05:36 +00:00
bsd.kde4.mk Update KDE SC to 4.14.3 2015-03-11 23:11:47 +00:00
bsd.ldap.mk net/openldap24-*: 2014-07-24 18:34:16 +00:00
bsd.licenses.db.mk - Add Creative Commons Zero v1.0 Universal as license 2014-06-23 11:13:21 +00:00
bsd.licenses.mk Register license files with absolute path 2014-09-23 12:42:00 +00:00
bsd.linux-apps.mk Unbreak INDEX, reverting r392921 2015-07-26 13:35:29 +00:00
bsd.linux-rpm.mk Unbreak INDEX, reverting r392921 2015-07-26 13:35:29 +00:00
bsd.local.mk Switch to default tabspace: 8 2014-06-18 07:14:22 +00:00
bsd.mate.mk Update MATE DE to 1.10.0. 2015-07-27 20:19:33 +00:00
bsd.ocaml.mk - Add USE_OCAML_CAMLP4 and USE_OCAML_TK to bsd.ocaml.mk which add 2015-05-04 15:46:51 +00:00
bsd.octave.mk - Add variable assignments to make_args. 2015-01-23 03:18:29 +00:00
bsd.openssl.mk security/libressl: Update to 2.2.1 2015-07-08 19:27:47 +00:00
bsd.options.desc.mk - Add shared WOLFSSL description 2015-04-25 10:01:44 +00:00
bsd.options.mk White space fix. 2015-07-30 08:51:43 +00:00
bsd.php.mk Use INSTALL_LIB to install php extensions, so they'll be correctly stripped. 2015-02-24 15:05:17 +00:00
bsd.port.mk Add a note about not changing MASTER_SITE_BACKUP. 2015-07-28 07:34:38 +00:00
bsd.port.options.mk tabspace: 8 2014-06-18 12:21:35 +00:00
bsd.port.post.mk
bsd.port.pre.mk
bsd.port.subdir.mk Use .sinclude when possible. 2015-06-13 02:46:52 +00:00
bsd.qt.mk Add www/qt5-websockets. 2015-06-11 11:59:55 +00:00
bsd.ruby.mk Update Ruby to latest versions to address CVE-2015-1855. 2015-04-14 00:35:59 +00:00
bsd.sanity.mk Convert code in bsd.port.mk for USE_GHOSTSCRIPT* to USES=ghostscript. 2015-07-16 20:53:28 +00:00
bsd.sdl.mk
bsd.sites.mk Unbreak INDEX, reverting r392921 2015-07-26 13:35:29 +00:00
bsd.ssp.mk - Enable SSP by default. 2014-11-02 20:01:31 +00:00
bsd.tex.mk - Separate libsynctex from tex-web2c to devel/tex-synctex. 2015-07-26 06:57:26 +00:00
bsd.wx.mk Mk/bsd.wx.mk: add wxPython 3.0 support 2014-07-05 18:38:03 +00:00
bsd.xorg.mk Misc X.org port updates: 2015-04-18 15:34:36 +00:00