Bug 84201 - [patch] x11-fonts/webfonts: do not rename inside fonts.dir to avoid crash and other clean up.
Summary: [patch] x11-fonts/webfonts: do not rename inside fonts.dir to avoid crash and...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Jeremy Messenger
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-07-28 02:30 UTC by Jeremy Messenger
Modified: 2005-08-28 08:10 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jeremy Messenger freebsd_committer freebsd_triage 2005-07-28 02:30:13 UTC
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.

Fix: 

Here is patch: http://people.freebsd.org/~mezz/diff/webfonts.diff
How-To-Repeat: n/a
Comment 1 Mark Linimon freebsd_committer freebsd_triage 2005-07-28 02:34:39 UTC
Responsible Changed
From-To: freebsd-bugs->freebsd-ports-bugs

Make this a ports PR.
Comment 2 Jeremy Messenger freebsd_committer freebsd_triage 2005-07-28 03:03:54 UTC
Responsible Changed
From-To: freebsd-ports-bugs->mezz

I wrote this PR, so it's mine.
Comment 3 Jeremy Messenger 2005-07-28 03:07:55 UTC
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
Comment 4 Jeremy Messenger freebsd_committer freebsd_triage 2005-08-28 08:09:51 UTC
State Changed
From-To: open->closed

It has been committed, thanks for approved it.