pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/chat/hexchat hexchat: Remove libsexy option, it isn't ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/93876cd739e5
branches:  trunk
changeset: 398036:93876cd739e5
user:      nia <nia%pkgsrc.org@localhost>
date:      Tue Jul 09 10:32:51 2019 +0000

description:
hexchat: Remove libsexy option, it isn't used any more.

diffstat:

 chat/hexchat/MESSAGE    |   6 ++++++
 chat/hexchat/options.mk |  10 +++-------
 2 files changed, 9 insertions(+), 7 deletions(-)

diffs (34 lines):

diff -r 558b54e97985 -r 93876cd739e5 chat/hexchat/MESSAGE
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/chat/hexchat/MESSAGE      Tue Jul 09 10:32:51 2019 +0000
@@ -0,0 +1,6 @@
+===========================================================================
+$NetBSD: MESSAGE,v 1.1 2019/07/09 10:32:51 nia Exp $
+
+To enable spell checking, make sure enchant2 is installed.
+
+===========================================================================
diff -r 558b54e97985 -r 93876cd739e5 chat/hexchat/options.mk
--- a/chat/hexchat/options.mk   Tue Jul 09 09:51:55 2019 +0000
+++ b/chat/hexchat/options.mk   Tue Jul 09 10:32:51 2019 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: options.mk,v 1.6 2018/03/17 11:56:15 tnn Exp $
+# $NetBSD: options.mk,v 1.7 2019/07/09 10:32:51 nia Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.hexchat
 PKG_SUPPORTED_OPTIONS= dbus gtk2 libcanberra libnotify libpci libproxy
-PKG_SUPPORTED_OPTIONS+=        libsexy lua openssl perl python
-PKG_SUGGESTED_OPTIONS+=        gtk2 libproxy libsexy openssl
+PKG_SUPPORTED_OPTIONS+=        lua openssl perl python
+PKG_SUGGESTED_OPTIONS+=        gtk2 libproxy openssl
 
 PLIST_VARS+=           dbus gtk2 libpci lua perl python fishlim
 
@@ -96,7 +96,3 @@
 .else
 MESON_ARGS+=           -Dwith-python=false
 .endif
-
-.if !empty(PKG_OPTIONS:Mlibsexy)
-.include "../../devel/libsexy/buildlink3.mk"
-.endif



Home | Main Index | Thread Index | Old Index