Bug 175432

Summary: [PATCH] x11-fonts/xorg-fonts-truetype: Depend on x11-fonts/dejavu instead of x11-fonts/bitstream-vera
Product: Ports & Packages Reporter: Raphael Kubo da Costa <rakuco>
Component: Individual Port(s)Assignee: freebsd-x11 (Nobody) <x11>
Status: Closed FIXED    
Severity: Affects Only Me CC: x11
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
xorg-fonts-truetype-7.5.1_1.patch none

Description Raphael Kubo da Costa freebsd_committer freebsd_triage 2013-01-19 15:10:00 UTC
x11-fonts/bistream-vera has not been updated since 2003. The DejaVu
fonts are based on the Vera ones, are more actively maintained and
contain a wider range of characters.

Port maintainer (x11@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.99_6 (mode: change, diff: ports)
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-01-19 15:10:07 UTC
Responsible Changed
From-To: freebsd-ports-bugs->freebsd-x11

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2013-06-27 00:12:15 UTC
Author: zeising
Date: Wed Jun 26 23:12:07 2013
New Revision: 321822
URL: http://svnweb.freebsd.org/changeset/ports/321822

Log:
  Switch to use x11-fonts/dejavu instead of x11-fonts/bitstream-vera.
  dejavu is based on bitstream-vera but contains more glyphs.
  Bump portrevision.
  
  PR:		ports/175432
  Submitted by:	Raphael Kubo da Costa <rakuco@FreeBSD.org>

Modified:
  head/x11-fonts/xorg-fonts-truetype/Makefile

Modified: head/x11-fonts/xorg-fonts-truetype/Makefile
==============================================================================
--- head/x11-fonts/xorg-fonts-truetype/Makefile	Wed Jun 26 22:55:25 2013	(r321821)
+++ head/x11-fonts/xorg-fonts-truetype/Makefile	Wed Jun 26 23:12:07 2013	(r321822)
@@ -15,7 +15,7 @@ RUN_DEPENDS=	${FONTDIR}/TTF/luximb.ttf:$
 		${FONTDIR}/OTF/SyrCOMAdiabene.otf:${PORTSDIR}/x11-fonts/font-misc-meltho \
 		${FONTDIR}/TTF/GohaTibebZemen.ttf:${PORTSDIR}/x11-fonts/font-misc-ethiopic \
 		${LOCALBASE}/lib/X11/fonts/encodings/encodings.dir:${PORTSDIR}/x11-fonts/encodings \
-		${LOCALBASE}/lib/X11/fonts/bitstream-vera/VeraIt.ttf:${PORTSDIR}/x11-fonts/bitstream-vera \
+		${LOCALBASE}/lib/X11/fonts/dejavu/DejaVuSans.ttf:${PORTSDIR}/x11-fonts/dejavu
 
 do-install:	# empty
 
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 3 Niclas Zeising freebsd_committer freebsd_triage 2013-06-27 00:19:45 UTC
State Changed
From-To: open->closed

Committed. Thanks!