pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/chat/finch Use ncursesw. Remove TODO as the package i...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c3bdb74ba25c
branches:  trunk
changeset: 538234:c3bdb74ba25c
user:      gdt <gdt%pkgsrc.org@localhost>
date:      Sat Feb 02 21:43:27 2008 +0000

description:
Use ncursesw.  Remove TODO as the package is now functional.
PKGREVISION++.

Patch from Jonathan Scheifer on pkgsrc-users@.

diffstat:

 chat/finch/Makefile |  9 +++++++--
 chat/finch/TODO     |  9 ---------
 2 files changed, 7 insertions(+), 11 deletions(-)

diffs (45 lines):

diff -r 2c0451466fad -r c3bdb74ba25c chat/finch/Makefile
--- a/chat/finch/Makefile       Sat Feb 02 21:37:45 2008 +0000
+++ b/chat/finch/Makefile       Sat Feb 02 21:43:27 2008 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.9 2007/11/03 15:59:17 tnn Exp $
+# $NetBSD: Makefile,v 1.10 2008/02/02 21:43:27 gdt Exp $
 #
 
 PKGNAME=       finch-${PIDGIN_VERSION}
+PKGREVISION=   1
 
 COMMENT=       Multi-protocol Instant Messaging client console frontend
 
@@ -25,6 +26,10 @@
 CONFIGURE_ARGS+=       --disable-nss
 #CONFIGURE_ARGS+=      --disable-plugins
 
+CONFIGURE_ARGS+=       --with-ncurses-headers=${PREFIX}/include/ncursesw
+CONFIGURE_ENV+=                ac_cv_lib_ncursesw_initscr=yes
+CONFIGURE_ENV+=                ac_cv_lib_panelw_update_panels=yes
+
 USE_NCURSES=           yes # force ncurses, for libpanel
 
 BUILD_DIRS=finch
@@ -43,6 +48,6 @@
 .include "../../chat/libpurple/buildlink3.mk"
 .include "../../devel/gettext-lib/buildlink3.mk"
 .include "../../devel/glib2/buildlink3.mk"
-.include "../../devel/ncurses/buildlink3.mk"
+.include "../../devel/ncursesw/buildlink3.mk"
 .include "../../textproc/libxml2/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 2c0451466fad -r c3bdb74ba25c chat/finch/TODO
--- a/chat/finch/TODO   Sat Feb 02 21:37:45 2008 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,9 +0,0 @@
-+ Builds, installs and does not crash on start but does not do anything useful
-  for me. At least CTRL-c works.
-
-- PKG_SUGGESTED_OPTIONS should be: gstreamer
-- during install:
-  libtool: install: warning: relinking `s.la'
-  cd: can't cd to ../../../libpurple/.libs
-  libtool: link: cannot determine absolute directory name of `../../../libpurple/.libs'
-



Home | Main Index | Thread Index | Old Index