From owner-svn-ports-head@FreeBSD.ORG Thu Dec 27 15:37:04 2012 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 55B749FE; Thu, 27 Dec 2012 15:37:04 +0000 (UTC) (envelope-from ume@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 218D08FC0A; Thu, 27 Dec 2012 15:37:04 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qBRFb3Zk005467; Thu, 27 Dec 2012 15:37:03 GMT (envelope-from ume@svn.freebsd.org) Received: (from ume@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qBRFb37q005464; Thu, 27 Dec 2012 15:37:03 GMT (envelope-from ume@svn.freebsd.org) Message-Id: <201212271537.qBRFb37q005464@svn.freebsd.org> From: Hajimu UMEMOTO Date: Thu, 27 Dec 2012 15:37:03 +0000 (UTC) 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 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Dec 2012 15:37:04 -0000 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 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