[89234] trunk/dports/net/iodine/Portfile

snc at macports.org snc at macports.org
Sat Jan 21 13:35:37 PST 2012


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
 
 use_configure       no
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120121/ddbbe437/attachment.html>


More information about the macports-changes mailing list