Summary: | [PATCH] security/cyrus-sasl: mark MAKE_JOBS_UNSAFE | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Dmitry Marakasov <amdmi3> | ||||
Component: | Individual Port(s) | Assignee: | Hajimu UMEMOTO <ume> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | CC: | ume | ||||
Priority: | Normal | ||||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
Description
Dmitry Marakasov
2013-08-28 22:00:00 UTC
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! |