Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 10 Dec 1999 18:25:14 +0900 (JST)
From:      sanpei@sanpei.org
To:        FreeBSD-gnats-submit@freebsd.org
Cc:        jfitz@FreeBSD.org
Subject:   ports/15395: fix port: net/mrtg (BUILD/LIB_DEPEND problem)
Message-ID:  <199912100925.SAA39711@lavender.yy.cs.keio.ac.jp>

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

>Number:         15395
>Category:       ports
>Synopsis:       fix port: net/mrtg (BUILD/LIB_DEPEND problem)
>Confidential:   no
>Severity:       serious
>Priority:       high
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Dec 10 01:30:02 PST 1999
>Closed-Date:
>Last-Modified:
>Originator:     MIHIRA Yoshiro
>Release:        FreeBSD 4.0-CURRENT i386
>Organization:
Yokohama, Japan
>Environment:

FreeBSD lily.sanpei.org 3.3-RELEASE FreeBSD 3.3-RELEASE #2: Fri Dec 10 13:46:25 JST 1999     sanpei@lily2.sanpei.org:/usr/src/sys/compile/LILY  i386

>Description:

  I install mrtg package via sysinstall, but gd library
(graphics/gd) was not installed automatically.

  I think gd needs to LIB_DEPENDS, not BUILD_DEPENDS for mrtg.

  I create below patch.

Thank you.

>How-To-Repeat:

install mrtg via package with sysinstall.

>Fix:

--- net/mrtg/Makefile.org	Fri Dec 10 17:54:58 1999
+++ net/mrtg/Makefile	Fri Dec 10 17:55:30 1999
@@ -12,7 +12,7 @@
 
 MAINTAINER=	jfitz@FreeBSD.org
 
-BUILD_DEPENDS=	${PREFIX}/lib/libgd.a:${PORTSDIR}/graphics/gd
+LIB_DEPENDS=	${PREFIX}/lib/libgd.a:${PORTSDIR}/graphics/gd
 
 USE_PERL5=	YES
 MAKE_ENV+=	PERL=${PERL}

>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?199912100925.SAA39711>