|
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
|