Bug 192656

Summary: print/texlive-base: fails to build because it can't find libkpathsea.la
Product: Ports & Packages Reporter: Lawrence Chen <beastie>
Component: Individual Port(s)Assignee: Dmitry Marakasov <amdmi3>
Status: Closed FIXED    
Severity: Affects Only Me CC: hrs
Priority: ---    
Version: Latest   
Hardware: amd64   
OS: Any   

Description Lawrence Chen 2014-08-14 17:02:12 UTC
recently devel/tex-kpathsea was updated to 6.1.0_3, where .la got dropped.  But, current print/texlive-base needs it.
Comment 1 John Marino freebsd_committer freebsd_triage 2014-08-14 20:21:43 UTC
assign to amdmi3 with maintainer in copy
Comment 2 Dmitry Marakasov freebsd_committer freebsd_triage 2014-08-15 09:53:00 UTC
The problem is really in print/tex-ptexenc which was converted to USES=libtool, but PORTREVISION was not bumped, so it held a reference to .la file from tex-kpathsea.

I've bumped tex-ptexenc (dropping .la file from there as well). texlive-base should build fine after updating tex-ptexenc. Please confirm.
Comment 3 Dmitry Marakasov freebsd_committer freebsd_triage 2014-09-11 13:31:08 UTC
Feedback timeout; assuming fixed