[43527] trunk/dports/print
Ryan Schmidt
ryandesign at macports.org
Thu Dec 11 02:53:52 PST 2008
On Dec 11, 2008, at 03:03, blb at macports.org wrote:
> Revision: 43527
> http://trac.macports.org/changeset/43527
> Author: blb at macports.org
> Date: 2008-12-11 01:03:47 -0800 (Thu, 11 Dec 2008)
> Log Message:
> -----------
> New port - prit/cups-pdf, provides a print-to-PDF feature through CUPS
[snip]
> +build {
> + system "cd ${worksrcpath}/src && ${configure.cc} -Os -o cups-
> pdf cups-pdf.c"
> +}
[snip]
We need to either release MacPorts 1.7.0 real soon, since $
{configure.cc} doesn't exist outside the configure phase in MacPorts
1.6.0, or that bit in the port needs to be changed so that
configure.cc is written to a Makefile in the post-configure phase and
then you use that Makefile in the build phase.
http://trac.macports.org/ticket/17426
More information about the macports-dev
mailing list