mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
upgrade to 2.54
PR: 45923 Submitted by: Ports Fury
This commit is contained in:
parent
7a0bb5b6fe
commit
dd11e55e93
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=72257
4 changed files with 12 additions and 28 deletions
|
@ -7,7 +7,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= fastdb
|
||||
PORTVERSION= 2.51
|
||||
PORTVERSION= 2.54
|
||||
CATEGORIES= databases
|
||||
MASTER_SITES= http://www.garret.ru/~knizhnik/
|
||||
|
||||
|
|
|
@ -1 +1 @@
|
|||
MD5 (fastdb-2.51.tar.gz) = 0371eff57d1e7ca958027253cb31ed54
|
||||
MD5 (fastdb-2.54.tar.gz) = 16c554c204e6fcc1e5fc95db7cc8e0cd
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -2,6 +2,7 @@ bin/subsql
|
|||
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
|
||||
|
|
Loading…
Add table
Reference in a new issue