[58438] trunk/dports
ryandesign at macports.org
ryandesign at macports.org
Mon Sep 28 11:36:06 PDT 2009
Revision: 58438
http://trac.macports.org/changeset/58438
Author: ryandesign at macports.org
Date: 2009-09-28 11:36:06 -0700 (Mon, 28 Sep 2009)
Log Message:
-----------
Remove old OS checks since MacPorts itself now requires 10.4 and up.
Modified Paths:
--------------
trunk/dports/aqua/osxvnc/Portfile
trunk/dports/graphics/libpixman/Portfile
trunk/dports/graphics/libpixman-devel/Portfile
Modified: trunk/dports/aqua/osxvnc/Portfile
===================================================================
--- trunk/dports/aqua/osxvnc/Portfile 2009-09-28 18:34:24 UTC (rev 58437)
+++ trunk/dports/aqua/osxvnc/Portfile 2009-09-28 18:36:06 UTC (rev 58438)
@@ -32,13 +32,6 @@
patchfiles \
patch-project.pbxproj.diff
-pre-fetch {
- if {"darwin" == ${os.platform} && ${os.major} < 7} {
- ui_error "${name} requires Mac OS X 10.3 or newer"
- return -code error "incompatible Mac OS X version"
- }
-}
-
post-patch {
# Make all strings UTF-16 so CopyStringsFile doesn't fail on Leopard. See #15919.
set language_encodings {
Modified: trunk/dports/graphics/libpixman/Portfile
===================================================================
--- trunk/dports/graphics/libpixman/Portfile 2009-09-28 18:34:24 UTC (rev 58437)
+++ trunk/dports/graphics/libpixman/Portfile 2009-09-28 18:36:06 UTC (rev 58438)
@@ -30,17 +30,6 @@
sha1 387ec30d236a52bc21a45f2d50adad7fca89b667 \
rmd160 4d100ecc48fdf82923e141b674ea77eae9a58448
-pre-extract {
- if {"darwin" == ${os.platform} && 7 == ${os.major}} {
- set minimum_xcodeversion 1.5
- set current_xcodeversion [exec defaults read /Developer/Applications/Xcode.app/Contents/Info CFBundleShortVersionString]
- if {[rpm-vercomp ${current_xcodeversion} ${minimum_xcodeversion}] < 0} {
- ui_error "On Mac OS X ${macosx_version}, ${name} ${version} requires Xcode ${minimum_xcodeversion} but you have Xcode ${current_xcodeversion}."
- return -code error "incompatible Xcode version"
- }
- }
-}
-
configure.args \
--disable-gtk
Modified: trunk/dports/graphics/libpixman-devel/Portfile
===================================================================
--- trunk/dports/graphics/libpixman-devel/Portfile 2009-09-28 18:34:24 UTC (rev 58437)
+++ trunk/dports/graphics/libpixman-devel/Portfile 2009-09-28 18:36:06 UTC (rev 58438)
@@ -30,17 +30,6 @@
sha1 67a34a1fdc5431c9de5febd390057bdd9bb51df4 \
rmd160 95047e078ce8dfe47ff9e2ea50d587fcebbb2751
-pre-extract {
- if {"darwin" == ${os.platform} && 7 == ${os.major}} {
- set minimum_xcodeversion 1.5
- set current_xcodeversion [exec defaults read /Developer/Applications/Xcode.app/Contents/Info CFBundleShortVersionString]
- if {[rpm-vercomp ${current_xcodeversion} ${minimum_xcodeversion}] < 0} {
- ui_error "On Mac OS X ${macosx_version}, ${name} ${version} requires Xcode ${minimum_xcodeversion} but you have Xcode ${current_xcodeversion}."
- return -code error "incompatible Xcode version"
- }
- }
-}
-
patchfiles 5db6db74f9539885314762d6f263c826fe7931e0.diff
patch.post_args -p1
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090928/a8ea0fac/attachment.html>
More information about the macports-changes
mailing list