OpenSolaris

Printable Version Enter a New Search
Bug ID 6739565
Synopsis Update xterm to version 236 & fix OpenSolaris build
State 10-Fix Delivered:Verified (Fix available in build)
Category:Subcategory xserver:programs
Keywords oss-request | oss-sponsor | pkg-rev
Sponsor Alan Coopersmith
Submitter mb1x
Responsible Engineer Alan Coopersmith
Reported Against
Duplicate Of
Introduced In
Commit to Fix snv_101
Fixed In snv_101
Release Fixed solaris_nevada(snv_101)
Related Bugs
Submit Date 21-August-2008
Last Update Date 8-April-2009
Description
The following changes to the FOX gate by Martin Bochnig should be synced back into
the main Nevada gate to update xterm to the latest upstream release and fix the 
downloaded file name for OpenSolaris builds:

diff -r bd349718bc1e -r 3d4b82582dc2 XW_NV/open-src/app/xterm/Makefile
--- a/XW_NV/open-src/app/xterm/Makefile Tue Aug 12 15:06:00 2008 -0700
+++ b/XW_NV/open-src/app/xterm/Makefile Tue Aug 19 04:29:55 2008 +0200
@@ -36,11 +36,15 @@
 MODULE_NAME=xterm
 
 # Version number (used in path names)
-MODULE_VERSION=235
+MODULE_VERSION=236
 
 # Source tarball
 SOURCE_URL=ftp://invisible-island.net/xterm/xterm.tar.gz
 SOURCE_URL_SET=yes
+
+# Source tarball
+SOURCE_TARBALL_NAME=$(MODULE_NAME)-$(MODULE_VERSION).tar.gz
+SOURCE_TARBALL_NAME_SET=yes
 SOURCE_UNCOMPRESS=gzcat
 
 # Patches to apply to source after unpacking, in order
Work Around
N/A
Comments
N/A