mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-11 02:50:24 +00:00
Update to 1.2.70 and add LICENSE.
This commit is based on the following PR. PR: ports/158887 Submitted by: Jin-Sih Lin <linpct@gmail.com>
This commit is contained in:
parent
ab579da3e6
commit
0fd34aa5dc
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=280189
@ -6,13 +6,15 @@
|
||||
#
|
||||
|
||||
PORTNAME= kyotocabinet
|
||||
PORTVERSION= 1.2.7
|
||||
PORTVERSION= 1.2.70
|
||||
CATEGORIES= databases
|
||||
MASTER_SITES= http://fallabs.com/kyotocabinet/pkg/
|
||||
|
||||
MAINTAINER= knu@FreeBSD.org
|
||||
COMMENT= A straightforward implementation of DBM
|
||||
|
||||
LICENSE= GPLv3
|
||||
|
||||
MAKE_JOBS_SAFE= yes
|
||||
|
||||
USE_GCC= 4.2+
|
||||
@ -47,9 +49,10 @@ MAN1= kccachetest.1 \
|
||||
kcpolymgr.1 \
|
||||
kcpolytest.1 \
|
||||
kcprototest.1 \
|
||||
kcstashtest.1 \
|
||||
kctreemgr.1 \
|
||||
kctreetest.1 \
|
||||
kcutilcodec.1 \
|
||||
kcutilmgr.1 \
|
||||
kcutiltest.1
|
||||
|
||||
check: build
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (kyotocabinet-1.2.7.tar.gz) = 770b8917a883f85ccf8a0b3544eb78b5f64c1b828de6f3f37acf1f4e4fa2fe80
|
||||
SIZE (kyotocabinet-1.2.7.tar.gz) = 796721
|
||||
SHA256 (kyotocabinet-1.2.70.tar.gz) = 6b6f111e99f04c5f79e8dafed0b1458e8b0fa296d6d81e4712b0dcaa17f02ebb
|
||||
SIZE (kyotocabinet-1.2.70.tar.gz) = 925694
|
||||
|
@ -1,19 +1,13 @@
|
||||
--- Makefile.in.orig 2010-08-22 13:27:43.835019488 +0200
|
||||
+++ Makefile.in 2010-08-22 13:28:40.491750162 +0200
|
||||
@@ -117,13 +117,13 @@
|
||||
cp -Rf $(LIBRARYFILES) $(DESTDIR)$(LIBDIR)
|
||||
mkdir -p $(DESTDIR)$(BINDIR)
|
||||
--- Makefile.in.orig 2011-07-05 22:01:53.000000000 +0900
|
||||
+++ Makefile.in 2011-08-23 00:40:30.126471262 +0900
|
||||
@@ -121,8 +121,8 @@
|
||||
cp -Rf $(COMMANDFILES) $(DESTDIR)$(BINDIR)
|
||||
- mkdir -p $(DESTDIR)$(DATADIR)
|
||||
- cp -Rf $(DOCUMENTFILES) $(DESTDIR)$(DATADIR)
|
||||
+# mkdir -p $(DESTDIR)$(DATADIR)
|
||||
+# cp -Rf $(DOCUMENTFILES) $(DESTDIR)$(DATADIR)
|
||||
mkdir -p $(DESTDIR)$(MAN1DIR)
|
||||
cd man && cp -Rf $(MAN1FILES) $(DESTDIR)$(MAN1DIR)
|
||||
- mkdir -p $(DESTDIR)$(DOCDIR)
|
||||
- cp -Rf $(DOCUMENTFILES) $(DESTDIR)$(DOCDIR)
|
||||
+ #mkdir -p $(DESTDIR)$(DOCDIR)
|
||||
+ #cp -Rf $(DOCUMENTFILES) $(DESTDIR)$(DOCDIR)
|
||||
mkdir -p $(DESTDIR)$(PCDIR)
|
||||
cp -Rf $(PCFILES) $(DESTDIR)$(PCDIR)
|
||||
- -[ "$$UID" = 0 ] && PATH=/sbin:/usr/sbin:$(PATH) ldconfig 2>/dev/null || true
|
||||
+# -[ "$$UID" = 0 ] && PATH=/sbin:/usr/sbin:$(PATH) ldconfig 2>/dev/null || true
|
||||
@printf '\n'
|
||||
@printf '#================================================================\n'
|
||||
@printf '# Thanks for using Kyoto Cabinet.\n'
|
||||
|
@ -10,15 +10,17 @@ bin/kclangctest
|
||||
bin/kcpolymgr
|
||||
bin/kcpolytest
|
||||
bin/kcprototest
|
||||
bin/kcstashtest
|
||||
bin/kctreemgr
|
||||
bin/kctreetest
|
||||
bin/kcutilcodec
|
||||
bin/kcutilmgr
|
||||
bin/kcutiltest
|
||||
include/kccachedb.h
|
||||
include/kccommon.h
|
||||
include/kccompare.h
|
||||
include/kccompress.h
|
||||
include/kcdb.h
|
||||
include/kcdbext.h
|
||||
include/kcdirdb.h
|
||||
include/kcfile.h
|
||||
include/kchashdb.h
|
||||
@ -27,12 +29,15 @@ include/kcmap.h
|
||||
include/kcplantdb.h
|
||||
include/kcpolydb.h
|
||||
include/kcprotodb.h
|
||||
include/kcregex.h
|
||||
include/kcstashdb.h
|
||||
include/kctextdb.h
|
||||
include/kcthread.h
|
||||
include/kcutil.h
|
||||
lib/libkyotocabinet.a
|
||||
lib/libkyotocabinet.so
|
||||
lib/libkyotocabinet.so.4
|
||||
lib/libkyotocabinet.so.4.8.0
|
||||
lib/libkyotocabinet.so.15
|
||||
lib/libkyotocabinet.so.15.9.0
|
||||
libdata/pkgconfig/kyotocabinet.pc
|
||||
%%DATADIR%%/kyotocabinet.idl
|
||||
@dirrm %%DATADIR%%
|
||||
|
Loading…
Reference in New Issue
Block a user