Ticket #31203: xfcelibs.patch
File xfcelibs.patch, 8.3 KB (added by jeremyhu (Jeremy Huddleston Sequoia), 11 years ago) |
---|
-
exo/Portfile
4 4 PortSystem 1.0 5 5 6 6 name exo 7 version 0. 3.1078 revision 2 7 version 0.10.2 8 set branch [join [lrange [split ${version} .] 0 1] .] 9 9 categories xfce 10 10 platforms darwin 11 11 license GPL-2+ LGPL-2+ … … 12 12 maintainers afb 13 13 description libexo is targeted at application development for Xfce 14 14 long_description ${description} 15 15 16 homepage http://www.xfce.org/ 16 master_sites http:// www.ca-us.xfce.org/archive/xfce-4.6.2/src/17 master_sites http://archive.xfce.org/src/xfce/${name}/${branch}/ 17 18 use_bzip2 yes 18 checksums md5 3a92cca0c99ee940db4410891c9e8498 \19 sha1 5121f433b14c5840706cedbc220284a4516e83df \20 rmd160 d9c97d73c543a411fe09688eb3fdc7ad7b49a5f921 19 22 configure.args --mandir=${prefix}/share/man --disable-python 20 checksums md5 c70f2a217811bfba2e62f938d4b8f748 \ 21 sha1 dd1fed0591f661f3c2f8d238b9447e59be48e3f1 \ 22 rmd160 a0fcb1b1172319963c7bdcb7700db9ed1f15d3f7 23 23 24 24 depends_build port:pkgconfig port:intltool 25 depends_lib port:p5.12-uri port:libxfce4util port: gtk225 depends_lib port:p5.12-uri port:libxfce4util port:libxfce4ui port:gtk2 26 26 27 patchfiles exo-mmintrin.diff 27 configure.args --disable-visibility 28 28 29 platform darwin { 30 configure.args-append --disable-visibility 31 } 29 livecheck.type regex 30 livecheck.url http://archive.xfce.org/feeds/project/${name} 31 livecheck.regex "<id>${name}-(\[^<\]*)</id>" -
exo/files/exo-mmintrin.diff
1 --- ./exo/exo-gdk-pixbuf-extensions.c.orig 2007-12-02 13:33:44.000000000 +01002 +++ ./exo/exo-gdk-pixbuf-extensions.c 2009-01-28 08:27:09.000000000 +01003 @@ -43,9 +43,11 @@4 #ifdef HAVE_MATH_H5 #include <math.h>6 #endif7 +#if defined(__GNUC__) && defined(__MMX__)8 #ifdef HAVE_MMINTRIN_H9 #include <mmintrin.h>10 #endif11 +#endif12 #ifdef HAVE_STDLIB_H13 #include <stdlib.h>14 #endif -
libxfce4ui/Portfile
1 # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 2 # $Id$ 3 4 PortSystem 1.0 5 6 name libxfce4ui 7 version 4.10.0 8 set branch [join [lrange [split ${version} .] 0 1] .] 9 categories xfce 10 platforms darwin 11 license LGPL-2+ 12 maintainers afb 13 description User Interface library for the Xfce4 desktop environment 14 long_description ${description} 15 homepage http://www.xfce.org/ 16 master_sites http://archive.xfce.org/src/xfce/${name}/${branch}/ 17 use_bzip2 yes 18 19 checksums md5 6df1ce474a3d4885aee31cda9dbc9192 \ 20 sha1 3d8181cf9b06c7dd55588eb5bae7aa62edc1fdfb \ 21 rmd160 98325b488a7e2c81943d2eda51442e7f5f28347d 22 23 depends_build path:bin/pkg-config:pkgconfig port:intltool 24 depends_lib port:gettext path:lib/pkgconfig/glib-2.0.pc:glib2 \ 25 port:libiconv port:glade3 port:xfconf 26 27 configure.args --disable-visibility 28 29 livecheck.type regex 30 livecheck.url http://archive.xfce.org/feeds/project/${name} 31 livecheck.regex "<id>${name}-(\[^<\]*)</id>" -
libxfce4util/Portfile
Property changes on: libxfce4ui/Portfile ___________________________________________________________________ Added: svn:keywords ## -0,0 +1 ## +Id \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property
4 4 PortSystem 1.0 5 5 6 6 name libxfce4util 7 version 4.6.2 7 version 4.10.1 8 set branch [join [lrange [split ${version} .] 0 1] .] 8 9 categories xfce 9 10 platforms darwin 10 11 license LGPL-2+ … … 12 13 description Utility library for the Xfce4 desktop environment 13 14 long_description ${description} 14 15 homepage http://www.xfce.org/ 15 master_sites http://www.ca-us.xfce.org/archive/xfce-${version}/src/16 master_sites http://archive.xfce.org/src/xfce/${name}/${branch}/ 16 17 use_bzip2 yes 17 checksums md5 9c3129d827d480f0906c575e7a13f1e9 \18 sha1 00d890df32d9ae172f45f95c030ca1a74c14e93f \19 rmd160 145e5ccdf49f60891f9d0d6e969aafc71e33ef1120 18 19 checksums md5 11eec87e8eda2bc62512c2416cb807a1 \ 20 sha1 8857c89262dea7b4c49626a1cef1abb7101821fb \ 21 rmd160 e639d86e75f40267d822ed227ca7fa0e2e6ecdec 22 21 23 depends_build path:bin/pkg-config:pkgconfig port:intltool 22 24 depends_lib port:gettext path:lib/pkgconfig/glib-2.0.pc:glib2 \ 23 25 port:libiconv 24 26 25 platform darwin { 26 configure.args --disable-visibility 27 } 27 configure.args --disable-visibility 28 29 livecheck.type regex 30 livecheck.url http://archive.xfce.org/feeds/project/${name} 31 livecheck.regex "<id>${name}-(\[^<\]*)</id>" -
libxfcegui4/Portfile
4 4 PortSystem 1.0 5 5 6 6 name libxfcegui4 7 version 4. 6.48 revision 2 7 version 4.10.0 8 set branch [join [lrange [split ${version} .] 0 1] .] 9 9 categories xfce 10 10 platforms darwin 11 11 license LGPL-2+ … … 13 13 description various gtk widgets for xfce 14 14 long_description ${description} 15 15 homepage http://www.xfce.org/ 16 master_sites http:// www.ca-us.xfce.org/archive/xfce-4.6.2/src/16 master_sites http://archive.xfce.org/src/xfce/${name}/${branch}/ 17 17 use_bzip2 yes 18 checksums md5 88de59b222cb9977f93a4c61011c1e1f \19 sha1 a12c79f8fa14c5d1fc0fca5615a451b7d23f8695 \20 rmd160 4d790c3990372aa82581450e1b2a2dfd36df293b21 18 19 checksums md5 4025b9d6811f051c914cdd700d437e61 \ 20 sha1 6d6f24a7f69dfee359b96bd2867fbe9e3262549f \ 21 rmd160 d9385ced0254e37caf3445725663f56bf95a3083 22 22 23 configure.args --enable-startup-notification \ 23 24 --x-include=${prefix}/include --x-lib=${prefix}/lib 24 25 … … 31 32 port:gtk-xfce-engine \ 32 33 port:libxml2 \ 33 34 port:startup-notification 35 36 # TODO: Fix this missing include for _NSGetEnviron() 37 configure.cppflags-append -include /usr/include/crt_externs.h 38 39 livecheck.type regex 40 livecheck.url http://archive.xfce.org/feeds/project/${name} 41 livecheck.regex "<id>${name}-(\[^<\]*)</id>" -
xfconf/Portfile
4 4 PortSystem 1.0 5 5 6 6 name xfconf 7 version 4.6.2 7 version 4.10.0 8 set branch [join [lrange [split ${version} .] 0 1] .] 8 9 categories xfce 9 10 platforms darwin 10 11 license GPL-2 … … 12 13 description easy-to-use configuration system for xfce 13 14 long_description ${description} 14 15 homepage http://www.xfce.org/ 15 master_sites http:// www.ca-us.xfce.org/archive/xfce-${version}/src/16 master_sites http://archive.xfce.org/src/xfce/${name}/${branch}/ 16 17 use_bzip2 yes 17 checksums md5 5ff93c15077c6dbbcd38c437bc1ab2ef \18 sha1 2b9656a1b7f323d2600ddc929191afb50c8018f8 \19 rmd160 beaa96507c97fd1cbf0884ce1332c7c0da5684ac20 18 19 checksums md5 4ed48150a03fb5f42b455494307b7f28 \ 20 sha1 c1ee751ea1139f5b656476b0ef2d46d52630aa47 \ 21 rmd160 985cf66f1afd7947f74bc7442b9308df11a0a4ca 22 21 23 depends_build port:intltool \ 22 24 port:pkgconfig 23 25 depends_lib port:libxfce4util \ … … 30 32 platform darwin { 31 33 configure.args-append --disable-visibility 32 34 } 35 36 livecheck.type regex 37 livecheck.url http://archive.xfce.org/feeds/project/${name} 38 livecheck.regex "<id>${name}-(\[^<\]*)</id>"