Bug 60055 - Repocopy x11-fonts/ttmkfdir to x11-fonts/ttmkfdir2 to avoid installation of freetype1.
Summary: Repocopy x11-fonts/ttmkfdir to x11-fonts/ttmkfdir2 to avoid installation of f...
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: Pav Lucistnik
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-12-08 22:40 UTC by Thierry Thomas
Modified: 2003-12-09 00:51 UTC (History)
0 users

See Also:


Attachments
ttmkfdir2.diff (8.90 KB, patch)
2003-12-08 22:40 UTC, Thierry Thomas
no flags Details | Diff
file.diff (423 bytes, patch)
2003-12-08 22:40 UTC, Thierry Thomas
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Thierry Thomas 2003-12-08 22:40:11 UTC
	Nowadays many ports use freetype2. This version of ttmkfdir avoids
	the installation of freetype1.

Fix: - Repocopy x11-fonts/ttmkfdir to x11-fonts/ttmkfdir2;
	- apply the first patch;
	- apply the second patch (adds CONFLICTS to x11-fonts/ttmkfdir).

	Remark about the first patch:
	. added files: patch-Makefile patch-ttf.h
	. removed files: patch-ttmkfdir.c
How-To-Repeat: 	N/A.
Comment 1 Pav Lucistnik freebsd_committer freebsd_triage 2003-12-08 22:59:18 UTC
Any reason for keeping freetype1 ttmkfdir in the tree?
Does it produce different output than freetype2 version? I just checked
INDEX and only 5 ports have ttmkfdir as a dependency, and it's
build-time dependency anyway.

-- 
Pav Lucistnik <pav@FreeBSD.org>
              <pav@oook.cz>
Comment 2 Thierry Thomas 2003-12-08 23:24:54 UTC
Le Lun  8 déc 03 à 23:59:18 +0100, Pav Lucistnik <pav@FreeBSD.org>
 écrivait :
> Any reason for keeping freetype1 ttmkfdir in the tree?
> Does it produce different output than freetype2 version? I just checked
> INDEX and only 5 ports have ttmkfdir as a dependency, and it's
> build-time dependency anyway.

ttmkfdir2 fixes at least a bug (--default-foundry), and for my encodings
it produces the same result. However, the original ttmkfdir might
produce a different output for koi8-u (I'm not sure about it).

Regards,
-- 
Th. Thomas.
Comment 3 Pav Lucistnik freebsd_committer freebsd_triage 2003-12-08 23:39:49 UTC
Responsible Changed
From-To: freebsd-ports-bugs->pav

I'll handle this one.
Comment 4 Pav Lucistnik freebsd_committer freebsd_triage 2003-12-09 00:50:53 UTC
State Changed
From-To: open->closed

Committed, thanks. Both me and marcus agreed on replacing 
old ttmkfdir instead of doing repocopy.