Ticket #47622: bash.diff
File bash.diff, 965 bytes (added by xeron (Ivan Larionov), 10 years ago) |
---|
-
Portfile
old new 6 6 set bash_version 4.3 7 7 set bash_patchlevel 33 8 8 version ${bash_version}.${bash_patchlevel} 9 revision 1 9 10 distname ${name}-${bash_version} 10 11 categories shells 11 12 platforms darwin freebsd … … 70 71 71 72 depends_build bin:grep:grep \ 72 73 bin:bison:bison 73 depends_lib port:gettext 74 depends_lib port:gettext \ 75 port:readline 74 76 75 77 variant universal {} 76 78 … … 78 80 "-Wl,-search_paths_first -lncurses" 79 81 configure.args --mandir=${prefix}/share/man \ 80 82 --infodir=${prefix}/share/info \ 81 --without-installed-readline \82 83 CFLAGS_FOR_BUILD="[get_canonical_archflags]" 83 84 84 85 # Always source .bashrc when connecting remotely with ssh, #40603