[MacPorts] #47083: dblatex fails with titlesec.sty not found error
MacPorts
noreply at macports.org
Mon Mar 9 06:43:46 PDT 2015
#47083: dblatex fails with titlesec.sty not found error
-------------------------------+--------------------------------
Reporter: Joel.Brogniart@… | Owner: macports-tickets@…
Type: defect | Status: new
Priority: Normal | Milestone:
Component: ports | Version: 2.3.3
Resolution: | Keywords:
Port: dblatex |
-------------------------------+--------------------------------
Comment (by Joel.Brogniart@…):
The problem could be circumvented by editing dblatex Portfile with:
{{{
--- Portfile.orig 2015-03-09 12:00:43.000000000 +0100
+++ Portfile 2015-03-09 14:40:23.000000000 +0100
@@ -3,6 +3,7 @@
PortSystem 1.0
PortGroup python 1.0
+PortGroup texlive 1.0
name dblatex
version 0.3.5
@@ -69,7 +70,11 @@
}
post-activate {
- system "${prefix}/bin/mktexlsr"
+ texlive.mktexlsr
+}
+
+post-deactivate {
+ texlive.mktexlsr
}
livecheck.type regex
}}}
and reinstall dblatex.
--
Ticket URL: <https://trac.macports.org/ticket/47083#comment:1>
MacPorts <https://www.macports.org/>
Ports system for OS X
More information about the macports-tickets
mailing list