From owner-svn-ports-head@FreeBSD.ORG Mon Feb 9 03:46:13 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E3D06839; Mon, 9 Feb 2015 03:46:13 +0000 (UTC) Received: from mail.allbsd.org (gatekeeper.allbsd.org [IPv6:2001:2f0:104:e001::32]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "*.allbsd.org", Issuer "RapidSSL CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 873E0C64; Mon, 9 Feb 2015 03:46:13 +0000 (UTC) Received: from alph.d.allbsd.org (alph.d.allbsd.org [IPv6:2001:2f0:104:e010:862b:2bff:febc:8956] (may be forged)) (authenticated bits=56) by mail.allbsd.org (8.14.9/8.14.8) with ESMTP id t193juJf025525 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Mon, 9 Feb 2015 12:45:58 +0900 (JST) (envelope-from hrs@FreeBSD.org) Received: from localhost (localhost [IPv6:::1]) (authenticated bits=0) by alph.d.allbsd.org (8.14.9/8.14.8) with ESMTP id t193jtE8071179; Mon, 9 Feb 2015 12:45:56 +0900 (JST) (envelope-from hrs@FreeBSD.org) Date: Mon, 09 Feb 2015 12:17:40 +0900 (JST) Message-Id: <20150209.121740.117557459308159592.hrs@allbsd.org> To: bapt@FreeBSD.org Subject: Re: svn commit: r378260 - in head/www/mod_auth_kerb2: . files From: Hiroki Sato In-Reply-To: <20150208212037.GF29891@ivaldir.etoilebsd.net> References: <201502011840.t11IewkI031658@svn.freebsd.org> <20150208212037.GF29891@ivaldir.etoilebsd.net> X-PGPkey-fingerprint: BDB3 443F A5DD B3D0 A530 FFD7 4F2C D3D8 2793 CF2D X-Mailer: Mew version 6.6 on Emacs 24.4 / Mule 6.0 (HANACHIRUSATO) Mime-Version: 1.0 Content-Type: Multipart/Signed; protocol="application/pgp-signature"; micalg=pgp-sha1; boundary="--Security_Multipart(Mon_Feb__9_12_17_41_2015_251)--" Content-Transfer-Encoding: 7bit X-Virus-Scanned: clamav-milter 0.97.4 at gatekeeper.allbsd.org X-Virus-Status: Clean X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.4.3 (mail.allbsd.org [IPv6:2001:2f0:104:e001::32]); Mon, 09 Feb 2015 12:46:06 +0900 (JST) X-Spam-Status: No, score=-98.0 required=13.0 tests=CONTENT_TYPE_PRESENT, RCVD_IN_AHBL, RCVD_IN_AHBL_PROXY, RCVD_IN_AHBL_SPAM, RDNS_NONE, USER_IN_WHITELIST autolearn=no autolearn_force=no version=3.4.0 X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on gatekeeper.allbsd.org Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 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: Mon, 09 Feb 2015 03:46:14 -0000 ----Security_Multipart(Mon_Feb__9_12_17_41_2015_251)-- Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Baptiste Daroussin wrote in <20150208212037.GF29891@ivaldir.etoilebsd.net>: ba> On Sun, Feb 01, 2015 at 06:40:58PM +0000, Hiroki Sato wrote: ba> > Author: hrs ba> > Date: Sun Feb 1 18:40:57 2015 ba> > New Revision: 378260 ba> > URL: https://svnweb.freebsd.org/changeset/ports/378260 ba> > QAT: https://qat.redports.org/buildarchive/r378260/ ba> > ba> > Log: ba> > - Use USES=gssapi. ba> > - Add LICENSE. ba> > - Fix a bug in KrbSaveCredentials option (RHBA-2012:0877-1). ba> > ba> > Modified: ba> > head/www/mod_auth_kerb2/Makefile ba> > head/www/mod_auth_kerb2/files/patch-Makefile.in ba> > head/www/mod_auth_kerb2/files/patch-src__mod_auth_kerb.c ba> > ba> > Modified: head/www/mod_auth_kerb2/Makefile ba> > ============================================================================== ba> > --- head/www/mod_auth_kerb2/Makefile Sun Feb 1 18:35:24 2015 (r378259) ba> > +++ head/www/mod_auth_kerb2/Makefile Sun Feb 1 18:40:57 2015 (r378260) ba> > @@ -3,7 +3,7 @@ ba> > ba> > PORTNAME= mod_auth_kerb ba> > PORTVERSION= 5.4 ba> > -PORTREVISION= 6 ba> > +PORTREVISION= 7 ba> > CATEGORIES= www ba> > MASTER_SITES= SF/modauthkerb/${PORTNAME}/${PORTNAME}-${PORTVERSION} ba> > PKGNAMEPREFIX= ${APACHE_PKGNAMEPREFIX} ba> > @@ -12,39 +12,24 @@ PKGNAMESUFFIX= 2 ba> > MAINTAINER= apache@FreeBSD.org ba> > COMMENT= Apache module for authenticating users with Kerberos v5 ba> > ba> > -USE_APACHE= 22+ ba> > -USES= gmake ba> > -GNU_CONFIGURE= yes ba> > +LICENSE= MIT BSD3CLAUSE ba> > +LICENSE_COMB= multi ba> > +LICENSE_FILE_MIT= ${WRKSRC}/LICENSE ba> > +LICENSE_FILE_BSD3CLAUSE= ${WRKSRC}/LICENSE ba> > ba> > +LATEST_LINK= mod_auth_kerb2 ba> > PORTSCOUT= limit:^5.4 ba> > ba> > -.if defined(KRB5_HOME) ba> > -BUILD_DEPENDS+= ${KRB5_HOME}/lib/libgssapi_krb5.so:${PORTSDIR}/security/krb5 ba> > -RUN_DEPENDS+= ${KRB5_HOME}/lib/libgssapi_krb5.so:${PORTSDIR}/security/krb5 ba> > -CONFIGURE_ARGS+= --with-krb5=${KRB5_HOME} --without-krb4 ba> > - ba> > -.elif defined(HEIMDAL_HOME) ba> > -BUILD_DEPENDS+= ${HEIMDAL_HOME}/lib/libgssapi.so:${PORTSDIR}/security/heimdal ba> > -RUN_DEPENDS+= ${HEIMDAL_HOME}/lib/libgssapi.so:${PORTSDIR}/security/heimdal ba> > -CONFIGURE_ARGS+= --with-krb5=${HEIMDAL_HOME} --without-krb4 ba> > - ba> > -.elif exists(${DESTDIR}/usr/lib/libkrb5.a) && exists(${DESTDIR}/usr/bin/krb5-config) ba> > -CONFIGURE_ARGS+= --with-krb5=${DESTDIR}/usr --without-krb4 ba> > - ba> > -.else ba> > -LIB_DEPENDS+= libgssapi_krb5.so:${PORTSDIR}/security/krb5 ba> > -CONFIGURE_ARGS+= --with-krb5=${LOCALBASE} --without-krb4 ba> > -.endif ba> > - ba> > -post-patch: ba> > - ${REINPLACE_CMD} -e 's|@APXS_STAGE@|-S LIBEXECDIR=${STAGEDIR}${PREFIX}/${APACHEMODDIR}|' \ ba> > - ${WRKSRC}/Makefile.in ba> > -.if !defined(HEIMDAL_HOME) ba> > - ${REINPLACE_CMD} -e 's|@KRB5_LDFLAGS@|@KRB5_LDFLAGS@ -lgssapi_krb5|' \ ba> > - ${WRKSRC}/Makefile.in ba> > -.endif ba> > +USE_APACHE= 22+ ba> > +USE_GMAKE= yes ba> ba> USE_GMAKE hasn't been deprecated and support removed for a while I'll fix. Thank you for the fix. It was from my very old patch and forgot to update it... -- Hiroki ----Security_Multipart(Mon_Feb__9_12_17_41_2015_251)-- Content-Type: application/pgp-signature Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iEYEABECAAYFAlTYJtUACgkQTyzT2CeTzy2JPgCeK8l8h/XpNN3EO7+BnArpxAnb yLMAoK/RIytgQ2CvrWzCl0XTMWNZnPRu =cSVX -----END PGP SIGNATURE----- ----Security_Multipart(Mon_Feb__9_12_17_41_2015_251)----