diff options
author | David W. Chapman Jr. <dwcjr@FreeBSD.org> | 2001-09-10 01:06:09 +0000 |
---|---|---|
committer | David W. Chapman Jr. <dwcjr@FreeBSD.org> | 2001-09-10 01:06:09 +0000 |
commit | 82694f72776baeff8d461a857602d0e94ac93bf9 (patch) | |
tree | d66a125971a00d95afc5edfcf5aa5b07586cde2c /databases/gigabase | |
parent | d2c2d207b98b53d64669e6db3f33b52ecc4629bf (diff) | |
download | ports-82694f72776baeff8d461a857602d0e94ac93bf9.tar.gz ports-82694f72776baeff8d461a857602d0e94ac93bf9.zip |
Notes
Diffstat (limited to 'databases/gigabase')
-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 |