[MacPorts] #23798: pari-2.3.5 Portfile enhancement, reduced dependencies
MacPorts
noreply at macports.org
Mon Feb 22 05:33:19 PST 2010
#23798: pari-2.3.5 Portfile enhancement, reduced dependencies
-------------------------------------+--------------------------------------
Reporter: tobsimon@… | Owner: vinc17@…
Type: enhancement | Status: new
Priority: Normal | Milestone:
Component: ports | Version: 1.8.2
Keywords: haspatch | Port: pari
-------------------------------------+--------------------------------------
Comment(by vinc17@…):
If I understand correctly, with
{{{
build.target gp
}}}
the documentation is not built at build time, but the "install" target
still includes "install-doc", so that the documentation (e.g. dvi files,
which need texlive) ends up by being built anyway. For instance, with the
patch,
{{{
sudo port -v destroot +gmp
}}}
shows:
{{{
[...]
---> Staging pari into destroot
[...]
Making install in Odarwin-ppc
[...]
mkdir -p
"/opt/local/var/macports/build/_Users_vinc17_wd_macosx_macports_math_pari/work/destroot/opt/local/bin"
"/opt/local/var/macports/build/_Users_vinc17_wd_macosx_macports_math_pari/work/destroot/opt/local/share/pari"/doc
cd ../doc; /usr/bin/make all
}}}
and the documentation is built.
--
Ticket URL: <http://trac.macports.org/ticket/23798#comment:3>
MacPorts <http://www.macports.org/>
Ports system for Mac OS
More information about the macports-tickets
mailing list