From owner-freebsd-ports Wed Feb 27 6:10:12 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 6F4CA37B405 for ; Wed, 27 Feb 2002 06:10:01 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g1REA1X75592; Wed, 27 Feb 2002 06:10:01 -0800 (PST) (envelope-from gnats) Received: from sahiro.homeip.net (p08-dna05sawada.niigata.ocn.ne.jp [211.122.195.136]) by hub.freebsd.org (Postfix) with ESMTP id 0E64737B41A; Wed, 27 Feb 2002 06:03:45 -0800 (PST) Received: by sahiro.merseine.nu (Postfix, from userid 1000) id B38A9BACB; Wed, 27 Feb 2002 23:03:29 +0900 (JST) Message-Id: <20020227140351.B38A9BACB@sahiro.merseine.nu> Date: Wed, 27 Feb 2002 23:03:29 +0900 (JST) From: SASAKI Katuhiro To: FreeBSD-gnats-submit@freebsd.org Cc: kde@freebsd.org, kde-freebsd@lists.csociety.org X-Send-Pr-Version: 3.113 Subject: ports/35375: x11/kdebase2 creates files not listed in packing list 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: 35375 >Category: ports >Synopsis: x11/kdebase2 creates files not listed in packing list >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Feb 27 06:10:01 PST 2002 >Closed-Date: >Last-Modified: >Originator: SASAKI Katuhiro >Release: FreeBSD 4.5-RELEASE-p1 i386 >Organization: personal >Environment: >Description: When /usr/X11R6/bin/mkfontdir is available, x11/kdebase2 port creates ${LOCALBASE}/share/fonts/fonts.dir and ${LOCALBASE}/share/fonts/override/fonts.dir. They are not listed in x11/kdebase2/pkg-plist. >How-To-Repeat: # cd ${PORTSDIR}/x11/XFree86 && make install (If you use XFree86 3.x.) # cd ${PORTSDIR}/x11/XFree86-4-clients && make install (If you use XFree86 4.x.) ... # cd ${PORTSDIR}/x11/kdebase2 && make install ... >Fix: Apply a patch as below to x11/kdebase2. diff -urN /usr/ports/x11/kdebase2/files/patch-kcontrol::input::Makefile.am kdebase2/files/patch-kcontrol::input::Makefile.am --- /usr/ports/x11/kdebase2/files/patch-kcontrol::input::Makefile.am Thu Jan 1 09:00:00 1970 +++ kdebase2/files/patch-kcontrol::input::Makefile.am Tue Feb 26 18:27:31 2002 @@ -0,0 +1,10 @@ +$FreeBSD$ + +--- kcontrol/input/Makefile.am.orig Sun Jul 29 13:56:20 2001 ++++ kcontrol/input/Makefile.am Tue Feb 26 18:24:19 2002 +@@ -23,4 +23,4 @@ + + install-data-hook: + $(mkinstalldirs) $(DESTDIR)$(prefix)/share/fonts/override +- -mkfontdir $(DESTDIR)$(prefix)/share/fonts/override ++# -mkfontdir $(DESTDIR)$(prefix)/share/fonts/override diff -urN /usr/ports/x11/kdebase2/files/patch-konsole::fonts::Makefile.am kdebase2/files/patch-konsole::fonts::Makefile.am --- /usr/ports/x11/kdebase2/files/patch-konsole::fonts::Makefile.am Thu Jan 1 09:00:00 1970 +++ kdebase2/files/patch-konsole::fonts::Makefile.am Tue Feb 26 18:29:17 2002 @@ -0,0 +1,10 @@ +$FreeBSD$ + +--- konsole/fonts/Makefile.am.orig Sat Apr 29 05:08:08 2000 ++++ konsole/fonts/Makefile.am Tue Feb 26 18:24:19 2002 +@@ -5,4 +5,4 @@ + + # This uses -hook instead of -local so that it is run after fonts are installed + install-data-hook: +- -mkfontdir $(DESTDIR)$(fontdir) ++# -mkfontdir $(DESTDIR)$(fontdir) >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message