diff options
author | zi <zi@FreeBSD.org> | 2012-11-29 00:19:07 +0800 |
---|---|---|
committer | zi <zi@FreeBSD.org> | 2012-11-29 00:19:07 +0800 |
commit | ddd15c49d42e4407ec92321f5a8d668656cc2e2c (patch) | |
tree | f0ad913b9baf19dd8223e9500788e385548779e8 /www | |
parent | d7d49f5e0d322133a2fa523ea7cd634b45df454a (diff) | |
download | freebsd-ports-gnome-ddd15c49d42e4407ec92321f5a8d668656cc2e2c.tar.gz freebsd-ports-gnome-ddd15c49d42e4407ec92321f5a8d668656cc2e2c.tar.zst freebsd-ports-gnome-ddd15c49d42e4407ec92321f5a8d668656cc2e2c.zip |
- 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
Diffstat (limited to 'www')
-rw-r--r-- | www/mod_auth_kerb2/Makefile | 2 | ||||
-rw-r--r-- | www/mod_auth_kerb2/files/patch-Makefile.in | 12 |
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" |