From ddd15c49d42e4407ec92321f5a8d668656cc2e2c Mon Sep 17 00:00:00 2001 From: zi Date: Wed, 28 Nov 2012 16:19:07 +0000 Subject: - Resolve run-time issues mentioned in these PRs by adding -lgssapi_krb5 to the LDFLAGS list. - Bump PORTREVISION PR: ports/137729, ports/147282, ports/147282 Approved by: maintainer timeout (2+ years) Feature safe: yes --- www/mod_auth_kerb2/Makefile | 2 +- www/mod_auth_kerb2/files/patch-Makefile.in | 12 ++++++++++-- 2 files changed, 11 insertions(+), 3 deletions(-) (limited to 'www') diff --git a/www/mod_auth_kerb2/Makefile b/www/mod_auth_kerb2/Makefile index 1d626b405870..be113b61af19 100644 --- a/www/mod_auth_kerb2/Makefile +++ b/www/mod_auth_kerb2/Makefile @@ -3,7 +3,7 @@ PORTNAME= mod_auth_kerb PORTVERSION= 5.4 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= www MASTER_SITES= SF/modauthkerb/${PORTNAME}/${PORTNAME}-${PORTVERSION} PKGNAMEPREFIX= ${APACHE_PKGNAMEPREFIX} diff --git a/www/mod_auth_kerb2/files/patch-Makefile.in b/www/mod_auth_kerb2/files/patch-Makefile.in index b6789815174d..f92ad41a3bc9 100644 --- a/www/mod_auth_kerb2/files/patch-Makefile.in +++ b/www/mod_auth_kerb2/files/patch-Makefile.in @@ -1,5 +1,13 @@ ---- ./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" -- cgit