pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www/cherokee Fix SunOS configure and build for the (de...
details: https://anonhg.NetBSD.org/pkgsrc/rev/7c7709906930
branches: trunk
changeset: 639769:7c7709906930
user: fhajny <fhajny%pkgsrc.org@localhost>
date: Thu Sep 25 10:21:57 2014 +0000
description:
Fix SunOS configure and build for the (default) pam option.
diffstat:
www/cherokee/distinfo | 3 ++-
www/cherokee/patches/patch-configure | 15 +++++++++++++++
2 files changed, 17 insertions(+), 1 deletions(-)
diffs (31 lines):
diff -r 6f0bd6a865bd -r 7c7709906930 www/cherokee/distinfo
--- a/www/cherokee/distinfo Thu Sep 25 09:32:38 2014 +0000
+++ b/www/cherokee/distinfo Thu Sep 25 10:21:57 2014 +0000
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.5 2012/03/22 22:40:18 asau Exp $
+$NetBSD: distinfo,v 1.6 2014/09/25 10:21:57 fhajny Exp $
SHA1 (cherokee-1.2.101.tar.gz) = b27f149c7d7111207ac8c3cd8a4856c05490d136
RMD160 (cherokee-1.2.101.tar.gz) = dd3dedc352ba17bdcefd8e200143b8ffa19ad035
Size (cherokee-1.2.101.tar.gz) = 6320209 bytes
SHA1 (patch-cherokee_common-internal.h) = 730b67aa0cdf4990686e9529cec3a7fc1ddd90a5
+SHA1 (patch-configure) = 58a25088320863dd00f4c7d4f050e1c163dbe6f3
diff -r 6f0bd6a865bd -r 7c7709906930 www/cherokee/patches/patch-configure
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/www/cherokee/patches/patch-configure Thu Sep 25 10:21:57 2014 +0000
@@ -0,0 +1,15 @@
+$NetBSD: patch-configure,v 1.1 2014/09/25 10:21:57 fhajny Exp $
+
+SunOS needs definitions from pam_appl.h.
+--- configure.orig 2011-10-18 19:38:22.000000000 +0000
++++ configure
+@@ -19887,6 +19887,9 @@ fi
+ # include <security/pam_modules.h>
+ #endif
+
++#ifdef __sun
++# include <security/pam_appl.h>
++#endif
+ "
+ if test "x$ac_cv_header_security_pam_modules_h" = xyes; then :
+ have_pam_include=yes
Home |
Main Index |
Thread Index |
Old Index