svn commit: r504196 - head/devel/gn
Mark Linimon
linimon at FreeBSD.org
Fri Jun 14 14:48:03 UTC 2019
Author: linimon
Date: Fri Jun 14 14:48:02 2019
New Revision: 504196
URL: https://svnweb.freebsd.org/changeset/ports/504196
Log:
Revert r504088 per jbeich.
Apparently r503780 should be sufficient to unbreak this port on
powerpc64. (r503780 has not yet been attempted on pylon, so I did
not note the commit.)
Reported by: jbeich
Modified:
head/devel/gn/Makefile
Modified: head/devel/gn/Makefile
==============================================================================
--- head/devel/gn/Makefile Fri Jun 14 14:16:18 2019 (r504195)
+++ head/devel/gn/Makefile Fri Jun 14 14:48:02 2019 (r504196)
@@ -27,16 +27,9 @@ CONFIGURE_ARGS= --platform freebsd ${WITH_DEBUG:D--deb
ALL_TARGET= # empty
PLIST_FILES= bin/${PORTNAME}
-.include <bsd.port.pre.mk>
-
post-patch:
@${REINPLACE_CMD} 's/"python"/"${PYTHON_CMD:T}"/' \
${WRKSRC}/tools/gn/exec_process_unittest.cc
-# fix hardwired assumption that FreeBSD implies clang
-.if ${CHOSEN_COMPILER_TYPE} == gcc
- @${REINPLACE_CMD} 's/clang/gcc/' \
- ${WRKSRC}/build/gen.py
-.endif
do-install:
${INSTALL_PROGRAM} ${INSTALL_WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
@@ -44,4 +37,4 @@ do-install:
do-test:
${TEST_WRKSRC}/gn_unittests
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
More information about the svn-ports-head
mailing list