Bug 181626 - [PATCH] security/cyrus-sasl: mark MAKE_JOBS_UNSAFE
Summary: [PATCH] security/cyrus-sasl: mark MAKE_JOBS_UNSAFE
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Hajimu UMEMOTO
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-08-28 22:00 UTC by Dmitry Marakasov
Modified: 2013-08-30 16:50 UTC (History)
1 user (show)

See Also:


Attachments
cyrus-sasl-2.1.26_2.patch (365 bytes, patch)
2013-08-28 22:00 UTC, Dmitry Marakasov
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Dmitry Marakasov 2013-08-28 22:00:00 UTC
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)
Comment 1 dfilter service freebsd_committer freebsd_triage 2013-08-30 16:47:28 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"
Comment 2 Hajimu UMEMOTO freebsd_committer freebsd_triage 2013-08-30 16:47:38 UTC
State Changed
From-To: open->closed

Thanks, committed! 


Comment 3 Hajimu UMEMOTO freebsd_committer freebsd_triage 2013-08-30 16:47:38 UTC
Responsible Changed
From-To: freebsd-ports-bugs->ume

Thanks, committed!