From owner-svn-ports-head@freebsd.org Sat Feb 27 17:02:13 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A1C87AB6F79; Sat, 27 Feb 2016 17:02:13 +0000 (UTC) (envelope-from ume@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7BB11405; Sat, 27 Feb 2016 17:02:13 +0000 (UTC) (envelope-from ume@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1RH2Cja061912; Sat, 27 Feb 2016 17:02:12 GMT (envelope-from ume@FreeBSD.org) Received: (from ume@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1RH2CI0061908; Sat, 27 Feb 2016 17:02:12 GMT (envelope-from ume@FreeBSD.org) Message-Id: <201602271702.u1RH2CI0061908@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ume set sender to ume@FreeBSD.org using -f From: Hajimu UMEMOTO Date: Sat, 27 Feb 2016 17:02:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r409673 - in head/security: cyrus-sasl2 cyrus-sasl2-gssapi cyrus-sasl2-ldapdb cyrus-sasl2-srp 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.20 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: Sat, 27 Feb 2016 17:02:13 -0000 Author: ume Date: Sat Feb 27 17:02:11 2016 New Revision: 409673 URL: https://svnweb.freebsd.org/changeset/ports/409673 Log: Move PLIST_FILES for plugins into cyrus-sasl2/Makefile.common. Modified: head/security/cyrus-sasl2-gssapi/Makefile head/security/cyrus-sasl2-ldapdb/Makefile head/security/cyrus-sasl2-srp/Makefile head/security/cyrus-sasl2/Makefile.common Modified: head/security/cyrus-sasl2-gssapi/Makefile ============================================================================== --- head/security/cyrus-sasl2-gssapi/Makefile Sat Feb 27 16:19:53 2016 (r409672) +++ head/security/cyrus-sasl2-gssapi/Makefile Sat Feb 27 17:02:11 2016 (r409673) @@ -23,9 +23,6 @@ GSSAPI_MIT_USES= gssapi:mit GSSAPI_MIT_CONFIGURE_ON= --enable-gssapi="${GSSAPIBASEDIR}" \ --with-gss_impl=mit -PLIST_FILES= lib/sasl2/libgssapiv2.a \ - lib/sasl2/libgssapiv2.so \ - lib/sasl2/libgssapiv2.so.3 \ - lib/sasl2/libgssapiv2.so.3.0.0 +CYRUS_BUILD_TARGET= gssapiv2 .include "${.CURDIR}/../../security/cyrus-sasl2/Makefile.common" Modified: head/security/cyrus-sasl2-ldapdb/Makefile ============================================================================== --- head/security/cyrus-sasl2-ldapdb/Makefile Sat Feb 27 16:19:53 2016 (r409672) +++ head/security/cyrus-sasl2-ldapdb/Makefile Sat Feb 27 17:02:11 2016 (r409673) @@ -12,9 +12,4 @@ WANT_OPENLDAP_VER= ${WITH_OPENLDAP_VER} CONFIGURE_ARGS+=--enable-ldapdb --with-ldap=${LOCALBASE} -PLIST_FILES= lib/sasl2/libldapdb.a \ - lib/sasl2/libldapdb.so \ - lib/sasl2/libldapdb.so.3 \ - lib/sasl2/libldapdb.so.3.0.0 - .include "${.CURDIR}/../../security/cyrus-sasl2/Makefile.common" Modified: head/security/cyrus-sasl2-srp/Makefile ============================================================================== --- head/security/cyrus-sasl2-srp/Makefile Sat Feb 27 16:19:53 2016 (r409672) +++ head/security/cyrus-sasl2-srp/Makefile Sat Feb 27 17:02:11 2016 (r409673) @@ -11,9 +11,4 @@ OPTIONS_DEFAULT= SRP_SETPASS SRP_SETPASS_DESC= setting SRP secrets with saslpasswd SRP_SETPASS_CONFIGURE_ENABLE= srp-setpass -PLIST_FILES= lib/sasl2/libsrp.a \ - lib/sasl2/libsrp.so \ - lib/sasl2/libsrp.so.3 \ - lib/sasl2/libsrp.so.3.0.0 - .include "${.CURDIR}/../../security/cyrus-sasl2/Makefile.common" Modified: head/security/cyrus-sasl2/Makefile.common ============================================================================== --- head/security/cyrus-sasl2/Makefile.common Sat Feb 27 16:19:53 2016 (r409672) +++ head/security/cyrus-sasl2/Makefile.common Sat Feb 27 17:02:11 2016 (r409673) @@ -49,9 +49,9 @@ DISTINFO_FILE= ${CYRUS_SASL2_DIR}/distin PATCHDIR= ${CYRUS_SASL2_DIR}/files .if defined(PKGNAMESUFFIX) -CYRUS_BUILD_TARGET= ${PKGNAMESUFFIX:S/^-//} +CYRUS_BUILD_TARGET?= ${PKGNAMESUFFIX:S/^-//} .else -CYRUS_BUILD_TARGET= ${PORTNAME} +CYRUS_BUILD_TARGET?= ${PORTNAME} .endif .if ${CYRUS_BUILD_TARGET} != "cyrus-sasl" && ${CYRUS_BUILD_TARGET} != "saslauthd" @@ -61,6 +61,11 @@ LIB_DEPENDS= libsasl2.so:${PORTSDIR}/sec USES= libtool:build CONFIGURE_ARGS+=--with-dblib=none +PLIST_FILES+= lib/sasl2/lib${CYRUS_BUILD_TARGET}.a \ + lib/sasl2/lib${CYRUS_BUILD_TARGET}.so \ + lib/sasl2/lib${CYRUS_BUILD_TARGET}.so.3 \ + lib/sasl2/lib${CYRUS_BUILD_TARGET}.so.3.0.0 + .endif .include