Index: head/databases/kyototycoon/Makefile =================================================================== --- head/databases/kyototycoon/Makefile (revision 398594) +++ head/databases/kyototycoon/Makefile (revision 398595) @@ -1,40 +1,38 @@ # Created by: Sunpoet Po-Chuan Hsieh # $FreeBSD$ PORTNAME= kyototycoon PORTVERSION= 0.9.56 PORTREVISION= 2 CATEGORIES= databases MASTER_SITES= http://fallabs.com/${PORTNAME}/pkg/ \ LOCAL/sunpoet MAINTAINER= sunpoet@FreeBSD.org COMMENT= Handy cache/storage server LICENSE= GPLv3 LIB_DEPENDS= libkyotocabinet.so:${PORTSDIR}/databases/kyotocabinet OPTIONS_DEFINE= DOCS CONFIGURE_ARGS= --enable-uyield CPPFLAGS+= -fPIC GNU_CONFIGURE= yes INSTALL_TARGET= install-strip MAKE_ARGS= PCDIR=${PREFIX}/libdata/pkgconfig REINPLACE_ARGS= -i '' +TEST_TARGET= check USE_LDCONFIG= yes USES= gmake pkgconfig post-patch: @${REINPLACE_CMD} -e 's|-lstdc++ ||g' ${WRKSRC}/configure ${WRKSRC}/doc/spex.html ${WRKSRC}/example/Makefile post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libkyototycoon.so.2.19.0 ${STAGEDIR}${PREFIX}/libexec/*.so ${FIND} ${STAGEDIR}${DOCSDIR}/ -type d -exec ${CHMOD} ${BINMODE} '{}' \; ${FIND} ${STAGEDIR}${DOCSDIR}/ -type f -exec ${CHMOD} ${DOCMODE} '{}' \; - -regression-test test: build - cd ${WRKSRC}/ && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_ARGS} check .include Index: head/databases/kyototycoon/files/patch-ktdbext.h =================================================================== --- head/databases/kyototycoon/files/patch-ktdbext.h (revision 398594) +++ head/databases/kyototycoon/files/patch-ktdbext.h (revision 398595) @@ -1,10 +1,10 @@ ---- ktdbext.h.orig 2012-05-25 01:44:34.000000000 +0800 -+++ ktdbext.h 2013-12-28 01:21:30.081508681 +0800 +--- ktdbext.h.orig 2012-05-24 17:44:34 UTC ++++ ktdbext.h @@ -16,6 +16,7 @@ #ifndef _KTDBEXT_H // duplication check #define _KTDBEXT_H +#include #include #include #include