[MacPorts] #32075: Tesseract update to 3.01

MacPorts noreply at macports.org
Tue Nov 15 17:15:23 PST 2011


#32075: Tesseract update to 3.01
---------------------------------+------------------------------------------
 Reporter:  emer@…               |       Owner:  macports-tickets@…                   
     Type:  update               |      Status:  new                                  
 Priority:  Normal               |   Milestone:                                       
Component:  ports                |     Version:  2.0.3                                
 Keywords:  maintainer haspatch  |        Port:  tesseract                            
---------------------------------+------------------------------------------

Comment(by ryandesign@…):

 Did you test your patch before submitting it? It doesn't work for me as
 is:
 {{{
 config.status: error: cannot find input file: `Makefile.in'
 }}}
 Indeed Makefile.in is missing from the distribution. Looks like we'll have
 to run automake.

 -----

 Here's my patch to use subports instead of variants. See what you think
 and let me know if I should commit it. You can test it with:

 {{{
 cd $(port dir tesseract)
 sudo patch -p0 < ~/Downloads/tesseract-3.01.diff
 sudo port install subport=tesseract-eng
 }}}

 "`port info`" in that directory will show you all the subports available.

 I admit the Portfile has gotten a bit complicated. Partly this is because
 upstream has released version 3.01 of some of the language packs, which
 are packaged one way, but others are only available in version 3.00, which
 is packaged a different way. It might have been simpler to make a
 portgroup and a separate port for each language pack but I don't feel like
 rewriting it again at the moment.

-- 
Ticket URL: <https://trac.macports.org/ticket/32075#comment:2>
MacPorts <http://www.macports.org/>
Ports system for Mac OS


More information about the macports-tickets mailing list