ports/135919: [PATCH] x11-fonts/terminus-font not to RUN_DEPEND on perl

Alexey Shuvaev shuvaev at physik.uni-wuerzburg.de
Mon Jun 22 14:40:02 UTC 2009


>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 at 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:



More information about the freebsd-ports-bugs mailing list