Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 7 Nov 2002 01:42:40 +0100 (CET)
From:      Josef El-Rayes <j.el-rayes@daemon.li>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/45019: fix broken port misc/gtkfind
Message-ID:  <200211070042.gA70gefR097933@satanii.enemy.org>

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

>Number:         45019
>Category:       ports
>Synopsis:       fix broken port misc/gtkfind
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Nov 06 16:50:01 PST 2002
>Closed-Date:
>Last-Modified:
>Originator:     Josef El-Rayes
>Release:        FreeBSD 4.7-RELEASE alpha
>Organization:
>Environment:
System: FreeBSD satanii.enemy.org 4.7-RELEASE FreeBSD 4.7-RELEASE #3: Sun Oct 13 23:53:31 CEST 2002 root@satanii.enemy.org:/usr/src/sys/compile/S2 alpha


	
>Description:
	i added rundepend for xterm which corrects missing dependency
>How-To-Repeat:
	make build the port
>Fix:
	i included a run_depend of xterm into the port-Makefile because xterm is only needed for execution of the programm not for build process. now the port works again
	

--- Makefile.diff begins here ---
--- Makefile.orig	Thu Nov  7 01:34:55 2002
+++ Makefile	Thu Nov  7 01:30:25 2002
@@ -15,7 +15,9 @@
 
 MAINTAINER=	billf@FreeBSD.org
 
-BROKEN=		"Missing dependency on xterm"
+RUN_DEPENDS= xterm:${PORTSDIR}/x11/XFree86-4-clients
+
+#BROKEN=		"Missing dependency on xterm"
 
 USE_X_PREFIX=	yes
 USE_GMAKE=	yes
--- Makefile.diff ends here ---


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

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




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