[89234] trunk/dports/net/iodine/Portfile
Ryan Schmidt
ryandesign at macports.org
Sat Jan 21 16:58:14 PST 2012
On Jan 21, 2012, at 15:35, snc at macports.org wrote:
> Revision: 89234
> http://trac.macports.org/changeset/89234
> Author: snc at macports.org
> Date: 2012-01-21 13:35:37 -0800 (Sat, 21 Jan 2012)
> Log Message:
> -----------
> iodine:
> * ensure UsingTheRightCompiler, #32970
> * add missing platforms
>
> Modified Paths:
> --------------
> trunk/dports/net/iodine/Portfile
>
> Modified: trunk/dports/net/iodine/Portfile
> ===================================================================
> --- trunk/dports/net/iodine/Portfile 2012-01-21 21:31:49 UTC (rev 89233)
> +++ trunk/dports/net/iodine/Portfile 2012-01-21 21:35:37 UTC (rev 89234)
> @@ -10,11 +10,20 @@
> description IPv4 over DNS
> long_description iodine lets you tunnel IPv4 data through a DNS server. This can be usable in different situations where internet access is firewalled, but DNS queries are allowed.
> homepage http://code.kryo.se/iodine/
> -master_sites ${homepage}
> +master_sites http://code.kryo.se/iodine/
> +
> +platforms darwin
> +
> checksums md5 a15bb4faba020d217016fde6e231074a \
> sha1 4fa9a248b8a84df8a727a5d749e669e58136edca \
> rmd160 6974beac28e07b0c280d7095f15d13699e9cad65
>
> +# Iodine has no configure script so we pass in CC/CXX/CPP at build time.
> +# http://trac.macports.org/wiki/UsingTheRightCompiler
> +build.args-append CC=${configure.cc} \
> + CXX=${configure.cxx} \
> + CPP=${configure.cpp}
> +
> patchfiles patch-Makefile.diff
Needing to modify a port to ensure it's UsingTheRightCompiler is a pretty good indication that you will also need to modify the port to use the right -arch flags. See r89251.
More information about the macports-dev
mailing list