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

toby at macports.org toby at macports.org
Mon Sep 21 16:47:54 PDT 2009


Revision: 58082
          http://trac.macports.org/changeset/58082
Author:   toby at macports.org
Date:     2009-09-21 16:47:49 -0700 (Mon, 21 Sep 2009)
Log Message:
-----------
#20235 (libsdl does not build 64-bit)

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

Modified: trunk/dports/devel/libsdl/Portfile
===================================================================
--- trunk/dports/devel/libsdl/Portfile	2009-09-21 22:53:46 UTC (rev 58081)
+++ trunk/dports/devel/libsdl/Portfile	2009-09-21 23:47:49 UTC (rev 58082)
@@ -8,8 +8,7 @@
 
 name            libsdl
 set my_name     SDL
-version         1.2.13
-revision        6
+version         1.2.14
 categories      devel multimedia
 platforms       macosx freebsd
 maintainers     nox openmaintainer
@@ -23,12 +22,12 @@
     DirectMedia Layer supports Linux, Win32, BeOS, Mac OS, Solaris, IRIX, and FreeBSD.
 
 homepage        http://www.libsdl.org/
-master_sites    ${homepage}release/
+master_sites    ${homepage}tmp/
 distname        ${my_name}-${version}
 
-checksums       md5 c6660feea2a6834de10bc71b2f8e4d88 \
-                sha1 51fcaa3e1d5c01fd813ea08688780f86b19cf539 \
-                rmd160 ed8825fc98f4b3759cf9e5cf8357d71c50df9925
+checksums       md5 6726575f6c6a799e24210e22ee751052 \
+                sha1 db9a714fe9c00163e2708111a64f065861e95464 \
+                rmd160 f5e2b01c48ce1087e97d8074674989437dc3a26c
 
 depends_lib \
     port:xorg-libXext \
@@ -102,13 +101,6 @@
     }
 }
 
-platform darwin 10 {
-	# This doesn't build correctly against the 10.6 SDK due to using deprecated (10.5) and removed (10.6) API
-	macosx_deployment_target 10.5
-	configure.cppflags-append -isysroot /Developer/SDKs/MacOSX10.5.sdk
-	configure.cflags-append -isysroot /Developer/SDKs/MacOSX10.5.sdk
-}
-
 livecheck.type  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/20090921/9ab2328a/attachment-0001.html>


More information about the macports-changes mailing list