Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 16 Apr 2001 17:34:25 -0400 (EDT)
From:      petef@databits.net
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/26624: Correct missing lib_depends in misc/gman
Message-ID:  <200104162134.f3GLYPR68325@electron.databits.net>

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

>Number:         26624
>Category:       ports
>Synopsis:       Correct missing lib_depends in misc/gman
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Apr 16 14:40:01 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     Pete Fritchman
>Release:        FreeBSD 4.3-RC i386
>Organization:

  Databits Network Services, Inc.

>Environment:
System: FreeBSD electron.databits.net 4.3-RC FreeBSD 4.3-RC #0: Thu Apr 12 17:02:53 EDT 2001 petef@electron.databits.net:/usr/obj/usr/src/sys/ELECTRON i386


>Description:

http://bento.FreeBSD.org/errorlogs/errorlogs/e.4.2001041517/gman-0.9.2.log

>How-To-Repeat:

Read webpage, attempt build of misc/gman without jpeg libs. 

>Fix:

Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/misc/gman/Makefile,v
retrieving revision 1.2
diff -u -r1.2 Makefile
--- Makefile	2001/04/14 11:20:55	1.2
+++ Makefile	2001/04/16 21:27:33
@@ -13,6 +13,7 @@
 
 MAINTAINER=	ijliao@FreeBSD.org
 
+LIB_DEPENDS=	jpeg.9:${PORTSDIR}/graphics/jpeg
 RUN_DEPENDS=	ghostview:${PORTSDIR}/print/ghostview
 
 USE_GTK=	yes

>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?200104162134.f3GLYPR68325>