Date: Sat, 2 Nov 2013 18:01:26 +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: r332526 - in head/security: cyrus-sasl2 cyrus-sasl2-ldapdb Message-ID: <201311021801.rA2I1Q35082492@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: ume Date: Sat Nov 2 18:01:26 2013 New Revision: 332526 URL: http://svnweb.freebsd.org/changeset/ports/332526 Log: Strip shared library. Modified: head/security/cyrus-sasl2-ldapdb/Makefile head/security/cyrus-sasl2/Makefile Modified: head/security/cyrus-sasl2-ldapdb/Makefile ============================================================================== --- head/security/cyrus-sasl2-ldapdb/Makefile Sat Nov 2 17:52:48 2013 (r332525) +++ head/security/cyrus-sasl2-ldapdb/Makefile Sat Nov 2 18:01:26 2013 (r332526) @@ -2,7 +2,7 @@ PORTNAME= ldapdb PORTVERSION= 2.1.26 -#PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= security ipv6 MASTER_SITES= ftp://ftp.cyrusimap.org/cyrus-sasl/ PKGNAMEPREFIX= cyrus-sasl- @@ -38,7 +38,6 @@ CONFIGURE_ARGS= --sysconfdir=${PREFIX}/e --includedir=${PREFIX}/include \ --enable-static \ --with-rc4=openssl - CONFIGURE_ARGS+=--with-dblib=none \ --disable-anon \ --disable-cram \ @@ -49,8 +48,8 @@ CONFIGURE_ARGS+=--with-dblib=none \ --disable-otp \ --disable-plain \ --disable-scram - CONFIGURE_ARGS+=--enable-ldapdb --with-ldap=${LOCALBASE} +MAKE_ENV+= INSTALL_STRIP_FLAG=${STRIP} PLIST_FILES= lib/sasl2/libldapdb.a \ lib/sasl2/libldapdb.la \ Modified: head/security/cyrus-sasl2/Makefile ============================================================================== --- head/security/cyrus-sasl2/Makefile Sat Nov 2 17:52:48 2013 (r332525) +++ head/security/cyrus-sasl2/Makefile Sat Nov 2 18:01:26 2013 (r332526) @@ -2,7 +2,7 @@ PORTNAME= cyrus-sasl PORTVERSION= 2.1.26 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= security ipv6 MASTER_SITES= ftp://ftp.cyrusimap.org/cyrus-sasl/ \ http://cyrusimap.org/releases/ @@ -32,6 +32,7 @@ CONFIGURE_ARGS= --sysconfdir=${PREFIX}/e --with-rc4=openssl \ --with-saslauthd=${SASLAUTHD_RUNPATH} \ --disable-krb4 +MAKE_ENV+= INSTALL_STRIP_FLAG=${STRIP} DOCSDIR= ${PREFIX}/share/doc/${PORTNAME}2
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201311021801.rA2I1Q35082492>