- update to 3.8.1

PR:		163868
Submitted by:	Matthew D.Fuller <fullermd at over-yonder dot net> (maintainer)
This commit is contained in:
Ruslan Makhmatkhanov 2012-01-07 19:26:58 +00:00
parent 97bb622ab5
commit 7076de617a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=288695
3 changed files with 4 additions and 33 deletions

View file

@ -6,8 +6,8 @@
#
PORTNAME= ctwm
PORTVERSION= 3.8a
PORTREVISION= 4
PORTVERSION= 3.8.1
PORTEPOCH= 1
CATEGORIES= x11-wm
MASTER_SITES= http://ctwm.free.lp.se/dist/ \
http://distfiles.over-yonder.net/ctwm/

View file

@ -1,2 +1,2 @@
SHA256 (ctwm-3.8a.tar.gz) = 39322cc6b0d12dc286af0944f9a10d3a099a5f04c5d9c47b75742cdf65dbd4a4
SIZE (ctwm-3.8a.tar.gz) = 738226
SHA256 (ctwm-3.8.1.tar.gz) = 293657511eaa3f0f147bae2f50ed3caf6bbaa64dd142dfdbd9d6576d89c6970d
SIZE (ctwm-3.8.1.tar.gz) = 737958

View file

@ -1,29 +0,0 @@
$FreeBSD$
--- Imakefile.orig Thu May 5 08:22:40 2005
+++ Imakefile Mon May 9 19:30:45 2005
@@ -67,10 +67,12 @@
#endif
#if defined USE_M4 || defined USEM4
+ M4PROGNAME = gm4
+ M4PROG = $(LOCALBASE)/bin/$(M4PROGNAME)
M4LIBDIR =
M4INCDIR =
- M4DEFINES = -DUSEM4
+ M4DEFINES = -DUSEM4 -DM4PROG=\"$(M4PROG)\" -DM4PROGNAME=\"$(M4PROGNAME)\"
M4LIB = $(M4LIBDIR)
#else
M4LIBDIR =
--- 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",
+ execlp(M4PROG, M4PROGNAME,
#if !defined(__NetBSD__)
"-s",
#endif