Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 19 Jan 2013 07:00:52 -0800 (PST)
From:      Raphael Kubo da Costa <rakuco@FreeBSD.org>
To:        FreeBSD-gnats-submit@freebsd.org
Cc:        x11@FreeBSD.org
Subject:   ports/175432: [PATCH] x11-fonts/xorg-fonts-truetype: Depend on x11-fonts/dejavu instead of x11-fonts/bitstream-vera
Message-ID:  <50fab524.a863700a.33d1.ffffa66e@mx.google.com>
Resent-Message-ID: <201301191510.r0JFA0wL036711@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         175432
>Category:       ports
>Synopsis:       [PATCH] x11-fonts/xorg-fonts-truetype: Depend on x11-fonts/dejavu instead of x11-fonts/bitstream-vera
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Jan 19 15:10:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Raphael Kubo da Costa
>Release:        FreeBSD 9.1-STABLE amd64
>Organization:
FreeBSD Project
>Environment:
System: FreeBSD gibbon 9.1-STABLE FreeBSD 9.1-STABLE #67: Sun Jan  6 13:27:39 EET
>Description:
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)
>How-To-Repeat:
>Fix:

--- xorg-fonts-truetype-7.5.1_1.patch begins here ---
diff -ruN --exclude=CVS /tmp/ports/x11-fonts/xorg-fonts-truetype/Makefile ./Makefile
--- /tmp/ports/x11-fonts/xorg-fonts-truetype/Makefile	2013-01-19 16:58:43.000000000 +0200
+++ ./Makefile	2013-01-19 16:18:28.000000000 +0200
@@ -7,6 +7,7 @@
 
 PORTNAME=	xorg-fonts-truetype
 PORTVERSION=	7.5.1
+PORTREVISION=	1
 CATEGORIES=	x11-fonts
 MASTER_SITES=	# none
 DISTFILES=	# none
@@ -19,7 +20,7 @@
 		${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
 
--- xorg-fonts-truetype-7.5.1_1.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?50fab524.a863700a.33d1.ffffa66e>