Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 2 Jun 2013 13:44:14 +0000 (UTC)
From:      Koop Mast <kwm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r319657 - in head/irc/hexchat: . files
Message-ID:  <201306021344.r52DiEQg088205@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: kwm
Date: Sun Jun  2 13:44:14 2013
New Revision: 319657
URL: http://svnweb.freebsd.org/changeset/ports/319657

Log:
  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]

Modified:
  head/irc/hexchat/Makefile
  head/irc/hexchat/files/patch-configure.ac

Modified: head/irc/hexchat/Makefile
==============================================================================
--- head/irc/hexchat/Makefile	Sun Jun  2 13:41:48 2013	(r319656)
+++ head/irc/hexchat/Makefile	Sun Jun  2 13:44:14 2013	(r319657)
@@ -37,10 +37,10 @@ OPTIONS_RADIO_SPELL=	LIBSEXY GTKSPELL ST
 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>
 

Modified: head/irc/hexchat/files/patch-configure.ac
==============================================================================
--- head/irc/hexchat/files/patch-configure.ac	Sun Jun  2 13:41:48 2013	(r319656)
+++ head/irc/hexchat/files/patch-configure.ac	Sun Jun  2 13:44:14 2013	(r319657)
@@ -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!)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201306021344.r52DiEQg088205>