Date: Thu, 6 Sep 2001 00:08:47 +0400 (MSD) From: "Sergey A.Osokin" <osa@FreeBSD.org.ru> To: FreeBSD-gnats-submit@freebsd.org Subject: ports/30353: [MAINTAINER] update databases/gigabase Message-ID: <20010905200847.31246226@freebsd.org.ru>
next in thread | raw e-mail | index | archive | help
>Number: 30353 >Category: ports >Synopsis: [MAINTAINER] update databases/gigabase >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Wed Sep 05 13:10:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Sergey A. Osokin >Release: FreeBSD 4.4-RC i386 >Organization: Russian FreeBSD Team >Environment: System: FreeBSD 4.4-RC i386 >Description: [MAINTAINER] update databases/gigabase >How-To-Repeat: >Fix: diff -ruN gigabase.old/Makefile gigabase/Makefile --- gigabase.old/Makefile Thu Sep 6 00:05:03 2001 +++ gigabase/Makefile Wed Sep 5 16:57:37 2001 @@ -6,7 +6,7 @@ # PORTNAME= gigabase -PORTVERSION= 2.38 +PORTVERSION= 2.40 CATEGORIES= databases MASTER_SITES= http://www.ispras.ru/~knizhnik/ @@ -17,20 +17,5 @@ USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-shared --build=$(ARCH} --host=unknown-freebsd --target=${OSREL} - -do-install: - @${MKDIR} -m 755 ${PREFIX}/include/${PORTNAME} - @for f in gigabase.h stdtp.h class.h database.h cursor.h reference.h \ - wwwapi.h array.h file.h hashtab.h btree.h sync.h query.h \ - datetime.h pagepool.h blob.h container.h cli.h ; do \ - ${INSTALL} -C -o root -g wheel -m 0644 ${WRKSRC}/$$f \ - ${PREFIX}/include/${PORTNAME}/$$f ;\ - done - @${INSTALL} -C -o root -g wheel -m 0755 -s ${WRKSRC}/.libs/subsql \ - ${PREFIX}/bin/subsql - @for f in libgigabase_r.a libgigabase_r.so.2 libcli_r.a libcli_r.so.2 ; do \ - ${INSTALL} -C -o root -g wheel -m 0644 ${WRKSRC}/.libs/$$f \ - ${PREFIX}/lib/$f ;\ - done .include <bsd.port.mk> diff -ruN gigabase.old/distinfo gigabase/distinfo --- gigabase.old/distinfo Thu Sep 6 00:05:03 2001 +++ gigabase/distinfo Wed Sep 5 17:06:08 2001 @@ -1 +1 @@ -MD5 (gigabase-2.38.tar.gz) = 86433c11e2e1ffdf153d244d82dccb8a +MD5 (gigabase-2.40.tar.gz) = 05b907e8bc0b495d08fbf80614ec8bd2 diff -ruN gigabase.old/files/patch-aa gigabase/files/patch-aa --- gigabase.old/files/patch-aa Thu Sep 6 00:05:03 2001 +++ gigabase/files/patch-aa Thu Aug 30 15:01:43 2001 @@ -1,6 +1,6 @@ ---- Makefile.in.orig Sun Aug 5 12:52:21 2001 -+++ Makefile.in Sun Aug 5 12:53:40 2001 -@@ -43,8 +43,8 @@ +--- Makefile.in.orig Thu Aug 30 15:00:48 2001 ++++ Makefile.in Thu Aug 30 15:01:32 2001 +@@ -41,8 +41,8 @@ CXX = @CXX@ CC = @CC@ DEFS = @DEFS@ @@ -11,7 +11,7 @@ LD = $(CXX) LDFLAGS = @LDFLAGS@ @TDEFS@ @LIBS@ AR = ar -@@ -128,7 +128,7 @@ +@@ -126,7 +126,7 @@ else \ cp subsql $(bindir); \ fi diff -ruN gigabase.old/pkg-plist gigabase/pkg-plist --- gigabase.old/pkg-plist Thu Sep 6 00:05:03 2001 +++ gigabase/pkg-plist Thu Aug 30 14:36:43 2001 @@ -16,9 +16,13 @@ include/gigabase/blob.h include/gigabase/container.h include/gigabase/cli.h -lib/libgigabase_r.a lib/libcli_r.a -lib/libgigabase_r.so.2 +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 bin/subsql @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?20010905200847.31246226>