ports/121471: [patch] x11-fonts/mozilla-fonts - remove dependency on X_CLIENTS_PORTS

Chess Griffin chess at chessgriffin.com
Fri Mar 7 20:00:03 UTC 2008


The following reply was made to PR ports/121471; it has been noted by GNATS.

From: Chess Griffin <chess at chessgriffin.com>
To: bug-followup at 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 at 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--



More information about the freebsd-ports-bugs mailing list