[csw-devel] SF.net SVN: gar:[2774] csw/mgar/pkg/ncurses/trunk/Makefile
dmichelsen at users.sourceforge.net
dmichelsen at users.sourceforge.net
Fri Jan 9 20:32:44 CET 2009
Revision: 2774
http://gar.svn.sourceforge.net/gar/?rev=2774&view=rev
Author: dmichelsen
Date: 2009-01-09 19:32:43 +0000 (Fri, 09 Jan 2009)
Log Message:
-----------
ncurses: Remove special xterm capabilities which Solaris xterm doesn't have
Modified Paths:
--------------
csw/mgar/pkg/ncurses/trunk/Makefile
Modified: csw/mgar/pkg/ncurses/trunk/Makefile
===================================================================
--- csw/mgar/pkg/ncurses/trunk/Makefile 2009-01-09 17:40:31 UTC (rev 2773)
+++ csw/mgar/pkg/ncurses/trunk/Makefile 2009-01-09 19:32:43 UTC (rev 2774)
@@ -34,3 +34,17 @@
include gar/category.mk
LDFLAGS := $(filter-out -L%,$(LDFLAGS))
+
+# Remove capabilities HPA and VPA as Solaris xterm doesn't understand it.
+# See for details
+# <http://opencsw.org/bugtrack/view.php?id=2961>
+# <http://opencsw.org/bugtrack/view.php?id=2942>
+# <http://bugs.opensolaris.org/bugdatabase/view_bug.do?bug_id=6569261>
+
+post-install-modulated:
+ (W=$(abspath $(WORKDIR)); cd $(INSTALLISADIR)$(prefix); \
+ LD_LIBRARY_PATH=lib TERMINFO=share/terminfo \
+ ./bin/infocmp -1 xterm >$$W/xterm.src; \
+ cat $$W/xterm.src | fgrep -v hpa= | fgrep -v vpa= > $$W/xterm.src.no-hpa-vpa; \
+ LD_LIBRARY_PATH=lib TERMINFO=share/terminfo \
+ ./bin/tic $$W/xterm.src.no-hpa-vpa)
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the devel
mailing list