summaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authorAde Lovett <ade@FreeBSD.org>2013-07-16 05:42:36 +0000
committerAde Lovett <ade@FreeBSD.org>2013-07-16 05:42:36 +0000
commitb3b33257e512916a4f977c9026941425a3aa916a (patch)
tree2262a68c0e24ffd52c4e9969c5287660fcb39bb7 /databases
parentThis plugin offers sub-ticket feature for managing tickets. (diff)
- Update devel/automake to 1.14
- Update devel/gettext to 0.18.3 - Fix known-broken (from exp-runs) ports - Clean up a lot of cruft in the devel/gettext port itself, based on work from tijl@ PR: 178883 Submitted by: ade Sponsored by: Wadsworth 6X
Notes
Notes: svn path=/head/; revision=323088
Diffstat (limited to 'databases')
-rw-r--r--databases/firebird20-server/Makefile2
-rw-r--r--databases/firebird20-server/files/patch-configure.in59
-rw-r--r--databases/firebird21-server/Makefile2
-rw-r--r--databases/gqlplus/Makefile1
-rw-r--r--databases/gtksql/Makefile3
-rw-r--r--databases/gtksql/files/patch-Makefile.am21
-rw-r--r--databases/gtksql/files/patch-src__Makefile.am13
7 files changed, 20 insertions, 81 deletions
diff --git a/databases/firebird20-server/Makefile b/databases/firebird20-server/Makefile
index b9555cc14f56..3798fd935b9c 100644
--- a/databases/firebird20-server/Makefile
+++ b/databases/firebird20-server/Makefile
@@ -23,7 +23,7 @@ USE_GCC= any
USE_GMAKE= yes
GNU_CONFIGURE= yes
USE_AUTOTOOLS= autoconf aclocal libtool
-ACLOCAL_ARGS= --acdir=${ACLOCAL_DIR} -I ${LOCALBASE}/share/aclocal \
+ACLOCAL_ARGS= --automake-acdir=${ACLOCAL_DIR} -I ${LOCALBASE}/share/aclocal \
-I ${WRKSRC}/m4
MAKE_JOBS_UNSAFE= yes
diff --git a/databases/firebird20-server/files/patch-configure.in b/databases/firebird20-server/files/patch-configure.in
index 9ef92d7e5c59..7b0a2805b113 100644
--- a/databases/firebird20-server/files/patch-configure.in
+++ b/databases/firebird20-server/files/patch-configure.in
@@ -1,73 +1,48 @@
---- configure.in 2009-03-06 13:27:05.000000000 -0500
-+++ configure.in 2010-12-18 18:01:10.000000000 -0500
-@@ -72,6 +72,7 @@
- PLATFORM=FREEBSD
- AC_DEFINE(FREEBSD, 1, [Define this if OS is FreeBSD])
+--- configure.in.orig 2012-02-24 07:43:53.000000000 +0000
++++ configure.in 2013-06-18 18:20:54.000000000 +0000
+@@ -74,3 +74,3 @@
+
+- amd64-*-freebsd*)
++ x86_64-*-freebsd*)
+ MAKEFILE_PREFIX=freebsd
+@@ -79,2 +79,3 @@
AC_DEFINE(AMD64, 1, [Define this if CPU is amd64])
+ XE_APPEND(-lreadline,LIBS)
LOCK_MANAGER_FLG=Y
- EDITLINE_FLG=Y
- SHRLIB_EXT=so
-@@ -90,6 +91,7 @@
- MAKEFILE_PREFIX=freebsd
- PLATFORM=FREEBSD
+@@ -97,2 +98,3 @@
AC_DEFINE(FREEBSD, 1, [Define this if OS is FreeBSD])
+ XE_APPEND(-lreadline,LIBS)
LOCK_MANAGER_FLG=Y
- EDITLINE_FLG=Y
- SHRLIB_EXT=so
-@@ -473,6 +475,7 @@
- AC_CHECK_HEADERS(socket.h sys/socket.h sys/sockio.h winsock2.h)
- AC_CHECK_HEADERS(sys/sem.h)
+@@ -480,2 +482,3 @@
AC_CHECK_HEADERS(semaphore.h)
+AC_CHECK_HEADERS(sys/resource.h)
- dnl Check for libraries
- AC_CHECK_LIB(dl, main)
-@@ -484,10 +487,11 @@
- AC_CHECK_LIB(termcap, tgetent, TERMLIB=termcap, \
- AC_CHECK_LIB(tinfo, tgetent, TERMLIB=tinfo, \
+@@ -491,3 +494,3 @@
AC_MSG_ERROR(termcap support not found)))))
- AC_SUBST(EDITLINE_A, -leditline)
+ AC_SUBST(EDITLINE_A, -ledit -leditline)
AC_SUBST(TERMLIB)
- XE_APPEND(-l$TERMLIB, LIBS)
+@@ -495,2 +498,3 @@
fi
+AM_PATH_ICU(3, 6)
- dnl check for va_copy() in stdarg.h
- dnl _ISOC99_SOURCE is defined to emulate C++ compilation in plain-C conftest.c
-@@ -776,7 +780,7 @@
- rm -f conftest*])
-
+@@ -783,3 +787,3 @@
if test "$firebird_cv_gcc___thread" = yes; then
- AC_DEFINE(HAVE___THREAD, 1, [Define it if compiler supports ISO syntax for thread-local storage])
+ dnl AC_DEFINE(HAVE___THREAD, 1, [Define it if compiler supports ISO syntax for thread-local storage])
fi
-
- dnl ##################### DO NOT ADD ANY TESTS BELOW ###########################
-@@ -802,6 +806,10 @@
- AC_SUBST(NEW_FIREBIRD_DIR)
-
+@@ -809,2 +813,6 @@
AC_DEFINE_UNQUOTED(FB_PREFIX, $(if test "x$prefix" = "xNONE" ; then echo \"$ac_default_prefix\"; else echo \"$prefix\"; fi), [Installation path prefix])
+AC_DEFINE_UNQUOTED(FB_EXEC_PREFIX, "$exec_prefix", [Executables path prefix])
+AC_DEFINE_UNQUOTED(FB_CONF_PREFIX, "$sysconfdir", [Single-machine data path prefix])
+AC_DEFINE_UNQUOTED(FB_MSG_PREFIX, "$datadir", [Architecture-independent data path prefix])
+AC_DEFINE_UNQUOTED(FB_LIBEXEC_PREFIX, "$libexecdir", [Program executables path prefix])
- AC_CONFIG_COMMANDS(,,[
- dnl # rebuild version header if needed
-@@ -1161,7 +1169,6 @@
- gen/Makefile.install:builds/install/arch-specific/${INSTALL_PREFIX}/Makefile.in
- Makefile:Makefile.in
+@@ -1168,3 +1176,2 @@
gen/Makefile.extern.editline:${MAKE_SRC_DIR}/Makefile.in.extern.editline
-gen/Makefile.extern.icu:${MAKE_SRC_DIR}/Makefile.in.extern.icu
)
-
- case "$PLATFORM" in
-@@ -1172,15 +1179,7 @@
- ;;
- esac
+@@ -1179,11 +1186,3 @@
-if test "$PROD_BUILD_FLG" = N; then
- DEBUG_ICU=--enable-debug
@@ -79,5 +54,3 @@
-./runConfigureICU "$ICU_PLATFORM" "$DEBUG_ICU" --prefix=`pwd`/..)
-
- dnl Print out the build configuration (the most interesting thing)
- echo
diff --git a/databases/firebird21-server/Makefile b/databases/firebird21-server/Makefile
index 85839217f44a..7f49242c944b 100644
--- a/databases/firebird21-server/Makefile
+++ b/databases/firebird21-server/Makefile
@@ -23,7 +23,7 @@ USE_GCC= any
USE_GMAKE= yes
GNU_CONFIGURE= yes
USE_AUTOTOOLS= autoconf aclocal libtool
-ACLOCAL_ARGS= --acdir=${ACLOCAL_DIR} -I ${LOCALBASE}/share/aclocal \
+ACLOCAL_ARGS= --automake-acdir=${ACLOCAL_DIR} -I ${LOCALBASE}/share/aclocal \
-I ${WRKSRC}/m4
MAKE_JOBS_UNSAFE= yes
diff --git a/databases/gqlplus/Makefile b/databases/gqlplus/Makefile
index b5bfd166f24c..1515cceac19e 100644
--- a/databases/gqlplus/Makefile
+++ b/databases/gqlplus/Makefile
@@ -16,6 +16,7 @@ USE_GMAKE= yes
PORTDOCS= README ChangeLog
PLIST_FILES= bin/gqlplus
USE_AUTOTOOLS= autoconf automake aclocal
+AUTOMAKE_ARGS= --add-missing
.include <bsd.port.options.mk>
diff --git a/databases/gtksql/Makefile b/databases/gtksql/Makefile
index 18d9d6f61979..33f32a998848 100644
--- a/databases/gtksql/Makefile
+++ b/databases/gtksql/Makefile
@@ -14,8 +14,7 @@ LICENSE= GPLv2
LIB_DEPENDS= avahi-client:${PORTSDIR}/net/avahi-app
GNU_CONFIGURE= yes
-USE_AUTOTOOLS= aclocal libtool
-ACLOCAL_ARGS= -I${LOCALBASE}/share/aclocal
+USE_AUTOTOOLS= libtool
USES= pkgconfig
USE_GMAKE= yes
USE_GNOME= gtk20
diff --git a/databases/gtksql/files/patch-Makefile.am b/databases/gtksql/files/patch-Makefile.am
deleted file mode 100644
index 6e1a7c97bfdf..000000000000
--- a/databases/gtksql/files/patch-Makefile.am
+++ /dev/null
@@ -1,21 +0,0 @@
---- ./Makefile.am.orig 2007-07-20 17:16:40.000000000 +0200
-+++ ./Makefile.am 2013-02-26 19:07:58.000000000 +0100
-@@ -2,18 +2,6 @@
-
- SUBDIRS = Pics po scintilla intl src pixmaps man gnome
-
--gtksqldocdir = ${prefix}/doc/gtksql
--gtksqldoc_DATA = \
-- README\
-- COPYING\
-- AUTHORS\
-- ChangeLog\
-- INSTALL\
-- NEWS\
-- TODO
--
--EXTRA_DIST = $(gtksqldoc_DATA)
--
- # Copy all the spec files. Of course, only one is actually used.
- dist-hook:
- for specfile in *.spec; do \
diff --git a/databases/gtksql/files/patch-src__Makefile.am b/databases/gtksql/files/patch-src__Makefile.am
deleted file mode 100644
index 4818e624cb5e..000000000000
--- a/databases/gtksql/files/patch-src__Makefile.am
+++ /dev/null
@@ -1,13 +0,0 @@
---- ./src/Makefile.am.orig 2007-11-01 15:06:11.000000000 +0100
-+++ ./src/Makefile.am 2013-02-26 19:07:58.000000000 +0100
-@@ -4,9 +4,7 @@
- $(PACKAGE_CFLAGS)
-
- AM_CFLAGS =\
-- -Wall -Wimplicit -Wreturn-type -Wunused -Wswitch -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith\
-- -O1\
-- -g
-+ -Wall -Wimplicit -Wreturn-type -Wunused -Wswitch -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith
-
- bin_PROGRAMS = gtksql
-