[101180] trunk/dports/devel/libc-headers/Portfile

mfeiri at macports.org mfeiri at macports.org
Sat Jan 5 15:31:07 PST 2013


Revision: 101180
          https://trac.macports.org/changeset/101180
Author:   mfeiri at macports.org
Date:     2013-01-05 15:31:07 -0800 (Sat, 05 Jan 2013)
Log Message:
-----------
libc-headers: undo r101028 and add more specific dependencies

Revision Links:
--------------
    https://trac.macports.org/changeset/101028

Modified Paths:
--------------
    trunk/dports/devel/libc-headers/Portfile

Modified: trunk/dports/devel/libc-headers/Portfile
===================================================================
--- trunk/dports/devel/libc-headers/Portfile	2013-01-05 23:19:20 UTC (rev 101179)
+++ trunk/dports/devel/libc-headers/Portfile	2013-01-05 23:31:07 UTC (rev 101180)
@@ -2,12 +2,12 @@
 
 PortSystem              1.0
 name                    libc-headers
+revision                1
 version                 825.25
 categories              devel
 platforms               macosx
 maintainers             mfeiri openmaintainer
 license                 APSL-1.1 APSL-2 BSD MIT
-supported_archs         noarch
 
 description             Darwin Libc Headers
 long_description        Headers files for the C standard library
@@ -52,6 +52,8 @@
     distname            Libc-${version}
     checksums           rmd160  4f2c531805165b82e3f3587fca3cd88dd56db592 \
                         sha256  77122a555050d6b4ba866699507195d05d270700a9b411ab5ee8740857078609
+
+    build.type          bsd
 }
 
 platform darwin 10 {
@@ -59,6 +61,9 @@
     distname            Libc-${version}
     checksums           rmd160  160ea30d68d79d5aa10608a67f0246cb65bb33f2 \
                         sha256  a7a7b65fc4d185db076d30ac8e453f16be555d36c9b8a3b6162d317713686840
+
+    depends_build-append    coreosmakefiles
+    build.type              bsd
 }
 
 platform darwin 11 {
@@ -66,6 +71,9 @@
     distname            Libc-${version}
     checksums           rmd160  d2484c13b9ff5b401e732946e1929dd5ca8e9ad4 \
                         sha256  a1d88010d04f7bc3af3b52d61aacdf0c6826aa0cfa2814e65bdef365cae28bc9
+
+    depends_build-append    coreosmakefiles
+    build.type              bsd
 }
 
 platform darwin 12 {
@@ -77,7 +85,7 @@
         file attributes ${worksrcpath}/xcodescripts/manpages.sh -permissions +x
     }
 
-    destroot.env        PLATFORM_NAME=${platforms} \
+    destroot.env        ARCHS=${build_arch} PLATFORM_NAME=${platforms} \
                         DSTROOT=${destroot}${prefix} DERIVED_FILES_DIR=${workpath} \
                         SRCROOT=${worksrcpath} PUBLIC_HEADERS_FOLDER_PATH=/include \
                         PRIVATE_HEADERS_FOLDER_PATH=/include
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130105/95acd8b9/attachment-0001.html>


More information about the macports-changes mailing list