From cf9e4dc1344d70e528b063fab4cf655499e9d883 Mon Sep 17 00:00:00 2001 From: pgollucci Date: Thu, 16 Sep 2010 04:17:12 +0000 Subject: - Fix pkg-plist The default install calls apxs but without -a/-A which confuses our std pkg-plist @exec/@unexec stanzas Reported by: erwin via pointyhat --- www/mod_auth_kerb2/Makefile | 1 + www/mod_auth_kerb2/files/patch-Makefile.in | 11 +++++++++++ 2 files changed, 12 insertions(+) create mode 100644 www/mod_auth_kerb2/files/patch-Makefile.in diff --git a/www/mod_auth_kerb2/Makefile b/www/mod_auth_kerb2/Makefile index a04aa1d5092e..b6cb867e2535 100644 --- a/www/mod_auth_kerb2/Makefile +++ b/www/mod_auth_kerb2/Makefile @@ -10,6 +10,7 @@ PORTNAME= mod_auth_kerb PORTVERSION= 5.4 +PORTREVISION= 1 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 new file mode 100644 index 000000000000..b6789815174d --- /dev/null +++ b/www/mod_auth_kerb2/files/patch-Makefile.in @@ -0,0 +1,11 @@ +--- ./Makefile.in.orig 2010-09-16 04:14:47.235589487 +0000 ++++ ./Makefile.in 2010-09-16 04:14:27.895241868 +0000 +@@ -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 \ -- cgit n value='wayland'>wayland FreeBSD graphics obsolete development ports (https://github.com/freebsd/freebsd-ports-graphics)
aboutsummaryrefslogtreecommitdiffstats
path: root/www/p5-AnyEvent-SCGI
Commit message (Expand)AuthorAgeFilesLines
* Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.mat2016-04-01