aboutsummaryrefslogtreecommitdiff
path: root/x11-wm/vtwm
diff options
context:
space:
mode:
authorBruce A. Mah <bmah@FreeBSD.org>2001-12-14 07:11:33 +0000
committerBruce A. Mah <bmah@FreeBSD.org>2001-12-14 07:11:33 +0000
commit8f795a192b73ee0d1aca74a86f978a49f8f090bf (patch)
tree96938feb630314fcc7f144c1e374337b8dfdb847 /x11-wm/vtwm
parent6e3e330594c13e202f1500ea8de58d58c5ccbe2e (diff)
downloadports-8f795a192b73ee0d1aca74a86f978a49f8f090bf.tar.gz
ports-8f795a192b73ee0d1aca74a86f978a49f8f090bf.zip
It appears we need patch-aa after all (under certain circumstances).
Put it back and bump PORTREVISION. Pointed out by: iedowse
Notes
Notes: svn path=/head/; revision=51519
Diffstat (limited to 'x11-wm/vtwm')
-rw-r--r--x11-wm/vtwm/Makefile1
-rw-r--r--x11-wm/vtwm/files/patch-aa25
2 files changed, 26 insertions, 0 deletions
diff --git a/x11-wm/vtwm/Makefile b/x11-wm/vtwm/Makefile
index 27feda41e721..ccc97be1f6d9 100644
--- a/x11-wm/vtwm/Makefile
+++ b/x11-wm/vtwm/Makefile
@@ -7,6 +7,7 @@
PORTNAME= vtwm
PORTVERSION= 5.4.6
+PORTREVISION= 1
CATEGORIES= x11-wm
MASTER_SITES= ftp://ftp.visi.com/users/hawkeyd/X/
diff --git a/x11-wm/vtwm/files/patch-aa b/x11-wm/vtwm/files/patch-aa
new file mode 100644
index 000000000000..79b4e4366ebc
--- /dev/null
+++ b/x11-wm/vtwm/files/patch-aa
@@ -0,0 +1,25 @@
+*** 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;
+
+ %}
+