ports/118605: Update port: databases/gigabase to 3.61
KATO Tsuguru
tkato432 at yahoo.com
Wed Dec 12 18:30:11 UTC 2007
>Number: 118605
>Category: ports
>Synopsis: Update port: databases/gigabase to 3.61
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: change-request
>Submitter-Id: current-users
>Arrival-Date: Wed Dec 12 18:30:11 UTC 2007
>Closed-Date:
>Last-Modified:
>Originator: KATO Tsuguru
>Release: FreeBSD 6.2-RELEASE-p8 i386
>Organization:
>Environment:
>Description:
- Update to version 3.61
Remove file:
files/patch-configure
>How-To-Repeat:
>Fix:
diff -urN /usr/ports/databases/gigabase/Makefile databases/gigabase/Makefile
--- /usr/ports/databases/gigabase/Makefile Tue Jul 24 13:36:21 2007
+++ databases/gigabase/Makefile Thu Dec 13 01:04:37 2007
@@ -6,7 +6,7 @@
#
PORTNAME= gigabase
-PORTVERSION= 3.58
+PORTVERSION= 3.61
CATEGORIES= databases
MASTER_SITES= SF
@@ -15,12 +15,10 @@
WRKSRC= ${WRKDIR}/${PORTNAME}
+USE_GNOME= gnometarget
USE_GMAKE= yes
USE_AUTOTOOLS= libtool:15
-CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
-CONFIGURE_ARGS?=--prefix=${LOCALBASE}
CONFIGURE_ENV= CPPFLAGS="${PTHREAD_CFLAGS}" LDFLAGS="${PTHREAD_LIBS}"
USE_LDCONFIG= yes
-USE_GETTEXT= yes
.include <bsd.port.mk>
diff -urN /usr/ports/databases/gigabase/distinfo databases/gigabase/distinfo
--- /usr/ports/databases/gigabase/distinfo Tue Jul 24 13:36:21 2007
+++ databases/gigabase/distinfo Thu Dec 13 01:08:38 2007
@@ -1,3 +1,3 @@
-MD5 (gigabase-3.58.tar.gz) = ccc5218018fec4fe2a6b1c3722c5c26b
-SHA256 (gigabase-3.58.tar.gz) = 19d0fe6354285f3085b51a8a180c1381320da3deb1bc61e833829bb3bda9c2e0
-SIZE (gigabase-3.58.tar.gz) = 1421459
+MD5 (gigabase-3.61.tar.gz) = 9bc3d8b2cb00ea827d745d9adedf5948
+SHA256 (gigabase-3.61.tar.gz) = 29cccea5da9d50bf98b59b295da8df01718864dcadd5931b7d3e261f0e4bd101
+SIZE (gigabase-3.61.tar.gz) = 1434011
diff -urN /usr/ports/databases/gigabase/files/patch-Makefile.in databases/gigabase/files/patch-Makefile.in
--- /usr/ports/databases/gigabase/files/patch-Makefile.in Thu Jun 16 16:01:33 2005
+++ databases/gigabase/files/patch-Makefile.in Sun Oct 21 03:00:59 2007
@@ -1,11 +1,11 @@
---- Makefile.in.orig Wed Jun 15 12:21:14 2005
-+++ Makefile.in Wed Jun 15 12:23:48 2005
+--- Makefile.in.orig Fri May 4 23:46:57 2007
++++ Makefile.in Sun Oct 21 03:00:51 2007
@@ -5,8 +5,10 @@
prefix = @prefix@
exec_prefix = @exec_prefix@
VPATH = @srcdir@
-LIBTOOL = ./libtool
-+LIBTOOL? = ./libtool
++LIBTOOL = @LIBTOOL@
INSTALL = @INSTALL@
+INSTALL_PROGRAM = @INSTALL_PROGRAM@
+INSTALL_DATA = @INSTALL_DATA@
@@ -30,6 +30,24 @@
CXXFLAGS = @CXXFLAGS@ $(DEFS)
CFLAGS = @CFLAGS@ $(DEFS)
LD = $(CXX)
+@@ -70,7 +72,7 @@
+
+ $(GB_LIB): $(OBJS)
+ # Coment this for AIX/xlC 5.0
+- $(LIBTOOL) --mode=link $(CXX) -o $@ $(OBJS) $(LDFLAGS) @LTHREADSLIB@ -rpath $(libdir) -version-info $(VERSION)
++ $(LIBTOOL) --mode=link $(CXX) -o $@ $(OBJS) $(LDFLAGS) -rpath $(libdir) -version-info $(VERSION)
+ # Uncoment this for AIX/xlC 5.0
+ # mkdir .libs
+ # xlC_r -qmkshrobj=-10 -o .libs/gigabase.so $(OBJS)
+@@ -80,7 +82,7 @@
+
+ $(CLI_LIB): $(CLI_OBJS)
+ # Coment this for AIX/xlC 5.0
+- $(LIBTOOL) --mode=link $(CXX) -o $@ $(CLI_OBJS) $(LDFLAGS) @LTHREADSLIB@ -rpath $(libdir) -version-info $(VERSION)
++ $(LIBTOOL) --mode=link $(CXX) -o $@ $(CLI_OBJS) $(LDFLAGS) -rpath $(libdir) -version-info $(VERSION)
+ # Uncoment this for AIX/xlC 5.0
+ # xlC_r -qmkshrobj=-10 -o .libs/cli.so $(CLI_OBJS)
+ # ar rv .libs/libcli_r.a .libs/cli.so
@@ -146,14 +148,14 @@
install: subsql $(GB_LIB) $(CLI_LIB)
diff -urN /usr/ports/databases/gigabase/files/patch-configure databases/gigabase/files/patch-configure
--- /usr/ports/databases/gigabase/files/patch-configure Wed Nov 20 21:24:10 2002
+++ databases/gigabase/files/patch-configure Thu Jan 1 09:00:00 1970
@@ -1,10 +0,0 @@
---- configure.orig Sat Sep 28 01:31:38 2002
-+++ configure Sun Nov 3 09:18:40 2002
-@@ -12910,6 +12910,7 @@
-
- # This can be used to rebuild libtool when needed
- LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
-+$ac_aux_dir/ltconfig $LIBTOOL_DEPS
-
- # Always use our own libtool.
- LIBTOOL='$(SHELL) $(top_builddir)/libtool'
diff -urN /usr/ports/databases/gigabase/pkg-plist databases/gigabase/pkg-plist
--- /usr/ports/databases/gigabase/pkg-plist Thu Feb 23 19:35:03 2006
+++ databases/gigabase/pkg-plist Thu Dec 13 01:23:58 2007
@@ -4,7 +4,6 @@
include/gigabase/btree.h
include/gigabase/class.h
include/gigabase/cli.h
-include/gigabase/confdefs.h
include/gigabase/config.h
include/gigabase/container.h
include/gigabase/cursor.h
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list