pkgsrc-Users archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: shells/fish
On Sat, Nov 27, 2021 at 12:14:28PM +0000, Chavdar Ivanov wrote:
> Got it.... at least partially. The package needs a little work, I
> guess. The problem is sphinx; if this is installed, the building of
> fish completes with the regeneration of the user documentation, which
> brings the superfluous file in question:
> ...
> [ 98%] Building man pages with Sphinx
> [100%] Building HTML documentation with Sphinx
> [100%] Built target sphinx-manpages
> [100%] Built target sphinx-docs
> [100%] Built target doc
> ...
>
> All files under user_doc directory are then newly created, exactly the
> same as the files from the tarball, with the exception of the addition
> of that one file.
>
> If one does:
> cvs diff -u Makefile
> Index: Makefile
> ===================================================================
> RCS file: /cvsroot/pkgsrc/shells/fish/Makefile,v
> retrieving revision 1.32
> diff -u -r1.32 Makefile
> --- Makefile 26 Nov 2021 16:42:13 -0000 1.32
> +++ Makefile 27 Nov 2021 12:13:52 -0000
> @@ -18,6 +18,7 @@
> USE_TOOLS+= msgfmt
> CMAKE_ARGS+= -DIntl_INCLUDE_DIR=${PREFIX}/include
> CMAKE_ARGS+= -DCMAKE_INSTALL_SYSCONFDIR=${PKG_SYSCONFDIR}
> +CMAKE_ARGS+= -DBUILD_DOCS=OFF
>
> PKG_SHELL= bin/fish
>
> Then all is well and ends up with:
Committed, thanks!
Thomas
Home |
Main Index |
Thread Index |
Old Index