Update port to 5.4.6a.
Submitted by: D J Hawkey Jr <hawkeyd@visi.com> (original author)
This commit is contained in:
parent
563c36833c
commit
fa5a43b10d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=65617
@ -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/
|
||||
|
||||
|
@ -1 +1 @@
|
||||
MD5 (vtwm-5.4.6.tar.gz) = 639f4c377f812e0467d6b9474629ff54
|
||||
MD5 (vtwm-5.4.6a.tar.gz) = 92ffb32732a8736409b40b261ce94414
|
||||
|
@ -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;
|
||||
|
||||
%}
|
||||
|
@ -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 ' "" };' >>$@
|
||||
|
Loading…
Reference in New Issue
Block a user