pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/cherokee use libgnutls-config.mk, brings back TLS ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e3ad9a418c56
branches:  trunk
changeset: 395049:e3ad9a418c56
user:      drochner <drochner%pkgsrc.org@localhost>
date:      Fri Jul 03 14:15:41 2009 +0000

description:
use libgnutls-config.mk, brings back TLS support with gnutls-2.8,
bump PKGREVISION

diffstat:

 www/cherokee/Makefile |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (22 lines):

diff -r 0396086732ce -r e3ad9a418c56 www/cherokee/Makefile
--- a/www/cherokee/Makefile     Fri Jul 03 14:04:12 2009 +0000
+++ b/www/cherokee/Makefile     Fri Jul 03 14:15:41 2009 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.10 2008/05/22 13:31:40 tnn Exp $
+# $NetBSD: Makefile,v 1.11 2009/07/03 14:15:41 drochner Exp $
 #
 
 DISTNAME=      cherokee-0.5.3
-PKGREVISION=   3
+PKGREVISION=   4
 CATEGORIES=    www
 MASTER_SITES=  http://www.cherokee-project.com/download/0.5/0.5.3/
 
@@ -66,6 +66,7 @@
 .if !empty(PKG_OPTIONS:Mgnutls)
 CONFIGURE_ARGS+=       --enable-tls=gnutls
 .include "../../security/gnutls/buildlink3.mk"
+.include "../../security/gnutls/libgnutls-config.mk"
 CONF_FILES+=           ${EGDIR}/cherokee/mods-available/ssl \
                        ${PKG_SYSCONFDIR}/cherokee/mods-enabled/ssl
 .elif !empty(PKG_OPTIONS:Mopenssl)



Home | Main Index | Thread Index | Old Index