maintainer-feedback requested: [Bug 214388] [patch] devel/cmake: enable option for bundled libs

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Thu Nov 10 12:13:06 UTC 2016


Robert Schulze <rs at bytecamp.net> has reassigned Bugzilla Automation
<bugzilla at FreeBSD.org>'s request for maintainer-feedback to kde at FreeBSD.org:
Bug 214388: [patch] devel/cmake: enable option for bundled libs
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=214388



--- Description ---
Created attachment 176854
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=176854&action=edit
Add option PORTLIBS to Makefile and make LIB_DEPENDS depend on that

Installing cmake due to a build dependency results in installing curl, expat,
jsoncpp and python, which is simply bloated because cmake has all dependencies
bundled.

This patch enables the user to decide whether the dependencies should be built
from ports or from the bundled sources. The default has been left at "use
system libs".


More information about the kde-freebsd mailing list