Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 10 Mar 2008 23:43:06 GMT
From:      Chess Griffin <chess@chessgriffin.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/121584: [patch] x11-fonts/Xg - remove dependency on X_CLIENTS_PORTS and USE_X_PREFIX
Message-ID:  <200803102343.m2ANh6KR026325@www.freebsd.org>
Resent-Message-ID: <200803102350.m2ANo66W061764@freefall.freebsd.org>

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

>Number:         121584
>Category:       ports
>Synopsis:       [patch] x11-fonts/Xg - remove dependency on X_CLIENTS_PORTS and USE_X_PREFIX
>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:   Mon Mar 10 23:50:05 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 and removes USE_X_PREFIX. Tested on local tinderbox with 6-STABLE, 7-STABLE, and 8-CURRENT builds.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -ruN Xg.orig/Makefile Xg/Makefile
--- Xg.orig/Makefile	2008-03-10 17:42:53.000000000 -0400
+++ Xg/Makefile	2008-03-10 18:00:21.000000000 -0400
@@ -7,7 +7,7 @@
 
 PORTNAME=	libXgFonts
 PORTVERSION=	1.0
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	x11-fonts plan9
 MASTER_SITES=	ftp://ftp.cs.usyd.edu.au/matty/unicode/
 DISTNAME=	libXg.utf.fonts
@@ -15,10 +15,10 @@
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	UNICODE fonts for use with 9term and sam
 
-BUILD_DEPENDS=	bdftopcf:${X_CLIENTS_PORT}
-RUN_DEPENDS=	mkfontdir:${X_CLIENTS_PORT}
+BUILD_DEPENDS=	bdftopcf:${PORTSDIR}/x11-fonts/bdftopcf \
+		mkfontscale:${PORTSDIR}/x11-fonts/mkfontscale
+RUN_DEPENDS=	mkfontdir:${PORTSDIR}/x11-fonts/mkfontdir
 
 NO_WRKSUBDIR=	yes
-USE_X_PREFIX=	yes
 
 .include <bsd.port.mk>


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



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