Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 14 Aug 2007 11:44:59 +0200 (CEST)
From:      Martin Matuska <mm@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/115509: [X] x11-fonts/p5-type1inst reduce dependencies
Message-ID:  <20070814094459.B464E453D7@mail.vx.sk>
Resent-Message-ID: <200708140950.l7E9o1Of038127@freefall.freebsd.org>

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

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



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