On 10/08/12 15:13, Борис Самородов wrote: > Hi All, > > (the port maintainer is CCed) > > 08.10.2012 15:41, O. Hartmann пишет: > >> Has anyone any idea what is happening and how to solve? Where to look? > > I've found it out. > > When py27-sphinx is installed the databases/pgadmin3 autodetects it > and try to build documentation. From the WRKSRC/Makefile: > ----- > doc: > cd $(top_srcdir)/docs/en_US && make -f Makefile.sphinx > SPHINXBUILD=${SPHINX_BUILD} htmlhelp > ----- > > Hence the command "make" is used instead of "gmake". The attached patch > let you compile the port. > > PS, as for me I hate those autodetecting schemas...
Yes, that worked! Thanks a lot. I found out that on bot boxes I claimed it would work I installed the PostgreSQL 9.2.1 server AFTER the update of pgadmin3! Trying to recompile databases/pgadmin3 again failed also with the same error if the provided patch is not applied. _______________________________________________ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"