Ticket #29199: xine-ui-0.99.6.diff

File xine-ui-0.99.6.diff, 2.0 KB (added by ryandesign (Ryan Carsten Schmidt), 13 years ago)

incomplete patch

  • files/patch-network.c.diff

     
    1 --- src/xitk/network.c.orig     2006-07-15 15:26:20.000000000 -0500
    2 +++ src/xitk/network.c  2009-06-12 04:18:34.000000000 -0500
    3 @@ -26,7 +26,7 @@
    4  /* required for getsubopt(); the __sun test avoids compilation problems on
    5      solaris. On FreeBSD defining this disable BSD functions to be visible
    6      and remove INADDR_NONE */
    7 -#if ! defined (__sun__) && ! defined (__OpenBSD__)  && ! defined(__FreeBSD__)
    8 +#if ! defined (__sun__) && ! defined (__OpenBSD__)  && ! defined(__FreeBSD__) && ! defined(__APPLE__)
    9  #define _XOPEN_SOURCE 500
    10  #endif
    11  /* required for strncasecmp() */
  • Portfile

     
    44PortSystem              1.0
    55
    66name                    xine-ui
    7 version                 0.99.5
     7version                 0.99.6
    88maintainers             ryandesign openmaintainer
    99categories              multimedia
    1010platforms               darwin
    1111license                 GPL-2+
    1212homepage                http://www.xine-project.org/
    1313master_sites            sourceforge:xine
     14use_xz                  yes
    1415
    15 checksums               md5     e643cd1fcad4d98a5ae4eb877ce5087b \
    16                         sha1    4f452516319f31cda01d08ea2779f195933af0bb \
    17                         rmd160  64cb69549d88d904d986ea7dd7b36a51d5b91756
     16checksums               sha1    abbdb331898c14025ee6b132f63ab7d3c1b5b31e \
     17                        rmd160  b5d27f112d2ebb861d18be684c17c5fe0e7b7fbd
    1818
    1919depends_build           path:bin/pkg-config:pkgconfig
    2020
     
    3030# xine-lib is not universal
    3131universal_variant       no
    3232
    33 patchfiles              patch-network.c.diff
    34 
    3533configure.args          --mandir=${prefix}/share/man \
    3634                        --disable-lirc \
    3735                        --with-readline=${prefix}