#50698: Broken /opt/local/var/macports/sources/rsync.macports.org/release/base/configure -------------------------------+-------------------------------- Reporter: alex.semenyaka@… | Owner: macports-tickets@… Type: defect | Status: closed Priority: Normal | Milestone: Component: base | Version: 2.3.4 Resolution: fixed | Keywords: Port: | -------------------------------+-------------------------------- Changes (by ryandesign@…): * status: new => closed * cc: ryandesign@… (added) * resolution: => fixed Old description:
There is a version check in the lines 2951-2:
case "$MACOSX_VERSION" in 10.0*|10.1*|10.2*|10.3*)
Sure enough, OS X 10.10 and 10.11 match here, so configuration could not be completed.
New description: There is a version check in the lines 2951-2: {{{ case "$MACOSX_VERSION" in 10.0*|10.1*|10.2*|10.3*) }}} Sure enough, OS X 10.10 and 10.11 match here, so configuration could not be completed. -- Comment: This was fixed a long time ago in r111640. -- Ticket URL: <https://trac.macports.org/ticket/50698#comment:2> MacPorts <https://www.macports.org/> Ports system for OS X