[MacPorts] #25761: texinfo port does not install texinfo.tex

MacPorts noreply at macports.org
Wed Jul 21 00:51:49 PDT 2010


#25761: texinfo port does not install texinfo.tex
-------------------------------------+--------------------------------------
 Reporter:  bechir.zalila@…          |       Owner:  macports-tickets@…                   
     Type:  defect                   |      Status:  new                                  
 Priority:  High                     |   Milestone:                                       
Component:  ports                    |     Version:  1.9.1                                
 Keywords:  texinfo.tex              |        Port:  texinfo                              
-------------------------------------+--------------------------------------
 When installing the texinfo port (@4.13), the tex files which are
 necessary for any further compilation of texi sources are not installed.

 Technically, the make install-tex target is not run.

 I attempted to add the following lines to the texinfo Portfile:

 destroot.env-append TEXMF=${prefix}/share/texmf-texlive
 destroot.target-append install-tex

 However, at the install and activate phases, the addrd texfiles don't seem
 to be copied.

 A temporary workaround to this bug is to do the following:

 1 - Install texinfo without cleaning:

 port -k install texinfo

 2 - Execute the install-tex target manually:

 cd /opt/local/var/macports/build/*_texinfo/work/texinfo-*/
 sudo make  TEXMF=/opt/local/share/texmf-texlive install-tex

 3 - Refresh the texmf ls-R database:

 sudo mktexlsr

-- 
Ticket URL: <http://trac.macports.org/ticket/25761>
MacPorts <http://www.macports.org/>
Ports system for Mac OS


More information about the macports-tickets mailing list