On May 5, 2018, at 16:36, Jackson Isaac wrote: > Jackson Isaac (JacksonIsaac) pushed a commit to branch master > in repository macports-ports. > > > https://github.com/macports/macports-ports/commit/efaaa894e2e0a8af5e9918d296889db9929e7103 > > The following commit(s) were added to refs/heads/master by this push: > > new efaaa89 duck: clear configure.cxx_stdlib flag > > efaaa89 is described below > > > commit efaaa894e2e0a8af5e9918d296889db9929e7103 > > Author: ijackson > AuthorDate: Sun May 6 03:06:43 2018 +0530 > > > duck: clear configure.cxx_stdlib flag > > rev-upgrade gives broken port error for duck. > Upstream binary seems to be built against > libstdc++ and port was checking it against > libc++. > > --- > net/duck/Portfile | 5 +++++ > 1 file changed, 5 insertions(+) > > > diff --git a/net/duck/Portfile b/net/duck/Portfile > > index 09dde06..5459eb5 100644 > > --- a/net/duck/Portfile > > +++ b/net/duck/Portfile > > @@ -29,6 +29,11 @@ use_configure no > > > build { } > > > +## Upstream binary seems to be built using libstdc++ > > +# Port keeps failing on rev-upgrade since it > > +# checks if duck is built against libc++ or not. > > +configure.cxx_stdlib
Then set it to libstdc++. Don't clear it.
