Index: head/devel/gn/Makefile =================================================================== --- head/devel/gn/Makefile (revision 556295) +++ head/devel/gn/Makefile (revision 556296) @@ -1,42 +1,42 @@ # $FreeBSD$ PORTNAME= gn DISTVERSIONPREFIX= v DISTVERSION= 1823 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel MAINTAINER= o.hushchenkov@gmail.com COMMENT= Gn meta build framework - standalone version LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE USES= alias compiler:c++17-lang ninja python:build shebangfix USE_GITHUB= yes GH_ACCOUNT= cglogic # mirror SHEBANG_FILES= ${CONFIGURE_SCRIPT} HAS_CONFIGURE= yes CONFIGURE_SCRIPT= build/gen.py CONFIGURE_ARGS= --platform freebsd ${WITH_DEBUG:D--debug} CONFIGURE_ENV= GN_VERSION=${PORTVERSION} CONFIGURE_OUTSOURCE= yes ALL_TARGET= # empty CONFLICTS_INSTALL= chromium-gn CONFIGURE_WRKSRC= ${WRKSRC}/out # --out-path breaks "make test" PLIST_FILES= bin/${PORTNAME} post-patch: @${REINPLACE_CMD} 's/"python"/"${PYTHON_CMD:T}"/' \ ${WRKSRC}/src/gn/exec_process_unittest.cc do-install: ${INSTALL_PROGRAM} ${INSTALL_WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin do-test: ${TEST_WRKSRC}/gn_unittests .include Index: head/devel/gn/files/patch-src_gn_args.cc =================================================================== --- head/devel/gn/files/patch-src_gn_args.cc (nonexistent) +++ head/devel/gn/files/patch-src_gn_args.cc (revision 556296) @@ -0,0 +1,11 @@ +--- src/gn/args.cc.orig 2020-11-25 15:41:38 UTC ++++ src/gn/args.cc +@@ -354,7 +354,7 @@ void Args::SetSystemVarsLocked(Scope* dest) const { + arch = kMips64; + else if (os_arch == "s390x") + arch = kS390X; +- else if (os_arch == "ppc64" || os_arch == "ppc64le") ++ else if (os_arch == "ppc64" || os_arch == "ppc64le" || os_arch == "powerpc") + // We handle the endianness inside //build/config/host_byteorder.gni. + // This allows us to use the same toolchain as ppc64 BE + // and specific flags are included using the host_byteorder logic. Property changes on: head/devel/gn/files/patch-src_gn_args.cc ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property