Date: Fri, 18 Nov 2005 16:47:18 +0300 (MSK) From: "Boris B. Samorodov" <bsam@ipt.ru> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/89229: [patch] x11-fonts/linux-urw-fonts: fix Makefile (PLIST) Message-ID: <200511181347.jAIDlIPt063616@mi.ipt.ru> Resent-Message-ID: <200511181350.jAIDoaup016971@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200511181347.jAIDlIPt063616>