From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jan 13 14:00:22 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0DA021065693 for ; Thu, 13 Jan 2011 14:00:22 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id D5A5F8FC13 for ; Thu, 13 Jan 2011 14:00:21 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p0DE0Lww047818 for ; Thu, 13 Jan 2011 14:00:21 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p0DE0L0O047790; Thu, 13 Jan 2011 14:00:21 GMT (envelope-from gnats) Date: Thu, 13 Jan 2011 14:00:21 GMT Message-Id: <201101131400.p0DE0L0O047790@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Stephen Montgomery-Smith Cc: Subject: Re: ports/148234: pkg_install fails for some math/octave-forge ports X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Stephen Montgomery-Smith List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Jan 2011 14:00:22 -0000 The following reply was made to PR ports/148234; it has been noted by GNATS. From: Stephen Montgomery-Smith To: bug-followup@FreeBSD.org, stephen@missouri.edu Cc: Subject: Re: ports/148234: pkg_install fails for some math/octave-forge ports Date: Thu, 13 Jan 2011 07:27:40 -0600 Actually, it seems that all that is needed to fix this bug is to add the line: RUN_DEPENDS+= gmake:${PORTSDIR}/devel/gmake to the file ports/Mk/bsd.octave.mk (Looking at the original submission, it seems that I omitted the name of the file that needs to be patched! I'll try to resubmit a proper patch later today.)