ports/115509: [X] x11-fonts/p5-type1inst reduce dependencies

Martin Matuska mm at FreeBSD.org
Tue Aug 14 09:50:01 UTC 2007


>Number:         115509
>Category:       ports
>Synopsis:       [X] x11-fonts/p5-type1inst reduce dependencies
>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:   Tue Aug 14 09:50:00 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     Martin Matuska
>Release:        FreeBSD 6.2-STABLE i386 amd64
>Organization:
>Environment:
System: FreeBSD 6.2-STABLE i386 amd64
>Description:
Do not depend on xorg-apps and xorg-libs, reduces dependencies by over 100
Depend only on mkfontdir and mkfontscale
Tested with several fonts (print/cm-super, print/cmpsfont, print/amspsfnt, etc.)

>How-To-Repeat:
>Fix:
Index: ports/x11-fonts/p5-type1inst/Makefile
===================================================================
RCS file: /home/pcvs/ports/x11-fonts/p5-type1inst/Makefile,v
retrieving revision 1.18
diff -u -r1.18 Makefile
--- ports/x11-fonts/p5-type1inst/Makefile	19 May 2007 20:29:34 -0000	1.18
+++ ports/x11-fonts/p5-type1inst/Makefile	14 Aug 2007 09:32:41 -0000
@@ -7,7 +7,7 @@
 
 PORTNAME=	type1inst
 PORTVERSION=	0.6.1
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	x11-fonts perl5
 MASTER_SITES=	${MASTER_SITE_SUNSITE}
 MASTER_SITE_SUBDIR=X11/xutils
@@ -16,10 +16,10 @@
 MAINTAINER=	hrs at FreeBSD.org
 COMMENT=	A script that helps install Postscript fonts in X Window System
 
-RUN_DEPENDS=	mkfontdir:${X_CLIENTS_PORT}
+RUN_DEPENDS=	${X11BASE}/bin/mkfontdir:${PORTSDIR}/x11-fonts/mkfontdir \
+		${X11BASE}/bin/mkfontscale:${PORTSDIR}/x11-fonts/mkfontscale
 
 USE_PERL5=	yes
-USE_XLIB=	yes
 NO_BUILD=	yes
 
 MAN1=	type1inst.1
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list