[111936] trunk/dports/lang/php4/Portfile

Joshua Root jmr at macports.org
Sun Oct 6 13:44:45 PDT 2013


> Revision: 111936
>           https://trac.macports.org/changeset/111936
> Author:   jeremyhu at macports.org
> Date:     2013-10-06 11:27:32 -0700 (Sun, 06 Oct 2013)
> Log Message:
> -----------
> php4: Add missing dependency
> 
> Modified Paths:
> --------------
>     trunk/dports/lang/php4/Portfile
> 
> Modified: trunk/dports/lang/php4/Portfile
> ===================================================================
> --- trunk/dports/lang/php4/Portfile	2013-10-06 17:53:32 UTC (rev 111935)
> +++ trunk/dports/lang/php4/Portfile	2013-10-06 18:27:32 UTC (rev 111936)
> @@ -294,6 +294,7 @@
>          system -W ${workpath} "/usr/bin/gnutar --no-same-owner -xzf ${distpath}/${pdflib_distfile}"
>          move ${workpath}/${pdflib_distname} ${worksrcpath}/ext/pdf
>      }
> +    depends_build-append        bin:gnutar:gnutar
>      depends_lib-append          port:pdflib
>      configure.args-append       --with-pdflib=${prefix}
>  }

Shouldn't that be depends_extract? And shouldn't the leading /usr/bin/
be removed in the extract command for this to work in the cases where
the added dependency is important?

- Josh


More information about the macports-dev mailing list