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

source_changes at macosforge.org source_changes at macosforge.org
Sat Apr 7 14:27:38 PDT 2007


Revision: 23728
          http://trac.macosforge.org/projects/macports/changeset/23728
Author:   markd at macports.org
Date:     2007-04-07 14:27:37 -0700 (Sat, 07 Apr 2007)

Log Message:
-----------
Closes #11658.  Update to 1.6.25.

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

Modified: trunk/dports/x11/fox/Portfile
===================================================================
--- trunk/dports/x11/fox/Portfile	2007-04-07 21:26:15 UTC (rev 23727)
+++ trunk/dports/x11/fox/Portfile	2007-04-07 21:27:37 UTC (rev 23728)
@@ -2,22 +2,27 @@
 
 PortSystem 1.0
 name                fox
-version             1.2.18
+version             1.6.25
 description         The FOX GUI toolkit
 long_description    FOX is a C++ based Toolkit for developing Graphical \
                     User Interfaces easily and effectively.
-maintainers         nomaintainer at macports.org
+maintainers         lyle.johnson at gmail.com
 categories          x11
-platforms           darwin 
+platforms           darwin
+distname            fox-${version}
 homepage            http://www.fox-toolkit.org/
 master_sites        http://www.fox-toolkit.org/ftp/
-checksums           md5 f55e53d66cfe09c0392cb837ec9ae8a6
-depends_lib         port:tiff port:libpng port:jpeg lib:libX11.6:XFree86
-configure.env       CPPFLAGS="-I${prefix}/include" LDFLAGS="-L${prefix}/lib -lstdc++"
+checksums           md5 216095ac8d78f5376415f72b309bf50d \
+                    sha1 1811e838cdccb66c259bc94377f9d1097a307bff \
+                    rmd160 41951a19e46cdb5a7989cd9ba2a2745552e098d5
+depends_lib         port:tiff \
+                    port:libpng \
+                    port:jpeg \
+                    lib:libX11.6:XFree86
+configure.env       CPPFLAGS="-I${prefix}/include -I/usr/X11R6/include" LDFLAGS="-L${prefix}/lib"
 configure.pre_args  --prefix=${prefix} --mandir=${prefix}/share/man
-configure.args      --with-opengl=no --enable-cups 
-post-configure      {
-                        reinplace "s;fox/html;share/doc/fox-1.2/html;" ${worksrcpath}/doc/art/Makefile
-                        reinplace "s;fox/html;share/doc/fox-1.2/html;" ${worksrcpath}/doc/screenshots/Makefile
-                    }
-
+configure.args      --enable-cups 
+if {[variant_isset universal]} {
+    configure.env-append \
+    CXXFLAGS="-isysroot /Developer/SDKs/MacOSX10.4u.sdk -arch i386 -arch ppc"
+}

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


More information about the macports-changes mailing list