Date: Tue, 9 Jun 2015 14:32:01 +0000 (UTC) From: John Marino <marino@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r388941 - head/net-p2p/gtk-gnutella Message-ID: <201506091432.t59EW1o1021421@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: marino Date: Tue Jun 9 14:32:00 2015 New Revision: 388941 URL: https://svnweb.freebsd.org/changeset/ports/388941 Log: net-p2p/gtk-gnutella: new version is not jobs safe This failed two of the last three attempts in a multijob bulk bulld. It failed during linking (unknown symbol references) so probably the object files were still building at link time. Approved by: blanket (jobs safe) Modified: head/net-p2p/gtk-gnutella/Makefile Modified: head/net-p2p/gtk-gnutella/Makefile ============================================================================== --- head/net-p2p/gtk-gnutella/Makefile Tue Jun 9 14:25:41 2015 (r388940) +++ head/net-p2p/gtk-gnutella/Makefile Tue Jun 9 14:32:00 2015 (r388941) @@ -66,6 +66,8 @@ PLIST_SUB= ARCH="${ARCH}" OPSYS="${OPSYS ONLY_FOR_ARCHS= i386 amd64 +MAKE_JOBS_UNSAFE= yes + OPTIONS_DEFINE= DBUS DEBUG GUI IPV6 NLS PORTABILITY TLS OPTIONS_DEFAULT= GUI TLS OPTIONS_SUB= yes
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201506091432.t59EW1o1021421>