Ticket #41911: xfe-1.37.diff

File xfe-1.37.diff, 1.2 KB (added by ryandesign (Ryan Carsten Schmidt), 10 years ago)

proposed patch

  • Portfile

    old new  
    33PortSystem 1.0
    44
    55name                    xfe
    6 version                 1.35
    7 revision                1
     6version                 1.37
    87categories              x11
    98platforms               darwin freebsd
    109license                 GPL-2+
     
    2019view/creation/extraction and much more.
    2120
    2221homepage                http://roland65.free.fr/xfe/
    23 master_sites            sourceforge:xfe
     22master_sites            sourceforge:project/xfe/xfe/${version}/
    2423
    25 checksums               sha1 9d5319cd11e3af24282bb8b789904fd2da33936c \
    26                         rmd160 5c33e3f3bd21a68829a69cd3871c1d8276a66d6f
    27 depends_lib             port:fox port:libpng port:freetype
     24checksums               rmd160  de93e388c521adfad3996021b551f54a77729d2c \
     25                        sha256  4dbb2e24b18a63d78afd0219232f05cd7401370750e2db5f8fa70a6fef022abd
    2826
    29 patchfiles              patch-filepanel.diff
     27depends_lib             port:fox port:libpng port:freetype
    3028
    31 post-configure          {
    32                                 reinplace "s;/usr/local/share;${prefix}/share;" \
    33                                           ${worksrcpath}/src/xfedefs.h
    34                         }
     29post-patch {
     30    reinplace "s|/usr/local/share|${prefix}/share|g" \
     31        ${worksrcpath}/src/XFileExplorer.cpp \
     32        ${worksrcpath}/src/xfedefs.h
     33}
    3534
    3635# Fix build with freetype 2.5.1+
    3736configure.args      ac_cv_header_freetype_config_ftheader_h=yes