summaryrefslogtreecommitdiff
path: root/chat
diff options
context:
space:
mode:
authorgdt <gdt>2008-02-02 21:43:27 +0000
committergdt <gdt>2008-02-02 21:43:27 +0000
commit7e89fa803674de49a17cdfc10c0b42d15efb08a2 (patch)
treeb4cb2f6e8de7a20ea86417cc6df54b0e7697bca5 /chat
parent588c09f5c129f2f67e4e2a90678591d0d3014b9e (diff)
downloadpkgsrc-7e89fa803674de49a17cdfc10c0b42d15efb08a2.tar.gz
Use ncursesw. Remove TODO as the package is now functional.
PKGREVISION++. Patch from Jonathan Scheifer on pkgsrc-users@.
Diffstat (limited to 'chat')
-rw-r--r--chat/finch/Makefile9
-rw-r--r--chat/finch/TODO9
2 files changed, 7 insertions, 11 deletions
diff --git a/chat/finch/Makefile b/chat/finch/Makefile
index 893b30c0d69..676fb58cf85 100644
--- a/chat/finch/Makefile
+++ b/chat/finch/Makefile
@@ -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-gnutls
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 @@ post-install:
.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 --git a/chat/finch/TODO b/chat/finch/TODO
deleted file mode 100644
index 4001bda7881..00000000000
--- a/chat/finch/TODO
+++ /dev/null
@@ -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'
-