diff options
author | dwcjr <dwcjr@FreeBSD.org> | 2001-09-10 09:06:09 +0800 |
---|---|---|
committer | dwcjr <dwcjr@FreeBSD.org> | 2001-09-10 09:06:09 +0800 |
commit | adbd73e56c341825ef248c4aae316d5cac48b5d5 (patch) | |
tree | 8daa0a4bff5eb80baa9242cbd6d3f3f65868e92e | |
parent | 940bdbeedf1e79b4e4eec4df3752807a477371e6 (diff) | |
download | freebsd-ports-gnome-adbd73e56c341825ef248c4aae316d5cac48b5d5.tar.gz freebsd-ports-gnome-adbd73e56c341825ef248c4aae316d5cac48b5d5.tar.zst freebsd-ports-gnome-adbd73e56c341825ef248c4aae316d5cac48b5d5.zip |
Update to 2.41
PR: 30459
Submitted by: maintainer
-rw-r--r-- | databases/gigabase/Makefile | 17 | ||||
-rw-r--r-- | databases/gigabase/distinfo | 2 | ||||
-rw-r--r-- | databases/gigabase/files/patch-aa | 8 | ||||
-rw-r--r-- | databases/gigabase/pkg-plist | 8 |
4 files changed, 12 insertions, 23 deletions
diff --git a/databases/gigabase/Makefile b/databases/gigabase/Makefile index 09fbdf46f537..e0e100dd0550 100644 --- a/databases/gigabase/Makefile +++ b/databases/gigabase/Makefile @@ -6,7 +6,7 @@ # PORTNAME= gigabase -PORTVERSION= 2.38 +PORTVERSION= 2.41 CATEGORIES= databases MASTER_SITES= http://www.ispras.ru/~knizhnik/ @@ -18,19 +18,4 @@ 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 --git a/databases/gigabase/distinfo b/databases/gigabase/distinfo index 78b3a2cd042f..c5baed10f55b 100644 --- a/databases/gigabase/distinfo +++ b/databases/gigabase/distinfo @@ -1 +1 @@ -MD5 (gigabase-2.38.tar.gz) = 86433c11e2e1ffdf153d244d82dccb8a +MD5 (gigabase-2.41.tar.gz) = 35d6f6bee1485f0a298651b14c80abe6 diff --git a/databases/gigabase/files/patch-aa b/databases/gigabase/files/patch-aa index 97131ec9e518..94ab4abb1132 100644 --- a/databases/gigabase/files/patch-aa +++ b/databases/gigabase/files/patch-aa @@ -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 --git a/databases/gigabase/pkg-plist b/databases/gigabase/pkg-plist index 4ca689123772..7cb126727dd3 100644 --- a/databases/gigabase/pkg-plist +++ b/databases/gigabase/pkg-plist @@ -16,9 +16,13 @@ include/gigabase/pagepool.h 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 |