[32087] trunk/dports/x11/ion3/Portfile

pmq at macports.org pmq at macports.org
Sun Dec 16 10:03:01 PST 2007


Revision: 32087
          http://trac.macosforge.org/projects/macports/changeset/32087
Author:   pmq at macports.org
Date:     2007-12-16 10:02:59 -0800 (Sun, 16 Dec 2007)

Log Message:
-----------
Remove the port and show a short message explaining the problem and possible workarounds.

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

Modified: trunk/dports/x11/ion3/Portfile
===================================================================
--- trunk/dports/x11/ion3/Portfile	2007-12-16 17:56:18 UTC (rev 32086)
+++ trunk/dports/x11/ion3/Portfile	2007-12-16 18:02:59 UTC (rev 32087)
@@ -4,6 +4,7 @@
 
 name              ion3
 version           3rc-20071109
+revision          1
 categories        x11 x11-wm
 maintainers       nomaintainer
 
@@ -16,25 +17,18 @@
 
 homepage          http://modeemi.cs.tut.fi/~tuomov/ion/
 master_sites      http://iki.fi/~tuomov/dl/
-distname          ion-${version}
-checksums         sha1 709d99b524e25fc190038959191dbaeb306a9a2d \
-		  rmd160 b89b725ec1f508161e30126c26f8494bd7ccfd28
 
-depends_lib       lib:libX11.6:XFree86 lib:libXext.6:XFree86 \
-		  port:lua port:gettext
+fetch {
+    ui_msg ""
+    ui_msg "========================================================================"
+    ui_msg "This port has been removed due to concerns on the software license used."
+    ui_msg "Should you still want to install it, have a look at:"
+    ui_msg "    ${homepage}."
+    ui_msg "You can also choose to try out another window manager; to list all the"
+    ui_msg "ones directly available using MacPorts, issue the following command:"
+    ui_msg "    port list category:x11-wm"
+    ui_msg "========================================================================"
+    ui_msg ""
 
-livecheck.url	  "http://www.freebsd.org/cgi/ports.cgi?query=ion-3&stype=all"
-livecheck.regex	  ">ion-(.*?)<"
-
-configure {
-    # don't put these in a patch because it changes w/ every release
-    reinplace "s|/usr/local|${prefix}|g" ${worksrcpath}/system.mk
-    reinplace "s|/var/cache/ion3|${prefix}/var/cache/ion3|g" ${worksrcpath}/system.mk
-    reinplace "s|#PRELOAD_MODULES|PRELOAD_MODULES|g" ${worksrcpath}/system.mk
-    reinplace "s|#HAS_SYSTEM_ASPRINTF|HAS_SYSTEM_ASPRINTF|g" ${worksrcpath}/system.mk
-    reinplace "s|#EXTRA_LIBS|EXTRA_LIBS|g" ${worksrcpath}/system.mk
-    reinplace "s|EXTRA_LIBS += -lrt||g" ${worksrcpath}/system.mk
+    return -code error "This port has been removed."
 }
-
-build.env         INCLUDES="-I${prefix}/include" LIBS="-L${prefix}/lib"
-destroot.destdir  PREFIX=${destroot}${prefix}

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


More information about the macports-changes mailing list