1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-03 11:12:13 +00:00

- Convert to new test framework

- Pet portlint: fix diff header of patch files
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2015-10-04 18:00:10 +00:00
parent b3d5de7d49
commit 30619635cd
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=398594
2 changed files with 3 additions and 5 deletions

View File

@ -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>

View File

@ -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;
}