Date: Sun, 14 Sep 2008 06:50:04 GMT From: Stephen Montgomery-Smith <stephen@math.missouri.edu> To: freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/127369: math/octave-forge-image: imread command doesn't work Message-ID: <200809140650.m8E6o4cP019117@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/127369; it has been noted by GNATS. From: Stephen Montgomery-Smith <stephen@math.missouri.edu> To: bug-followup@FreeBSD.ORG Cc: Jason Lenthe <lenthe@comcast.net> 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--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200809140650.m8E6o4cP019117>