Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 09 Feb 2015 12:17:40 +0900 (JST)
From:      Hiroki Sato <hrs@FreeBSD.org>
To:        bapt@FreeBSD.org
Cc:        svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org
Subject:   Re: svn commit: r378260 - in head/www/mod_auth_kerb2: . files
Message-ID:  <20150209.121740.117557459308159592.hrs@allbsd.org>
In-Reply-To: <20150208212037.GF29891@ivaldir.etoilebsd.net>
References:  <201502011840.t11IewkI031658@svn.freebsd.org> <20150208212037.GF29891@ivaldir.etoilebsd.net>

next in thread | previous in thread | raw e-mail | index | archive | help
----Security_Multipart(Mon_Feb__9_12_17_41_2015_251)--
Content-Type: Text/Plain; charset=us-ascii
Content-Transfer-Encoding: 7bit

Baptiste Daroussin <bapt@FreeBSD.org> 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)----



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20150209.121740.117557459308159592.hrs>