summaryrefslogtreecommitdiff
path: root/irc
diff options
context:
space:
mode:
authorKoop Mast <kwm@FreeBSD.org>2013-06-02 13:44:14 +0000
committerKoop Mast <kwm@FreeBSD.org>2013-06-02 13:44:14 +0000
commit6a0300d969413fc00d22f25f2254c22db28ded71 (patch)
tree738cef6cd6cf3e90510f28c9767e613123c8bfba /irc
parent- Update to 2.3.0 (diff)
Add patch to fix the static spell option [1].
Reword options description. Submitted by: maintainer [1] Approved by: maintainer via IRC Obtained from: hexchat upstream [1]
Notes
Notes: svn path=/head/; revision=319657
Diffstat (limited to 'irc')
-rw-r--r--irc/hexchat/Makefile8
-rw-r--r--irc/hexchat/files/patch-configure.ac11
2 files changed, 14 insertions, 5 deletions
diff --git a/irc/hexchat/Makefile b/irc/hexchat/Makefile
index 63c6b160c92b..1595222c298c 100644
--- a/irc/hexchat/Makefile
+++ b/irc/hexchat/Makefile
@@ -37,10 +37,10 @@ OPTIONS_RADIO_SPELL= LIBSEXY GTKSPELL STATIC
OPTIONS_DEFAULT= SOCKS XFT OPENSSL PERL DOAT DBUS NOTIFY LIBSEXY
TEXTFE_DESC= Build the Text frontend
-DOAT_DESC= Enable Do At plugin
-STATIC_DESC= Enable Spell checking
-LIBSEXY_DESC= Enable Spell checking through Libsexy
-GTKSPELL_DESC= Enable Spell checking through GTKSpell
+DOAT_DESC= Build the Do At plugin
+STATIC_DESC= Spell checking embedded in the binary
+LIBSEXY_DESC= Spell checking through Libsexy
+GTKSPELL_DESC= Spell checking through GTKSpell
.include <bsd.port.options.mk>
diff --git a/irc/hexchat/files/patch-configure.ac b/irc/hexchat/files/patch-configure.ac
index fcfd4f13bd74..b7dd6c332345 100644
--- a/irc/hexchat/files/patch-configure.ac
+++ b/irc/hexchat/files/patch-configure.ac
@@ -1,5 +1,5 @@
--- configure.ac.orig 2013-04-02 01:07:55.000000000 +0000
-+++ configure.ac 2013-06-02 13:07:55.000000000 +0000
++++ configure.ac 2013-06-02 13:38:33.000000000 +0000
@@ -191,9 +191,9 @@
AC_MSG_ERROR(Cannot find GLib!)
fi
@@ -30,3 +30,12 @@
#if test "$gnome" = yes; then
# AC_PATH_PROG(pkgconfigpath, pkg-config)
+@@ -684,7 +684,7 @@
+ PKG_CHECK_MODULES(LIBXML2, libxml-2.0 >= 2.0.0, [
+ AC_DEFINE(HAVE_ISO_CODES)
+ AC_DEFINE(USE_LIBSEXY)
+- GUI_CFLAGS="$GUI_CFLAGS -I/usr/include/libxml2"
++ GUI_CFLAGS="$GUI_CFLAGS $LIBXML2_CFLAGS"
+ LIBS="$LIBS -lxml2"
+ ], [
+ AC_MSG_ERROR(Cannot find libxml2!)