svn commit: r307912 - in head/www/mod_auth_kerb2: . files
Ryan Steinmetz
zi at FreeBSD.org
Wed Nov 28 16:19:08 UTC 2012
Author: zi
Date: Wed Nov 28 16:19:07 2012
New Revision: 307912
URL: http://svnweb.freebsd.org/changeset/ports/307912
Log:
- 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
Modified:
head/www/mod_auth_kerb2/Makefile (contents, props changed)
head/www/mod_auth_kerb2/files/patch-Makefile.in (contents, props changed)
Modified: head/www/mod_auth_kerb2/Makefile
==============================================================================
--- head/www/mod_auth_kerb2/Makefile Wed Nov 28 15:18:41 2012 (r307911)
+++ head/www/mod_auth_kerb2/Makefile Wed Nov 28 16:19:07 2012 (r307912)
@@ -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}
Modified: head/www/mod_auth_kerb2/files/patch-Makefile.in
==============================================================================
--- head/www/mod_auth_kerb2/files/patch-Makefile.in Wed Nov 28 15:18:41 2012 (r307911)
+++ head/www/mod_auth_kerb2/files/patch-Makefile.in Wed Nov 28 16:19:07 2012 (r307912)
@@ -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"
More information about the svn-ports-head
mailing list