[104991] trunk/dports

mfeiri at macports.org mfeiri at macports.org
Sat Apr 6 16:05:55 PDT 2013


Revision: 104991
          https://trac.macports.org/changeset/104991
Author:   mfeiri at macports.org
Date:     2013-04-06 16:05:55 -0700 (Sat, 06 Apr 2013)
Log Message:
-----------
remove minimum os version checks from my ports

Modified Paths:
--------------
    trunk/dports/devel/csu/Portfile
    trunk/dports/devel/libc-headers/Portfile
    trunk/dports/devel/libm-headers/Portfile
    trunk/dports/devel/xnu-headers/Portfile
    trunk/dports/sysutils/dtrace/Portfile

Modified: trunk/dports/devel/csu/Portfile
===================================================================
--- trunk/dports/devel/csu/Portfile	2013-04-06 20:27:25 UTC (rev 104990)
+++ trunk/dports/devel/csu/Portfile	2013-04-06 23:05:55 UTC (rev 104991)
@@ -34,13 +34,6 @@
     reinplace "s|LOCLIBDIR = /usr/local/lib|LOCLIBDIR = ${destroot}${prefix}/lib|g" ${worksrcpath}/Makefile
 }
 
-if {${os.major} < 9} {
-    pre-fetch {
-        ui_error "${name} requires Mac OS X 10.5 or later."
-        return -code error "incompatible Mac OS X version"
-    }
-}
-
 platform darwin 9 {
     version             75
     distname            Csu-${version}

Modified: trunk/dports/devel/libc-headers/Portfile
===================================================================
--- trunk/dports/devel/libc-headers/Portfile	2013-04-06 20:27:25 UTC (rev 104990)
+++ trunk/dports/devel/libc-headers/Portfile	2013-04-06 23:05:55 UTC (rev 104991)
@@ -1,7 +1,6 @@
 # $Id$
 
 PortSystem              1.0
-
 name                    libc-headers
 revision                1
 version                 825.25
@@ -41,13 +40,6 @@
     file delete -force ${destroot}${prefix}/System
 }
 
-if {${os.major} < 9} {
-    pre-fetch {
-        ui_error "${name} requires Mac OS X 10.5 or later."
-        return -code error "incompatible Mac OS X version"
-    }
-}
-
 platform darwin 9 {
     version             498.1.7
     distname            Libc-${version}

Modified: trunk/dports/devel/libm-headers/Portfile
===================================================================
--- trunk/dports/devel/libm-headers/Portfile	2013-04-06 20:27:25 UTC (rev 104990)
+++ trunk/dports/devel/libm-headers/Portfile	2013-04-06 23:05:55 UTC (rev 104991)
@@ -24,13 +24,6 @@
 xcode.target            InstallHeaders
 xcode.destroot.settings PUBLIC_HEADERS_FOLDER_PATH=${prefix}/include
 
-if {${os.major} < 9} {
-    pre-fetch {
-        ui_error "${name} requires Mac OS X 10.5 or later."
-        return -code error "incompatible Mac OS X version"
-    }
-}
-
 platform darwin 9 {
     version             292.4
     distname            Libm-${version}

Modified: trunk/dports/devel/xnu-headers/Portfile
===================================================================
--- trunk/dports/devel/xnu-headers/Portfile	2013-04-06 20:27:25 UTC (rev 104990)
+++ trunk/dports/devel/xnu-headers/Portfile	2013-04-06 23:05:55 UTC (rev 104991)
@@ -36,14 +36,6 @@
     file rename -force ${destroot}${prefix}/System/Library/Frameworks ${destroot}${prefix}/Library/
 }
 
-
-if {${os.major} < 9} {
-    pre-fetch {
-        ui_error "${name} requires Mac OS X 10.5 or later."
-        return -code error "incompatible Mac OS X version"
-    }
-}
-
 platform darwin 9 {
     version             1228.15.4
     distname            xnu-${version}

Modified: trunk/dports/sysutils/dtrace/Portfile
===================================================================
--- trunk/dports/sysutils/dtrace/Portfile	2013-04-06 20:27:25 UTC (rev 104990)
+++ trunk/dports/sysutils/dtrace/Portfile	2013-04-06 23:05:55 UTC (rev 104991)
@@ -22,14 +22,6 @@
 xcode.destroot.path     ${prefix}/bin
 xcode.target            libelf.a ctfconvert ctfmerge ctfdump
 
-
-if {${os.major} < 9} {
-    pre-fetch {
-        ui_error "${name} requires Mac OS X 10.5 or later."
-        return -code error "incompatible Mac OS X version"
-    }
-}
-
 # for ppc support
 if {${os.major} == 9} {
     version         48.1
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130406/63ab00b0/attachment.html>


More information about the macports-changes mailing list