diff options
author | tijl <tijl@FreeBSD.org> | 2015-08-02 23:03:19 +0800 |
---|---|---|
committer | tijl <tijl@FreeBSD.org> | 2015-08-02 23:03:19 +0800 |
commit | 2593b8ce7a7784074d28066b8690c9c2da075fd7 (patch) | |
tree | ea36e7f5c3df09ecf07eacd3dfa1065817e07c56 /devel | |
parent | dfc31d8ad6426dcddd1e4f4718d93857c195b031 (diff) | |
download | freebsd-ports-gnome-2593b8ce7a7784074d28066b8690c9c2da075fd7.tar.gz freebsd-ports-gnome-2593b8ce7a7784074d28066b8690c9c2da075fd7.tar.zst freebsd-ports-gnome-2593b8ce7a7784074d28066b8690c9c2da075fd7.zip |
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
Diffstat (limited to 'devel')
34 files changed, 34 insertions, 24 deletions
diff --git a/devel/alf/Makefile b/devel/alf/Makefile index afcaef3897d8..0737ac0a2371 100644 --- a/devel/alf/Makefile +++ b/devel/alf/Makefile @@ -3,7 +3,7 @@ PORTNAME= alf PORTVERSION= 0.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel python MASTER_SITES= SF/largefiles/largefiles/${PORTNAME}-${PORTVERSION} diff --git a/devel/appstream-glib/Makefile b/devel/appstream-glib/Makefile index 76ff1a6b8199..a8ea52bd990e 100644 --- a/devel/appstream-glib/Makefile +++ b/devel/appstream-glib/Makefile @@ -3,7 +3,7 @@ PORTNAME= appstream-glib PORTVERSION= 0.2.6 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel DIST_SUBDIR= gnome3 diff --git a/devel/cutter/Makefile b/devel/cutter/Makefile index e0fa42007282..c9846521a4ad 100644 --- a/devel/cutter/Makefile +++ b/devel/cutter/Makefile @@ -3,6 +3,7 @@ PORTNAME= cutter PORTVERSION= 1.2.4 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= SF diff --git a/devel/fam/Makefile b/devel/fam/Makefile index f68fb55b3eb3..801d68593913 100644 --- a/devel/fam/Makefile +++ b/devel/fam/Makefile @@ -3,7 +3,7 @@ PORTNAME= fam PORTVERSION= 2.6.10 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= devel MASTER_SITES= ftp://oss.sgi.com/projects/fam/download/ DIST_SUBDIR= ${PORTNAME} diff --git a/devel/gconf2/Makefile b/devel/gconf2/Makefile index 6af5cc980528..0bfc391899ed 100644 --- a/devel/gconf2/Makefile +++ b/devel/gconf2/Makefile @@ -4,7 +4,7 @@ PORTNAME= gconf2 PORTVERSION= 3.2.6 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= devel gnome MASTER_SITES= GNOME/sources/GConf/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} DISTNAME= GConf-${PORTVERSION} diff --git a/devel/gitg/Makefile b/devel/gitg/Makefile index b9de05675dd2..bca78a1e10f5 100644 --- a/devel/gitg/Makefile +++ b/devel/gitg/Makefile @@ -3,6 +3,7 @@ PORTNAME= gitg PORTVERSION= 3.16.1 +PORTREVISION= 1 CATEGORIES= devel deskutils gnome MASTER_SITES= GNOME diff --git a/devel/gnome-vfs/Makefile b/devel/gnome-vfs/Makefile index 929a789dc778..84c2cfe0fb2c 100644 --- a/devel/gnome-vfs/Makefile +++ b/devel/gnome-vfs/Makefile @@ -4,7 +4,7 @@ PORTNAME= gnome-vfs PORTVERSION= 2.24.4 -PORTREVISION?= 3 +PORTREVISION?= 4 CATEGORIES= devel gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome2 diff --git a/devel/google-perftools/Makefile b/devel/google-perftools/Makefile index 39e49e50cbef..580755e71dea 100644 --- a/devel/google-perftools/Makefile +++ b/devel/google-perftools/Makefile @@ -3,6 +3,7 @@ PORTNAME= google-perftools PORTVERSION= 2.4 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= https://googledrive.com/host/0B6NtGsLhIcf7MWxMMF9JdTN3UVk/ DISTNAME= gperftools-${PORTVERSION} diff --git a/devel/gvfs/Makefile b/devel/gvfs/Makefile index b3a305dabc1d..7f4f0fb32676 100644 --- a/devel/gvfs/Makefile +++ b/devel/gvfs/Makefile @@ -4,7 +4,7 @@ PORTNAME= gvfs PORTVERSION= 1.20.3 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= devel gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome3 diff --git a/devel/jansson/Makefile b/devel/jansson/Makefile index 3da7d883dac5..c07cb5dbb7e4 100644 --- a/devel/jansson/Makefile +++ b/devel/jansson/Makefile @@ -3,7 +3,7 @@ PORTNAME= jansson PORTVERSION= 2.7 -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= http://www.digip.org/jansson/releases/ diff --git a/devel/libcheck/Makefile b/devel/libcheck/Makefile index f6c9190d3723..c7c912e65521 100644 --- a/devel/libcheck/Makefile +++ b/devel/libcheck/Makefile @@ -3,6 +3,7 @@ PORTNAME= libcheck PORTVERSION= 0.9.14 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= SF/check/check/${PORTVERSION} DISTNAME= check-${PORTVERSION} diff --git a/devel/libdatrie/Makefile b/devel/libdatrie/Makefile index 65700d273d49..84cf8d4677e1 100644 --- a/devel/libdatrie/Makefile +++ b/devel/libdatrie/Makefile @@ -3,6 +3,7 @@ PORTNAME= libdatrie PORTVERSION= 0.2.9 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= http://linux.thai.net/pub/thailinux/software/libthai/ diff --git a/devel/libdbusmenu/Makefile b/devel/libdbusmenu/Makefile index 990866d03804..49685d1dd0be 100644 --- a/devel/libdbusmenu/Makefile +++ b/devel/libdbusmenu/Makefile @@ -3,6 +3,7 @@ PORTNAME= libdbusmenu PORTVERSION= 12.10.2 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= https://launchpadlibrarian.net/118249592/ \ https://launchpad.net/${PORTNAME}/${PORTVERSION:R}/${PORTVERSION}/+download/ diff --git a/devel/libglade2/Makefile b/devel/libglade2/Makefile index 350346984fe0..5b901d35dd9a 100644 --- a/devel/libglade2/Makefile +++ b/devel/libglade2/Makefile @@ -4,7 +4,7 @@ PORTNAME= libglade2 PORTVERSION= 2.6.4 -PORTREVISION?= 7 +PORTREVISION?= 8 CATEGORIES= devel gnome MASTER_SITES= GNOME/sources/${PORTNAME:S/2$//}/${PORTVERSION:C/..$//} DISTNAME= ${PORTNAME:S/2$//}-${PORTVERSION} diff --git a/devel/libgtop/Makefile b/devel/libgtop/Makefile index 3e90b0d774a1..868bd8adafcd 100644 --- a/devel/libgtop/Makefile +++ b/devel/libgtop/Makefile @@ -4,7 +4,7 @@ PORTNAME= libgtop PORTVERSION= 2.30.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= devel gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome2 diff --git a/devel/liblcfg/Makefile b/devel/liblcfg/Makefile index 9e8193d2c055..fe2b4e01e3c9 100644 --- a/devel/liblcfg/Makefile +++ b/devel/liblcfg/Makefile @@ -3,7 +3,7 @@ PORTNAME= liblcfg PORTVERSION= 0.2.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel MASTER_SITES= http://liblcfg.carnivore.it/files/ diff --git a/devel/libmaa/Makefile b/devel/libmaa/Makefile index 351b059be5d4..8c4df0896f39 100644 --- a/devel/libmaa/Makefile +++ b/devel/libmaa/Makefile @@ -3,7 +3,7 @@ PORTNAME= libmaa PORTVERSION= 1.3.2 -PORTREVISION= 2 +PORTREVISION= 3 PORTEPOCH= 1 CATEGORIES= devel MASTER_SITES= SF/dict/${PORTNAME}/${PORTNAME}-${PORTVERSION} diff --git a/devel/liboil/Makefile b/devel/liboil/Makefile index 9c4ab6dc9682..d3cb4bcf4622 100644 --- a/devel/liboil/Makefile +++ b/devel/liboil/Makefile @@ -4,7 +4,7 @@ PORTNAME= liboil PORTVERSION= 0.3.17 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel MASTER_SITES= http://liboil.freedesktop.org/download/ diff --git a/devel/libpeas/Makefile b/devel/libpeas/Makefile index d5ca70809512..1754a64529ed 100644 --- a/devel/libpeas/Makefile +++ b/devel/libpeas/Makefile @@ -3,7 +3,7 @@ PORTNAME= libpeas PORTVERSION= 1.12.1 -PORTREVISION?= 2 +PORTREVISION?= 3 CATEGORIES= devel gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome3 diff --git a/devel/librcc/Makefile b/devel/librcc/Makefile index 8b2836f8288d..7e9036035fe8 100644 --- a/devel/librcc/Makefile +++ b/devel/librcc/Makefile @@ -3,7 +3,7 @@ PORTNAME= librcc PORTVERSION= 0.2.12 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= devel MASTER_SITES= http://dside.dyndns.org/files/rusxmms/ \ LOCAL/fluffy diff --git a/devel/librevisa/Makefile b/devel/librevisa/Makefile index 8e1a4a3ef292..6f02568181a8 100644 --- a/devel/librevisa/Makefile +++ b/devel/librevisa/Makefile @@ -3,6 +3,7 @@ PORTNAME= librevisa PORTVERSION= 0.0.20130412 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= http://www.librevisa.org/download/ diff --git a/devel/libthai/Makefile b/devel/libthai/Makefile index d1aefbe97f35..408433a15548 100644 --- a/devel/libthai/Makefile +++ b/devel/libthai/Makefile @@ -3,6 +3,7 @@ PORTNAME= libthai PORTVERSION= 0.1.22 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= http://linux.thai.net/pub/thailinux/software/libthai/ diff --git a/devel/libzookeeper/Makefile b/devel/libzookeeper/Makefile index f36860be14bd..eba7c9bc6c62 100644 --- a/devel/libzookeeper/Makefile +++ b/devel/libzookeeper/Makefile @@ -3,7 +3,7 @@ PORTNAME= zookeeper PORTVERSION= 3.4.6 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel MASTER_SITES= APACHE/${PORTNAME}/current PKGNAMEPREFIX= lib diff --git a/devel/orc/Makefile b/devel/orc/Makefile index 775e910bf5f6..0f27073343e6 100644 --- a/devel/orc/Makefile +++ b/devel/orc/Makefile @@ -3,6 +3,7 @@ PORTNAME= orc PORTVERSION= 0.4.24 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= http://gstreamer.freedesktop.org/data/src/orc/ diff --git a/devel/privman/Makefile b/devel/privman/Makefile index a04e3462c273..4ada9cc24a31 100644 --- a/devel/privman/Makefile +++ b/devel/privman/Makefile @@ -3,7 +3,7 @@ PORTNAME= privman PORTVERSION= 0.9.3 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= devel security MASTER_SITES= GOOGLE_CODE diff --git a/devel/pthsem/Makefile b/devel/pthsem/Makefile index 89804cb8ee96..417aa12f7ece 100644 --- a/devel/pthsem/Makefile +++ b/devel/pthsem/Makefile @@ -3,7 +3,7 @@ PORTNAME= pthsem PORTVERSION= 2.0.8 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel MASTER_SITES= http://www.auto.tuwien.ac.at/~mkoegler/pth/ DISTFILES= ${PORTNAME}_${PORTVERSION}${EXTRACT_SUFX} diff --git a/devel/py-dbus/Makefile b/devel/py-dbus/Makefile index 0fb8ab0c5f92..bd4c00f4d5c3 100644 --- a/devel/py-dbus/Makefile +++ b/devel/py-dbus/Makefile @@ -1,7 +1,7 @@ # Created by: Joe Marcus Clarke <marcus@FreeBSD.org> # $FreeBSD$ -PORTREVISION= 0 +PORTREVISION= 1 PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} PKGNAMESUFFIX= diff --git a/devel/py-gobject/Makefile b/devel/py-gobject/Makefile index 0c3f0fbedf55..d366ee6ba342 100644 --- a/devel/py-gobject/Makefile +++ b/devel/py-gobject/Makefile @@ -4,7 +4,7 @@ PORTNAME= gobject PORTVERSION= 2.28.6 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= devel python MASTER_SITES= GNOME/sources/pygobject/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/py-notify/Makefile b/devel/py-notify/Makefile index 58f232cbd324..4cfbde026b10 100644 --- a/devel/py-notify/Makefile +++ b/devel/py-notify/Makefile @@ -3,7 +3,7 @@ PORTNAME= notify PORTVERSION= 0.1.1 DISTVERSIONPREFIX=python- -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= devel python MASTER_SITES= http://www.galago-project.org/files/releases/source/notify-python/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/py-orbit/Makefile b/devel/py-orbit/Makefile index 2326f89aa2e5..5543152142fe 100644 --- a/devel/py-orbit/Makefile +++ b/devel/py-orbit/Makefile @@ -4,7 +4,7 @@ PORTNAME= orbit PORTVERSION= 2.24.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel python MASTER_SITES= GNOME/sources/pyorbit/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/py3-dbus/Makefile b/devel/py3-dbus/Makefile index 7918d9d7a623..d6bc89ecdf0d 100644 --- a/devel/py3-dbus/Makefile +++ b/devel/py3-dbus/Makefile @@ -1,7 +1,7 @@ # Created by: Joe Marcus Clarke <marcus@FreeBSD.org> # $FreeBSD$ -PORTREVISION= 0 +PORTREVISION= 1 PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} PKGNAMESUFFIX= diff --git a/devel/pydbus-common/Makefile b/devel/pydbus-common/Makefile index e81627aa7bca..80ac683e3e63 100644 --- a/devel/pydbus-common/Makefile +++ b/devel/pydbus-common/Makefile @@ -3,7 +3,7 @@ PORTNAME= dbus PORTVERSION= 1.2.0 -PORTREVISION?= 0 +PORTREVISION?= 1 CATEGORIES= devel gnome python MASTER_SITES= http://dbus.freedesktop.org/releases/dbus-python/ PKGNAMEPREFIX?= py diff --git a/devel/streamhtmlparser/Makefile b/devel/streamhtmlparser/Makefile index c47be26462a0..b220dae654fd 100644 --- a/devel/streamhtmlparser/Makefile +++ b/devel/streamhtmlparser/Makefile @@ -3,6 +3,7 @@ PORTNAME= streamhtmlparser PORTVERSION= 0.1 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= GOOGLE_CODE diff --git a/devel/upnp/Makefile b/devel/upnp/Makefile index 9e4f77ce48ab..96b1e101339a 100644 --- a/devel/upnp/Makefile +++ b/devel/upnp/Makefile @@ -3,7 +3,7 @@ PORTNAME= upnp PORTVERSION= 1.6.19 -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= devel MASTER_SITES= SF/p${PORTNAME}/p${PORTNAME}/libUPnP%20${PORTVERSION} |