Ticket #38091: alpine-2.11_patch.diff

File alpine-2.11_patch.diff, 3.9 KB (added by jummo4@…, 11 years ago)
  • Portfile

    diff -u -r --exclude=.svn alpine-orig/Portfile alpine/Portfile
    old new  
    44PortSystem          1.0
    55
    66name                alpine
    7 version             2.00
    8 revision            4
     7version             2.11
     8revision            0
    99categories          mail
    1010license             Apache-2
    1111maintainers         nomaintainer
    1212platforms           darwin
    1313
    14 homepage            http://www.washington.edu/alpine/
     14homepage            http://patches.freeiz.com/alpine/release/
    1515description         alpine - a Program for Internet News and Email
    1616long_description    Alpine is a tool for reading, sending, and \
    1717                    managing electronic messages that was designed \
    1818                    with novice users in mind.
    1919
    20 master_sites        ftp://ftp.cac.washington.edu/alpine/ \
    21                     ftp://ftp.cac.washington.edu/alpine/old/
    22 use_bzip2           yes
    23 checksums           md5 84e44cbf71ed674800a5d57eed9c1c52
     20master_sites        http://patches.freeiz.com/alpine/release/src/
     21use_lzma            yes
     22checksums           md5 0eeea91bf9123ebdc004e0395406d984
    2423
    25 patchfiles          patch-Makefile.in.diff \
    26                     patch-configure.diff \
     24patchfiles          patch-configure.diff \
    2725                    patch-imap_Makefile.diff
    2826patch.pre_args      -p1
    2927if {${os.platform} == "darwin" && ${os.major} >= 10} {
    3028    patchfiles-append   alpine-osx-10.6.patch
    3129}
    3230post-patch {
    33     reinplace "s|__PREFIX__|${prefix}|" ${worksrcpath}/imap/Makefile
     31    reinplace "s|__PREFIX__|${prefix}|g" ${worksrcpath}/imap/Makefile
    3432}
    3533
    3634default_variants    +without_tcl
  • files/patch-configure.diff

    Only in alpine-orig/files: patch-Makefile.in.diff
    diff -u -r --exclude=.svn alpine-orig/files/patch-configure.diff alpine/files/patch-configure.diff
    old new  
    1 --- alpine-2.00/configure.orig  2010-07-16 16:29:48.000000000 -0600
    2 +++ alpine-2.00/configure       2010-07-16 16:29:59.000000000 -0600
    3 @@ -25435,7 +25435,7 @@
    4  if test "$ac_res" != no; then
     1--- alpine-2.11/configure.orig  2013-09-14 20:37:28.000000000 +0200
     2+++ alpine-2.11/configure       2013-09-14 20:38:07.000000000 +0200
     3@@ -16720,7 +16720,7 @@
     4 if test "$ac_res" != no; then :
    55   test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
    66 
    77-      LIBS="$LIBS -lssl"
    88+      LIBS="$LIBS -lssl -lcrypto"
    99 
    10  fi
    11  
     10      { $as_echo "$as_me:${as_lineno-$LINENO}: checking Openssl library version >= 1.0.0c" >&5
     11 $as_echo_n "checking Openssl library version >= 1.0.0c... " >&6; }
  • files/patch-imap_Makefile.diff

    diff -u -r --exclude=.svn alpine-orig/files/patch-imap_Makefile.diff alpine/files/patch-imap_Makefile.diff
    old new  
    1 --- alpine-2.00/imap/Makefile.orig      2008-06-05 04:43:35.000000000 +1000
    2 +++ alpine-2.00/imap/Makefile   2012-06-18 05:05:25.000000000 +1000
    3 @@ -419,12 +419,12 @@
     1--- alpine-2.11/imap/Makefile.orig      2013-09-14 20:40:50.000000000 +0200
     2+++ alpine-2.11/imap/Makefile   2013-09-14 20:47:27.000000000 +0200
     3@@ -421,7 +421,7 @@
    44        $(BUILD) BUILDTYPE=osx IP=$(IP6) EXTRAAUTHENTICATORS="$(EXTRAAUTHENTICATORS) gss" \
    55        PASSWDTYPE=pam \
    66        EXTRACFLAGS="$(EXTRACFLAGS) -DMAC_OSX_KLUDGE=1" \
    77-       SPECIALS="SSLINCLUDE=/usr/include/openssl SSLLIB=/usr/lib SSLCERTS=/System/Library/OpenSSL/certs SSLKEYS=/System/Library/OpenSSL/private GSSINCLUDE=/usr/include GSSLIB=/usr/lib PAMDLFLAGS=-lpam"
    88+       SPECIALS="SSLINCLUDE=__PREFIX__/include/openssl SSLLIB=__PREFIX__/lib GSSINCLUDE=__PREFIX__/include GSSLIB=__PREFIX__/lib PAMDLFLAGS=-lpam"
    99 
     10 oxs:   an
     11        $(TOUCH) ip6
     12@@ -432,7 +432,7 @@
    1013 osx:   osxok an
    1114        $(TOUCH) ip6
    1215        $(BUILD) BUILDTYPE=$@ IP=$(IP6) EXTRAAUTHENTICATORS="$(EXTRAAUTHENTICATORS) gss" \