diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2015-10-05 02:00:10 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2015-10-05 02:00:10 +0800 |
commit | 2d543c61a28d11777ea9b5375052ff63a162108d (patch) | |
tree | d296c51fd30f05345ae99384ca4eba0b2823e605 /databases | |
parent | 4e52506519214ba134e807151ad0838e59791d67 (diff) | |
download | freebsd-ports-gnome-2d543c61a28d11777ea9b5375052ff63a162108d.tar.gz freebsd-ports-gnome-2d543c61a28d11777ea9b5375052ff63a162108d.tar.zst freebsd-ports-gnome-2d543c61a28d11777ea9b5375052ff63a162108d.zip |
- Convert to new test framework
- Pet portlint: fix diff header of patch files
Diffstat (limited to 'databases')
-rw-r--r-- | databases/kyotocabinet/Makefile | 4 | ||||
-rw-r--r-- | databases/kyotocabinet/files/patch-kccommon.h | 4 |
2 files changed, 3 insertions, 5 deletions
diff --git a/databases/kyotocabinet/Makefile b/databases/kyotocabinet/Makefile index 096476b0951b..50e4de4c730d 100644 --- a/databases/kyotocabinet/Makefile +++ b/databases/kyotocabinet/Makefile @@ -20,6 +20,7 @@ GNU_CONFIGURE= yes INSTALL_TARGET= install-strip MAKE_ARGS= PCDIR=${PREFIX}/libdata/pkgconfig REINPLACE_ARGS= -i '' +TEST_TARGET= check USE_LDCONFIG= yes USES= gmake @@ -34,7 +35,4 @@ post-install: ${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 <bsd.port.mk> diff --git a/databases/kyotocabinet/files/patch-kccommon.h b/databases/kyotocabinet/files/patch-kccommon.h index 57cf0a1a9d9c..bb4a8b36a0f9 100644 --- a/databases/kyotocabinet/files/patch-kccommon.h +++ b/databases/kyotocabinet/files/patch-kccommon.h @@ -1,5 +1,5 @@ ---- kccommon.h.orig 2012-05-25 00:27:59.000000000 +0800 -+++ kccommon.h 2013-12-28 01:25:49.838357594 +0800 +--- kccommon.h.orig 2012-05-24 16:27:59 UTC ++++ kccommon.h @@ -82,7 +82,7 @@ using ::snprintf; } |