Ticket #1802: Portfile-libopendaap.diff

File Portfile-libopendaap.diff, 1.8 KB (added by matt@…, 20 years ago)

patchfile for libopendaap

  • Portfile

    old new  
    11# $Id: Portfile,v 1.1 2004/03/12 18:49:33 toby Exp $
    22
    33PortSystem 1.0
    4 name             libopendaap
    5 version          0.1.2
    6 categories       audio
    7 maintainers      toby@opendarwin.org
    8 description      library for connecting to iTunes shares
    9 long_description \
    10         libopendaap is a library written in C which enables applications to \
    11         discover, and connect to, iTunes(R) music shares. Unlike all other \
    12         daap implementations, this library is able to connect to recent \
    13         iTunes shares which require a special authentication algorithm.
    14 homepage         http://crazney.net/programs/itunes/libopendaap.html
    15 platforms        darwin
    16 master_sites     http://crazney.net/programs/itunes/files/
    17 use_bzip2        yes
    18 checksums        md5 ee95737731d01e5a089a5674f75b13a1
     4name                    libopendaap
     5version                 0.2.0
     6categories              audio
     7maintainers             toby@opendarwin.org
     8description             Library for connecting to iTunes shares
     9
     10long_description        libopendaap is a library written in C which enables applications to \
     11                        discover, and connect to, iTunes(R) music shares. Unlike all other \
     12                        daap implementations, this library is able to connect to recent \
     13                        iTunes shares which require a special authentication algorithm.
     14                       
     15homepage                http://crazney.net/programs/itunes/libopendaap.html
     16platforms               darwin
     17master_sites            http://crazney.net/programs/itunes/files/
     18use_bzip2               yes
     19checksums               md5 7d5085ae1f7173760b69dbbfe6112b02
    1920
    2021# This fix is from FreeBSD.
    21 post-patch {
    22         reinplace "s|-DNOT_HAVE_SA_LEN||" \
    23                 ${worksrcpath}/mDNS/Makefile.am \
    24                 ${worksrcpath}/mDNS/Makefile.in
    25 }
     22post-patch {            reinplace "s|-DNOT_HAVE_SA_LEN||" \
     23                                ${worksrcpath}/mDNS/Makefile.am \
     24                                ${worksrcpath}/mDNS/Makefile.in
     25                        }
     26