From owner-freebsd-ports Mon Jan 7 14:30:26 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 47B4637B41D for ; Mon, 7 Jan 2002 14:30:01 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g07MU1s62828; Mon, 7 Jan 2002 14:30:01 -0800 (PST) (envelope-from gnats) Received: from jochem.dyndns.org (cc40670-a.groni1.gr.nl.home.com [217.120.131.23]) by hub.freebsd.org (Postfix) with ESMTP id 9417E37B405; Mon, 7 Jan 2002 14:23:37 -0800 (PST) Received: (from jochem@localhost) by jochem.dyndns.org (8.11.6/8.11.6) id g07MOtx16413; Mon, 7 Jan 2002 23:24:55 +0100 (CET) (envelope-from jochem) Message-Id: <200201072224.g07MOtx16413@jochem.dyndns.org> Date: Mon, 7 Jan 2002 23:24:55 +0100 (CET) From: Jochem Kossen Reply-To: Jochem Kossen To: FreeBSD-gnats-submit@freebsd.org Cc: petef@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/33664: x11-wm/fvwm2: fvwm_icons.tgz repackaged. Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 33664 >Category: ports >Synopsis: x11-wm/fvwm2: fvwm_icons.tgz repackaged. >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Jan 07 14:30:01 PST 2002 >Closed-Date: >Last-Modified: >Originator: Jochem Kossen >Release: FreeBSD 4.5-PRERELEASE i386 >Organization: >Environment: System: FreeBSD lisa.jochem.dyndns.org 4.5-PRERELEASE FreeBSD 4.5-PRERELEASE #0: Sun Jan 6 14:21:22 CET 2002 root@lisa.jochem.dyndns.org:/usr/obj/usr/src/sys/LISA i386 >Description: The distinfo for fvwm_icons.tgz was wrong, and when i checked it out, it appeared that they repackaged it. Here's a patch to fix the problem. I think the problem also applies to the other fvwm ports (haven't tried), if so, please make the same changes to them too...Thanks! >How-To-Repeat: cd /usr/ports/x11-wm/fvwm2 && make install >Fix: --- patch-fix-fvwm2.diff begins here --- diff -urN x11-wm/fvwm2.orig/Makefile x11-wm/fvwm2/Makefile --- x11-wm/fvwm2.orig/Makefile Mon Jan 7 23:08:29 2002 +++ x11-wm/fvwm2/Makefile Mon Jan 7 23:09:27 2002 @@ -64,7 +64,7 @@ ${PREFIX}/etc/system.fvwm2rc; \ fi @${MKDIR} ${PREFIX}/share/fvwm2/pixmaps - ${INSTALL_DATA} ${WRKDIR}/icons/*.xpm \ + ${INSTALL_DATA} ${WRKDIR}/icons/fvwm_icons/*.xpm \ ${PREFIX}/share/fvwm2/pixmaps .include diff -urN x11-wm/fvwm2.orig/distinfo x11-wm/fvwm2/distinfo --- x11-wm/fvwm2.orig/distinfo Mon Jan 7 23:04:39 2002 +++ x11-wm/fvwm2/distinfo Mon Jan 7 23:04:48 2002 @@ -1,2 +1,2 @@ MD5 (fvwm-2.4.4.tar.gz) = fdc03dda6d2fc56f89bc4cd80c4973da -MD5 (fvwm_icons.tgz) = 7b254da269a236d77c790581701442cb +MD5 (fvwm_icons.tgz) = de6c2822f1f6d43a0e1daddd0c7a8665 --- patch-fix-fvwm2.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message