From owner-freebsd-ports Thu Apr 2 23:40:04 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA12301 for freebsd-ports-outgoing; Thu, 2 Apr 1998 23:40:04 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: (from gnats@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA12293; Thu, 2 Apr 1998 23:40:03 -0800 (PST) (envelope-from gnats) Received: (from nobody@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA10388; Thu, 2 Apr 1998 23:32:27 -0800 (PST) (envelope-from nobody) Message-Id: <199804030732.XAA10388@hub.freebsd.org> Date: Thu, 2 Apr 1998 23:32:27 -0800 (PST) From: nakai@apricot.astec.co.jp To: freebsd-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: www-1.0 Subject: ports/6199: Fixed port: icewm Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 6199 >Category: ports >Synopsis: Fixed port: icewm >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Apr 2 23:40:01 PST 1998 >Last-Modified: >Originator: Yukihiro Nakai >Organization: Apricot Computer, Japan >Release: 3.0 >Environment: FreeBSD twotop.apricot.astec.co.jp 3.0-970807-SNAP FreeBSD 3.0-970807-SNAP #0: Mon Mar 23 13:44:52 GMT 1998 root@twotop.apricot.astec.co.jp:/usr/src/sys/compile/APRICOT i386 >Description: I have fixed the icewm port to follow its latest version. Please enjoy... Yukihiro Nakai -------------- diff -ruN icewm.orig/Makefile icewm/Makefile --- icewm.orig/Makefile Fri Apr 3 17:22:46 1998 +++ icewm/Makefile Fri Apr 3 17:08:34 1998 @@ -1,17 +1,17 @@ # New ports collection makefile for: icewm -# Version required: 0.8.12 +# Version required: 0.8.14 # Date created: 10 August 1997 -# Whom: Yukihiro Nakai +# Whom: Yukihiro Nakai # # $Id: Makefile,v 1.4 1998/03/11 06:33:07 vanilla Exp $ # -DISTNAME= icewm-0.8.12 +DISTNAME= icewm-0.8.14 CATEGORIES= x11 MASTER_SITES= http://ixtas.fri.uni-lj.si/%7Emarkom/icewm/ EXTRACT_SUFX= .src.tar.gz -MAINTAINER= Nakai@Mlab.t.u-tokyo.ac.jp +MAINTAINER= Nakai@technologist.com USE_X11= yes diff -ruN icewm.orig/files/md5 icewm/files/md5 --- icewm.orig/files/md5 Fri Apr 3 17:22:45 1998 +++ icewm/files/md5 Fri Apr 3 17:08:00 1998 @@ -1 +1 @@ -MD5 (icewm-0.8.12.src.tar.gz) = 9e61fae110bbb4536bded2572915fa6b +MD5 (icewm-0.8.14.src.tar.gz) = 975a30ed64279d7e8a31a2ac2a09e92a diff -ruN icewm.orig/patches/patch-aa icewm/patches/patch-aa --- icewm.orig/patches/patch-aa Fri Apr 3 17:22:46 1998 +++ icewm/patches/patch-aa Fri Apr 3 17:13:11 1998 @@ -1,5 +1,5 @@ ---- Makefile.orig Tue Dec 2 05:49:07 1997 -+++ Makefile Wed Feb 18 01:30:17 1998 +--- Makefile.orig Fri Apr 3 17:09:47 1998 ++++ Makefile Fri Apr 3 17:12:42 1998 @@ -1,12 +1,12 @@ -PREFIX = /usr/local @@ -19,12 +19,12 @@ #INSTALLETC = $(INSTALL) -m 644 @@ -16,8 +16,7 @@ - XPMDIRS = themes/nice themes/motif themes/win95 themes/warp3 themes/warp4 themes/win31 ledclock taskbar icons + XPMDIRS = themes/nice themes/motif themes/win95 themes/warp3 themes/warp4 themes/win31 themes/metal ledclock taskbar icons all: -- (cd doc ; make) - (cd src ; make LIBDIR=$(LIBDIR) ETCDIR=$(ETCDIR)) +- (cd doc ; make) + (cd src ; make LIBDIR=$(LIBDIR) ETCDIR=$(ETCDIR) PREFIX=$(PREFIX)) - clean: - (cd doc ; make clean) + doc: + (cd doc ; make) diff -ruN icewm.orig/patches/patch-ab icewm/patches/patch-ab --- icewm.orig/patches/patch-ab Fri Apr 3 17:22:46 1998 +++ icewm/patches/patch-ab Fri Apr 3 17:14:50 1998 @@ -1,5 +1,5 @@ ---- src/Makefile.orig Mon Mar 9 00:28:12 1998 -+++ src/Makefile Wed Mar 11 14:14:59 1998 +--- src/Makefile.orig Fri Apr 3 17:12:54 1998 ++++ src/Makefile Fri Apr 3 17:14:33 1998 @@ -1,8 +1,8 @@ include ../VERSION @@ -8,15 +8,15 @@ -LIBSDIR = -L/usr/X11R6/lib +INCSDIR = -I$(PREFIX)/include +LIBSDIR = -L$(PREFIX)/lib + # HPUX #INCSDIR = -I/usr/include/X11R5 - #LIBSDIR = -L/usr/lib/X11R5 -@@ -32,7 +32,7 @@ +@@ -36,7 +36,7 @@ #OPTIMIZE = -g #OPTIMIZE = -O -g #OPTIMIZE = -O -g -pg --OPTIMIZE = -O -s -+#OPTIMIZE = -O -s +-OPTIMIZE = -O ++#OPTIMIZE = -O + #OPTIMIZE = -O2 + #OPTIMIZE = -O -s #OPTIMIZE = -O2 -s - - LIBS = -lXpm $(SHAPELIB) -lX11 diff -ruN icewm.orig/pkg/PLIST icewm/pkg/PLIST --- icewm.orig/pkg/PLIST Fri Apr 3 17:22:45 1998 +++ icewm/pkg/PLIST Fri Apr 3 17:32:04 1998 @@ -48,10 +48,7 @@ lib/X11/icewm/taskbar/unreadmail.xpm lib/X11/icewm/taskbar/windows.xpm lib/X11/icewm/taskbar/xfreeos2.xpm -lib/X11/icewm/themes/metal/close.xpm lib/X11/icewm/themes/metal/closeA.xpm -lib/X11/icewm/themes/metal/closeButtonAN.xpm -lib/X11/icewm/themes/metal/closeButtonAP.xpm lib/X11/icewm/themes/metal/closeI.xpm lib/X11/icewm/themes/metal/default.theme lib/X11/icewm/themes/metal/dframeAB.xpm @@ -86,21 +83,14 @@ lib/X11/icewm/themes/metal/frameIT.xpm lib/X11/icewm/themes/metal/frameITL.xpm lib/X11/icewm/themes/metal/frameITR.xpm -lib/X11/icewm/themes/metal/maximize.xpm lib/X11/icewm/themes/metal/maximizeA.xpm -lib/X11/icewm/themes/metal/maximizeButtonAN.xpm -lib/X11/icewm/themes/metal/maximizeButtonAP.xpm lib/X11/icewm/themes/metal/maximizeI.xpm lib/X11/icewm/themes/metal/menuButtonA.xpm lib/X11/icewm/themes/metal/menuButtonAN.xpm lib/X11/icewm/themes/metal/menuButtonAP.xpm lib/X11/icewm/themes/metal/menuButtonI.xpm -lib/X11/icewm/themes/metal/minimize.xpm lib/X11/icewm/themes/metal/minimizeA.xpm -lib/X11/icewm/themes/metal/minimizeButtonAN.xpm -lib/X11/icewm/themes/metal/minimizeButtonAP.xpm lib/X11/icewm/themes/metal/minimizeI.xpm -lib/X11/icewm/themes/metal/restore.xpm lib/X11/icewm/themes/metal/restoreA.xpm lib/X11/icewm/themes/metal/restoreI.xpm lib/X11/icewm/themes/metal/titleAB.xpm >How-To-Repeat: >Fix: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message