diff options
author | Pawel Pekala <pawel@FreeBSD.org> | 2015-01-03 18:48:18 +0000 |
---|---|---|
committer | Pawel Pekala <pawel@FreeBSD.org> | 2015-01-03 18:48:18 +0000 |
commit | 135f7f9d5d567b53dada83465f3a8a773a51aa65 (patch) | |
tree | a4f68ec27239e2f7daab846bad55abc1ffc372da | |
parent | d7c18865dd0cbb70b3e7f14617b8792d34b3c1c0 (diff) |
Notes
-rw-r--r-- | databases/fastdb/Makefile | 4 | ||||
-rw-r--r-- | databases/fastdb/distinfo | 4 | ||||
-rw-r--r-- | databases/fastdb/files/patch-makefile | 15 |
3 files changed, 13 insertions, 10 deletions
diff --git a/databases/fastdb/Makefile b/databases/fastdb/Makefile index 7920cf56576a..5f8514785f41 100644 --- a/databases/fastdb/Makefile +++ b/databases/fastdb/Makefile @@ -2,13 +2,15 @@ # $FreeBSD$ PORTNAME= fastdb -PORTVERSION= 3.73 +PORTVERSION= 3.75 CATEGORIES= databases MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org COMMENT= Main Memory Relational Database Management System +LICENSE= MIT + WRKSRC= ${WRKDIR}/${PORTNAME} OPTIONS_DEFINE= DOCS diff --git a/databases/fastdb/distinfo b/databases/fastdb/distinfo index a8f07887c00a..16383ebab92f 100644 --- a/databases/fastdb/distinfo +++ b/databases/fastdb/distinfo @@ -1,2 +1,2 @@ -SHA256 (fastdb-3.73.tar.gz) = d3483c65393ffa7a49efb27c0ad009c7637dadf7888fee47064bd1e719150656 -SIZE (fastdb-3.73.tar.gz) = 3279291 +SHA256 (fastdb-3.75.tar.gz) = eeafdb2ad01664c29e2d4053a305493bdedc8e91612ab25f1d36ad2f95b0dad6 +SIZE (fastdb-3.75.tar.gz) = 3291851 diff --git a/databases/fastdb/files/patch-makefile b/databases/fastdb/files/patch-makefile index ba04f84d0f21..da5badacfcc9 100644 --- a/databases/fastdb/files/patch-makefile +++ b/databases/fastdb/files/patch-makefile @@ -1,6 +1,6 @@ ---- ./makefile.orig 2014-05-08 01:51:14.473846505 +0200 -+++ ./makefile 2014-05-08 01:52:41.930012434 +0200 -@@ -8,13 +8,13 @@ +--- makefile.orig 2014-12-28 21:25:00.000000000 +0200 ++++ makefile 2014-12-28 21:33:28.000000000 +0200 +@@ -8,13 +8,13 @@ DEBUG?=1 PREFIX ?= /usr/local # Place where to copy FastDB header files @@ -17,7 +17,7 @@ ifdef NO_PTHREADS OBJS = class.o compiler.o database.o xml.o hashtab.o file.o symtab.o ttree.o rtree.o container.o \ -@@ -38,8 +38,8 @@ +@@ -38,8 +38,8 @@ TFLAGS=-DNO_PTHREADS THRLIBS= SUFF= else @@ -28,7 +28,7 @@ SUFF=_r endif -@@ -65,23 +65,23 @@ +@@ -65,23 +65,23 @@ EXAMPLES = guess testdb testleak testfra WEB_EXAMPLES = cgistub bugdb clidb @@ -57,7 +57,7 @@ AR = ar ARFLAGS = -cru -@@ -439,16 +439,15 @@ +@@ -439,17 +439,15 @@ examples/TestIndex.class: examples/TestI install: subsql cleanupsem inspectsem installlib mkdir -p $(BINSPATH) @@ -65,6 +65,7 @@ - strip $(BINSPATH)/subsql - cp cleanupsem $(BINSPATH) - cp inspectsem $(BINSPATH) +- + ${BSD_INSTALL_PROGRAM} subsql $(BINSPATH) + ${BSD_INSTALL_PROGRAM} cleanupsem $(BINSPATH) + ${BSD_INSTALL_PROGRAM} inspectsem $(BINSPATH) @@ -79,7 +80,7 @@ (cd $(LIBSPATH) && ln -f -s $(FASTDB_SHARED) libfastdb$(SUFF).so \ && ln -f -s $(CLI_SHARED) libcli$(SUFF).so) if [ -f $(JNI_LIB) ]; then cp $(JNI_LIB) $(LIBSPATH); \ -@@ -456,7 +455,7 @@ +@@ -457,7 +455,7 @@ installlib: $(FASTDB_LIB) $(CLI_LIB) $(F uninstall: rm -fr $(INCSPATH) |