FreeBSD Bugzilla – Attachment 161829 Details for
Bug 203640
devel/ice: fix build, switch to new test framework
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch
ice.patch (text/plain), 1.24 KB, created by
Dmitry Marakasov
on 2015-10-08 14:46:55 UTC
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
Dmitry Marakasov
Created:
2015-10-08 14:46:55 UTC
Size:
1.24 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 398819) >+++ Makefile (working copy) >@@ -24,15 +24,13 @@ > PLIST_SUB+= LIB_VERSION="${PORTVERSION}" LIB_VRS="${LIB_VRS}" > .endif > >-OPTIONS_DEFINE?= DEBUG TESTS >-OPTIONS_DEFAULT?= TESTS >-TESTS_DESC?= Build and run tests (requires lang/python) >+OPTIONS_DEFINE?= DEBUG TEST > > .include <bsd.port.options.mk> > > USES+= iconv gmake > >-.if ${PORT_OPTIONS:MTESTS} && ${SLAVE_PORT} == "no" >+.if ${PORT_OPTIONS:MTEST} && ${SLAVE_PORT} == "no" > USES+= python:build > BUILD_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}passlib>0:${PORTSDIR}/security/py-passlib > .endif >@@ -62,7 +60,7 @@ > MAKE_ENV+= LP64=yes > .endif > >-.if !${PORT_OPTIONS:MTESTS} >+.if !${PORT_OPTIONS:MTEST} > MAKE_ENV+= NOTESTS=yes > .endif > >@@ -135,14 +133,9 @@ > s|%%PREFIX%%|${PREFIX}|g; \ > s|%%LOCALBASE%%|${LOCALBASE}|g;' ${WRKSRC}/php/config/Make.rules.php > >-.if ${PORT_OPTIONS:MTESTS} >-TEST_CMD= @cd ${BUILD_WRKSRC} && ${PYTHON_CMD} ./allTests.py >-check regression-test test: build >- ${TEST_CMD} >+do-test-TEST-on: >+ @cd ${BUILD_WRKSRC} && ${PYTHON_CMD} ./allTests.py > >-pre-install: regression-test >-.endif >- > .if ${SLAVE_PORT} == "no" > post-install: > ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/*.so.*
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 Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 203640
: 161829