pkgsrc-Users archive

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

Re: devel/py-cursespanel won't compile



I just had this problem and didn't get around to checking the fix enough
to commit it.

It seems that cursespanel uses ncurses directly, so it should set
USE_NCURSES to yes rather than empty.

Seem ok?

Index: devel/py-cursespanel/Makefile
===================================================================
RCS file: /cvsroot/pkgsrc/devel/py-cursespanel/Makefile,v
retrieving revision 1.16
diff -u -p -r1.16 Makefile
--- devel/py-cursespanel/Makefile       5 Mar 2009 18:51:29 -0000       1.16
+++ devel/py-cursespanel/Makefile       6 Mar 2010 22:02:54 -0000
@@ -11,7 +11,8 @@ COMMENT=      Curses panel module for Python
 
 PKG_DESTDIR_SUPPORT=   user-destdir
 
-USE_NCURSES=   # filter getsyx getwin has_key immedok mvwinsnstr mvwinsstr ...
+USE_NCURSES=   yes
+# filter getsyx getwin has_key immedok mvwinsnstr mvwinsstr ...
 # noqiflush pechochar putp putwin qiflush redrawwin setsyx syncok termattrs
 # termname tigetflag tigetnum tigetstr tparm typeahead use_env wcursyncup
 # wechochar winsnstr winsstr wredrawln wsyncdown wsyncup

Attachment: pgpWy7426mGpy.pgp
Description: PGP signature



Home | Main Index | Thread Index | Old Index