diff options
author | osa <osa@FreeBSD.org> | 2005-05-19 20:56:30 +0800 |
---|---|---|
committer | osa <osa@FreeBSD.org> | 2005-05-19 20:56:30 +0800 |
commit | d17827fcf947ac4d0bef437c7e28eca011c5cd7c (patch) | |
tree | 84ab218e8824996bf2ad421ff49bcb19983b10de /databases | |
parent | 66f0a346605d2a4fc2a0a33d014dfe5f39e52a44 (diff) | |
download | freebsd-ports-gnome-d17827fcf947ac4d0bef437c7e28eca011c5cd7c.tar.gz freebsd-ports-gnome-d17827fcf947ac4d0bef437c7e28eca011c5cd7c.tar.zst freebsd-ports-gnome-d17827fcf947ac4d0bef437c7e28eca011c5cd7c.zip |
Update to 3.15.
Diffstat (limited to 'databases')
-rw-r--r-- | databases/fastdb/Makefile | 2 | ||||
-rw-r--r-- | databases/fastdb/distinfo | 4 | ||||
-rw-r--r-- | databases/fastdb/files/patch-makefile | 12 |
3 files changed, 9 insertions, 9 deletions
diff --git a/databases/fastdb/Makefile b/databases/fastdb/Makefile index e9d197b32eaa..340090fa1617 100644 --- a/databases/fastdb/Makefile +++ b/databases/fastdb/Makefile @@ -7,7 +7,7 @@ # PORTNAME= fastdb -PORTVERSION= 3.13 +PORTVERSION= 3.15 CATEGORIES= databases MASTER_SITES= http://www.garret.ru/~knizhnik/ diff --git a/databases/fastdb/distinfo b/databases/fastdb/distinfo index a69953ffb263..1c057c167f59 100644 --- a/databases/fastdb/distinfo +++ b/databases/fastdb/distinfo @@ -1,2 +1,2 @@ -MD5 (fastdb-3.13.tar.gz) = a5ac907a14616d02b9bdd04802b49f86 -SIZE (fastdb-3.13.tar.gz) = 845244 +MD5 (fastdb-3.15.tar.gz) = efd664ca68f4dd0afebdb8c9c5c4272c +SIZE (fastdb-3.15.tar.gz) = 967090 diff --git a/databases/fastdb/files/patch-makefile b/databases/fastdb/files/patch-makefile index dee7abcac937..e5355abd22f2 100644 --- a/databases/fastdb/files/patch-makefile +++ b/databases/fastdb/files/patch-makefile @@ -1,5 +1,5 @@ ---- makefile.orig Tue Nov 30 11:33:21 2004 -+++ makefile Tue Nov 30 11:38:44 2004 +--- makefile.orig Wed May 18 12:13:52 2005 ++++ makefile Wed May 18 12:40:23 2005 @@ -33,11 +33,11 @@ SUFF= else @@ -26,10 +26,10 @@ # DEFS macro is deprecatred, edit config.h file instead DEFS = - #CFLAGS = $(TFLAGS) -c -Wall -O5 -g -fPIC $(DEFS) --CFLAGS = -c -Wall -O0 -g -fPIC $(DEFS) $(TFLAGS) -+CFLAGS = -c ${CXXFLAGS} $(DEFS) $(TFLAGS) -fPIC - #CFLAGS = -c -Wall -O0 -fPIC -DFASTDB_DEBUG=DEBUG_TRACE -g $(DEFS) $(TFLAGS) + #CFLAGS = $(TFLAGS) -Iinc -c -Wall -O5 -g -fPIC $(DEFS) +-CFLAGS = -c -Iinc -Wall -O0 -g -fPIC $(DEFS) $(TFLAGS) ++CFLAGS = -c -Iinc ${CXXFLAGS} $(DEFS) $(TFLAGS) -fPIC + #CFLAGS = -c -Iinc -Wall -O0 -fPIC -DFASTDB_DEBUG=DEBUG_TRACE -g $(DEFS) $(TFLAGS) -#SHFLAGS=-shared -Wl,-soname,$@ -SHFLAGS=-shared |