Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 7 Mar 2008 16:42:40 GMT
From:      Chess Griffin <chess@chessgriffin.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/121471: [patch] x11-fonts/mozilla-fonts - remove dependency on X_CLIENTS_PORTS
Message-ID:  <200803071642.m27GgelI057621@www.freebsd.org>
Resent-Message-ID: <200803071650.m27Go2xO024395@freefall.freebsd.org>

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

>Number:         121471
>Category:       ports
>Synopsis:       [patch] x11-fonts/mozilla-fonts - remove dependency on X_CLIENTS_PORTS
>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:   Fri Mar 07 16:50:01 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Chess Griffin
>Release:        7.0-RELEASE
>Organization:
>Environment:
FreeBSD bsdbob.localdomain 7.0-RELEASE FreeBSD 7.0-RELEASE #1: Mon Feb 25 19:09:06 EST 2008     chess@bsdbob.localdomain:/usr/obj/usr/src/sys/CHESS  i386

>Description:
Patch updates PORTREVISION and replaces build dependency on X_CLIENTS_PORTS.  Tested on local tinderbox.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -ruN mozilla-fonts.orig/Makefile mozilla-fonts/Makefile
--- mozilla-fonts.orig/Makefile	2008-03-07 11:05:24.000000000 -0500
+++ mozilla-fonts/Makefile	2008-03-07 11:21:26.000000000 -0500
@@ -7,14 +7,16 @@
 
 PORTNAME=	mozilla-fonts
 PORTVERSION=	1.0
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	x11-fonts www
 MASTER_SITES=	http://www.happygiraffe.net/dist/
 
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Web fonts for Netscape/Mozilla
 
-BUILD_DEPENDS=	bdftopcf:${X_CLIENTS_PORT}
+BUILD_DEPENDS=	bdftopcf:${PORTSDIR}/x11-fonts/bdftopcf \
+		mkfontdir:${PORTSDIR}/x11-fonts/mkfontdir \
+		mkfontscale:${PORTSDIR}/x11-fonts/mkfontscale
 
 USE_X_PREFIX=	true
 


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



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