[53861] trunk/dports/devel/libsdl/Portfile

toby at macports.org toby at macports.org
Wed Jul 15 16:24:32 PDT 2009


Revision: 53861
          http://trac.macports.org/changeset/53861
Author:   toby at macports.org
Date:     2009-07-15 16:24:32 -0700 (Wed, 15 Jul 2009)
Log Message:
-----------
nuke darwin 7 section

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

Modified: trunk/dports/devel/libsdl/Portfile
===================================================================
--- trunk/dports/devel/libsdl/Portfile	2009-07-15 23:22:46 UTC (rev 53860)
+++ trunk/dports/devel/libsdl/Portfile	2009-07-15 23:24:32 UTC (rev 53861)
@@ -98,37 +98,6 @@
     }
 }
 
-platform darwin 7 {
-    pre-fetch {
-        set qt_header [open /System/Library/Frameworks/QuickTime.framework/Headers/QuickTime.h r]
-
-        while {[gets $qt_header line] != -1} {
-            if {[regexp {Version:} $line]} {
-                regexp {(\d+\.\d+(?:\.\d+))?$} $line qt_ver
-
-                if {[rpm-vercomp ${qt_ver} 7.0.3] > 0} {
-                    ui_error ""
-                    ui_error "Installation of libSDL is exiting because it believes you have"
-                    ui_error "QuickTime version ${qt_ver} installed."
-                    ui_error ""
-                    ui_error "On Mac OS X 10.3/Xcode 1.5, you must have QuickTime 7.0.3 or lower if"
-                    ui_error "you want to install the libSDL port."
-                    ui_error ""
-                    ui_error "If you actually have QuickTime 7.0.3 or below and you think you should not be"
-                    ui_error "receiving this error message, you can report the problem here:"
-                    ui_error "http://trac.macports.org/projects/macports/ticket/6533"
-
-                    return -code 1 "${name} cannot build on Panther with QuickTime 7.0.4 or later."
-                }
-
-                break
-            }
-        }
-
-        close $qt_header
-    }
-}
-
 livecheck.check regex
 livecheck.url   ${homepage}download.php
 livecheck.regex ${my_name}-(\\d+(?:\\.\\d+)*)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090715/f65f274e/attachment.html>


More information about the macports-changes mailing list