FreeBSD Bugzilla – Attachment 84034 Details for
Bug 119963
[UPDATE] databases/tokyocabinet
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
tokyocabinet.txt
tokyocabinet.txt (text/plain), 5.67 KB, created by
Felippe de Meirelles Motta
on 2008-01-29 01:55:09 UTC
(
hide
)
Description:
tokyocabinet.txt
Filename:
MIME Type:
Creator:
Felippe de Meirelles Motta
Created:
2008-01-29 01:55:09 UTC
Size:
5.67 KB
patch
obsolete
>Index: Makefile >=================================================================== >RCS file: /home/ncvs/ports/databases/tokyocabinet/Makefile,v >retrieving revision 1.1 >diff -u -r1.1 Makefile >--- Makefile 25 Dec 2007 03:06:43 -0000 1.1 >+++ Makefile 29 Jan 2008 01:54:13 -0000 >@@ -6,10 +6,9 @@ > # > > PORTNAME= tokyocabinet >-PORTVERSION= 1.1.6 >+PORTVERSION= 1.1.10 > CATEGORIES= databases > MASTER_SITES= SF >-MASTER_SITE_SUBDIR= ${PORTNAME} > > MAINTAINER= gslin@gslin.org > COMMENT= A modern implementation of DBM >@@ -19,9 +18,64 @@ > USE_GMAKE= yes > USE_LDCONFIG= yes > >-MAN1= tcbmgr.1 tcbmttest.1 tcbtest.1 tchmgr.1 tchmttest.1 \ >- tchtest.1 tcucodec.1 tcumttest.1 tcutest.1 >-MAN3= tcbdb.3 tchdb.3 tcutil.3 tokyocabinet.3 >+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 >+MAN3= tcadb.3 tcbdb.3 tchdb.3 tcutil.3 tokyocabinet.3 >+DOCS= COPYING ChangeLog README THANKS >+EXAMPLES= benchmark.pdf common.css icon16.png index.html index.ja.html \ >+ logo-ja.png logo.png spex-en.html spex-ja.html >+BINS= tcamgr tcatest tcbmgr tcbmttest tcbtest tchmgr tchmttest \ >+ tchtest tcucodec tcumttest tcutest >+LIBS= libtokyocabinet.a libtokyocabinet.so libtokyocabinet.so.1 \ >+ libtokyocabinet.so.1.29.0 >+INCLUDES= tcbdb.h tchdb.h tcutil.h >+ >+OPTIONS= DEBUG "Debugging support" off \ >+ DEVEL "Development build" off \ >+ PROFILE "Profiling build" off \ >+ OFF64 "Use to compile on 64-bit system" off \ >+ FASTEST "Fastest run" off \ >+ SWAB "Swapping byte-orders build" off \ >+ UYIELD "Detecting race conditions" off \ >+ ZLIB "Disable ZLIB compression" off \ >+ PTHREAD "Disable POSIX thread support" off \ >+ SHARED "Avoid to build shared libraries" off >+ >+.include <bsd.port.pre.mk> >+ >+.if defined(WITH_DEBUG) >+CONFIGURE_ARGS+= --enable-debug >+.endif >+.if defined(WITH_DEVEL) >+CONFIGURE_ARGS+= --enable-devel >+.endif >+.if defined(WITH_PROFILE) >+CONFIGURE_ARGS+= --enable-profile >+.endif >+.if defined(WITH_OFF64) >+CONFIGURE_ARGS+= --enable-off64 >+.endif >+.if defined(WITH_FASTEST) >+CONFIGURE_ARGS+= --enable-fastest >+.endif >+.if defined(WITH_SWAB) >+CONFIGURE_ARGS+= --enable-swab >+.endif >+.if defined(WITH_UYIELD) >+CONFIGURE_ARGS+= --enable-uyield >+.endif >+.if defined(WITH_ZLIB) >+CONFIGURE_ARGS+= --disable-zlib >+.endif >+.if defined(WITH_PTHREAD) >+CONFIGURE_ARGS+= --disable-pthread >+.endif >+.if defined(WITH_SHARED) >+CONFIGURE_ARGS+= --disable-shared >+.endif > > # Because gnomehack use "(libdir)" and it doesn't work, we need to patch > # it manually. >@@ -29,4 +83,21 @@ > ${REINPLACE_CMD} -e 's|@libdir@/pkgconfig|@prefix@/libdata/pkgconfig|' \ > ${WRKSRC}/Makefile.in > >-.include <bsd.port.mk> >+do-install: >+ @${INSTALL_PROGRAM} ${BINS:S,^,${WRKSRC}/,} ${PREFIX}/bin/ >+ @${INSTALL_MAN} ${MAN1:S,^,${WRKSRC}/man/,} ${MAN1PREFIX}/man/man1 >+ @${INSTALL_MAN} ${MAN3:S,^,${WRKSRC}/man/,} ${MAN3PREFIX}/man/man3 >+.if !defined(NOPORTDOCS) >+ @${MKDIR} ${DOCSDIR} ${EXAMPLESDIR}/doc >+ @${INSTALL_DATA} ${DOCS:S,^,${WRKSRC}/,} ${DOCSDIR}/ >+ @${INSTALL_DATA} ${EXAMPLES:S,^,${WRKSRC}/doc/,} ${EXAMPLESDIR}/doc/ >+.endif >+.for i in ${LIBS} >+ @${CP} ${WRKSRC}/${i} ${PREFIX}/lib/ >+.endfor >+.for j in ${INCLUDES} >+ @${CP} ${WRKSRC}/${j} ${PREFIX}/include/ >+.endfor >+ @${CP} ${WRKSRC}/tokyocabinet.pc ${PREFIX}/libdata/pkgconfig/ >+ >+.include <bsd.port.post.mk> >Index: distinfo >=================================================================== >RCS file: /home/ncvs/ports/databases/tokyocabinet/distinfo,v >retrieving revision 1.1 >diff -u -r1.1 distinfo >--- distinfo 25 Dec 2007 03:06:43 -0000 1.1 >+++ distinfo 29 Jan 2008 01:54:13 -0000 >@@ -1,3 +1,3 @@ >-MD5 (tokyocabinet-1.1.6.tar.gz) = 25b86778713ef89d13570b2787815ea3 >-SHA256 (tokyocabinet-1.1.6.tar.gz) = 188cecb014935de2fd11aa2e9ca13487378a3f18e35a4a9546489a85f8effa1a >-SIZE (tokyocabinet-1.1.6.tar.gz) = 312557 >+MD5 (tokyocabinet-1.1.10.tar.gz) = 9be899393ff4cf8c63649594ac361ad6 >+SHA256 (tokyocabinet-1.1.10.tar.gz) = 8e8adfa063f2bde2c403bfd4da0729fbc25c1e664dd60b4b9dee7d33964e5aca >+SIZE (tokyocabinet-1.1.10.tar.gz) = 339472 >Index: pkg-plist >=================================================================== >RCS file: /home/ncvs/ports/databases/tokyocabinet/pkg-plist,v >retrieving revision 1.1 >diff -u -r1.1 pkg-plist >--- pkg-plist 25 Dec 2007 03:06:43 -0000 1.1 >+++ pkg-plist 29 Jan 2008 01:54:13 -0000 >@@ -1,16 +1,6 @@ > @comment $FreeBSD: ports/databases/tokyocabinet/pkg-plist,v 1.1 2007/12/25 03:06:43 clsung Exp $ >-%%DATADIR%%/COPYING >-%%DATADIR%%/ChangeLog >-%%DATADIR%%/THANKS >-%%DATADIR%%/doc/benchmark.pdf >-%%DATADIR%%/doc/common.css >-%%DATADIR%%/doc/icon16.png >-%%DATADIR%%/doc/index.html >-%%DATADIR%%/doc/index.ja.html >-%%DATADIR%%/doc/logo-ja.png >-%%DATADIR%%/doc/logo.png >-%%DATADIR%%/doc/spex-en.html >-%%DATADIR%%/doc/spex-ja.html >+bin/tcamgr >+bin/tcatest > bin/tcbmgr > bin/tcbmttest > bin/tcbtest >@@ -26,7 +16,21 @@ > lib/libtokyocabinet.a > lib/libtokyocabinet.so > lib/libtokyocabinet.so.1 >-lib/libtokyocabinet.so.1.25.0 >+lib/libtokyocabinet.so.1.29.0 > libdata/pkgconfig/tokyocabinet.pc >-@dirrmtry %%DATADIR%%/doc >-@dirrmtry %%DATADIR%% >+%%PORTDOCS%%%%DOCSDIR%%/COPYING >+%%PORTDOCS%%%%DOCSDIR%%/ChangeLog >+%%PORTDOCS%%%%DOCSDIR%%/README >+%%PORTDOCS%%%%DOCSDIR%%/THANKS >+%%PORTDOCS%%%%EXAMPLESDIR%%/doc/benchmark.pdf >+%%PORTDOCS%%%%EXAMPLESDIR%%/doc/common.css >+%%PORTDOCS%%%%EXAMPLESDIR%%/doc/icon16.png >+%%PORTDOCS%%%%EXAMPLESDIR%%/doc/index.html >+%%PORTDOCS%%%%EXAMPLESDIR%%/doc/index.ja.html >+%%PORTDOCS%%%%EXAMPLESDIR%%/doc/logo-ja.png >+%%PORTDOCS%%%%EXAMPLESDIR%%/doc/logo.png >+%%PORTDOCS%%%%EXAMPLESDIR%%/doc/spex-en.html >+%%PORTDOCS%%%%EXAMPLESDIR%%/doc/spex-ja.html >+%%PORTDOCS%%@dirrm %%EXAMPLESDIR%%/doc >+%%PORTDOCS%%@dirrm %%EXAMPLESDIR%% >+%%PORTDOCS%%@dirrm %%DOCSDIR%%
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 119963
:
84032
|
84033
| 84034