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 /databases/fastdb/files/patch-makefile | |
parent | New port: devel/p5-Object-Import (diff) |
- Update to version 3.75
- Add LICENSE
PR: 196379
Submitted by: Nikola Kolev <koue@chaosophia.net>
Notes
Notes:
svn path=/head/; revision=376151
Diffstat (limited to 'databases/fastdb/files/patch-makefile')
-rw-r--r-- | databases/fastdb/files/patch-makefile | 15 |
1 files changed, 8 insertions, 7 deletions
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) |