From owner-freebsd-ports Fri Dec 10 1:30: 7 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id BCCAA1542C for ; Fri, 10 Dec 1999 01:30:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA27549; Fri, 10 Dec 1999 01:30:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from titanium.yy.ics.keio.ac.jp (titanium.yy.ics.keio.ac.jp [131.113.47.73]) by hub.freebsd.org (Postfix) with ESMTP id 19FAD153CD; Fri, 10 Dec 1999 01:25:32 -0800 (PST) (envelope-from sanpei@sanpei.org) Received: from lavender.yy.cs.keio.ac.jp (u1033.seaple.icc.ne.jp [210.170.9.33]) by titanium.yy.ics.keio.ac.jp (8.9.3+3.2W/3.7W) with ESMTP id SAA16430; Fri, 10 Dec 1999 18:25:15 +0900 (JST) (envelope-from sanpei@sanpei.org) Received: (from sanpei@localhost) by lavender.yy.cs.keio.ac.jp (8.9.3/3.7W) id SAA39711; Fri, 10 Dec 1999 18:25:14 +0900 (JST) Message-Id: <199912100925.SAA39711@lavender.yy.cs.keio.ac.jp> Date: Fri, 10 Dec 1999 18:25:14 +0900 (JST) From: sanpei@sanpei.org Reply-To: sanpei@sanpei.org To: FreeBSD-gnats-submit@freebsd.org Cc: jfitz@FreeBSD.org X-Send-Pr-Version: 3.2 Subject: ports/15395: fix port: net/mrtg (BUILD/LIB_DEPEND problem) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >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