diff options
author | osa <osa@FreeBSD.org> | 2003-06-19 21:58:57 +0800 |
---|---|---|
committer | osa <osa@FreeBSD.org> | 2003-06-19 21:58:57 +0800 |
commit | 88702983fa11661f18e12283437cae327e6d940a (patch) | |
tree | eb0b18e77f0da007d62a55bb3a0ec40d633fb66b /databases | |
parent | 57081bb39f8a80451de7fc10c0ed0612cba58fd8 (diff) | |
download | freebsd-ports-gnome-88702983fa11661f18e12283437cae327e6d940a.tar.gz freebsd-ports-gnome-88702983fa11661f18e12283437cae327e6d940a.tar.zst freebsd-ports-gnome-88702983fa11661f18e12283437cae327e6d940a.zip |
Fix problem with database/fastdb port:
gigabase and fastdb pkg-plist's contain a cross-files
Approved by: fjoe (implicit)
Diffstat (limited to 'databases')
-rw-r--r-- | databases/gigabase/Makefile | 1 | ||||
-rw-r--r-- | databases/gigabase/files/patch-aa | 17 | ||||
-rw-r--r-- | databases/gigabase/pkg-plist | 8 |
3 files changed, 18 insertions, 8 deletions
diff --git a/databases/gigabase/Makefile b/databases/gigabase/Makefile index b135b4788936..d9392be24189 100644 --- a/databases/gigabase/Makefile +++ b/databases/gigabase/Makefile @@ -7,6 +7,7 @@ PORTNAME= gigabase PORTVERSION= 2.90 +PORTREVISION?= 1 CATEGORIES= databases MASTER_SITES= http://www.garret.ru/~knizhnik/ diff --git a/databases/gigabase/files/patch-aa b/databases/gigabase/files/patch-aa index 9c3ed11e3a71..0eec4d275528 100644 --- a/databases/gigabase/files/patch-aa +++ b/databases/gigabase/files/patch-aa @@ -1,5 +1,5 @@ ---- Makefile.in.orig Wed Nov 6 01:30:34 2002 -+++ Makefile.in Mon Nov 11 20:07:30 2002 +--- Makefile.in.orig Sat May 3 20:35:46 2003 ++++ Makefile.in Wed Jun 18 20:04:48 2003 @@ -7,6 +7,8 @@ VPATH = @srcdir@ LIBTOOL = $(srcdir)/libtool @@ -9,6 +9,15 @@ # Coment this for AIX/xlC 5.0 LIBEXT=la +@@ -41,7 +43,7 @@ + SUFF=@SUFF@ + + GB_LIB = libgigabase$(SUFF).${LIBEXT} +-CLI_LIB = libcli$(SUFF).${LIBEXT} ++CLI_LIB = libcligb$(SUFF).${LIBEXT} + EXES = subsql + + EXAMPLES = guess testdb testjoin testddl testperf testspat testperf2 testsync testiref testtrav testidx testidx2 clitest testblob testleak @@ -49,7 +51,7 @@ CXX = @CXX@ @@ -29,10 +38,10 @@ mkdir -p $(bindir) if test -x .libs/subsql ; then \ - cp .libs/subsql $(bindir); \ -+ $(INSTALL_PROGRAM) .libs/subsql $(bindir); \ ++ $(INSTALL_PROGRAM) .libs/subsql $(bindir)/subsql_gb; \ else \ - cp subsql $(bindir); \ -+ $(INSTALL_PROGRAM) subsql $(bindir); \ ++ $(INSTALL_PROGRAM) subsql $(bindir)/subsql_gb; \ fi # strip $(bindir)/subsql diff --git a/databases/gigabase/pkg-plist b/databases/gigabase/pkg-plist index 74eb17af406a..13ddb6876d94 100644 --- a/databases/gigabase/pkg-plist +++ b/databases/gigabase/pkg-plist @@ -1,4 +1,4 @@ -bin/subsql +bin/subsql_gb include/gigabase/array.h include/gigabase/blob.h include/gigabase/btree.h @@ -19,9 +19,9 @@ include/gigabase/selection.h include/gigabase/stdtp.h include/gigabase/sync.h include/gigabase/wwwapi.h -lib/libcli_r.a -lib/libcli_r.so -lib/libcli_r.so.2 +lib/libcligb_r.a +lib/libcligb_r.so +lib/libcligb_r.so.2 lib/libgigabase_r.a lib/libgigabase_r.so lib/libgigabase_r.so.2 |