summaryrefslogtreecommitdiff
path: root/databases/gigabase
diff options
context:
space:
mode:
authorSergey A. Osokin <osa@FreeBSD.org>2004-07-05 11:36:22 +0000
committerSergey A. Osokin <osa@FreeBSD.org>2004-07-05 11:36:22 +0000
commit6e6ca62578c732bbc66ec950eab0795dbbd6e8c5 (patch)
treefcda118c0d7cf9548c3943dfab53e1ecfabe2558 /databases/gigabase
parentFix MAINTAINER e-mail address. (diff)
Update to latest release 3.23.
Switch to use libtool 1.5 from ports tree instead of using distro's libtool.
Notes
Notes: svn path=/head/; revision=112952
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@