[127026] trunk/dports/devel/csu/Portfile

mfeiri at macports.org mfeiri at macports.org
Sun Oct 19 11:03:03 PDT 2014


Revision: 127026
          https://trac.macports.org/changeset/127026
Author:   mfeiri at macports.org
Date:     2014-10-19 11:03:02 -0700 (Sun, 19 Oct 2014)
Log Message:
-----------
csu: move to DarwinX.sdk

Modified Paths:
--------------
    trunk/dports/devel/csu/Portfile

Modified: trunk/dports/devel/csu/Portfile
===================================================================
--- trunk/dports/devel/csu/Portfile	2014-10-19 17:18:25 UTC (rev 127025)
+++ trunk/dports/devel/csu/Portfile	2014-10-19 18:03:02 UTC (rev 127026)
@@ -3,7 +3,7 @@
 PortSystem              1.0
 name                    csu
 version                 79
-revision                3
+revision                4
 categories              devel
 platforms               darwin
 maintainers             mfeiri
@@ -20,8 +20,8 @@
 use_configure           no
 default_variants        +universal
 build.env-append        CC='${configure.cc} -Wl,-new_linker'
+destroot.env-append     DSTROOT=${destroot}${prefix}/Developer/SDKs/Darwin${os.major}.sdk
 
-
 variant universal {
     if {${os.major} == 9} {
         configure.universal_archs ppc ppc64 i386 x86_64
@@ -29,11 +29,6 @@
     build.env-append    RC_ARCHS='${configure.universal_archs}'
 }
 
-post-extract {
-    reinplace "s|USRLIBDIR = /usr/lib|USRLIBDIR = ${destroot}${prefix}/lib|g" ${worksrcpath}/Makefile
-    reinplace "s|LOCLIBDIR = /usr/local/lib|LOCLIBDIR = ${destroot}${prefix}/lib|g" ${worksrcpath}/Makefile
-}
-
 platform darwin 9 {
     version             75
     distname            Csu-${version}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141019/78b82d78/attachment-0001.html>


More information about the macports-changes mailing list