ports/121471: [patch] x11-fonts/mozilla-fonts - remove dependency on X_CLIENTS_PORTS
Chess Griffin
chess at chessgriffin.com
Fri Mar 7 16:50:02 UTC 2008
>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 at 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 at 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:
More information about the freebsd-ports-bugs
mailing list