[91187] trunk/dports/devel
Ryan Schmidt
ryandesign at macports.org
Sun Mar 25 20:24:57 PDT 2012
On Mar 25, 2012, at 03:36, jeremyhu at macports.org wrote:
> Revision: 91187
> https://trac.macports.org/changeset/91187
> Author: jeremyhu at macports.org
> Date: 2012-03-25 01:36:45 -0700 (Sun, 25 Mar 2012)
> Log Message:
> -----------
> subversion-python*bindings: Fix incorrect usage of configure.compiler
And you made an unrelated change to odcctools:
> --- trunk/dports/devel/odcctools/Portfile 2012-03-25 08:35:02 UTC (rev 91186)
> +++ trunk/dports/devel/odcctools/Portfile 2012-03-25 08:36:45 UTC (rev 91187)
> @@ -5,6 +5,7 @@
>
> name odcctools
> version 20090808
> +revision 1
> categories devel
> maintainers nomaintainer
> homepage http://odcctools.macosforge.org/
> @@ -28,7 +29,7 @@
> sha1 8099a75396d5ac1621f04c977212067d97e3c540 \
> rmd160 8c672b3f1d9fd75ad25ddbe7287e099693f7e742
>
> -depends_lib port:llvm
> +depends_lib port:llvm-2.9
This makes sense since llvm has been replaced_by llvm-2.9 for awhile already. But does odcctools need some other modifications to tell it how to find llvm-2.9, since the files aren't installed in the same locations as they were in the llvm port?
Does the port build for you? It doesn't for me:
https://trac.macports.org/ticket/33761
More information about the macports-dev
mailing list