- Update to 1.2.0
- Drop maintainership PR: 121726 Submitted by: Gea-Suan Lin <gslin@gslin.org> (maintainer
This commit is contained in:
parent
df347bdfbe
commit
060274400d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=209256
@ -6,11 +6,11 @@
|
||||
#
|
||||
|
||||
PORTNAME= tokyocabinet
|
||||
PORTVERSION= 1.1.14
|
||||
PORTVERSION= 1.2.0
|
||||
CATEGORIES= databases
|
||||
MASTER_SITES= SF
|
||||
|
||||
MAINTAINER= gslin@gslin.org
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= A modern implementation of DBM
|
||||
|
||||
CONFIGURE_ARGS= --enable-off64
|
||||
@ -18,8 +18,6 @@ GNU_CONFIGURE= yes
|
||||
USE_GMAKE= yes
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
DOCSDIR?= ${PREFIX}/share/doc/${PORTNAME}
|
||||
EXAMPLESDIR?= ${PREFIX}/share/examples/${PORTNAME}
|
||||
MAN1= tcamgr.1 tcatest.1 tcbmgr.1 tcbmttest.1 tcbtest.1 \
|
||||
tchmgr.1 tchmttest.1 tchtest.1 tcucodec.1 tcumttest.1 \
|
||||
tcutest.1
|
||||
@ -27,8 +25,8 @@ MAN3= tcadb.3 tcbdb.3 tchdb.3 tcutil.3 tokyocabinet.3
|
||||
DOCS= COPYING ChangeLog README THANKS
|
||||
BINS= tcamgr tcatest tcbmgr tcbmttest tcbtest tchmgr tchmttest \
|
||||
tchtest tcucodec tcumttest tcutest
|
||||
LIBS= libtokyocabinet.a libtokyocabinet.so libtokyocabinet.so.1 \
|
||||
libtokyocabinet.so.1.33.0
|
||||
LIBS= libtokyocabinet.a libtokyocabinet.so libtokyocabinet.so.3 \
|
||||
libtokyocabinet.so.3.1.0
|
||||
INCLUDES= tcbdb.h tchdb.h tcutil.h
|
||||
|
||||
OPTIONS= DEBUG "Debugging support" off \
|
||||
@ -75,8 +73,8 @@ CONFIGURE_ARGS+= --disable-pthread
|
||||
CONFIGURE_ARGS+= --disable-shared
|
||||
.endif
|
||||
|
||||
# Because gnomehack use "(libdir)" and it doesn't work, we need to patch
|
||||
# it manually.
|
||||
# Because gnomehack will search "(libdir)" and it doesn't work, we need
|
||||
# to patch it manually.
|
||||
post-patch:
|
||||
${REINPLACE_CMD} -e 's|@libdir@/pkgconfig|@prefix@/libdata/pkgconfig|' \
|
||||
${WRKSRC}/Makefile.in
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (tokyocabinet-1.1.14.tar.gz) = ef2158509cc2010ccffdbc77fadd5b53
|
||||
SHA256 (tokyocabinet-1.1.14.tar.gz) = 932957549518705df2244686bc7f68862cd71d858cc9e094ef4626b08dfa24d8
|
||||
SIZE (tokyocabinet-1.1.14.tar.gz) = 343128
|
||||
MD5 (tokyocabinet-1.2.0.tar.gz) = fe40e173901a0c63a100245c753d55b9
|
||||
SHA256 (tokyocabinet-1.2.0.tar.gz) = f5d7e7a3382dfe7e0b6f91aaf8060c4318573030e6960d2f718714c69b7f3839
|
||||
SIZE (tokyocabinet-1.2.0.tar.gz) = 353355
|
||||
|
@ -15,8 +15,8 @@ include/tchdb.h
|
||||
include/tcutil.h
|
||||
lib/libtokyocabinet.a
|
||||
lib/libtokyocabinet.so
|
||||
lib/libtokyocabinet.so.1
|
||||
lib/libtokyocabinet.so.1.33.0
|
||||
lib/libtokyocabinet.so.3
|
||||
lib/libtokyocabinet.so.3.1.0
|
||||
libdata/pkgconfig/tokyocabinet.pc
|
||||
%%PORTDOCS%%%%DOCSDIR%%/COPYING
|
||||
%%PORTDOCS%%%%DOCSDIR%%/ChangeLog
|
||||
|
Loading…
Reference in New Issue
Block a user