Date: Thu, 22 Aug 2019 15:02:13 +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: r509604 - head/devel/systemc Message-ID: <201908221502.x7MF2Dnq002489@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: linimon Date: Thu Aug 22 15:02:12 2019 New Revision: 509604 URL: https://svnweb.freebsd.org/changeset/ports/509604 Log: Restrict to this port to only architectures where it is known to build. Approved by: portmgr (tier-2 blanket) Modified: head/devel/systemc/Makefile Modified: head/devel/systemc/Makefile ============================================================================== --- head/devel/systemc/Makefile Thu Aug 22 14:59:18 2019 (r509603) +++ head/devel/systemc/Makefile Thu Aug 22 15:02:12 2019 (r509604) @@ -11,6 +11,9 @@ COMMENT= C++ classes and macros for describing complex LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE +ONLY_FOR_ARCHS= aarch64 amd64 i386 +ONLY_FOR_ARCHS_REASON= configure: error: sorry...architecture not supported + USES= gmake libtool USE_LDCONFIG= yes
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201908221502.x7MF2Dnq002489>