Skip site navigation (1)Skip section navigation (2)
Date:      Thu,  4 Jul 2002 23:57:42 +0200 (CEST)
From:      Oliver Braun <obraun@informatik.unibw-muenchen.de>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/40201: Update port: databases/fastdb -> 2.41
Message-ID:  <20020704215742.1620484E@unsane.de>

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

>Number:         40201
>Category:       ports
>Synopsis:       Update port: databases/fastdb -> 2.41
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jul 04 15:00:06 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Oliver Braun
>Release:        FreeBSD 4.6-STABLE i386
>Organization:
>Environment:
System: FreeBSD galore.unsane.de 4.6-STABLE FreeBSD 4.6-STABLE #0: Thu Jul 4 18:08:29 CEST 2002 root@galore.unsane.de:/usr/obj/usr/src/sys/GALORE_OB i386


>Description:

Update databases/fastdb from 2.23 to 2.41.

Regards,
         Olli
>How-To-Repeat:
>Fix:

Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/databases/fastdb/Makefile,v
retrieving revision 1.3
diff -u -r1.3 Makefile
--- Makefile	2001/08/08 05:05:24	1.3
+++ Makefile	2002/07/04 21:53:27
@@ -7,7 +7,7 @@
 #
 
 PORTNAME=	fastdb
-PORTVERSION=	2.23
+PORTVERSION=	2.41
 CATEGORIES=	databases
 MASTER_SITES=	http://www.ispras.ru/~knizhnik/
 
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/databases/fastdb/distinfo,v
retrieving revision 1.3
diff -u -r1.3 distinfo
--- distinfo	2001/08/08 05:05:24	1.3
+++ distinfo	2002/07/04 21:53:27
@@ -1 +1 @@
-MD5 (fastdb-2.23.tar.gz) = d14f49fec98f06db90d8d59f6ede9cc2
+MD5 (fastdb-2.41.tar.gz) = d5cc58fd466c73d2627f4bbf57440892
Index: files/patch-makefile
===================================================================
RCS file: /home/ncvs/ports/databases/fastdb/files/patch-makefile,v
retrieving revision 1.3
diff -u -r1.3 patch-makefile
--- files/patch-makefile	2001/08/08 05:05:25	1.3
+++ files/patch-makefile	2002/07/04 21:53:27
@@ -1,5 +1,5 @@
---- makefile.orig	Fri Apr  6 12:13:44 2001
-+++ makefile	Wed Aug  8 02:04:05 2001
+--- makefile.orig	Thu Jul  4 23:46:37 2002
++++ makefile	Thu Jul  4 23:50:24 2002
 @@ -2,13 +2,13 @@
  # Makefile for Generic Unix with GCC compiler
  
@@ -28,18 +28,20 @@
  endif
  SUFF=_r
  endif
-@@ -60,19 +60,18 @@
+@@ -60,7 +60,6 @@
  
  WEB_EXAMPLES = cgistub bugdb clidb
  
 -CC = g++
- #DEFS =-DTHROW_EXCEPTION_ON_ERROR -DUSE_QUEUE_MANAGER
- DEFS = -DUSE_QUEUE_MANAGER -DUSE_LOCALE_SETTINGS
  
--CFLAGS = $(TFLAGS) -c -Wall -O5 -g $(TFLAGS) 
-+CFLAGS += -c $(TFLAGS) 
+ # Possible FastDB compile time parameters (-Dxxx should be added to DEFS macro):
+ # 1. USE_LOCALE_SETTING - use C locale for string comparison operations
+@@ -93,13 +92,13 @@
  
- #CFLAGS = -c -Wall -O0 -g $(DEFS) $(TFLAGS)
+ #CFLAGS = $(TFLAGS) -c -Wall -O5 -g $(TFLAGS) 
+ 
+-CFLAGS = -c -Wall -O0 -g $(DEFS) $(TFLAGS)
++CFLAGS += -c $(TFLAGS)
  #CFLAGS = -c -Wall -O0 -DDEBUG=DEBUG_TRACE -g $(DEFS) $(TFLAGS)
 -SHFLAGS=-shared
 +SHFLAGS=-shared -Wl,-soname,$@
@@ -51,7 +53,7 @@
  
  AR = ar
  ARFLAGS = -cru
-@@ -255,16 +254,15 @@
+@@ -302,14 +301,13 @@
  
  installlib: $(FASTDB_LIB) $(CLI_LIB) $(FASTDB_SHARED) $(CLI_SHARED)
  	mkdir -p $(INCSPATH)
@@ -65,9 +67,7 @@
  	ln -f -s $(LIBSPATH)/$(CLI_SHARED) $(LIBSPATH)/libcli$(SUFF).so
  	mkdir -p $(BINSPATH)
 -	cp subsql $(BINSPATH)
++	${BSD_INSTALL_PROGRAM} subsql $(BINSPATH)
  
  
-+	${BSD_INSTALL_PROGRAM} subsql $(BINSPATH)
  
- cleanobj:
- 	rm -fr *.o *.tgz core *~ cxx_repository
>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?20020704215742.1620484E>