[csw-devel] SF.net SVN: gar:[7076] csw/mgar/pkg/xterm/trunk
skayser at users.sourceforge.net
skayser at users.sourceforge.net
Mon Nov 2 16:13:57 CET 2009
Revision: 7076
http://gar.svn.sourceforge.net/gar/?rev=7076&view=rev
Author: skayser
Date: 2009-11-02 15:13:57 +0000 (Mon, 02 Nov 2009)
Log Message:
-----------
xterm: working copy towards version 250
Modified Paths:
--------------
csw/mgar/pkg/xterm/trunk/Makefile
csw/mgar/pkg/xterm/trunk/checksums
Added Paths:
-----------
csw/mgar/pkg/xterm/trunk/files/changelog.CSW
Modified: csw/mgar/pkg/xterm/trunk/Makefile
===================================================================
--- csw/mgar/pkg/xterm/trunk/Makefile 2009-11-02 15:02:31 UTC (rev 7075)
+++ csw/mgar/pkg/xterm/trunk/Makefile 2009-11-02 15:13:57 UTC (rev 7076)
@@ -1,20 +1,23 @@
GARNAME = xterm
-GARVERSION = 248
+GARVERSION = 250
CATEGORIES = apps
DESCRIPTION = Terminal emulator for the X Window System
define BLURB
-The xterm program is a terminal emulator for the X Window System. It provides
-DEC VT102 and Tektronix 4014 compatible terminals for programs that can't use
-the window system directly. This version implements ISO/ANSI colors using the
-"new" color model (i.e., background color erase). It also implements most of
-the control sequences for VT220.
+ The xterm program is a terminal emulator for the X Window System. It provides
+ DEC VT102 and Tektronix 4014 compatible terminals for programs that can't use
+ the window system directly. This version implements ISO/ANSI colors using the
+ "new" color model (i.e., background color erase). It also implements most of
+ the control sequences for VT220.
endef
MASTER_SITES = ftp://invisible-island.net/xterm/
DISTFILES = $(GARNAME)-$(GARVERSION).tgz
REQUIRED_PKGS = CSWfconfig CSWlibxft2
+# We needed to switch to CSW-built X11 (build against Solaris X11 was broken
+# on the build boxes, ) and these came along as dependencies.
+REQUIRED_PKGS += CSWlibice CSWlibx11 CSWlibxaw CSWlibxmu CSWlibxt
# enable -mk_width per default to address unicode form character width woes,
# can be taken out once upstream enhances wcwidth() sanity checking
@@ -54,9 +57,15 @@
CONFIGURE_ARGS += $(CONFIGURE_ARGS_$(GARFLAVOR))
CONFIGURE_ARGS_DBG = --enable-trace --enable-warnings
+# The need for the following extra flags also came along with the switch
+# to CSW X11, didn't yet investigate what exactly broke ./configure
+EXTRA_LDFLAGS = -L$(libdir) -lfontconfig
+
include gar/category.mk
+post-install-modulated: DOCDEST=$(DESTDIR)$(docdir)/$(CATALOGNAME)
post-install-modulated:
- @ginstall -d $(DESTDIR)$(docdir)/$(GARNAME)
- @cp $(FILEDIR)/README.CSW $(DESTDIR)$(docdir)/$(GARNAME)
+ ginstall -d $(DOCDEST)
+ cp $(FILEDIR)/README.CSW $(DOCDEST)
+ cp $(FILEDIR)/changelog.CSW $(DOCDEST)
@$(MAKECOOKIE)
Modified: csw/mgar/pkg/xterm/trunk/checksums
===================================================================
--- csw/mgar/pkg/xterm/trunk/checksums 2009-11-02 15:02:31 UTC (rev 7075)
+++ csw/mgar/pkg/xterm/trunk/checksums 2009-11-02 15:13:57 UTC (rev 7076)
@@ -1 +1 @@
-70771a21fbc54a79f68374cebb49935a download/xterm-248.tgz
+962ce117f65daf6bf376b6697b2cd02d download/xterm-250.tgz
Added: csw/mgar/pkg/xterm/trunk/files/changelog.CSW
===================================================================
--- csw/mgar/pkg/xterm/trunk/files/changelog.CSW (rev 0)
+++ csw/mgar/pkg/xterm/trunk/files/changelog.CSW 2009-11-02 15:13:57 UTC (rev 7076)
@@ -0,0 +1,5 @@
+xterm (250,REV=2009.11.02)
+
+ * Updated to 250. (Fixes #3937, #3856)
+
+ -- Sebastian Kayser <skayser at opencsw.org> Mon, 2 Nov 2009 16:11:49 +0100
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