summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorRyan Steinmetz <zi@FreeBSD.org>2012-11-28 16:19:07 +0000
committerRyan Steinmetz <zi@FreeBSD.org>2012-11-28 16:19:07 +0000
commit0e29e289c8678f3dfd13e2f5d7a812b3e314167e (patch)
treef0ad913b9baf19dd8223e9500788e385548779e8 /www
parentUpdate to 4.2.3 release. (diff)
- 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
Notes
Notes: svn path=/head/; revision=307912
Diffstat (limited to 'www')
-rw-r--r--www/mod_auth_kerb2/Makefile2
-rw-r--r--www/mod_auth_kerb2/files/patch-Makefile.in12
2 files changed, 11 insertions, 3 deletions
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"