Ticket #41911: xfe-1.37.diff
File xfe-1.37.diff, 1.2 KB (added by ryandesign (Ryan Carsten Schmidt), 11 years ago) |
---|
-
Portfile
old new 3 3 PortSystem 1.0 4 4 5 5 name xfe 6 version 1.35 7 revision 1 6 version 1.37 8 7 categories x11 9 8 platforms darwin freebsd 10 9 license GPL-2+ … … 20 19 view/creation/extraction and much more. 21 20 22 21 homepage http://roland65.free.fr/xfe/ 23 master_sites sourceforge: xfe22 master_sites sourceforge:project/xfe/xfe/${version}/ 24 23 25 checksums sha1 9d5319cd11e3af24282bb8b789904fd2da33936c \ 26 rmd160 5c33e3f3bd21a68829a69cd3871c1d8276a66d6f 27 depends_lib port:fox port:libpng port:freetype 24 checksums rmd160 de93e388c521adfad3996021b551f54a77729d2c \ 25 sha256 4dbb2e24b18a63d78afd0219232f05cd7401370750e2db5f8fa70a6fef022abd 28 26 29 patchfiles patch-filepanel.diff 27 depends_lib port:fox port:libpng port:freetype 30 28 31 post-configure { 32 reinplace "s;/usr/local/share;${prefix}/share;" \ 33 ${worksrcpath}/src/xfedefs.h 34 } 29 post-patch { 30 reinplace "s|/usr/local/share|${prefix}/share|g" \ 31 ${worksrcpath}/src/XFileExplorer.cpp \ 32 ${worksrcpath}/src/xfedefs.h 33 } 35 34 36 35 # Fix build with freetype 2.5.1+ 37 36 configure.args ac_cv_header_freetype_config_ftheader_h=yes