aboutsummaryrefslogtreecommitdiff
path: root/net-im
diff options
context:
space:
mode:
authorTijl Coosemans <tijl@FreeBSD.org>2015-08-02 15:03:19 +0000
committerTijl Coosemans <tijl@FreeBSD.org>2015-08-02 15:03:19 +0000
commita374acb969cb764eb7e6369821b9d87b96493782 (patch)
treeea36e7f5c3df09ecf07eacd3dfa1065817e07c56 /net-im
parent4e92ca9229420b11a35403f3faa084b4e85e0854 (diff)
downloadports-a374acb969cb764eb7e6369821b9d87b96493782.tar.gz
ports-a374acb969cb764eb7e6369821b9d87b96493782.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
Notes
Notes: svn path=/head/; revision=393429
Diffstat (limited to 'net-im')
-rw-r--r--net-im/farsight2/Makefile2
-rw-r--r--net-im/farstream/Makefile1
-rw-r--r--net-im/folks/Makefile1
-rw-r--r--net-im/libaccounts-glib/Makefile1
-rw-r--r--net-im/libstrophe/Makefile1
-rw-r--r--net-im/libtelepathy/Makefile2
-rw-r--r--net-im/loudmouth/Makefile2
-rw-r--r--net-im/telepathy-mission-control/Makefile1
8 files changed, 8 insertions, 3 deletions
diff --git a/net-im/farsight2/Makefile b/net-im/farsight2/Makefile
index 8f29f2f81aef..e630d916c6e4 100644
--- a/net-im/farsight2/Makefile
+++ b/net-im/farsight2/Makefile
@@ -4,7 +4,7 @@
PORTNAME= farsight2
PORTVERSION= 0.0.31
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= net-im devel
MASTER_SITES= http://www.freedesktop.org/software/farstream/releases/farsight2/ \
http://miwibox.org/distfiles/
diff --git a/net-im/farstream/Makefile b/net-im/farstream/Makefile
index 629b190f9a0b..3d8d2c2fabf0 100644
--- a/net-im/farstream/Makefile
+++ b/net-im/farstream/Makefile
@@ -3,6 +3,7 @@
PORTNAME= farstream
PORTVERSION= 0.2.6
+PORTREVISION= 1
CATEGORIES= net-im devel
MASTER_SITES= http://freedesktop.org/software/farstream/releases/farstream/
diff --git a/net-im/folks/Makefile b/net-im/folks/Makefile
index 3f4b3fbf01da..a3d6b63359f6 100644
--- a/net-im/folks/Makefile
+++ b/net-im/folks/Makefile
@@ -3,6 +3,7 @@
PORTNAME= folks
PORTVERSION= 0.10.1
+PORTREVISION= 1
CATEGORIES= net-im
MASTER_SITES= GNOME
diff --git a/net-im/libaccounts-glib/Makefile b/net-im/libaccounts-glib/Makefile
index b4271ed4959f..82815bf00b98 100644
--- a/net-im/libaccounts-glib/Makefile
+++ b/net-im/libaccounts-glib/Makefile
@@ -3,6 +3,7 @@
PORTNAME= libaccounts-glib
PORTVERSION= 1.18
+PORTREVISION= 1
CATEGORIES= net-im
MASTER_SITES= https://drive.google.com/uc?export=download&id=0B8fX9XOwH_g4U1NzNmg0cWoxNGM&dummy= \
LOCAL/rakuco
diff --git a/net-im/libstrophe/Makefile b/net-im/libstrophe/Makefile
index b77eea543849..ac2d82bb2acb 100644
--- a/net-im/libstrophe/Makefile
+++ b/net-im/libstrophe/Makefile
@@ -2,6 +2,7 @@
PORTNAME= libstrophe
PORTVERSION= 0.8.7
+PORTREVISION= 1
CATEGORIES= net-im
MAINTAINER= arved@FreeBSD.org
diff --git a/net-im/libtelepathy/Makefile b/net-im/libtelepathy/Makefile
index bde0e673ea6b..2811ac8b5cd9 100644
--- a/net-im/libtelepathy/Makefile
+++ b/net-im/libtelepathy/Makefile
@@ -4,7 +4,7 @@
PORTNAME= libtelepathy
PORTVERSION= 0.3.3
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= net-im devel
MASTER_SITES= http://telepathy.freedesktop.org/releases/${PORTNAME}/
diff --git a/net-im/loudmouth/Makefile b/net-im/loudmouth/Makefile
index cf0d1cdd51d3..1ab625ec2511 100644
--- a/net-im/loudmouth/Makefile
+++ b/net-im/loudmouth/Makefile
@@ -4,7 +4,7 @@
PORTNAME= loudmouth
PORTVERSION= 1.4.3
-PORTREVISION= 10
+PORTREVISION= 11
CATEGORIES= net-im gnome
MASTER_SITES= GNOME
diff --git a/net-im/telepathy-mission-control/Makefile b/net-im/telepathy-mission-control/Makefile
index 1a8468ee3aa6..04596835bca9 100644
--- a/net-im/telepathy-mission-control/Makefile
+++ b/net-im/telepathy-mission-control/Makefile
@@ -4,6 +4,7 @@
PORTNAME= telepathy-mission-control
PORTVERSION= 5.16.3
+PORTREVISION= 1
CATEGORIES= net-im devel
MASTER_SITES= http://telepathy.freedesktop.org/releases/telepathy-mission-control/