[32069] trunk/dports/x11/fox/Portfile

ryandesign at macports.org ryandesign at macports.org
Sat Dec 15 03:59:35 PST 2007


Revision: 32069
          http://trac.macosforge.org/projects/macports/changeset/32069
Author:   ryandesign at macports.org
Date:     2007-12-15 03:59:29 -0800 (Sat, 15 Dec 2007)

Log Message:
-----------
fox: update to 1.6.31 and fix build failure on Leopard; closes #13463

Modified Paths:
--------------
    trunk/dports/x11/fox/Portfile

Modified: trunk/dports/x11/fox/Portfile
===================================================================
--- trunk/dports/x11/fox/Portfile	2007-12-15 11:32:51 UTC (rev 32068)
+++ trunk/dports/x11/fox/Portfile	2007-12-15 11:59:29 UTC (rev 32069)
@@ -2,8 +2,7 @@
 
 PortSystem 1.0
 name                fox
-version             1.6.28
-revision            1
+version             1.6.31
 description         The FOX GUI toolkit
 long_description    FOX is a C++ based Toolkit for developing Graphical \
                     User Interfaces easily and effectively.
@@ -13,9 +12,9 @@
 distname            fox-${version}
 homepage            http://www.fox-toolkit.org/
 master_sites        http://www.fox-toolkit.org/ftp/
-checksums           md5 48ef0ee0b0d96f7df09c5e7fc38ba161 \
-                    sha1 2095061e0305cf3ed5855ceb268e4aebad504eff \
-                    rmd160 c6b879429be21e4abb920a2d6f90502aa452b763
+checksums           md5 3ca24ab9972223571419a13a3a4ab2f0 \
+                    sha1 5f5720597bcd39b3e0805aaa761e6564ecf1913a \
+                    rmd160 3aef0492b6ab3f64307bc5486f733735dee81d2a
 depends_lib         port:tiff \
                     port:libpng \
                     port:jpeg \
@@ -24,6 +23,7 @@
                     port:Xft2 \
                     lib:libX11.6:XFree86
 configure.cppflags-append	"-I${x11prefix}/include"
+configure.ldflags-append	"-dylib_file /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib:/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib"
 configure.pre_args  --prefix=${prefix} --mandir=${prefix}/share/man
 configure.args      --with-x --with-xft --with-opengl --enable-cups 
 if {[variant_isset universal]} {

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20071215/cb98d7e9/attachment.html


More information about the macports-changes mailing list