Index: head/www/mod_auth_kerb2/Makefile =================================================================== --- head/www/mod_auth_kerb2/Makefile (revision 307911) +++ head/www/mod_auth_kerb2/Makefile (revision 307912) @@ -1,41 +1,41 @@ # Created by: wollman # $FreeBSD$ PORTNAME= mod_auth_kerb PORTVERSION= 5.4 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= www MASTER_SITES= SF/modauthkerb/${PORTNAME}/${PORTNAME}-${PORTVERSION} PKGNAMEPREFIX= ${APACHE_PKGNAMEPREFIX} MAINTAINER= apache@FreeBSD.org COMMENT= An Apache module for authenticating users with Kerberos v5 MAKE_JOBS_SAFE= yes LATEST_LINK= mod_auth_kerb2 USE_APACHE= 22 USE_GMAKE= yes GNU_CONFIGURE= yes BUILD_DEPENDS= gsed:${PORTSDIR}/textproc/gsed PORTSCOUT= limit:^5.3 .if defined(KRB5_HOME) BUILD_DEPENDS+= ${KRB5_HOME}/lib/libgssapi_krb5.so:${PORTSDIR}/security/krb5 RUN_DEPENDS+= ${KRB5_HOME}/lib/libgssapi_krb5.so:${PORTSDIR}/security/krb5 CONFIGURE_ARGS+= --with-krb5=${KRB5_HOME} --without-krb4 .elif defined(HEIMDAL_HOME) BUILD_DEPENDS+= ${HEIMDAL_HOME}/lib/libgssapi.so:${PORTSDIR}/security/heimdal RUN_DEPENDS+= ${HEIMDAL_HOME}/lib/libgssapi.so:${PORTSDIR}/security/heimdal CONFIGURE_ARGS+= --with-krb5=${HEIMDAL_HOME} --without-krb4 .elif exists(${DESTDIR}/usr/lib/libkrb5.a) && exists(${DESTDIR}/usr/bin/krb5-config) CONFIGURE_ARGS+= --with-krb5=${DESTDIR}/usr --without-krb4 .else LIB_DEPENDS+= gssapi_krb5:${PORTSDIR}/security/krb5 CONFIGURE_ARGS+= --with-krb5=${LOCALBASE} --without-krb4 .endif .include Property changes on: head/www/mod_auth_kerb2/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/www/mod_auth_kerb2/files/patch-Makefile.in =================================================================== --- head/www/mod_auth_kerb2/files/patch-Makefile.in (revision 307911) +++ head/www/mod_auth_kerb2/files/patch-Makefile.in (revision 307912) @@ -1,11 +1,19 @@ ---- ./Makefile.in.orig 2010-09-16 04:14:47.235589487 +0000 -+++ ./Makefile.in 2010-09-16 04:14:27.895241868 +0000 +--- ./Makefile.in.orig 2008-12-02 09:07:10.000000000 -0500 ++++ ./Makefile.in 2012-11-28 09:50:58.000000000 -0500 +@@ -1,6 +1,6 @@ + APXS = @APXS@ + KRB5_CPPFLAGS = @KRB5_CPPFLAGS@ +-KRB5_LDFLAGS = @KRB5_LDFLAGS@ ++KRB5_LDFLAGS = @KRB5_LDFLAGS@ -lgssapi_krb5 + KRB4_CPPFLAGS = @KRB4_CPPFLAGS@ + KRB4_LDFLAGS = @KRB4_LDFLAGS@ + LIB_resolv = @LIB_resolv@ @@ -16,7 +16,7 @@ ./apxs.sh "${CPPFLAGS}" "${LDFLAGS}" "${SPNEGO_SRCS}" "${APXS}" "-c" "src/mod_auth_kerb.c" install: - ./apxs.sh "${CPPFLAGS}" "${LDFLAGS}" "${SPNEGO_SRCS}" "${APXS}" "-c -i" "src/mod_auth_kerb.c" + ./apxs.sh "${CPPFLAGS}" "${LDFLAGS}" "${SPNEGO_SRCS}" "${APXS}" "-c -i -a" "src/mod_auth_kerb.c" clean: for i in . src spnegokrb5; do \ Property changes on: head/www/mod_auth_kerb2/files/patch-Makefile.in ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property