Revision: 104901 https://trac.macports.org/changeset/104901 Author: mfeiri@macports.org Date: 2013-04-04 13:57:49 -0700 (Thu, 04 Apr 2013) Log Message: ----------- bootstrap_cmds: replace hack with installs_libs tag, fixes #38659 Modified Paths: -------------- trunk/dports/devel/bootstrap_cmds/Portfile Modified: trunk/dports/devel/bootstrap_cmds/Portfile =================================================================== --- trunk/dports/devel/bootstrap_cmds/Portfile 2013-04-04 19:49:37 UTC (rev 104900) +++ trunk/dports/devel/bootstrap_cmds/Portfile 2013-04-04 20:57:49 UTC (rev 104901) @@ -12,6 +12,7 @@ homepage http://opensource.apple.com/source/${name}/ master_sites http://opensource.apple.com/tarballs/${name}/ license APSL-2 +installs_libs no description Darwin Core OS Bootstrap Commands long_description Bootstrapping tools like the Mach Interface \ Generator (MIG) required to build the XNU kernel. @@ -26,25 +27,13 @@ # for replath and decomment if {${os.major} < 12} { version 80 - revision 3 + revision 4 checksums rmd160 072e399562eb021e4fa0cd66132153afcc02f417 \ sha256 2ae65cd2ca6f0f684b25aad46a649aeb95a774d06a8287c59962fba42900a2fc + supported_archs i386 ppc xcode.project migcom.tproj/migcom.xcodeproj - # overwrite ARCHS with working fallbacks to cheat dependency tracking - if {${configure.build_arch} == "x86_64"} { - xcode.build.settings ARCHS=i386 - } - if {${configure.build_arch} == "ppc64"} { - xcode.build.settings ARCHS=ppc - } - xcode.destroot.settings ${xcode.build.settings} - if {[variant_isset universal]} { - xcode.build.settings ARCHS='ppc i386' - xcode.destroot.settings ARCHS='ppc i386' - } - pre-build { file delete ${worksrcpath}/Makefile system "CC=${configure.cc} make -C ${worksrcpath} decomment.tproj/decomment relpath.tproj/relpath"
participants (1)
-
mfeiri@macports.org