[126082] trunk/dports/kde/filelight

nicos at macports.org nicos at macports.org
Fri Oct 3 05:21:25 PDT 2014


Revision: 126082
          https://trac.macports.org/changeset/126082
Author:   nicos at macports.org
Date:     2014-10-03 05:21:25 -0700 (Fri, 03 Oct 2014)
Log Message:
-----------
filelight: make port obsolete (ticket #45193, maintainer timeout)

Modified Paths:
--------------
    trunk/dports/kde/filelight/Portfile

Removed Paths:
-------------
    trunk/dports/kde/filelight/files/

Modified: trunk/dports/kde/filelight/Portfile
===================================================================
--- trunk/dports/kde/filelight/Portfile	2014-10-03 09:02:29 UTC (rev 126081)
+++ trunk/dports/kde/filelight/Portfile	2014-10-03 12:21:25 UTC (rev 126082)
@@ -1,36 +1,32 @@
 # $Id$
 
+#Port made obsolete 2014/09/28
 PortSystem          1.0
 
 name                filelight
 version             1.0
+revision            1
 categories          kde
-maintainers         gmx.de:zweistein12
-description         Visualise disk usage with concentric, segmented rings.
-long_description    Filelight creates an interactive map of concentric, \
-                    segmented rings that help visualise disk usage on your \
-                    computer.
-homepage            http://www.methylblue.com/filelight/
-platforms           darwin
-master_sites        http://methylblue.com/filelight/packages/
-checksums           md5 aa885e53e09f40e7fdd371395140b957
 
-depends_lib         port:kdelibs3 \
-                    port:qt3
+replaced_by         kde4-filelight
 
-configure.args      --with-qt-includes=${prefix}/include/qt3 \
-                    --with-qt-libraries=${prefix}/lib \
-                    --with-qt-dir=${prefix} \
-                    --with-extra-includes=../ \
-                    --without-arts
-use_bzip2           yes
-patchfiles          patch-src-part-radialMap-builder.cpp.diff \
-                    patch-src-part-radialMap-labels.cpp.diff \
-                    patch-src-part-radialMap-map.cpp.diff \
-                    patch-src-part-radialMap-widgt.cpp.diff
+platforms        darwin
+maintainers      nomaintainer
+supported_archs  noarch
+description      this port is only a stub and has been made obsolete by ${replaced_by}
+default long_description ${description}
 
-platform darwin 9 {
-    # http://developer.apple.com/qa/qa2007/qa1567.html
-    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
+homepage        http://www.macports.org/
+
+archive_sites
+distfiles
+
+pre-configure {
+    ui_error "KDE3 is considered obsolete, and is being replaced by KDE4. Consequently, ${subport} has been made obsolete by the port ${replaced_by}. Please install ${replaced_by} instead. 
+To do this, it is required to fully uninstall KDE3 first, to then install KDE4 by running
+sudo port uninstall --follow-dependents kdelibs3
+WARNING: By running this command, all KDE3 ports will be uninstalled. Please ensure that there are replacements for all the programs you are using."
+    return -code error "obsolete port"
 }
 
+livecheck.type  none
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141003/9ce62c4f/attachment-0001.html>


More information about the macports-changes mailing list