Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 08 Oct 2012 16:13:02 +0400
From:      =?UTF-8?B?0JHQvtGA0LjRgSDQodCw0LzQvtGA0L7QtNC+0LI=?= <bsam@passap.ru>
To:        "O. Hartmann" <ohartman@mail.zedat.fu-berlin.de>
Cc:        Ports FreeBSD <freebsd-ports@FreeBSD.org>
Subject:   Re: databases/pgadmin3: make: illegal option -- -
Message-ID:  <5072C34E.7020902@passap.ru>
In-Reply-To: <5072BBDC.5040209@mail.zedat.fu-berlin.de>
References:  <5072BBDC.5040209@mail.zedat.fu-berlin.de>

next in thread | previous in thread | raw e-mail | index | archive | help
08.10.2012 15:41, O. Hartmann пишет:

> ===>  Building for pgadmin3-1.16.0
> cd ./docs/en_US && make -f Makefile.sphinx
> SPHINXBUILD=/usr/local/bin/sphinx-build htmlhelp
> make: illegal option -- -
> usage: make [-BPSXeiknpqrstv] [-C directory] [-D variable]
>          [-d flags] [-E variable] [-f makefile] [-I directory]
>          [-j max_jobs] [-m directory] [-V variable]
>          [variable=value] [target ...]
> gmake: *** [doc] Error 2
> *** [do-build] Error code 1

Seems that you use locally modified port (apply some local patches).
The default WRKSRC/Makefile has:
-----
# Create HTML docs
doc:
#       cd $(top_srcdir)/docs/en_US && make -f Makefile.sphinx 
SPHINXBUILD=${SPHINX_BUILD} htmlhelp
-----

Note that the command which is failing for you is commented out (the
command line may be wrapped by MUA).

HTH
-- 
WBR, Boris Samorodov (bsam)
FreeBSD Committer, http://www.FreeBSD.org The Power To Serve



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?5072C34E.7020902>