Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 7 Mar 2008 15:58:10 GMT
From:      Chess Griffin <chess@chessgriffin.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/121470: [patch] misc/gtkfind - remove dependency on X_CLIENTS_PORTS
Message-ID:  <200803071558.m27FwAET051010@www.freebsd.org>
Resent-Message-ID: <200803071610.m27GA28o020220@freefall.freebsd.org>

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

>Number:         121470
>Category:       ports
>Synopsis:       [patch] misc/gtkfind - 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:10: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@bsdbob.localdomain:/usr/obj/usr/src/sys/CHESS  i386

>Description:
Attached patch bumps PORTREVISION and removes dependency on X_CLIENTS_PORTS.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -ruN gtkfind.orig/Makefile gtkfind/Makefile
--- gtkfind.orig/Makefile	2008-03-07 09:14:51.000000000 -0500
+++ gtkfind/Makefile	2008-03-07 09:34:38.000000000 -0500
@@ -7,14 +7,15 @@
 
 PORTNAME=	gtkfind
 PORTVERSION=	1.1
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	misc
 MASTER_SITES=	${MASTER_SITE_BACKUP}
 
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	The program to use to have to remember all the options to find(1)
 
-BUILD_DEPENDS=	appres:${X_CLIENTS_PORT}
+BUILD_DEPENDS=	appres:${PORTSDIR}/x11/appres \
+		xterm:${PORTSDIR}/x11/xterm
 
 USE_X_PREFIX=	yes
 USE_GMAKE=	yes


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



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