Date: Sun, 28 Oct 2018 06:54:04 +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: r483229 - head/net-mgmt/docsis Message-ID: <201810280654.w9S6s4Ih051775@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: linimon Date: Sun Oct 28 06:54:04 2018 New Revision: 483229 URL: https://svnweb.freebsd.org/changeset/ports/483229 Log: Mark MAKE_JOBS_UNSAFE to fix build on e.g. powerpc64. PR: 231948 Submitted by: Piotr Kubaj Modified: head/net-mgmt/docsis/Makefile Modified: head/net-mgmt/docsis/Makefile ============================================================================== --- head/net-mgmt/docsis/Makefile Sun Oct 28 06:27:54 2018 (r483228) +++ head/net-mgmt/docsis/Makefile Sun Oct 28 06:54:04 2018 (r483229) @@ -19,6 +19,7 @@ LIB_DEPENDS= libnetsnmp.so:net-mgmt/net-snmp \ USES= autoreconf bison libtool ssl USE_GITHUB= yes GNU_CONFIGURE= yes +MAKE_JOBS_UNSAFE= yes PLIST_SUB= MIBS=share/snmp/mibs
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201810280654.w9S6s4Ih051775>