1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-27 10:03:20 +00:00

Update to 3.15.

This commit is contained in:
Sergey A. Osokin 2005-05-19 12:56:30 +00:00
parent d77ee0ec3d
commit 299b0631e5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=135604
3 changed files with 9 additions and 9 deletions

View File

@ -7,7 +7,7 @@
#
PORTNAME= fastdb
PORTVERSION= 3.13
PORTVERSION= 3.15
CATEGORIES= databases
MASTER_SITES= http://www.garret.ru/~knizhnik/

View File

@ -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

View File

@ -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