Ticket #25657: Portfile-alpine.diff

File Portfile-alpine.diff, 1.3 KB (added by todmorrison (Tod Morrison), 14 years ago)

Patch for alpine Portfile

  • alpine/Portfile

    old new  
    44
    55name    alpine
    66version 2.00
    7 revision 4
     7revision 3
    88categories  mail
    9 maintainers nomaintainer@macports.org
     9maintainers gmail.com:todmorrison
    1010description alpine - a Program for Internet News and Email
    1111homepage  http://www.washington.edu/alpine/
    1212platforms darwin
     
    1515long_description Alpine is a tool for reading, sending, and managing \
    1616  electronic messages that was designed with novice users in mind.
    1717
     18distname ${name}
    1819master_sites  ftp://ftp.cac.washington.edu/alpine/ \
    1920  ftp://ftp.cac.washington.edu/alpine/old/
    2021checksums  md5 84e44cbf71ed674800a5d57eed9c1c52
    2122use_bzip2  yes
    2223
    23 patchfiles patch-alpine-Makefile.in.diff
    24 patch.pre_args -p1
     24worksrcdir ${distname}-${version}
    2525
    2626platform darwin 10 {
    27   patchfiles-append alpine-osx-10.6.patch
     27  patchfiles alpine-osx-10.6.patch
     28  patch.pre_args -p1
    2829}
    2930
    3031default_variants +without_tcl
     
    5354  --with-debug-level=0
    5455
    5556build.args \
    56   SPECIALS="GSSLIB=/${prefix}/lib SSLDIR=${prefix}"
     57  C_CLIENT_SPECIALS="GSSLIB=/${prefix}/lib SSLDIR=${prefix}"
    5758
    5859variant without_krb5 description {Disable Kerberos5 support} {
    5960  depends_lib-delete port:cyrus-sasl2