Updates tesseract from 2.01 to 2.03 * Removes an unnecessary run-depend for xterm * Removes an patch that didn't cause compile errors (neither 2.01 nor 2.03) * Adds an patch to fix an compile error (missing <netinet/in.h>) * Updates the Makefile and distfile Fix: Patch attached with submission follows:
Maintainer of graphics/tesseract, Please note that PR ports/133497 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/133497 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org
State Changed From-To: open->feedback Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
missed an mv; patch attached -- Jille
Responsible Changed From-To: freebsd-ports-bugs->dhn I'll take it.
State Changed From-To: feedback->open nope
State Changed From-To: open->feedback Ask for submitter fix.
State Changed From-To: feedback->open My mistake ;/
State Changed From-To: open->feedback Hi, Build failed with the patch. http://tb.4bit.ws/index.php?action=describe_port&id=711 Can you please take a look? -Dennis
Please also use the second patch; that moves java/makefile to java/Makefile -- Jille dhn@FreeBSD.org schreef: > Synopsis: [UPDATE] graphics/tesseract -> 2.03 > > State-Changed-From-To: open->feedback > State-Changed-By: dhn > State-Changed-When: Thu Apr 9 15:35:26 UTC 2009 > State-Changed-Why: > Hi, Build failed with the patch. > http://tb.4bit.ws/index.php?action=describe_port&id=711 Can you please > take a look? -Dennis > > http://www.freebsd.org/cgi/query-pr.cgi?pr=133497
--- On Fri, 4/10/09, Dennis Herrmann <dhn@FreeBSD.org> wrote: > From: Dennis Herrmann <dhn@FreeBSD.org> > Subject: Re: ports/133497: [UPDATE] graphics/tesseract -> 2.03 > To: "Jille Timmermans" <jille@quis.cx> > Cc: bf2006a@yahoo.com > Date: Friday, April 10, 2009, 8:42 AM > I used the second patch btw. is this > a little bit crap because > after configure the java/Makefile exist. The problem is > the > make install !! > > -Dennis Please consider the attached patch, which consolidates some of Jille's changes, and adds some other fixes. If this is acceptable, you can commit after the freeze. Regards, b.
bf schreef: > --- On Fri, 4/10/09, Dennis Herrmann <dhn@FreeBSD.org> wrote: > >> From: Dennis Herrmann <dhn@FreeBSD.org> >> Subject: Re: ports/133497: [UPDATE] graphics/tesseract -> 2.03 >> To: "Jille Timmermans" <jille@quis.cx> >> Cc: bf2006a@yahoo.com >> Date: Friday, April 10, 2009, 8:42 AM >> I used the second patch btw. is this >> a little bit crap because >> after configure the java/Makefile exist. The problem is >> the >> make install !! >> >> -Dennis > > > Please consider the attached patch, which consolidates some of > Jille's changes, and adds some other fixes. If this is > acceptable, you can commit after the freeze. Great! I also looked at the new language-files, but didn't know a nice way to do it in the Makefile. We might start thinking about some setting to enable/disable the debug-window (and add the xterm-dependency). -- Jille > > Regards, > b. > > > >
dhn 2009-04-27 17:48:35 UTC FreeBSD ports repository Modified files: graphics/tesseract Makefile distinfo pkg-plist Added files: graphics/tesseract/files patch-ccmain_applybox.cpp patch-image_imgs.cpp patch-java_makefile patch-viewer_scrollview.cpp patch-viewer_svmnode.cpp patch-viewer_svutil.cpp Removed files: graphics/tesseract/files patch-cutil__tordvars.h Log: - Update to 2.03 PR: ports/133497 Submitted by: Jille Timmermans <jille@quis.cx>, bf <bf2006a@yahoo.com> (maintainer) Approved by: tabthorpe (co-mentor) Revision Changes Path 1.7 +10 -7 ports/graphics/tesseract/Makefile 1.4 +12 -3 ports/graphics/tesseract/distinfo 1.1 +10 -0 ports/graphics/tesseract/files/patch-ccmain_applybox.cpp (new) 1.2 +0 -13 ports/graphics/tesseract/files/patch-cutil__tordvars.h (dead) 1.1 +20 -0 ports/graphics/tesseract/files/patch-image_imgs.cpp (new) 1.1 +11 -0 ports/graphics/tesseract/files/patch-java_makefile (new) 1.1 +11 -0 ports/graphics/tesseract/files/patch-viewer_scrollview.cpp (new) 1.1 +10 -0 ports/graphics/tesseract/files/patch-viewer_svmnode.cpp (new) 1.1 +17 -0 ports/graphics/tesseract/files/patch-viewer_svutil.cpp (new) 1.4 +35 -15 ports/graphics/tesseract/pkg-plist _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: feedback->closed Committed. Thanks!