Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 7 Mar 2008 20:19:14 GMT
From:      Chess Griffin <chess@chessgriffin.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   misc/121478: [patch] x11-toolkits/xview - remove dependency on X_CLIENTS_PORTS 
Message-ID:  <200803072019.m27KJEYU018346@www.freebsd.org>
Resent-Message-ID: <200803072030.m27KU3x1043042@freefall.freebsd.org>

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

>Number:         121478
>Category:       misc
>Synopsis:       [patch] x11-toolkits/xview - remove dependency on X_CLIENTS_PORTS
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Mar 07 20:30:03 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 xview.orig/Makefile xview/Makefile
--- xview.orig/Makefile	2008-03-07 11:07:02.000000000 -0500
+++ xview/Makefile	2008-03-07 11:16:15.000000000 -0500
@@ -7,7 +7,7 @@
 
 PORTNAME=	xview
 PORTVERSION=	3.2.1
-PORTREVISION=	8
+PORTREVISION=	9
 CATEGORIES=	x11-toolkits
 MASTER_SITES=	ftp://ftp.efd.lth.se/pub/X11/ \
 		ftp://ftp.uni-heidelberg.de/pub/X11/contrib/libraries/ \
@@ -18,7 +18,8 @@
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	X Window-System-based Visual/Integrated Environment for Workstations
 
-BUILD_DEPENDS=	mkfontdir:${X_CLIENTS_PORT}
+BUILD_DEPENDS=	mkfontdir:${PORTSDIR}/x11-fonts/mkfontdir \
+		mkfontscale:${PORTSDIR}/x11-fonts/mkfontscale
 
 REINPLACE_ARGS=	-i ""
 USE_IMAKE=	yes


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



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