Date: Tue, 02 Sep 2014 18:41:02 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 193259] New: [patch] devel/cmake: Decrease sphinx dependency Message-ID: <bug-193259-13@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=193259 Bug ID: 193259 Summary: [patch] devel/cmake: Decrease sphinx dependency Product: Ports Tree Version: Latest Hardware: Any OS: Any Status: Needs Triage Severity: Affects Many People Priority: --- Component: Individual Port(s) Assignee: freebsd-ports-bugs@FreeBSD.org Reporter: adamw@FreeBSD.org Created attachment 146690 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=146690&action=edit pre-built manpages The dependency on py-sphinx does bring in quite a number of extra build-time dependencies. There are two main ways of addressing this: pre-building the manpages, and adding the ability to not build them at all. I'm attaching two patches: option1 adds a tarball of pre-built manpages (I've put them in ~adamw/public_distfiles). I made the tarball from ./man so it can be extracted directly into ${STAGEDIR}${PREFIX}. option2 adds a MANPAGE option that lets you disable building manpages entirely. -- You are receiving this mail because: You are the assignee for the bug.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-193259-13>