Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 22 Jun 2009 14:39:09 GMT
From:      Alexey Shuvaev <shuvaev@physik.uni-wuerzburg.de>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/135919: [PATCH] x11-fonts/terminus-font not to RUN_DEPEND on perl
Message-ID:  <200906221439.n5MEd99q031855@www.freebsd.org>
Resent-Message-ID: <200906221440.n5MEe1DE085423@freefall.freebsd.org>

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

>Number:         135919
>Category:       ports
>Synopsis:       [PATCH] x11-fonts/terminus-font not to RUN_DEPEND on perl
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jun 22 14:40:01 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Alexey Shuvaev
>Release:        8.0-CURRENT
>Organization:
University of Wuerzburg
>Environment:
FreeBSD wep4035 8.0-CURRENT FreeBSD 8.0-CURRENT #1 r194030M: Thu Jun 11 21:12:19 CEST 2009     root@wep4035:/usr/obj/usr/src/sys/GENERIC  amd64
>Description:
The port uses usctoany.pl only during build. The typical command is:

perl ./ucstoany.pl ter-u32bi.bdf ISO10646 1 uni/x11gr.uni uni/10646-1.uni | bdftopcf -o ter-x32bi.pcf

It is unnecessary to have perl as runtime dependency.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -ruN terminus-font.orig/Makefile terminus-font/Makefile
--- terminus-font.orig/Makefile	2008-12-22 17:16:31.000000000 +0100
+++ terminus-font/Makefile	2009-06-22 16:18:27.000000000 +0200
@@ -29,7 +29,7 @@
 
 .include <bsd.port.pre.mk>
 
-USE_PERL5=	yes
+USE_PERL5_BUILD=yes
 ALL_TARGET=	pcf
 FONTDIR=	lib/X11/fonts/${PORTNAME}
 PLIST_SUB+=	FONTDIR=${FONTDIR}


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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200906221439.n5MEd99q031855>