From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Sep 14 06:50:04 2008 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 4AB5F1065670 for ; Sun, 14 Sep 2008 06:50:04 +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 4577D8FC0A for ; Sun, 14 Sep 2008 06:50:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m8E6o4ie019118 for ; Sun, 14 Sep 2008 06:50:04 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m8E6o4cP019117; Sun, 14 Sep 2008 06:50:04 GMT (envelope-from gnats) Date: Sun, 14 Sep 2008 06:50:04 GMT Message-Id: <200809140650.m8E6o4cP019117@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Stephen Montgomery-Smith Cc: Subject: Re: ports/127369: math/octave-forge-image: imread command doesn't work 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: Sun, 14 Sep 2008 06:50:04 -0000 The following reply was made to PR ports/127369; it has been noted by GNATS. From: Stephen Montgomery-Smith To: bug-followup@FreeBSD.ORG Cc: Jason Lenthe Subject: Re: ports/127369: math/octave-forge-image: imread command doesn't work Date: Sun, 14 Sep 2008 01:45:01 -0500 This is a multi-part message in MIME format. --------------080800040906040809070408 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Edwin Groothuis wrote: > Maintainer of math/octave-forge-image, > > Please note that PR ports/127369 has just been submitted. > > If it contains a patch for an upgrade, an enhancement or a bug fix > you agree on, reply to this email stating that you approve the patch > and a committer will take care of it. > > The full text of the PR can be found at: > http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/127369 > The OP didn't include a patch, but he did suggest a fix. The attached patch seems to accomplish what he intended, and I approve of it. --------------080800040906040809070408 Content-Type: text/plain; name="sss" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="sss" # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # files # files/patch-src:Makefile # echo c - files mkdir -p files > /dev/null 2>&1 echo x - files/patch-src:Makefile sed 's/^X//' >files/patch-src:Makefile << '92937807dac8c56e1f48323a7cb8fb48' X--- src/Makefile-orig 2008-09-14 01:33:56.000000000 -0500 X+++ src/Makefile 2008-09-14 01:34:56.000000000 -0500 X@@ -30,6 +30,6 @@ X $(MKOCTFILE) $< -lpng X X __magick_read__.oct: __magick_read__.cc X- $(MKOCTFILE) $< `Magick++-config --cppflags` `Magick++-config --ldflags` X+ $(MKOCTFILE) $< `Magick++-config --cppflags` `Magick++-config --ldflags --libs` X X clean: ; -$(RM) *.o octave-core core *.oct *~ 92937807dac8c56e1f48323a7cb8fb48 exit --------------080800040906040809070408--