From nobody@FreeBSD.org  Thu Jul 28 01:23:51 2005
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id DF5E716A41F
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 28 Jul 2005 01:23:51 +0000 (GMT)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [216.136.204.117])
	by mx1.FreeBSD.org (Postfix) with ESMTP id A5D5F43D46
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 28 Jul 2005 01:23:51 +0000 (GMT)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.13.1/8.13.1) with ESMTP id j6S1NpHK004570
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 28 Jul 2005 01:23:51 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.13.1/8.13.1/Submit) id j6S1NpFu004568;
	Thu, 28 Jul 2005 01:23:51 GMT
	(envelope-from nobody)
Message-Id: <200507280123.j6S1NpFu004568@www.freebsd.org>
Date: Thu, 28 Jul 2005 01:23:51 GMT
From: Jeremy Messenger <mezz@FreeBSD.org>
To: freebsd-gnats-submit@FreeBSD.org
Subject: Patch: fonts/webfonts, do not rename inside fonts.dir to avoid crash and other clean up.
X-Send-Pr-Version: www-2.3

>Number:         84201
>Category:       ports
>Synopsis:       [patch] x11-fonts/webfonts: do not rename inside fonts.dir to avoid crash and other clean up.
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    mezz
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jul 28 01:30:13 GMT 2005
>Closed-Date:    Sun Aug 28 07:10:12 GMT 2005
>Last-Modified:  Sun Aug 28 07:10:12 GMT 2005
>Originator:     Jeremy Messenger
>Release:        FreeBSD 6.0-BETA1
>Organization:
>Environment:
FreeBSD mezz.mezzweb.com 6.0-BETA1 FreeBSD 6.0-BETA1 #0: Mon Jul 25
17:38:19 CDT 2005 mezz@mezz.mezzweb.com:/usr/obj/usr/src/sys/BSDRULZ
i386
>Description:
The rename of monotype and microsoft to webfonts has caused trouble by crash
the whole X and other desktops when you are using some different fonts. The
freetype2 2.1.10 doesn't like rename for some reason. Also, I did other clean
up to make it cleaner, simpler and easier to read in Makefile. The complicate
way isn't need.

	- Remove ttmkfdir dependency and do not use it, using static method by
	  add fonts.dir in webfonts/files/. It's easier on us for no prefer
	  what to use tools. For example, if you install Xorg and why do you
	  need ttmkfdir when there have mkfontscale and mkfontdir that came
	  with Xorg?
	- Add run fc-cache like bitstream-vera port has, useful for the new
	  Xorg/XFree86 and other desktops.
	- Remove the rename, leave the default alone.
	- Move LICENSE in DOCSDIR instead in font directory.
	- Remove too many targets, they aren't need and the complicate isn't
	  need too.
	- Correct the extract way, now it will extracting in WRKSRC.
	- Remove WITH_NETSCAPE_ALIASES, there's no Netscape 4.x.
	- Other clean up.
>How-To-Repeat:
n/a
>Fix:
Here is patch: http://people.freebsd.org/~mezz/diff/webfonts.diff
>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-bugs->freebsd-ports-bugs 
Responsible-Changed-By: linimon 
Responsible-Changed-When: Thu Jul 28 01:34:39 GMT 2005 
Responsible-Changed-Why:  
Make this a ports PR. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=84201 
Responsible-Changed-From-To: freebsd-ports-bugs->mezz 
Responsible-Changed-By: mezz 
Responsible-Changed-When: Thu Jul 28 02:03:54 GMT 2005 
Responsible-Changed-Why:  
I wrote this PR, so it's mine. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=84201 

From: "Jeremy Messenger" <mezz7@cox.net>
To: bug-followup@freebsd.org, kkonstan@duth.gr
Cc:  
Subject: Re: ports/84201: [patch] x11-fonts/webfonts: do not rename inside fonts.dir to avoid crash and other clean up.
Date: Wed, 27 Jul 2005 21:07:55 -0500

 Hello,
 
 You are maintaining webfonts, so can you check this PR please? Thanks.
 
 http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/84201
 
 Cheers,
 Mezz
 
 
 -- 
 mezz7@cox.net  -  mezz@FreeBSD.org
 FreeBSD GNOME Team
 http://www.FreeBSD.org/gnome/  -  gnome@FreeBSD.org
State-Changed-From-To: open->closed 
State-Changed-By: mezz 
State-Changed-When: Sun Aug 28 07:09:51 GMT 2005 
State-Changed-Why:  
It has been committed, thanks for approved it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=84201 
>Unformatted:
