Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 27 Dec 2012 15:37:03 +0000 (UTC)
From:      Hajimu UMEMOTO <ume@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r309543 - in head/security: cyrus-sasl2 cyrus-sasl2-ldapdb cyrus-sasl2-saslauthd
Message-ID:  <201212271537.qBRFb37q005464@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ume
Date: Thu Dec 27 15:37:03 2012
New Revision: 309543
URL: http://svnweb.freebsd.org/changeset/ports/309543

Log:
  Mark cyrus-sasl2 as MAKE_JOBS_SAFE.
  
  Submitted by:	Kevin Zheng <kevinz5000__at__gmail.com>

Modified:
  head/security/cyrus-sasl2-ldapdb/Makefile
  head/security/cyrus-sasl2-saslauthd/Makefile
  head/security/cyrus-sasl2/Makefile

Modified: head/security/cyrus-sasl2-ldapdb/Makefile
==============================================================================
--- head/security/cyrus-sasl2-ldapdb/Makefile	Thu Dec 27 14:04:17 2012	(r309542)
+++ head/security/cyrus-sasl2-ldapdb/Makefile	Thu Dec 27 15:37:03 2012	(r309543)
@@ -24,6 +24,8 @@ DISTINFO_FILE=	${CYRUS_SASL2_DIR}/distin
 PATCHDIR=	${CYRUS_SASL2_DIR}/files
 INSTALL_WRKSRC=	${WRKSRC}/plugins
 
+MAKE_JOBS_SAFE=	yes
+
 USE_LDCONFIG=	yes
 
 USE_AUTOTOOLS=	libtool

Modified: head/security/cyrus-sasl2-saslauthd/Makefile
==============================================================================
--- head/security/cyrus-sasl2-saslauthd/Makefile	Thu Dec 27 14:04:17 2012	(r309542)
+++ head/security/cyrus-sasl2-saslauthd/Makefile	Thu Dec 27 15:37:03 2012	(r309543)
@@ -25,6 +25,8 @@ PATCHDIR=	${CYRUS_SASL2_DIR}/files
 INSTALL_WRKSRC=	${WRKSRC}/saslauthd
 DOCSDIR=	${PREFIX}/share/doc/cyrus-sasl2
 
+MAKE_JOBS_SAFE=	yes
+
 MAN8=		saslauthd.8
 
 USE_RC_SUBR=	saslauthd

Modified: head/security/cyrus-sasl2/Makefile
==============================================================================
--- head/security/cyrus-sasl2/Makefile	Thu Dec 27 14:04:17 2012	(r309542)
+++ head/security/cyrus-sasl2/Makefile	Thu Dec 27 15:37:03 2012	(r309543)
@@ -14,6 +14,8 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 
 LATEST_LINK=	${PORTNAME}2
 
+MAKE_JOBS_SAFE=	yes
+
 USE_AUTOTOOLS=	libtool
 USE_LDCONFIG=	yes
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201212271537.qBRFb37q005464>