Date: Tue, 19 Nov 2002 06:14:42 +0900 From: KATO Tsuguru <tkato@prontomail.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/45424: Update port: databases/gigabase to 2.73 Message-ID: <20021119061442.46fefbcd.tkato@prontomail.com>
next in thread | raw e-mail | index | archive | help
>Number: 45424 >Category: ports >Synopsis: Update port: databases/gigabase to 2.73 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Nov 18 13:30:02 PST 2002 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: 4.7-RELEASE-p2 i386 >Organization: >Environment: >Description: - Update to version 2.73 - Fix pkg-comment format New file: files/patch-configure >How-To-Repeat: >Fix: diff -urN /usr/ports/databases/gigabase/Makefile databases/gigabase/Makefile --- /usr/ports/databases/gigabase/Makefile Mon Nov 11 18:59:02 2002 +++ databases/gigabase/Makefile Mon Nov 11 20:03:51 2002 @@ -6,15 +6,18 @@ # PORTNAME= gigabase -PORTVERSION= 2.65 +PORTVERSION= 2.73 CATEGORIES= databases MASTER_SITES= http://www.garret.ru/~knizhnik/ MAINTAINER= ports@FreeBSD.org WRKSRC= ${WRKDIR}/${PORTNAME} -INSTALLS_SHLIB= yes + USE_GMAKE= yes -GNU_CONFIGURE= yes +USE_LIBTOOL= yes +CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} +CONFIGURE_ENV= CPPFLAGS="${PTHREAD_CFLAGS}" LDFLAGS="${PTHREAD_LIBS}" +INSTALLS_SHLIB= yes .include <bsd.port.mk> diff -urN /usr/ports/databases/gigabase/distinfo databases/gigabase/distinfo --- /usr/ports/databases/gigabase/distinfo Tue Sep 10 20:07:12 2002 +++ databases/gigabase/distinfo Sat Nov 9 05:17:30 2002 @@ -1 +1 @@ -MD5 (gigabase-2.65.tar.gz) = 58b095c30d81b51d60fe42939f4191ed +MD5 (gigabase-2.73.tar.gz) = 2e209fed2002c4a8e8b446e49377ab4d diff -urN /usr/ports/databases/gigabase/files/patch-aa databases/gigabase/files/patch-aa --- /usr/ports/databases/gigabase/files/patch-aa Mon Sep 10 10:06:09 2001 +++ databases/gigabase/files/patch-aa Mon Nov 11 20:07:46 2002 @@ -1,22 +1,38 @@ ---- Makefile.in.orig Thu Aug 30 15:00:48 2001 -+++ Makefile.in Thu Aug 30 15:01:32 2001 -@@ -41,8 +41,8 @@ +--- Makefile.in.orig Wed Nov 6 01:30:34 2002 ++++ Makefile.in Mon Nov 11 20:07:30 2002 +@@ -7,6 +7,8 @@ + VPATH = @srcdir@ + LIBTOOL = $(srcdir)/libtool + INSTALL = @INSTALL@ ++INSTALL_PROGRAM = @INSTALL_PROGRAM@ ++INSTALL_DATA = @INSTALL_DATA@ + + # Coment this for AIX/xlC 5.0 + LIBEXT=la +@@ -49,7 +51,7 @@ + CXX = @CXX@ CC = @CC@ - DEFS = @DEFS@ --CXXFLAGS = @CXXFLAGS@ $(DEFS) --CFLAGS = @CFLAGS@ $(DEFS) -+CXXFLAGS = @CXXFLAGS@ $(DEFS) -D_THREAD_SAFE -+CFLAGS = @CFLAGS@ $(DEFS) -D_THREAD_SAFE +-DEFS = @DEFS@ ++DEFS = @DEFS@ @CPPFLAGS@ + CXXFLAGS = @CXXFLAGS@ $(DEFS) + CFLAGS = @CFLAGS@ $(DEFS) LD = $(CXX) - LDFLAGS = @LDFLAGS@ @TDEFS@ @LIBS@ - AR = ar -@@ -126,7 +126,7 @@ +@@ -146,14 +148,14 @@ + + install: subsql $(GB_LIB) $(CLI_LIB) + mkdir -p $(includedir) +- cp $(INCS) $(CLI_INCS) $(includedir) ++ $(INSTALL_DATA) $(INCS) $(CLI_INCS) $(includedir) + mkdir -p $(libdir) + $(LIBTOOL) --mode=install $(INSTALL) $(GB_LIB) $(CLI_LIB) $(libdir) + mkdir -p $(bindir) + if test -x .libs/subsql ; then \ +- cp .libs/subsql $(bindir); \ ++ $(INSTALL_PROGRAM) .libs/subsql $(bindir); \ else \ - cp subsql $(bindir); \ +- cp subsql $(bindir); \ ++ $(INSTALL_PROGRAM) subsql $(bindir); \ fi --# strip $(bindir)/subsql -+ strip $(bindir)/subsql + # strip $(bindir)/subsql - clean: - rm -f *.o *.lo core *~ diff -urN /usr/ports/databases/gigabase/files/patch-configure databases/gigabase/files/patch-configure --- /usr/ports/databases/gigabase/files/patch-configure Thu Jan 1 09:00:00 1970 +++ databases/gigabase/files/patch-configure Sun Nov 3 09:18:56 2002 @@ -0,0 +1,10 @@ +--- 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-comment databases/gigabase/pkg-comment --- /usr/ports/databases/gigabase/pkg-comment Mon Nov 11 01:45:23 2002 +++ databases/gigabase/pkg-comment Mon Nov 11 20:54:50 2002 @@ -1 +1 @@ -GigaBASE: Object-Relational Database Management System +Object-Relational Database Management System diff -urN /usr/ports/databases/gigabase/pkg-plist databases/gigabase/pkg-plist --- /usr/ports/databases/gigabase/pkg-plist Tue Dec 4 18:51:56 2001 +++ databases/gigabase/pkg-plist Sat Nov 9 05:22:59 2002 @@ -13,17 +13,16 @@ include/gigabase/hashtab.h include/gigabase/pagepool.h include/gigabase/query.h -include/gigabase/reference.h include/gigabase/rectangle.h +include/gigabase/reference.h +include/gigabase/selection.h include/gigabase/stdtp.h include/gigabase/sync.h include/gigabase/wwwapi.h lib/libcli_r.a -lib/libcli_r.la lib/libcli_r.so lib/libcli_r.so.2 lib/libgigabase_r.a -lib/libgigabase_r.la lib/libgigabase_r.so lib/libgigabase_r.so.2 @dirrm include/gigabase >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20021119061442.46fefbcd.tkato>