Ticket #45193: patch-Portfile-filelight.diff

File patch-Portfile-filelight.diff, 2.5 KB (added by NicosPavlov, 10 years ago)
  • Portfile

     
    11# $Id$
    22
     3#Port made obsolete 2014/09/28
    34PortSystem          1.0
    45
    56name                filelight
    67version             1.0
     8revision            1
    79categories          kde
    8 maintainers         gmx.de:zweistein12
    9 description         Visualise disk usage with concentric, segmented rings.
    10 long_description    Filelight creates an interactive map of concentric, \
    11                     segmented rings that help visualise disk usage on your \
    12                     computer.
    13 homepage            http://www.methylblue.com/filelight/
    14 platforms           darwin
    15 master_sites        http://methylblue.com/filelight/packages/
    16 checksums           md5 aa885e53e09f40e7fdd371395140b957
    1710
    18 depends_lib         port:kdelibs3 \
    19                     port:qt3
     11replaced_by         kde4-filelight
    2012
    21 configure.args      --with-qt-includes=${prefix}/include/qt3 \
    22                     --with-qt-libraries=${prefix}/lib \
    23                     --with-qt-dir=${prefix} \
    24                     --with-extra-includes=../ \
    25                     --without-arts
    26 use_bzip2           yes
    27 patchfiles          patch-src-part-radialMap-builder.cpp.diff \
    28                     patch-src-part-radialMap-labels.cpp.diff \
    29                     patch-src-part-radialMap-map.cpp.diff \
    30                     patch-src-part-radialMap-widgt.cpp.diff
     13platforms        darwin
     14maintainers      nomaintainer
     15supported_archs  noarch
     16description      this port is only a stub and has been made obsolete by ${replaced_by}
     17default long_description ${description}
    3118
    32 platform darwin 9 {
    33     # http://developer.apple.com/qa/qa2007/qa1567.html
    34     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
     19homepage        http://www.macports.org/
     20
     21archive_sites
     22distfiles
     23
     24pre-configure {
     25    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.
     26To do this, it is required to fully uninstall KDE3 first, to then install KDE4 by running
     27sudo port uninstall --follow-dependents kdelibs3
     28WARNING: By running this command, all KDE3 ports will be uninstalled. Please ensure that there are replacements for all the programs you are using."
     29    return -code error "obsolete port"
    3530}
    3631
     32livecheck.type  none