Ticket #18168: Portfile-socat.diff

File Portfile-socat.diff, 1.6 KB (added by darenzana@…, 15 years ago)
  • Portfile

    old new  
    33PortSystem 1.0
    44
    55name            socat
    6 version         1.6.0.1
     6version         1.7.0.0
    77categories      sysutils net
    88maintainers     md@hudora.de
    99platforms       darwin
     
    1616 GNU line editor (readline), a program, or a combination of two of these.
    1717homepage        http://www.dest-unreach.org/socat/
    1818master_sites    http://www.dest-unreach.org/socat/download/
    19 checksums       md5     5a6a1d1e398d5c4d32fa6515baf477af \
    20                 sha1    39ed55df397cdf7d8adaa26a60c22ebe3a6c0f0e \
    21                 rmd160  b45bcfeb46009b89167bcce4a0d69cca1238f921
     19checksums       md5     82967132b5a8ca4d07e54370fdcb2662 \
     20                sha1    f20badcaff11c4dad1e89f2ce396bd60a14d3464 \
     21                rmd160  b03ef9ba23c45a55632dac17930b4a26346aa430
    2222depends_lib             port:readline
    2323configure.ldflags-append        "-L${prefix}/lib -lreadline"
    2424
    2525# This patch should not be necessary for later versions
    2626# taken from <http://www.dest-unreach.org/socat/contrib/socat-macos.html>
    2727# patches configure.in, requires autoconf
    28 patchfiles      socat-1.6.0.1-mac-CL.diff
    29 patch.pre_args  -p1
    30 use_autoconf    yes
     28# patchfiles      socat-1.6.0.1-mac-CL.diff
     29# patch.pre_args  -p1
     30# use_autoconf    yes
    3131
    3232post-configure {
    3333    reinplace "s|\$(INSTALL) -m 644 socat.1 \$(DESTDIR)\$(MANDEST)/man1/|\$(INSTALL) -d -m 755 \$(DESTDIR)\$(MANDEST)/man1/\\\n\\\t\$(INSTALL) -m 644 socat.1 \$(DESTDIR)\$(MANDEST)/man1/|g" \