Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 7 Jan 2002 23:24:55 +0100 (CET)
From:      Jochem Kossen <j.kossen@home.nl>
To:        FreeBSD-gnats-submit@freebsd.org
Cc:        petef@freebsd.org
Subject:   ports/33664: x11-wm/fvwm2: fvwm_icons.tgz repackaged.
Message-ID:  <200201072224.g07MOtx16413@jochem.dyndns.org>

next in thread | raw e-mail | index | archive | help

>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 <bsd.port.post.mk>
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200201072224.g07MOtx16413>