From owner-svn-ports-head@FreeBSD.ORG Tue Jan 8 15:15:58 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id F030F6D7; Tue, 8 Jan 2013 15:15:58 +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 B3E4D81A; Tue, 8 Jan 2013 15:15:58 +0000 (UTC) Received: from svn.freebsd.org (svn.FreeBSD.org [8.8.178.70]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id r08FFwSq004617; Tue, 8 Jan 2013 15:15:58 GMT (envelope-from ume@svn.freebsd.org) Received: (from ume@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id r08FFwih004614; Tue, 8 Jan 2013 15:15:58 GMT (envelope-from ume@svn.freebsd.org) Message-Id: <201301081515.r08FFwih004614@svn.freebsd.org> From: Hajimu UMEMOTO Date: Tue, 8 Jan 2013 15:15:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r310093 - 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: Tue, 08 Jan 2013 15:15:59 -0000 Author: ume Date: Tue Jan 8 15:15:57 2013 New Revision: 310093 URL: http://svnweb.freebsd.org/changeset/ports/310093 Log: Don't search lib32 on FreeBSD/i386. 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 Tue Jan 8 14:46:14 2013 (r310092) +++ head/security/cyrus-sasl2-ldapdb/Makefile Tue Jan 8 15:15:57 2013 (r310093) @@ -40,6 +40,7 @@ USE_OPENLDAP= yes CONFIGURE_ARGS= --sysconfdir=${PREFIX}/etc \ --with-plugindir=${PREFIX}/lib/sasl2 \ --with-dbpath=${PREFIX}/etc/sasldb2 \ + --with-lib-subdir=lib \ --includedir=${PREFIX}/include \ --enable-static \ --with-rc4=openssl Modified: head/security/cyrus-sasl2-saslauthd/Makefile ============================================================================== --- head/security/cyrus-sasl2-saslauthd/Makefile Tue Jan 8 14:46:14 2013 (r310092) +++ head/security/cyrus-sasl2-saslauthd/Makefile Tue Jan 8 15:15:57 2013 (r310093) @@ -41,6 +41,7 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS= --sysconfdir=${PREFIX}/etc \ --with-plugindir=${PREFIX}/lib/sasl2 \ --with-dbpath=${PREFIX}/etc/sasldb2 \ + --with-lib-subdir=lib \ --includedir=${PREFIX}/include \ --enable-static \ --enable-login \ Modified: head/security/cyrus-sasl2/Makefile ============================================================================== --- head/security/cyrus-sasl2/Makefile Tue Jan 8 14:46:14 2013 (r310092) +++ head/security/cyrus-sasl2/Makefile Tue Jan 8 15:15:57 2013 (r310093) @@ -45,6 +45,7 @@ CONFIGURE_ARGS= --sysconfdir=${PREFIX}/e --with-configdir=${PREFIX}/lib/sasl2:${PREFIX}/etc/sasl2 \ --with-plugindir=${PREFIX}/lib/sasl2 \ --with-dbpath=${PREFIX}/etc/sasldb2 \ + --with-lib-subdir=lib \ --with-pkgconfigdir=${PREFIX}/libdata/pkgconfig \ --includedir=${PREFIX}/include \ --enable-static \