diff options
-rw-r--r-- | x11-wm/ctwm/Makefile | 6 | ||||
-rw-r--r-- | x11-wm/ctwm/distinfo | 9 | ||||
-rw-r--r-- | x11-wm/ctwm/files/patch-ab | 16 |
3 files changed, 12 insertions, 19 deletions
diff --git a/x11-wm/ctwm/Makefile b/x11-wm/ctwm/Makefile index 642a8bc2b30a..b5a10ffefc24 100644 --- a/x11-wm/ctwm/Makefile +++ b/x11-wm/ctwm/Makefile @@ -6,15 +6,11 @@ # PORTNAME= ctwm -PORTVERSION= 3.7 -PORTREVISION= 1 +PORTVERSION= 3.8a CATEGORIES= x11-wm MASTER_SITES= http://ctwm.free.lp.se/dist/ \ http://www.centralmiss.com/~matt/distfiles/ -PATCH_SITES= http://tigerdyr.wheel.dk/ctwm-archive/att-1656/ -PATCHFILES= 01-diff - MAINTAINER= fullermd@over-yonder.net COMMENT= An extension to twm, with support for multiple virtual screens, etc diff --git a/x11-wm/ctwm/distinfo b/x11-wm/ctwm/distinfo index f3e5906237f5..77e0654784d1 100644 --- a/x11-wm/ctwm/distinfo +++ b/x11-wm/ctwm/distinfo @@ -1,6 +1,3 @@ -MD5 (ctwm-3.7.tar.gz) = 7276cb0a7d44df98de8e620ba5ae39fa -SHA256 (ctwm-3.7.tar.gz) = fa16dbaef6992cdbcdbe05a9dc12c2c16910f5e51a2df54607aeb74f9b4a5171 -SIZE (ctwm-3.7.tar.gz) = 1139461 -MD5 (01-diff) = 0290a49e4acb8c80337cdabae70d1e50 -SHA256 (01-diff) = 2272eafc5c35afaf00a1b988c394db5c56d7893460d4fc3be71e26905f2b2045 -SIZE (01-diff) = 4097 +MD5 (ctwm-3.8a.tar.gz) = ceaf40ef0f1bda3cc8b7c91144d92123 +SHA256 (ctwm-3.8a.tar.gz) = 39322cc6b0d12dc286af0944f9a10d3a099a5f04c5d9c47b75742cdf65dbd4a4 +SIZE (ctwm-3.8a.tar.gz) = 738226 diff --git a/x11-wm/ctwm/files/patch-ab b/x11-wm/ctwm/files/patch-ab index 0c79f05a759e..b593bc6f77a9 100644 --- a/x11-wm/ctwm/files/patch-ab +++ b/x11-wm/ctwm/files/patch-ab @@ -1,13 +1,13 @@ $FreeBSD$ ---- parse.c.orig Thu May 5 08:24:55 2005 -+++ parse.c Mon May 9 19:26:43 2005 -@@ -2126,7 +2126,7 @@ +--- parse.c.orig Fri Feb 16 03:24:27 2007 ++++ parse.c Sun Mar 4 18:36:18 2007 +@@ -2128,7 +2128,7 @@ dup2(fids[1], 1); /* stdout = pipe to parent */ /* get_defs("m4", dpy, display_name) */ tmp_file = m4_defs(dpy, display_name); -- execlp("m4", "m4", "-s", tmp_file, "-", NULL); -+ execl(M4PROG, M4PROGNAME, "-s", tmp_file, "-", NULL); - /* If we get here we are screwed... */ - perror("Can't execlp() m4"); - exit(124); +- execlp("m4", "m4", ++ execlp(M4PROG, M4PROGNAME, + #if !defined(__NetBSD__) + "-s", + #endif |