Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 14 Jun 2019 14:48:02 +0000 (UTC)
From:      Mark Linimon <linimon@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r504196 - head/devel/gn
Message-ID:  <201906141448.x5EEm2bw008217@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201906141448.x5EEm2bw008217>