On Aug 8, 2007, at 17:24, [EMAIL PROTECTED] wrote:
Revision: 27578
http://trac.macosforge.org/projects/macports/changeset/27578
Author: [EMAIL PROTECTED]
Date: 2007-08-08 15:24:43 -0700 (Wed, 08 Aug 2007)
Log Message:
-----------
* Port cleaned!
* Updated to version 1.2.11
* The check for QuickTime version on Panther is now in native TCL.
* Configure patch has been replaced by a single reinplace procedure
call.
* Added sha1 and rmd160 checksums.
* Added documentation.
* Taken over (with openmaintainer).
Modified Paths:
--------------
trunk/dports/devel/libsdl/Portfile
Removed Paths:
-------------
trunk/dports/devel/libsdl/files/patch-configure
trunk/dports/devel/libsdl/files/qt-check.sh
[snip]
platform darwin 7 {
- pre-fetch { system "/bin/bash ${portpath}/${filesdir}/qt-check.sh" }
+ 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+)$} $line _ qt_min qt_rev
+
+ if {$qt_min > 0 || $qt_rev > 3} {
+ ui_error ""
+ ui_error "Installation of libSDL is exiting
because it believes you have"
+ ui_error "QuickTime version 7.${qt_min}.$
{qt_rev} installed."
+ ui_error ""
+ ui_error "On Mac OS 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 have QuickTime 7.0.4, you can
downgrade to 7.0.1:"
+ ui_error "http://www.apple.com/support/
downloads/quicktime701reinstallerforquicktime704.html"
That URL is 404. I can't find any place to download QT 7.0.1 from
Apple anymore.
If Apple has not fixed this problem in the several versions of QT
since 7.0.4, Apple must not believe it is a bug. Has anyone attempted
to contact the libsdl developers about this problem, or checked their
bug database?
_______________________________________________
macports-dev mailing list
[email protected]
http://lists.macosforge.org/mailman/listinfo/macports-dev