Ticket #18168: Portfile-socat.diff
File Portfile-socat.diff, 1.6 KB (added by darenzana@…, 16 years ago) |
---|
-
Portfile
old new 3 3 PortSystem 1.0 4 4 5 5 name socat 6 version 1. 6.0.16 version 1.7.0.0 7 7 categories sysutils net 8 8 maintainers md@hudora.de 9 9 platforms darwin … … 16 16 GNU line editor (readline), a program, or a combination of two of these. 17 17 homepage http://www.dest-unreach.org/socat/ 18 18 master_sites http://www.dest-unreach.org/socat/download/ 19 checksums md5 5a6a1d1e398d5c4d32fa6515baf477af\20 sha1 39ed55df397cdf7d8adaa26a60c22ebe3a6c0f0e\21 rmd160 b 45bcfeb46009b89167bcce4a0d69cca1238f92119 checksums md5 82967132b5a8ca4d07e54370fdcb2662 \ 20 sha1 f20badcaff11c4dad1e89f2ce396bd60a14d3464 \ 21 rmd160 b03ef9ba23c45a55632dac17930b4a26346aa430 22 22 depends_lib port:readline 23 23 configure.ldflags-append "-L${prefix}/lib -lreadline" 24 24 25 25 # This patch should not be necessary for later versions 26 26 # taken from <http://www.dest-unreach.org/socat/contrib/socat-macos.html> 27 27 # patches configure.in, requires autoconf 28 patchfiles socat-1.6.0.1-mac-CL.diff29 patch.pre_args -p130 use_autoconf yes28 # patchfiles socat-1.6.0.1-mac-CL.diff 29 # patch.pre_args -p1 30 # use_autoconf yes 31 31 32 32 post-configure { 33 33 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" \