Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 27 May 1998 09:01:49 GMT
From:      dmaddox@scsn.net (Donald J. Maddox)
To:        FreeBSD-gnats-submit@FreeBSD.ORG
Subject:   ports/6772: glbiff Port Has Missing Dependency
Message-ID:  <199805270901.JAA02701@rhiannon.scsn.net>

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

>Number:         6772
>Category:       ports
>Synopsis:       glbiff Port Has Missing Dependency
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:
>Keywords:
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed May 27 06:00:01 PDT 1998
>Last-Modified:
>Originator:     Donald J. Maddox
>Organization:
>Release:        FreeBSD 3.0-CURRENT i386
>Environment:

FreeBSD rhiannon.scsn.net 3.0-CURRENT FreeBSD 3.0-CURRENT #0: Mon May 25 23:56:15 GMT 1998     root@rhiannon.scsn.net:/usr/src/sys/compile/RHIANNON  i386

>Description:

	The glbiff port requires elm, since the mail command is hard-coded
        in glbiff.cc as 'xterm -e elm', but elm is not listed as a dependency.

>How-To-Repeat:

	1) Delete your elm port (if installed).
	2) Install glbiff.
	3) Run glbiff.
	4) Try to read your mail by clicking on the glbiff window.
	5) Watch glbiff fail.

>Fix:

--- Makefile.orig	Wed May 27 08:32:20 1998
+++ Makefile	Wed May 27 08:43:44 1998
@@ -17,6 +17,7 @@
 		MesaGLU\\.13\\.:${PORTSDIR}/graphics/Mesa \
 		Mesatk\\.13\\.:${PORTSDIR}/graphics/Mesa \
 		glut\\.3\\.:${PORTSDIR}/graphics/Mesa
+RUN_DEPENDS=	elm:${PORTSDIR}/mail/elm
 
 USE_IMAKE=	yes
 WRKSRC=		${WRKDIR}/glbiff
>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?199805270901.JAA02701>