> On Mar 31, 2017, at 20:05, Marius Schamschula <m...@macports.org> wrote: > > Marius Schamschula (Schamschula) pushed a commit to branch master > in repository macports-ports. > > > https://github.com/macports/macports-ports/commit/af1dd2be9dd55b1f1fcc71f64aaf5e5ff8ed3b91 > > The following commit(s) were added to refs/heads/master by this push: > > new af1dd2b py-python-augeas: update to version 1.0.0 > > af1dd2b is described below > > > commit af1dd2be9dd55b1f1fcc71f64aaf5e5ff8ed3b91 > > Author: Marius Schamschula <m...@macports.org> > AuthorDate: Fri Mar 31 20:05:01 2017 -0500 > > > py-python-augeas: update to version 1.0.0 > > > > add a number of build and runtime dependencies
> diff --git a/python/py-python-augeas/files/patch-augeas-ffi.py.diff > b/python/py-python-augeas/files/patch-augeas-ffi.py.diff > new file mode 100644 > index 0000000..2dce866 > --- /dev/null > +++ b/python/py-python-augeas/files/patch-augeas-ffi.py.diff > @@ -0,0 +1,10 @@ > +--- augeas/ffi.py.orig 2017-03-27 07:04:42.000000000 -0500 > ++++ augeas/ffi.py 2017-03-31 19:58:07.000000000 -0500 > +@@ -5,6 +5,7 @@ > + """ > + #include <augeas.h> > + """, > ++ include_dirs=[r"/opt/local/include/libxml2"], > + libraries=['augeas']) > + > + ffi.cdef(""" "/opt/local" mustn't be hardcoded; MacPorts might be installed in another prefix.