[70624] trunk/dports/graphics/xaos

ryandesign at macports.org ryandesign at macports.org
Sun Aug 15 06:45:53 PDT 2010


Revision: 70624
          http://trac.macports.org/changeset/70624
Author:   ryandesign at macports.org
Date:     2010-08-15 06:45:51 -0700 (Sun, 15 Aug 2010)
Log Message:
-----------
xaos: update to 3.5, add forgotten dependency on gsl, fix warning when configuring universal

Modified Paths:
--------------
    trunk/dports/graphics/xaos/Portfile

Added Paths:
-----------
    trunk/dports/graphics/xaos/files/
    trunk/dports/graphics/xaos/files/patch-Makefile.in.diff

Modified: trunk/dports/graphics/xaos/Portfile
===================================================================
--- trunk/dports/graphics/xaos/Portfile	2010-08-15 13:37:20 UTC (rev 70623)
+++ trunk/dports/graphics/xaos/Portfile	2010-08-15 13:45:51 UTC (rev 70624)
@@ -3,14 +3,12 @@
 PortSystem              1.0
 
 name                    xaos
-version                 3.4
-revision                1
+version                 3.5
 categories              graphics
 maintainers             nomaintainer
 homepage                http://xaos.sourceforge.net/
 platforms               darwin
 master_sites            sourceforge
-distname                XaoS-${version}
 
 description             real-time interactive fractal zoomer
 
@@ -29,13 +27,17 @@
                         (for those of you without drivers licenses), \
                         palette changing, GIF saving, and fractal inversion.
 
-checksums               md5     366fd8151e9642a0d9afce889912e388 \
-                        sha1    4e419715ae0479fa3a20ed5f48ede7ad222f2d10 \
-                        rmd160  37ce4728940e80c2876792650aa656236893d5f7
+checksums               md5     465d1469b276501a58bf325e493ea591 \
+                        sha1    6d16a58187fba7276e6bd0547cc2fd6bb073b801 \
+                        rmd160  193553818646fbf2d7c9f0c855ca3123446e16bc
 
 depends_lib             port:xorg-libXext \
-                        port:libpng
+                        port:libpng \
+                        port:gsl
 
+# Fix "make: `install' is up to date" on case-insensitive filesystems.
+patchfiles              patch-Makefile.in.diff
+
 configure.cflags-append -I${prefix}/include
 configure.args          --with-long-double=yes \
                         --disable-nls \
@@ -43,3 +45,5 @@
                         --infodir=${prefix}/share/info \
                         --x-includes=${prefix}/include \
                         --x-libraries=${prefix}/lib
+
+configure.universal_args-delete --disable-dependency-tracking

Added: trunk/dports/graphics/xaos/files/patch-Makefile.in.diff
===================================================================
--- trunk/dports/graphics/xaos/files/patch-Makefile.in.diff	                        (rev 0)
+++ trunk/dports/graphics/xaos/files/patch-Makefile.in.diff	2010-08-15 13:45:51 UTC (rev 70624)
@@ -0,0 +1,11 @@
+--- Makefile.in.orig	2009-07-17 18:50:52.000000000 -0500
++++ Makefile.in	2010-08-15 08:42:41.000000000 -0500
+@@ -10,6 +10,8 @@
+ 
+ @SET_MAKE@
+ 
++.PHONY: all clean default depend distclean echo help install install-win realclean xaos
++
+ default clean realclean echo help depend xaos:
+ 	@cd src ; $(MAKE) $@
+ 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100815/791bd9a1/attachment.html>


More information about the macports-changes mailing list