From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Nov 18 13:50:42 2005 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1112316A41F for ; Fri, 18 Nov 2005 13:50:42 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6D27443D66 for ; Fri, 18 Nov 2005 13:50:36 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id jAIDoaMx016972 for ; Fri, 18 Nov 2005 13:50:36 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id jAIDoaup016971; Fri, 18 Nov 2005 13:50:36 GMT (envelope-from gnats) Resent-Date: Fri, 18 Nov 2005 13:50:36 GMT Resent-Message-Id: <200511181350.jAIDoaup016971@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "Boris B. Samorodov" Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2011E16A41F for ; Fri, 18 Nov 2005 13:48:57 +0000 (GMT) (envelope-from bsam@mi.ipt.ru) Received: from mi.ipt.ru (gw.ipt.ru [80.253.10.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7289A43D45 for ; Fri, 18 Nov 2005 13:48:56 +0000 (GMT) (envelope-from bsam@mi.ipt.ru) Received: from mi.ipt.ru (localhost [127.0.0.1]) by mi.ipt.ru (8.13.4/8.13.4) with ESMTP id jAIDlIAE063617 for ; Fri, 18 Nov 2005 16:47:18 +0300 (MSK) (envelope-from bsam@mi.ipt.ru) Received: (from bsam@localhost) by mi.ipt.ru (8.13.4/8.13.3/Submit) id jAIDlIPt063616; Fri, 18 Nov 2005 16:47:18 +0300 (MSK) (envelope-from bsam) Message-Id: <200511181347.jAIDlIPt063616@mi.ipt.ru> Date: Fri, 18 Nov 2005 16:47:18 +0300 (MSK) From: "Boris B. Samorodov" To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/89229: [patch] x11-fonts/linux-urw-fonts: fix Makefile (PLIST) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: "Boris B. Samorodov" List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 Nov 2005 13:50:42 -0000 >Number: 89229 >Category: ports >Synopsis: [patch] x11-fonts/linux-urw-fonts: fix Makefile (PLIST) >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Fri Nov 18 13:50:35 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Boris B. Samorodov >Release: FreeBSD 6.0-STABLE i386 >Organization: InPharmTech, Co. http://www.ipt.ru >Environment: System: FreeBSD mi.ipt.ru 6.0-STABLE FreeBSD 6.0-STABLE #0: Wed Nov 2 17:58:38 MSK 2005 bsam@mi.ipt.ru:/usr/obj/usr/src/sys/PROBA1 i386 >Description: Pointyhat shows the error: === Checking filesystem state list of files present before this port was installed but missing after it was deinstalled) ./compat/linux/usr/share/fonts missing This directory is installed by x11-fonts/linux-fontconfig (lines from it's plist file): ----- @exec /bin/mkdir -p %D/usr/share/fonts @dirrm usr/share/fonts ----- Hence, the directory should be deleted by x11-fonts/linux-fontconfig. >How-To-Repeat: 1. Install x11-fonts/linux-fontconfig. 2. Install x11-fonts/linux-urw-fonts. 3. Delete x11-fonts/linux-urw-fonts. 4. Delete x11-fonts/linux-fontconfig. >Fix: --- linux-urw-fonts.patch begins here --- --- Makefile.orig Sat Jun 18 02:59:28 2005 +++ Makefile Fri Nov 18 16:30:33 2005 @@ -7,7 +7,7 @@ PORTNAME= urw-fonts PORTVERSION= 2.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= x11-fonts linux MAINTAINER= freebsd-emulation@FreeBSD.org @@ -25,7 +25,6 @@ rpm2cpio < ${DISTDIR}/${DIST_SUBDIR}/${RPM_SET} | cpio -id; \ ${FIND} * -type f -o -type l > ${PLIST}; \ ${FIND} -d * -type d | ${GREP} -E 'urw|default' | \ - ${SED} -e 's:^:@dirrm :' >> ${PLIST}; \ - ${ECHO_CMD} '@unexec rmdir %D/usr/share/fonts 2>&1 >/dev/null || true' >> ${PLIST} + ${SED} -e 's:^:@dirrm :' >> ${PLIST} .include "../../x11-toolkits/linux-gtk/Makefile" --- linux-urw-fonts.patch ends here --- WBR -- bsam >Release-Note: >Audit-Trail: >Unformatted: