databases/pgadmin3: make: illegal option -- -

O. Hartmann ohartman at mail.zedat.fu-berlin.de
Mon Oct 8 13:34:52 UTC 2012


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.


More information about the freebsd-ports mailing list