[115735] trunk/dports/devel/class-dump/Portfile

Joshua Root jmr at macports.org
Fri Jan 10 08:50:03 PST 2014


> Revision: 115735
>           https://trac.macports.org/changeset/115735
> Author:   larryv at macports.org
> Date:     2014-01-09 21:25:03 -0800 (Thu, 09 Jan 2014)
> Log Message:
> -----------
> class-dump: Go back to configure.sdkroot.
> 
> Turns out "macosx_sdk_version" isn't a Portfile option, despite what
> portfile(1) says.
> 
> Modified Paths:
> --------------
>     trunk/dports/devel/class-dump/Portfile
> 
> Modified: trunk/dports/devel/class-dump/Portfile
> ===================================================================
> --- trunk/dports/devel/class-dump/Portfile	2014-01-10 05:17:53 UTC (rev 115734)
> +++ trunk/dports/devel/class-dump/Portfile	2014-01-10 05:25:03 UTC (rev 115735)
> @@ -27,7 +27,7 @@
>  # 3.4+ must be built against the 10.8 SDK, as it requires LC_* constants
>  # and other definitions unavailable in earlier SDKs. It will, however,
>  # run against 10.7+.
> -macosx_sdk_version  10.8
> +configure.sdkroot   "$developer_dir/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.8.sdk"

Yes, this shouldn't be listed in portfile.7 since it's only a
macports.conf setting. But even if it was a portfile option, it was only
added to trunk a bit over a week ago.

- Josh


More information about the macports-dev mailing list