Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 3 Dec 2002 07:08:24 +0900
From:      KATO Tsuguru <tkato@prontomail.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/45923: Update port: databases/fastdb to 2.54
Message-ID:  <20021203070824.4cd65186.tkato@prontomail.com>

next in thread | raw e-mail | index | archive | help

>Number:         45923
>Category:       ports
>Synopsis:       Update port: databases/fastdb to 2.54
>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 Dec 02 14:20:02 PST 2002
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        FreeBSD 4.7-RELEASE-p2 i386
>Organization:
>Environment:
>Description:
- Update to version 2.54

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/databases/fastdb/Makefile databases/fastdb/Makefile
--- /usr/ports/databases/fastdb/Makefile	Mon Nov 11 18:59:02 2002
+++ databases/fastdb/Makefile	Sun Dec  1 07:50:23 2002
@@ -7,7 +7,7 @@
 #
 
 PORTNAME=	fastdb
-PORTVERSION=	2.51
+PORTVERSION=	2.54
 CATEGORIES=	databases
 MASTER_SITES=	http://www.garret.ru/~knizhnik/
 
diff -urN /usr/ports/databases/fastdb/distinfo databases/fastdb/distinfo
--- /usr/ports/databases/fastdb/distinfo	Fri Nov  8 21:23:24 2002
+++ databases/fastdb/distinfo	Sun Dec  1 07:50:50 2002
@@ -1 +1 @@
-MD5 (fastdb-2.51.tar.gz) = 0371eff57d1e7ca958027253cb31ed54
+MD5 (fastdb-2.54.tar.gz) = 16c554c204e6fcc1e5fc95db7cc8e0cd
diff -urN /usr/ports/databases/fastdb/files/patch-makefile databases/fastdb/files/patch-makefile
--- /usr/ports/databases/fastdb/files/patch-makefile	Fri Nov  8 21:23:24 2002
+++ databases/fastdb/files/patch-makefile	Sun Dec  1 07:54:09 2002
@@ -1,23 +1,6 @@
---- makefile.orig	Mon Oct 28 19:50:00 2002
-+++ makefile	Sun Nov  3 09:09:41 2002
-@@ -4,13 +4,13 @@
- FAULT_TOLERANT=0
- 
- # Place where to copy GastDB header files
--INCSPATH=/usr/local/include/fastdb
-+INCSPATH=${PREFIX}/include/fastdb
- 
- #Place where to copy Fastdb library
--LIBSPATH=/usr/local/lib
-+LIBSPATH=${PREFIX}/lib
- 
- #Place where to copy Fastdb subsql utility
--BINSPATH=/usr/local/bin
-+BINSPATH=${PREFIX}/bin
- 
- OBJS = class.o compiler.o database.o hashtab.o file.o symtab.o ttree.o \
- 	cursor.o query.o wwwapi.o unisock.o sync.o localcli.o
-@@ -29,8 +29,8 @@
+--- makefile.orig	Fri Nov 22 00:41:30 2002
++++ makefile	Sun Dec  1 07:54:01 2002
+@@ -32,8 +32,8 @@
  SUFF=
  else
  ifneq (,$(findstring freebsd,$(OSTYPE)))
@@ -28,7 +11,7 @@
  else 
  TFLAGS=-D_REENTRANT -D_THREAD_SAFE
  THRLIBS=-lpthread
-@@ -62,7 +62,6 @@
+@@ -65,7 +65,6 @@
  
  WEB_EXAMPLES = cgistub bugdb clidb
  
@@ -36,7 +19,7 @@
  
  # Possible FastDB compile time parameters (-Dxxx should be added to DEFS macro):
  # 1. USE_LOCALE_SETTING - use C locale for string comparison operations
-@@ -98,13 +97,13 @@
+@@ -101,13 +100,13 @@
  DEFS = -DUSE_QUEUE_MANAGER -DUSE_LOCALE_SETTINGS
  
  #CFLAGS = $(TFLAGS) -c -Wall -O5 -g $(DEFS) 
@@ -53,7 +36,7 @@
  
  AR = ar
  ARFLAGS = -cru
-@@ -314,14 +313,13 @@
+@@ -326,14 +325,13 @@
  
  install: subsql installlib
  	mkdir -p $(BINSPATH)
@@ -67,7 +50,7 @@
 +	${BSD_INSTALL_DATA} $(INCS) $(INCSPATH)
  	mkdir -p $(LIBSPATH)
 -	cp $(FASTDB_LIB) $(CLI_LIB) $(FASTDB_SHARED) $(CLI_SHARED) $(LIBSPATH)
-+	${BSD_INSTALL_DATA} $(FASTDB_LIB) $(CLI_LIB) $(FASTDB_SHARED) $(CLI_SHARED) $(LIBSPATH)
- 	ln -f -s $(LIBSPATH)/$(FASTDB_SHARED) $(LIBSPATH)/libfastdb$(SUFF).so
- 	ln -f -s $(LIBSPATH)/$(CLI_SHARED) $(LIBSPATH)/libcli$(SUFF).so
++	${BSD_INSTALL_PROGRAM} $(FASTDB_LIB) $(CLI_LIB) $(FASTDB_SHARED) $(CLI_SHARED) $(LIBSPATH)
+ 	cd $(LIBSPATH); ln -f -s $(FASTDB_SHARED) libfastdb$(SUFF).so
+ 	cd $(LIBSPATH); ln -f -s $(CLI_SHARED) libcli$(SUFF).so
  
diff -urN /usr/ports/databases/fastdb/pkg-plist databases/fastdb/pkg-plist
--- /usr/ports/databases/fastdb/pkg-plist	Fri Nov  8 21:23:24 2002
+++ databases/fastdb/pkg-plist	Sun Dec  1 07:59:11 2002
@@ -2,6 +2,7 @@
 include/fastdb/array.h
 include/fastdb/class.h
 include/fastdb/cli.h
+include/fastdb/container.h
 include/fastdb/cursor.h
 include/fastdb/database.h
 include/fastdb/datetime.h
>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?20021203070824.4cd65186.tkato>