pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/chat/inspircd inspircd: Change default option from ope...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a4a689d90c8a
branches:  trunk
changeset: 392414:a4a689d90c8a
user:      nia <nia%pkgsrc.org@localhost>
date:      Sat Mar 02 11:12:38 2019 +0000

description:
inspircd: Change default option from openssl to gnutls.

inspircd is GPLv2 and does not have an exception to allow linking against
OpenSSL. The inspircd documentation also describes the gnutls module as
performing better and being preferred in most cases.

diffstat:

 chat/inspircd/Makefile   |  3 ++-
 chat/inspircd/options.mk |  4 ++--
 2 files changed, 4 insertions(+), 3 deletions(-)

diffs (26 lines):

diff -r f1120d105dbe -r a4a689d90c8a chat/inspircd/Makefile
--- a/chat/inspircd/Makefile    Sat Mar 02 11:02:07 2019 +0000
+++ b/chat/inspircd/Makefile    Sat Mar 02 11:12:38 2019 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.61 2019/01/31 14:28:37 nia Exp $
+# $NetBSD: Makefile,v 1.62 2019/03/02 11:12:38 nia Exp $
 
 DISTNAME=      inspircd-2.0.27
+PKGREVISION=   1
 CATEGORIES=    chat
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=inspircd/}
 GITHUB_TAG=    v${PKGVERSION_NOREV}
diff -r f1120d105dbe -r a4a689d90c8a chat/inspircd/options.mk
--- a/chat/inspircd/options.mk  Sat Mar 02 11:02:07 2019 +0000
+++ b/chat/inspircd/options.mk  Sat Mar 02 11:12:38 2019 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: options.mk,v 1.5 2019/01/30 10:16:47 nia Exp $
+# $NetBSD: options.mk,v 1.6 2019/03/02 11:12:38 nia Exp $
 
 PKG_OPTIONS_VAR=               PKG_OPTIONS.inspircd
 PKG_SUPPORTED_OPTIONS=         geoip gnutls openssl mysql ldap pcre pgsql sqlite3
-PKG_SUGGESTED_OPTIONS=         openssl
+PKG_SUGGESTED_OPTIONS=         gnutls
 PLIST_VARS+=                   geoip gnutls openssl mysql ldap pcre pgsql sqlite3
 
 .include "../../mk/bsd.options.mk"



Home | Main Index | Thread Index | Old Index