diff options
author | torstenb <torstenb@FreeBSD.org> | 1997-11-25 16:29:54 +0800 |
---|---|---|
committer | torstenb <torstenb@FreeBSD.org> | 1997-11-25 16:29:54 +0800 |
commit | 798d569aab9f48465d3c75df96e7af4f55feb7c5 (patch) | |
tree | 9b8ac27726a4e9af493996cb41c60ba07b748106 /x11-wm | |
parent | 4083cf9997eb571e633fddf0f35e6d7d8b6904a8 (diff) | |
download | freebsd-ports-gnome-798d569aab9f48465d3c75df96e7af4f55feb7c5.tar.gz freebsd-ports-gnome-798d569aab9f48465d3c75df96e7af4f55feb7c5.tar.zst freebsd-ports-gnome-798d569aab9f48465d3c75df96e7af4f55feb7c5.zip |
update to 3.5 beta 3
PR: 5049
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/ctwm/Makefile | 6 | ||||
-rw-r--r-- | x11-wm/ctwm/distinfo | 2 | ||||
-rw-r--r-- | x11-wm/ctwm/files/patch-aa | 27 |
3 files changed, 19 insertions, 16 deletions
diff --git a/x11-wm/ctwm/Makefile b/x11-wm/ctwm/Makefile index eedfedaee1c9..cdbac7a97957 100644 --- a/x11-wm/ctwm/Makefile +++ b/x11-wm/ctwm/Makefile @@ -3,11 +3,11 @@ # Date created: 13 November 1994 # Whom: torstenb # -# $Id: Makefile,v 1.11 1996/11/18 09:55:18 asami Exp $ +# $Id: Makefile,v 1.12 1997/04/27 18:28:07 torstenb Exp $ # -DISTNAME= ctwm-3.5beta1 -PKGNAME= ctwm-3.5b1 +DISTNAME= ctwm-3.5beta3 +PKGNAME= ctwm-3.5b3 CATEGORIES= x11 MASTER_SITES= ftp://slhp1.epfl.ch/pub/ \ diff --git a/x11-wm/ctwm/distinfo b/x11-wm/ctwm/distinfo index 51978effd362..685ab855d94a 100644 --- a/x11-wm/ctwm/distinfo +++ b/x11-wm/ctwm/distinfo @@ -1 +1 @@ -MD5 (ctwm-3.5beta1.tar.gz) = bdbecd5203626107fed7a849dbbb8ca4 +MD5 (ctwm-3.5beta3.tar.gz) = f8f5d247dcee94d884135be0611cde34 diff --git a/x11-wm/ctwm/files/patch-aa b/x11-wm/ctwm/files/patch-aa index aca61e317224..38f54d1632f0 100644 --- a/x11-wm/ctwm/files/patch-aa +++ b/x11-wm/ctwm/files/patch-aa @@ -1,14 +1,24 @@ -*** Imakefile.orig Sun Sep 15 00:25:16 1996 ---- Imakefile Sun Sep 15 00:28:49 1996 +*** Imakefile.orig Sat Nov 15 16:09:18 1997 +--- Imakefile Sat Nov 15 16:09:09 1997 *************** -*** 11,25 **** +*** 11,17 **** #undef USE_SOUND #define XPM #define USEM4 ! #undef X11R6 + #define I18N YFLAGS = -d - DEPLIBS = $(DEPXMULIB) $(DEPEXTENSIONLIB) $(DEPXLIB) +--- 11,17 ---- + #undef USE_SOUND + #define XPM + #define USEM4 +! #define X11R6 + #define I18N + + YFLAGS = -d +*************** +*** 19,26 **** LINTLIBS = $(LINTXMU) $(LINTEXTENSIONLIB) $(LINTXLIB) #ifdef XPM @@ -17,14 +27,7 @@ XPMDEFINES = -DXPM XPMLIB = $(XPMLIBDIR) -lXpm ---- 11,25 ---- - #undef USE_SOUND - #define XPM - #define USEM4 -! #define X11R6 - - YFLAGS = -d - DEPLIBS = $(DEPXMULIB) $(DEPEXTENSIONLIB) $(DEPXLIB) +--- 19,26 ---- LINTLIBS = $(LINTXMU) $(LINTEXTENSIONLIB) $(LINTXLIB) #ifdef XPM |