Ticket #47598: Portfile-gawk.diff
File Portfile-gawk.diff, 1.2 KB (added by Schamschula (Marius Schamschula), 10 years ago) |
---|
-
Portfile
old new 5 5 PortGroup conflicts_build 1.0 6 6 7 7 name gawk 8 version 4.1.1 9 revision 2 8 version 4.1.2 10 9 categories lang 11 10 license GPL-3+ 12 11 installs_libs no … … 22 21 that makes it possible to handle simple data-reformatting jobs with \ 23 22 just a few lines of code. It is a free, extended version of awk. 24 23 25 checksums sha256 e fd4c6aafb1ce996309fc903ceb625e7012221c464eb72483dbb23adef1ee8db\26 rmd160 a5a6ab9491bf702310cef7c035531cc7fad0a62d24 checksums sha256 ea8b53c5834ee27012fecba7273f97fca7104884975cf81ddae6f85c5581f481 \ 25 rmd160 40f3d26d0e49916f81a43eab765b80b532541440 27 26 28 27 depends_lib port:gettext \ 29 28 port:readline 30 29 31 30 conflicts_build nawk 32 31 33 patchfiles patch-extensions-Makefile.in.diff34 35 32 configure.args --with-libiconv-prefix=${prefix} \ 36 33 --without-mpfr \ 37 34 ac_cv_libsigsegv=no