Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 7 Mar 2008 20:08:47 GMT
From:      Chess Griffin <chess@chessgriffin.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/121476: [patch] misc/videotext - remove dependency on X_CLIENTS_PORTS and USE_X_PREFIX
Message-ID:  <200803072008.m27K8lkU015064@www.freebsd.org>
Resent-Message-ID: <200803072020.m27KK0fE042522@freefall.freebsd.org>

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

>Number:         121476
>Category:       ports
>Synopsis:       [patch] misc/videotext - 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:   Fri Mar 07 20:20:00 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, replaces build dependency on X_CLIENTS_PORTS, and removes USE_X_PREFIX. Tested on local tinderbox.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -ruN videotext.orig/Makefile videotext/Makefile
--- videotext.orig/Makefile	2008-03-07 09:17:19.000000000 -0500
+++ videotext/Makefile	2008-03-07 14:27:21.000000000 -0500
@@ -7,20 +7,21 @@
 
 PORTNAME=	videotext
 PORTVERSION=	0.6.19991029
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	misc
 MASTER_SITES=	http://elektra.e-technik.uni-ulm.de/~mbuck/download/
 
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	X11/Xview TV Videotext/Teletext page viewer (.vtx files)
 
-BUILD_DEPENDS=	bdftopcf:${X_CLIENTS_PORT} \
-		gawk:${PORTSDIR}/lang/gawk
+BUILD_DEPENDS=	bdftopcf:${PORTSDIR}/x11-fonts/bdftopcf \
+		gawk:${PORTSDIR}/lang/gawk \
+		mkfontdir:${PORTSDIR}/x11-fonts/mkfontdir \
+		mkfontscale:${PORTSDIR}/x11-fonts/mkfontscale 
 
 LIB_DEPENDS=	png.5:${PORTSDIR}/graphics/png \
 		xview.3:${PORTSDIR}/x11-toolkits/xview
 
-USE_X_PREFIX=	yes
 USE_GMAKE=	yes
 MAN1=		tunerctl.1 videotext.1 vtxget.1
 


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



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