misc/121478: [patch] x11-toolkits/xview - remove dependency on X_CLIENTS_PORTS

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


>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 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 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 at 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:


More information about the freebsd-bugs mailing list