svn commit: r309543 - in head/security: cyrus-sasl2 cyrus-sasl2-ldapdb cyrus-sasl2-saslauthd
Hajimu UMEMOTO
ume at FreeBSD.org
Thu Dec 27 15:37:04 UTC 2012
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
More information about the svn-ports-head
mailing list