build fails sporadically: http://people.freebsd.org/~amdmi3/cyrus-sasl-2.1.26_2.log so mark MAKE_JOBS_UNSAFE. Port maintainer (ume@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99_8 (mode: change, diff: SVN)
Author: ume Date: Fri Aug 30 15:47:17 2013 New Revision: 325707 URL: http://svnweb.freebsd.org/changeset/ports/325707 Log: Mark security/cyrus-sasl2 MAKE_JOBS_UNSAFE. PR: ports/181626 Submitted by: amdmi3 Modified: head/security/cyrus-sasl2/Makefile Modified: head/security/cyrus-sasl2/Makefile ============================================================================== --- head/security/cyrus-sasl2/Makefile Fri Aug 30 15:34:31 2013 (r325706) +++ head/security/cyrus-sasl2/Makefile Fri Aug 30 15:47:17 2013 (r325707) @@ -15,7 +15,6 @@ LICENSE_FILE= ${WRKSRC}/COPYING LATEST_LINK= ${PORTNAME}2 - USE_AUTOTOOLS= libtool USE_LDCONFIG= yes @@ -54,6 +53,8 @@ CONFIGURE_ARGS= --sysconfdir=${PREFIX}/e --with-saslauthd=${SASLAUTHD_RUNPATH} \ --disable-krb4 +MAKE_JOBS_UNSAFE= yes + NO_OPTIONS_SORT= yes OPTIONS_DEFINE= ALWAYSTRUE AUTHDAEMOND KEEP_DB_OPEN \ OBSOLETE_CRAM_ATTR BDB MYSQL PGSQL _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Thanks, committed!
Responsible Changed From-To: freebsd-ports-bugs->ume Thanks, committed!