aboutsummaryrefslogtreecommitdiffstats
path: root/databases
diff options
context:
space:
mode:
authortijl <tijl@FreeBSD.org>2015-08-02 23:03:19 +0800
committertijl <tijl@FreeBSD.org>2015-08-02 23:03:19 +0800
commit2593b8ce7a7784074d28066b8690c9c2da075fd7 (patch)
treeea36e7f5c3df09ecf07eacd3dfa1065817e07c56 /databases
parentdfc31d8ad6426dcddd1e4f4718d93857c195b031 (diff)
downloadfreebsd-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 'databases')
-rw-r--r--databases/courier-authlib-mysql/Makefile2
-rw-r--r--databases/courier-authlib-pgsql/Makefile2
-rw-r--r--databases/courier-authlib-userdb/Makefile2
-rw-r--r--databases/courier-authlib-usergdbm/Makefile2
-rw-r--r--databases/glom/Makefile1
-rw-r--r--databases/ipa_sdb/Makefile2
-rw-r--r--databases/libgda4/Makefile2
-rw-r--r--databases/libgda5/Makefile2
-rw-r--r--databases/libiodbc/Makefile1
-rw-r--r--databases/mdbtools/Makefile2
-rw-r--r--databases/mysql-workbench51/Makefile2
-rw-r--r--databases/oracle_odbc_driver/Makefile2
-rw-r--r--databases/rrdtool/Makefile2
-rw-r--r--databases/unixODBC/Makefile2
-rw-r--r--databases/virtuoso/Makefile2
15 files changed, 15 insertions, 13 deletions
diff --git a/databases/courier-authlib-mysql/Makefile b/databases/courier-authlib-mysql/Makefile
index 8e628efa8b34..b378e332bcc0 100644
--- a/databases/courier-authlib-mysql/Makefile
+++ b/databases/courier-authlib-mysql/Makefile
@@ -1,7 +1,7 @@
# Created by: Yarema <yds@CoolRat.org>
# $FreeBSD$
-PORTREVISION= 0
+PORTREVISION= 1
PKGNAMESUFFIX= -mysql
COMMENT= MySQL support for the Courier authentication library
diff --git a/databases/courier-authlib-pgsql/Makefile b/databases/courier-authlib-pgsql/Makefile
index 31a1fdbd9634..cd49c5448051 100644
--- a/databases/courier-authlib-pgsql/Makefile
+++ b/databases/courier-authlib-pgsql/Makefile
@@ -1,7 +1,7 @@
# Created by: Yarema <yds@CoolRat.org>
# $FreeBSD$
-PORTREVISION= 0
+PORTREVISION= 1
PKGNAMESUFFIX= -pgsql
COMMENT= PostgreSQL support for the Courier authentication library
diff --git a/databases/courier-authlib-userdb/Makefile b/databases/courier-authlib-userdb/Makefile
index dd4f6227caf5..a4649e0cf8d9 100644
--- a/databases/courier-authlib-userdb/Makefile
+++ b/databases/courier-authlib-userdb/Makefile
@@ -1,7 +1,7 @@
# Created by: Yarema <yds@CoolRat.org>
# $FreeBSD$
-PORTREVISION= 0
+PORTREVISION= 1
PKGNAMESUFFIX= -userdb
COMMENT= Userdb support for the Courier authentication library
diff --git a/databases/courier-authlib-usergdbm/Makefile b/databases/courier-authlib-usergdbm/Makefile
index aa08e55f8d59..664d6267d0a6 100644
--- a/databases/courier-authlib-usergdbm/Makefile
+++ b/databases/courier-authlib-usergdbm/Makefile
@@ -1,7 +1,7 @@
# Created by: Yarema <yds@CoolRat.org>
# $FreeBSD$
-PORTREVISION= 0
+PORTREVISION= 1
PKGNAMESUFFIX= -usergdbm
COMMENT= Userdb support for the Courier authentication library
diff --git a/databases/glom/Makefile b/databases/glom/Makefile
index 9a52cab6f49a..72e157920ee4 100644
--- a/databases/glom/Makefile
+++ b/databases/glom/Makefile
@@ -3,6 +3,7 @@
PORTNAME= glom
PORTVERSION= 1.28.0
+PORTREVISION= 1
CATEGORIES= databases gnome
MASTER_SITES= GNOME
DIST_SUBDIR= gnome3
diff --git a/databases/ipa_sdb/Makefile b/databases/ipa_sdb/Makefile
index 6ffe946d7ca2..7fdd6e0fb4b8 100644
--- a/databases/ipa_sdb/Makefile
+++ b/databases/ipa_sdb/Makefile
@@ -3,7 +3,7 @@
PORTNAME= ipa_sdb
PORTVERSION= 1.1.1
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= databases
MASTER_SITES= SF/ipa-system/modules/ipa_sdb
diff --git a/databases/libgda4/Makefile b/databases/libgda4/Makefile
index 45d347369d51..a6e0c082a06a 100644
--- a/databases/libgda4/Makefile
+++ b/databases/libgda4/Makefile
@@ -4,7 +4,7 @@
PORTNAME= libgda
PORTVERSION= 4.2.12
-PORTREVISION?= 6
+PORTREVISION?= 7
CATEGORIES= databases gnome
MASTER_SITES= GNOME
PKGNAMESUFFIX?= 4
diff --git a/databases/libgda5/Makefile b/databases/libgda5/Makefile
index c78a6a3ce4bd..50870546e57a 100644
--- a/databases/libgda5/Makefile
+++ b/databases/libgda5/Makefile
@@ -3,7 +3,7 @@
PORTNAME= libgda
PORTVERSION?= 5.2.2
-PORTREVISION?= 1
+PORTREVISION?= 2
CATEGORIES= databases gnome
MASTER_SITES= GNOME
PKGNAMESUFFIX?= 5
diff --git a/databases/libiodbc/Makefile b/databases/libiodbc/Makefile
index f4b6fd51eba8..776f10d7300e 100644
--- a/databases/libiodbc/Makefile
+++ b/databases/libiodbc/Makefile
@@ -3,6 +3,7 @@
PORTNAME= libiodbc
PORTVERSION= 3.52.9
+PORTREVISION= 1
CATEGORIES= databases
MASTER_SITES= SF/iodbc/iodbc/${PORTVERSION}
diff --git a/databases/mdbtools/Makefile b/databases/mdbtools/Makefile
index 0677cfabedd7..ad0e29e66d7a 100644
--- a/databases/mdbtools/Makefile
+++ b/databases/mdbtools/Makefile
@@ -3,7 +3,7 @@
PORTNAME= mdbtools
PORTVERSION= 0.7.1
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= databases
MAINTAINER= rhurlin@gwdg.de
diff --git a/databases/mysql-workbench51/Makefile b/databases/mysql-workbench51/Makefile
index e70052fe3397..6a0116173b22 100644
--- a/databases/mysql-workbench51/Makefile
+++ b/databases/mysql-workbench51/Makefile
@@ -3,7 +3,7 @@
PORTNAME= mysql-workbench-oss
PORTVERSION= 5.1.16
-PORTREVISION= 11
+PORTREVISION= 12
CATEGORIES= databases
MASTER_SITES= MYSQL/MySQLGUITools
PKGNAMESUFFIX= 51
diff --git a/databases/oracle_odbc_driver/Makefile b/databases/oracle_odbc_driver/Makefile
index 5cfea8cef47a..84ef6e073b99 100644
--- a/databases/oracle_odbc_driver/Makefile
+++ b/databases/oracle_odbc_driver/Makefile
@@ -3,7 +3,7 @@
PORTNAME= oracle_odbc_driver
PORTVERSION= 0.5.6
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= databases
MASTER_SITES= http://home.fnal.gov/~dbox/oracle/odbc/
DISTNAME= ${PORTNAME}.${PORTVERSION}
diff --git a/databases/rrdtool/Makefile b/databases/rrdtool/Makefile
index 7c20b18098bb..7fb2d10a6cfc 100644
--- a/databases/rrdtool/Makefile
+++ b/databases/rrdtool/Makefile
@@ -3,7 +3,7 @@
PORTNAME= rrdtool
PORTVERSION= 1.4.8
-PORTREVISION= 8
+PORTREVISION= 9
CATEGORIES= databases graphics
MASTER_SITES= http://oss.oetiker.ch/rrdtool/pub/
diff --git a/databases/unixODBC/Makefile b/databases/unixODBC/Makefile
index c772b34d4a1b..21cd96750ada 100644
--- a/databases/unixODBC/Makefile
+++ b/databases/unixODBC/Makefile
@@ -3,7 +3,7 @@
PORTNAME= unixODBC
PORTVERSION= 2.3.2
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= databases
MASTER_SITES= http://www.unixodbc.org/
diff --git a/databases/virtuoso/Makefile b/databases/virtuoso/Makefile
index c27fa47cb33f..293c83dda6e7 100644
--- a/databases/virtuoso/Makefile
+++ b/databases/virtuoso/Makefile
@@ -3,7 +3,7 @@
PORTNAME= virtuoso
PORTVERSION= 7.1.0
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= databases
MASTER_SITES= SF
DISTNAME= ${PORTNAME}-opensource-${PORTVERSION}