Début du message réexpédié :
De : N_Ox <nox@macports.org> Date : 9 août 2007 15:44:59 HAEC À : Ryan Schmidt <ryandesign@macports.org> Objet : Rép : [27578] trunk/dports/devel/libsdl
Le 9 août 07 à 01:48, Ryan Schmidt a écrit :
On Aug 8, 2007, at 17:24, source_changes@macosforge.org wrote:
Revision: 27578 http://trac.macosforge.org/projects/macports/changeset/ 27578 Author: nox@macports.org 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?
I've googled about it yesterday, and dig into the libsdl website for some informations... with no luck. I think we will never be able to fix this thing. I have removed the link from the error message.
-- Anthony Ramine, a lazy french student. nox@macports.org
participants (1)
-
N_Ox