Ticket #47622: bash.diff

File bash.diff, 965 bytes (added by xeron (Ivan Larionov), 9 years ago)
  • Portfile

    old new  
    66set bash_version    4.3
    77set bash_patchlevel 33
    88version             ${bash_version}.${bash_patchlevel}
     9revision            1
    910distname            ${name}-${bash_version}
    1011categories          shells
    1112platforms           darwin freebsd
     
    7071
    7172depends_build           bin:grep:grep \
    7273                        bin:bison:bison
    73 depends_lib             port:gettext
     74depends_lib             port:gettext \
     75                        port:readline
    7476
    7577variant universal {}
    7678
     
    7880    "-Wl,-search_paths_first -lncurses"
    7981configure.args          --mandir=${prefix}/share/man \
    8082                        --infodir=${prefix}/share/info \
    81                         --without-installed-readline \
    8283                        CFLAGS_FOR_BUILD="[get_canonical_archflags]"
    8384
    8485# Always source .bashrc when connecting remotely with ssh, #40603