> On Nov 12, 2016, at 10:58 AM, Rainer Müller <[email protected]> > wrote: > > Rainer Müller (raimue) pushed a commit to branch master > in repository macports-ports. > > > https://github.com/macports/macports-ports/commit/d320be827a477bb18acbdca1d9e7ab55e3434ba0 > > The following commit(s) were added to refs/heads/master by this push: > > new d320be8 man: add Xcode man pages to search path > > d320be8 is described below > > > commit d320be827a477bb18acbdca1d9e7ab55e3434ba0 > > Author: Rainer Müller <[email protected]> > AuthorDate: Sat Nov 12 17:48:58 2016 +0100 > > > man: add Xcode man pages to search path > > > > Closes: https://trac.macports.org/ticket/52464 (maintainer timeout) > > --- > sysutils/man/Portfile | 10 ++++++++++ > 1 file changed, 10 insertions(+) > > > diff --git a/sysutils/man/Portfile b/sysutils/man/Portfile > > index 8cf20b1..5028920 100644 > > --- a/sysutils/man/Portfile > > +++ b/sysutils/man/Portfile > > @@ -4,6 +4,7 @@ PortSystem 1.0 > > > name man > version 1.6g > > +revision 1 > > categories sysutils > platforms darwin > maintainers mww > > @@ -62,6 +63,15 @@ variant man_all_lang { > > configure.args-append +lang all > } > > > +# if libxcselect is available, also add Xcode man pages to search path > > +if {${os.platform} eq "darwin" && ${os.major} >= 13} { > > + variant xcode description {Look up additional man pages installed by > Xcode} { > > + patchfiles-append PR11291804-xcode.diff > > + build.env-append LIBS=-lxcselect > > + } > > + default_variants +xcode > > +}
Forgot to add this patchfile? $ sudo port install man ---> Computing dependencies for man ---> Fetching archive for man ---> Attempting to fetch man-1.6g_1+xcode.darwin_15.x86_64.tbz2 from https://packages.macports.org/man ---> Fetching distfiles for man ---> Attempting to fetch PR11291804-xcode.diff from https://distfiles.macports.org/man ---> Attempting to fetch PR11291804-xcode.diff from http://primates.ximian.com/~flucifredi/man/ ---> Attempting to fetch PR11291804-xcode.diff from http://svn.macports.org/repository/macports/distfiles/man Error: Failed to fetch man: The requested URL returned error: 404 Not Found Error: See /opt/local/var/macports/logs/_Users_rschmidt_macports_macports-ports_sysutils_man/man/main.log for details. Error: Follow https://guide.macports.org/#project.tickets to report a bug. Error: Processing of port man failed
