FreeBSD Bugzilla – Attachment 161664 Details for
Bug 203514
devel/googletest, devel/googlemock: fix tests, fix python cmd handling
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
maintainer version
gtest.no-python-test.diff (text/plain), 1.94 KB, created by
Jan Beich
on 2015-10-02 23:28:41 UTC
(
hide
)
Description:
maintainer version
Filename:
MIME Type:
Creator:
Jan Beich
Created:
2015-10-02 23:28:41 UTC
Size:
1.94 KB
patch
obsolete
>Index: devel/googlemock/Makefile >=================================================================== >--- devel/googlemock/Makefile (revision 398150) >+++ devel/googlemock/Makefile (working copy) >@@ -23,16 +23,15 @@ GNU_CONFIGURE= yes > USE_LDCONFIG= yes > INSTALL_TARGET= install-strip > >-CONFIGURE_ENV= ac_cv_path_PYTHON=python2 >+# fused-src tests are only useful for bundling, testing them before >+# installing system version is pointless. *.py aren't used during >+# build/test, so fixing shebang is mainly to help hacking. >+CONFIGURE_ENV= ac_cv_path_PYTHON=":" > python_OLD_CMD= /usr/bin/env python > python_CMD= /usr/bin/env python2 > SHEBANG_FILES= scripts/fuse_gmock_files.py scripts/gmock_doctor.py >+TEST_TARGET= check > >-OPTIONS_DEFINE= TEST >- >-TEST_USES= python:2,build >-TEST_ALL_TARGET=check >- > post-patch: > ${REINPLACE_CMD} '/acx_pthread.m4/d' ${WRKSRC}/configure.ac > # enable vendor make install again (revert 52277c9) >Index: devel/googletest/Makefile >=================================================================== >--- devel/googletest/Makefile (revision 398150) >+++ devel/googletest/Makefile (working copy) >@@ -19,20 +19,19 @@ GNU_CONFIGURE= yes > USE_LDCONFIG= yes > INSTALL_TARGET= install-strip > >-CONFIGURE_ENV= ac_cv_path_PYTHON=python2 >+# fused-src tests are only useful for bundling, testing them before >+# installing system version is pointless. *.py aren't used during >+# build/test, so fixing shebang is mainly to help hacking. >+CONFIGURE_ENV= ac_cv_path_PYTHON=":" > python_OLD_CMD= /usr/bin/env python > python_CMD= /usr/bin/env python2 > SHEBANG_FILES= scripts/fuse_gtest_files.py scripts/gen_gtest_pred_impl.py \ > scripts/pump.py >+TEST_TARGET= check > >-OPTIONS_DEFINE= TEST >- >-TEST_USES= python:2,build >-TEST_ALL_TARGET=check >- > post-patch: > # enable vendor make install again (revert 661758e) >- ${REINPLACE_CMD} -E 's/install-(exec|data)-local/&-dummy/' \ >+ @${REINPLACE_CMD} -E 's/install-(exec|data)-local/&-dummy/' \ > ${WRKSRC}/Makefile.am > > post-install:
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 203514
:
161659
| 161664