[Lunar-commits] <moonbase-other> cmake: Fleshing out the DEPENDS with an adjustment to the BUILD. The BUILD
stumbles
stumbles at lunar-linux.org
Tue Jun 4 13:55:14 CEST 2013
commit c1f661640a013b76aa62c26cb5954e2dcc10bf21
Author: stumbles <stumbles at lunar-linux.org>
Date: Tue, 04 Jun 2013 04:52:04 -0700
URL: https://github.com/lunar-linux/moonbase-other/commit/c1f661640a013b76aa62c26cb5954e2dcc10bf21
cmake: Fleshing out the DEPENDS with an adjustment to the BUILD. The BUILD
still needs the bootstrap but it now installs man in the correct location.
Also it was a bit pointless to have the BUILD via --system-libs override
anything selected in DEPENDS.
---
devel/cmake/BUILD | +1/-10
devel/cmake/DEPENDS | +7/-4
2 files changed, 8 insertions(+), 14 deletions(-)
--- a/devel/cmake/BUILD
+++ b/devel/cmake/BUILD
@@ -1,13 +1,4 @@
-(
-# Else it puts it in /usr/usr/share/main1
- OPTS+=" --mandir=/share/man"
-
- ./bootstrap --prefix=/usr \
- --docdir=/share/doc/cmake \
- --system-libs \
- $OPTS &&
+ ./bootstrap --prefix=/usr $OPTS &&
default_make
-
-) > $C_FIFO 2>&1
--- a/devel/cmake/DEPENDS
+++ b/devel/cmake/DEPENDS
@@ -1,7 +1,10 @@
-depends openssl
depends ncurses
depends libidn
-depends curl
+depends openssl
-optional_depends "qt4" "--qt-gui" "" "for qt gui support"
-optional_depends "libarchive" "--system-libarchive" "--no-system-libarchive" "use system libarchive"
+optional_depends "zlib" "--system-zlib" "--no-system-zlib" "Use system provided zlib"
+optional_depends "bzip2" "--system-bzip2" "--no-system-bzip2" "Use system provided bzip2"
+optional_depends "curl" "--system-curl" "--no-system-curl" "Use system provided curl"
+optional_depends "expat" "--system-expat" "--no-system-expat" "Use system provided expat"
+optional_depends "libarchive" "--system-libarchive" "--no-system-libarchive" "use system libarchive"
+optional_depends "qt4" "--qt-gui" "--no-qt-gui" "For qt gui support"
More information about the Lunar-commits
mailing list