Date: Fri, 7 Mar 2008 20:00:02 GMT From: Chess Griffin <chess@chessgriffin.com> To: freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/121471: [patch] x11-fonts/mozilla-fonts - remove dependency on X_CLIENTS_PORTS Message-ID: <200803072000.m27K024H040698@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/121471; it has been noted by GNATS. From: Chess Griffin <chess@chessgriffin.com> To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/121471: [patch] x11-fonts/mozilla-fonts - remove dependency on X_CLIENTS_PORTS Date: Fri, 07 Mar 2008 14:59:02 -0500 This is a multi-part message in MIME format. --------------030201070004010904060605 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Updated the patch to remove USE_X_PREFIX. -- Chess Griffin GPG Key: 0x0C7558C3 http://www.chessgriffin.com --------------030201070004010904060605 Content-Type: text/plain; name="mozilla-fonts.diff.txt" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="mozilla-fonts.diff.txt" 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 13:27:04.000000000 -0500 @@ -7,16 +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} - -USE_X_PREFIX= true +BUILD_DEPENDS= bdftopcf:${PORTSDIR}/x11-fonts/bdftopcf \ + mkfontdir:${PORTSDIR}/x11-fonts/mkfontdir \ + mkfontscale:${PORTSDIR}/x11-fonts/mkfontscale .include <bsd.port.pre.mk> --------------030201070004010904060605--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200803072000.m27K024H040698>