[csw-devel] SF.net SVN: gar:[4246] csw/mgar/pkg/xterm/trunk

skayser at users.sourceforge.net skayser at users.sourceforge.net
Thu Apr 9 12:03:46 CEST 2009


Revision: 4246
          http://gar.svn.sourceforge.net/gar/?rev=4246&view=rev
Author:   skayser
Date:     2009-04-09 10:03:42 +0000 (Thu, 09 Apr 2009)

Log Message:
-----------
xterm: enable build against freetype2, added program suffix (86)

Modified Paths:
--------------
    csw/mgar/pkg/xterm/trunk/Makefile
    csw/mgar/pkg/xterm/trunk/files/README.CSW

Modified: csw/mgar/pkg/xterm/trunk/Makefile
===================================================================
--- csw/mgar/pkg/xterm/trunk/Makefile	2009-04-09 09:06:41 UTC (rev 4245)
+++ csw/mgar/pkg/xterm/trunk/Makefile	2009-04-09 10:03:42 UTC (rev 4246)
@@ -39,6 +39,8 @@
 CONFIGURE_ARGS += --enable-sun-fkeys
 CONFIGURE_ARGS += --enable-warnings
 CONFIGURE_ARGS += --enable-wide-chars
+CONFIGURE_ARGS += --program-suffix=86 --with-xterm-symlink
+CONFIGURE_ARGS += --with-freetype-cflags="-I$(includedir)/freetype2"
 
 # luit comes with snv_85 
 #   http://bugs.opensolaris.org/bugdatabase/view_bug.do?bug_id=6662431
@@ -48,8 +50,6 @@
 CONFIGURE_ARGS += $(CONFIGURE_ARGS_$(GARFLAVOR))
 CONFIGURE_ARGS_DBG = --enable-trace --enable-warnings
 
-EXTRA_INC = $(includedir)/freetype2
-
 include gar/category.mk
 
 # Hack for now to address the double /opt/csw/lib in $R*PATH. One comes

Modified: csw/mgar/pkg/xterm/trunk/files/README.CSW
===================================================================
--- csw/mgar/pkg/xterm/trunk/files/README.CSW	2009-04-09 09:06:41 UTC (rev 4245)
+++ csw/mgar/pkg/xterm/trunk/files/README.CSW	2009-04-09 10:03:42 UTC (rev 4246)
@@ -8,18 +8,21 @@
 color support in some ncurses-based applications.
 
 To make full use of the capabilities of this xterm (including color-support)
-set TERM=xterm-new.
+set TERM=xterm-new. You might then however experience problems when 
+SSH'ing to machines where xterm-new isn't known to terminfo ("terminal not
+fully functional" messages). That's the main reason TERM=xterm-new hasn't
+been compiled in as a default by the way.
 
 
-Note: app-defaults in /opt/csw/lib/X11/app-defaults
----------------------------------------------------
+Note: X resource files in /opt/csw/lib/X11/app-defaults
+-------------------------------------------------------
 
-Although this package delivers some x resource files in
+Although this package delivers some X resource files in
 /opt/csw/lib/X11/app-defaults/ this folder is not evaluated by the
 Solaris libXt per default. 
 
 Either treat them as example files and copy and paste what you need into
-your system / personal x resource files or set XFILESEARCHPATH /
+your system / personal X resource files or set XFILESEARCHPATH /
 XUSERFILESEARCHPATH to honor this directory.
 
   http://www.faqs.org/faqs/x-faq/part2/section-22.html


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