aboutsummaryrefslogtreecommitdiffstats
path: root/databases/gigabase
diff options
context:
space:
mode:
authorosa <osa@FreeBSD.org>2004-07-05 19:36:22 +0800
committerosa <osa@FreeBSD.org>2004-07-05 19:36:22 +0800
commit65a86d506703ae9d7a887ef922d09fad9c49c15c (patch)
tree66d9f942a31d87d17da57ad45a31fca775824b0c /databases/gigabase
parent86efae29627b06c757b7b9c7473120ba403c0bb6 (diff)
downloadfreebsd-ports-gnome-65a86d506703ae9d7a887ef922d09fad9c49c15c.tar.gz
freebsd-ports-gnome-65a86d506703ae9d7a887ef922d09fad9c49c15c.tar.zst
freebsd-ports-gnome-65a86d506703ae9d7a887ef922d09fad9c49c15c.zip
Update to latest release 3.23.
Switch to use libtool 1.5 from ports tree instead of using distro's libtool.
Diffstat (limited to 'databases/gigabase')
-rw-r--r--databases/gigabase/Makefile4
-rw-r--r--databases/gigabase/distinfo4
-rw-r--r--databases/gigabase/files/patch-aa11
3 files changed, 11 insertions, 8 deletions
diff --git a/databases/gigabase/Makefile b/databases/gigabase/Makefile
index 53ef23046bdb..74182359d6b6 100644
--- a/databases/gigabase/Makefile
+++ b/databases/gigabase/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= gigabase
-PORTVERSION= 3.22
+PORTVERSION= 3.23
CATEGORIES= databases
MASTER_SITES= http://www.garret.ru/~knizhnik/
@@ -16,7 +16,7 @@ COMMENT= Object-Relational Database Management System
WRKSRC= ${WRKDIR}/${PORTNAME}
USE_GMAKE= yes
-USE_LIBTOOL_VER= 13
+USE_LIBTOOL_VER= 15
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
CONFIGURE_ARGS?=--prefix=${LOCALBASE}
CONFIGURE_ENV= CPPFLAGS="${PTHREAD_CFLAGS}" LDFLAGS="${PTHREAD_LIBS}"
diff --git a/databases/gigabase/distinfo b/databases/gigabase/distinfo
index 7977e730b91a..2aaeac899078 100644
--- a/databases/gigabase/distinfo
+++ b/databases/gigabase/distinfo
@@ -1,2 +1,2 @@
-MD5 (gigabase-3.22.tar.gz) = c5014b1ac14d072ee95d2560d39076f5
-SIZE (gigabase-3.22.tar.gz) = 1364341
+MD5 (gigabase-3.23.tar.gz) = 95b6bbdfde8369f1ddd35d99ac82ab54
+SIZE (gigabase-3.23.tar.gz) = 1364625
diff --git a/databases/gigabase/files/patch-aa b/databases/gigabase/files/patch-aa
index 0eec4d275528..136eb02400bb 100644
--- a/databases/gigabase/files/patch-aa
+++ b/databases/gigabase/files/patch-aa
@@ -1,8 +1,11 @@
---- Makefile.in.orig Sat May 3 20:35:46 2003
-+++ Makefile.in Wed Jun 18 20:04:48 2003
-@@ -7,6 +7,8 @@
+--- Makefile.in.orig Sat Jan 24 14:20:52 2004
++++ Makefile.in Mon Jul 5 14:33:14 2004
+@@ -5,8 +5,10 @@
+ prefix = @prefix@
+ exec_prefix = @exec_prefix@
VPATH = @srcdir@
- LIBTOOL = $(srcdir)/libtool
+-LIBTOOL = $(srcdir)/libtool
++LIBTOOL?= $(srcdir)/libtool
INSTALL = @INSTALL@
+INSTALL_PROGRAM = @INSTALL_PROGRAM@
+INSTALL_DATA = @INSTALL_DATA@