diff options
author | bmah <bmah@FreeBSD.org> | 2002-09-05 04:33:22 +0800 |
---|---|---|
committer | bmah <bmah@FreeBSD.org> | 2002-09-05 04:33:22 +0800 |
commit | 8536feb61bc791020dddfbb6749303fdd15f8b19 (patch) | |
tree | 437101e972c639f3ae9e977face112d3acb977eb /x11-wm/vtwm | |
parent | e96c155e95a7d8a879c5fdf3811535819b61f312 (diff) | |
download | freebsd-ports-gnome-8536feb61bc791020dddfbb6749303fdd15f8b19.tar.gz freebsd-ports-gnome-8536feb61bc791020dddfbb6749303fdd15f8b19.tar.zst freebsd-ports-gnome-8536feb61bc791020dddfbb6749303fdd15f8b19.zip |
Update port to 5.4.6a.
Submitted by: D J Hawkey Jr <hawkeyd@visi.com> (original author)
Diffstat (limited to 'x11-wm/vtwm')
-rw-r--r-- | x11-wm/vtwm/Makefile | 4 | ||||
-rw-r--r-- | x11-wm/vtwm/distinfo | 2 | ||||
-rw-r--r-- | x11-wm/vtwm/files/patch-aa | 25 | ||||
-rw-r--r-- | x11-wm/vtwm/files/patch-ab | 13 |
4 files changed, 3 insertions, 41 deletions
diff --git a/x11-wm/vtwm/Makefile b/x11-wm/vtwm/Makefile index ccc97be1f6d9..6db824efe92f 100644 --- a/x11-wm/vtwm/Makefile +++ b/x11-wm/vtwm/Makefile @@ -6,8 +6,8 @@ # PORTNAME= vtwm -PORTVERSION= 5.4.6 -PORTREVISION= 1 +PORTVERSION= 5.4.6a +PORTREVISION= 0 CATEGORIES= x11-wm MASTER_SITES= ftp://ftp.visi.com/users/hawkeyd/X/ diff --git a/x11-wm/vtwm/distinfo b/x11-wm/vtwm/distinfo index aa9047bf3e71..fe88878d8d2a 100644 --- a/x11-wm/vtwm/distinfo +++ b/x11-wm/vtwm/distinfo @@ -1 +1 @@ -MD5 (vtwm-5.4.6.tar.gz) = 639f4c377f812e0467d6b9474629ff54 +MD5 (vtwm-5.4.6a.tar.gz) = 92ffb32732a8736409b40b261ce94414 diff --git a/x11-wm/vtwm/files/patch-aa b/x11-wm/vtwm/files/patch-aa deleted file mode 100644 index 79b4e4366ebc..000000000000 --- a/x11-wm/vtwm/files/patch-aa +++ /dev/null @@ -1,25 +0,0 @@ -*** gram.y.orig Mon Sep 21 22:42:49 1998 ---- gram.y Mon Sep 21 22:43:08 1998 -*************** -*** 89,101 **** - extern int do_color_keyword(); - extern void do_string_savecolor(), do_var_savecolor(), do_squeeze_entry(); - -! /* -! * this used to be the definition - now making the assumption it's -! * defined in lex's skeleton file (submitted by Nelson H. F. Beebe) -! * -! * djhjr - 1/16/98 -! */ -! extern int yylineno; - - %} - ---- 89,95 ---- - extern int do_color_keyword(); - extern void do_string_savecolor(), do_var_savecolor(), do_squeeze_entry(); - -! int yylineno; - - %} - diff --git a/x11-wm/vtwm/files/patch-ab b/x11-wm/vtwm/files/patch-ab deleted file mode 100644 index ebac70570a95..000000000000 --- a/x11-wm/vtwm/files/patch-ab +++ /dev/null @@ -1,13 +0,0 @@ ---- Imakefile.orig Sun Oct 21 04:41:58 2001 -+++ Imakefile Mon Nov 5 11:21:53 2001 -@@ -153,7 +153,9 @@ - echo ' */' >>$@ - echo '' >>$@ - echo 'char *lastmake[] = {' >>lastmake.c -- echo ' "Platform: '`uname -s`' Version '`uname -v`' Release '`uname -r`'",' >>$@ -+ echo ' "Platform: '`uname -s`' Version '`uname -v | cut -f 2 \ -+ -d ' ' | cut -f 1 -d '-'`' Release '`uname -v | cut -f 2 -d '#' \ -+ | cut -f 1 -d ':'`'",' >>$@ - echo ' "Build: '`date`'",' >>$@ - echo ' "" };' >>$@ - |