Ticket #31203: xfcelibs.patch

File xfcelibs.patch, 8.3 KB (added by jeremyhu (Jeremy Huddleston Sequoia), 11 years ago)

updates core xfce libs to 4.10 versions

  • exo/Portfile

     
    44PortSystem 1.0
    55
    66name            exo
    7 version         0.3.107
    8 revision        2
     7version         0.10.2
     8set branch       [join [lrange [split ${version} .] 0 1] .]
    99categories      xfce
    1010platforms       darwin
    1111license         GPL-2+ LGPL-2+
     
    1212maintainers     afb
    1313description     libexo is targeted at application development for Xfce
    1414long_description ${description}
     15
    1516homepage        http://www.xfce.org/
    16 master_sites    http://www.ca-us.xfce.org/archive/xfce-4.6.2/src/
     17master_sites    http://archive.xfce.org/src/xfce/${name}/${branch}/
    1718use_bzip2       yes
    18 checksums       md5 3a92cca0c99ee940db4410891c9e8498 \
    19                 sha1 5121f433b14c5840706cedbc220284a4516e83df \
    20                 rmd160 d9c97d73c543a411fe09688eb3fdc7ad7b49a5f9
    2119
    22 configure.args  --mandir=${prefix}/share/man --disable-python
     20checksums       md5     c70f2a217811bfba2e62f938d4b8f748 \
     21                sha1    dd1fed0591f661f3c2f8d238b9447e59be48e3f1 \
     22                rmd160  a0fcb1b1172319963c7bdcb7700db9ed1f15d3f7
    2323
    2424depends_build   port:pkgconfig port:intltool
    25 depends_lib     port:p5.12-uri port:libxfce4util port:gtk2
     25depends_lib     port:p5.12-uri port:libxfce4util port:libxfce4ui port:gtk2
    2626
    27 patchfiles      exo-mmintrin.diff
     27configure.args  --disable-visibility
    2828
    29 platform darwin {
    30         configure.args-append --disable-visibility
    31 }
     29livecheck.type   regex
     30livecheck.url    http://archive.xfce.org/feeds/project/${name}
     31livecheck.regex  "<id>${name}-(\[^<\]*)</id>"
  • exo/files/exo-mmintrin.diff

     
    1 --- ./exo/exo-gdk-pixbuf-extensions.c.orig      2007-12-02 13:33:44.000000000 +0100
    2 +++ ./exo/exo-gdk-pixbuf-extensions.c   2009-01-28 08:27:09.000000000 +0100
    3 @@ -43,9 +43,11 @@
    4  #ifdef HAVE_MATH_H
    5  #include <math.h>
    6  #endif
    7 +#if defined(__GNUC__) && defined(__MMX__)
    8  #ifdef HAVE_MMINTRIN_H
    9  #include <mmintrin.h>
    10  #endif
    11 +#endif
    12  #ifdef HAVE_STDLIB_H
    13  #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
     4PortSystem 1.0
     5
     6name            libxfce4ui
     7version         4.10.0
     8set branch       [join [lrange [split ${version} .] 0 1] .]
     9categories      xfce
     10platforms       darwin
     11license         LGPL-2+
     12maintainers     afb
     13description     User Interface library for the Xfce4 desktop environment
     14long_description ${description}
     15homepage        http://www.xfce.org/
     16master_sites     http://archive.xfce.org/src/xfce/${name}/${branch}/
     17use_bzip2       yes
     18
     19checksums       md5     6df1ce474a3d4885aee31cda9dbc9192 \
     20                sha1    3d8181cf9b06c7dd55588eb5bae7aa62edc1fdfb \
     21                rmd160  98325b488a7e2c81943d2eda51442e7f5f28347d
     22
     23depends_build   path:bin/pkg-config:pkgconfig port:intltool
     24depends_lib     port:gettext path:lib/pkgconfig/glib-2.0.pc:glib2 \
     25                port:libiconv port:glade3 port:xfconf
     26
     27configure.args  --disable-visibility
     28
     29livecheck.type   regex
     30livecheck.url    http://archive.xfce.org/feeds/project/${name}
     31livecheck.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
     
    44PortSystem 1.0
    55
    66name            libxfce4util
    7 version         4.6.2
     7version         4.10.1
     8set branch       [join [lrange [split ${version} .] 0 1] .]
    89categories      xfce
    910platforms       darwin
    1011license         LGPL-2+
     
    1213description     Utility library for the Xfce4 desktop environment
    1314long_description ${description}
    1415homepage        http://www.xfce.org/
    15 master_sites    http://www.ca-us.xfce.org/archive/xfce-${version}/src/
     16master_sites     http://archive.xfce.org/src/xfce/${name}/${branch}/
    1617use_bzip2       yes
    17 checksums       md5 9c3129d827d480f0906c575e7a13f1e9 \
    18                 sha1 00d890df32d9ae172f45f95c030ca1a74c14e93f \
    19                 rmd160 145e5ccdf49f60891f9d0d6e969aafc71e33ef11
    2018
     19checksums       md5     11eec87e8eda2bc62512c2416cb807a1 \
     20                sha1    8857c89262dea7b4c49626a1cef1abb7101821fb \
     21                rmd160  e639d86e75f40267d822ed227ca7fa0e2e6ecdec
     22
    2123depends_build   path:bin/pkg-config:pkgconfig port:intltool
    2224depends_lib     port:gettext path:lib/pkgconfig/glib-2.0.pc:glib2 \
    2325                port:libiconv
    2426
    25 platform darwin {
    26         configure.args  --disable-visibility
    27 }
     27configure.args  --disable-visibility
     28
     29livecheck.type   regex
     30livecheck.url    http://archive.xfce.org/feeds/project/${name}
     31livecheck.regex  "<id>${name}-(\[^<\]*)</id>"
  • libxfcegui4/Portfile

     
    44PortSystem 1.0
    55
    66name            libxfcegui4
    7 version         4.6.4
    8 revision        2
     7version         4.10.0
     8set branch      [join [lrange [split ${version} .] 0 1] .]
    99categories      xfce
    1010platforms       darwin
    1111license         LGPL-2+
     
    1313description     various gtk widgets for xfce
    1414long_description ${description}
    1515homepage        http://www.xfce.org/
    16 master_sites    http://www.ca-us.xfce.org/archive/xfce-4.6.2/src/
     16master_sites    http://archive.xfce.org/src/xfce/${name}/${branch}/
    1717use_bzip2       yes
    18 checksums       md5 88de59b222cb9977f93a4c61011c1e1f \
    19                 sha1 a12c79f8fa14c5d1fc0fca5615a451b7d23f8695 \
    20                 rmd160 4d790c3990372aa82581450e1b2a2dfd36df293b
    2118
     19checksums       md5     4025b9d6811f051c914cdd700d437e61 \
     20                sha1    6d6f24a7f69dfee359b96bd2867fbe9e3262549f \
     21                rmd160  d9385ced0254e37caf3445725663f56bf95a3083
     22
    2223configure.args  --enable-startup-notification \
    2324                --x-include=${prefix}/include --x-lib=${prefix}/lib
    2425
     
    3132                port:gtk-xfce-engine \
    3233                port:libxml2 \
    3334                port:startup-notification
     35
     36# TODO: Fix this missing include for _NSGetEnviron()
     37configure.cppflags-append -include /usr/include/crt_externs.h
     38
     39livecheck.type   regex
     40livecheck.url    http://archive.xfce.org/feeds/project/${name}
     41livecheck.regex  "<id>${name}-(\[^<\]*)</id>"
  • xfconf/Portfile

     
    44PortSystem 1.0
    55
    66name            xfconf
    7 version         4.6.2
     7version         4.10.0
     8set branch      [join [lrange [split ${version} .] 0 1] .]
    89categories      xfce
    910platforms       darwin
    1011license         GPL-2
     
    1213description     easy-to-use configuration system for xfce
    1314long_description ${description}
    1415homepage        http://www.xfce.org/
    15 master_sites    http://www.ca-us.xfce.org/archive/xfce-${version}/src/
     16master_sites    http://archive.xfce.org/src/xfce/${name}/${branch}/
    1617use_bzip2       yes
    17 checksums       md5 5ff93c15077c6dbbcd38c437bc1ab2ef \
    18                 sha1 2b9656a1b7f323d2600ddc929191afb50c8018f8 \
    19                 rmd160 beaa96507c97fd1cbf0884ce1332c7c0da5684ac
    2018
     19checksums       md5     4ed48150a03fb5f42b455494307b7f28 \
     20                sha1    c1ee751ea1139f5b656476b0ef2d46d52630aa47 \
     21                rmd160  985cf66f1afd7947f74bc7442b9308df11a0a4ca
     22
    2123depends_build   port:intltool \
    2224                port:pkgconfig
    2325depends_lib     port:libxfce4util \
     
    3032platform darwin {
    3133        configure.args-append --disable-visibility
    3234}
     35
     36livecheck.type   regex
     37livecheck.url    http://archive.xfce.org/feeds/project/${name}
     38livecheck.regex  "<id>${name}-(\[^<\]*)</id>"