1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

. Update to 3.6.

This commit is contained in:
Greg Lewis 2002-08-08 06:23:55 +00:00
parent b92ac11cbc
commit c84e94f78c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=64206
4 changed files with 17 additions and 19 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= ctwm
PORTVERSION= 3.5.2c
PORTVERSION= 3.6
CATEGORIES= x11-wm
MASTER_SITES= http://slpc1.epfl.ch/public/software/ctwm/
DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ctwm-images${EXTRACT_SUFX}

View File

@ -1,2 +1,2 @@
MD5 (ctwm-3.5.2c.tar.gz) = dd8d88639422e797fb77789f69cafab2
MD5 (ctwm-3.6.tar.gz) = c9e9e161e07e3d1c7e27684436f01e2b
MD5 (ctwm-images.tar.gz) = 4b0c784213af4afa2d736773863e53b4

View File

@ -1,23 +1,8 @@
$FreeBSD$
*** Imakefile.orig Mon May 15 21:47:10 2000
--- Imakefile Sat Sep 22 11:50:14 2001
***************
*** 11,17 ****
#undef USE_SOUND
#define XPM
#define USEM4
! #undef X11R6
#define I18N
YFLAGS = -d
--- 11,17 ----
#undef USE_SOUND
#define XPM
#define USEM4
! #define X11R6
#define I18N
YFLAGS = -d
***************
*** 19,26 ****
LINTLIBS = $(LINTXMU) $(LINTEXTENSIONLIB) $(LINTXLIB)

View File

@ -0,0 +1,13 @@
$FreeBSD$
--- gram.y.orig Thu Aug 8 15:45:21 2002
+++ gram.y Thu Aug 8 15:45:31 2002
@@ -683,7 +683,7 @@
| wingeom_entries wingeom_entry
;
-wingeom_entry : string string { AddToList (&Scr->WindowGeometries, $1, $2) }
+wingeom_entry : string string { AddToList (&Scr->WindowGeometries, $1, $2); }