gsrc-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gsrc-commit] trunk r4487: update cmake to 3.8.0


From: Carl Hansen
Subject: [Gsrc-commit] trunk r4487: update cmake to 3.8.0
Date: Fri, 19 May 2017 02:38:20 -0400 (EDT)
User-agent: Bazaar (2.7.0dev1)

------------------------------------------------------------
revno: 4487
revision-id: address@hidden
parent: address@hidden
committer: address@hidden
branch nick: trunk
timestamp: Thu 2017-05-18 23:38:16 -0700
message:
  update cmake to 3.8.0
modified:
  pkg/other/cmake/Makefile       makefile-20161012192420-6gwv2zkyfuom987t-2
  pkg/other/cmake/config.mk      config.mk-20161012192420-6gwv2zkyfuom987t-4
=== modified file 'pkg/other/cmake/Makefile'
--- a/pkg/other/cmake/Makefile  2017-04-11 00:30:11 +0000
+++ b/pkg/other/cmake/Makefile  2017-05-19 06:38:16 +0000
@@ -1,5 +1,5 @@
 
-# Copyright © 2016, 2017 Carl Hansen address@hidden
+# Copyright © 2016, 2017 Carl Hansen <address@hidden>
 #
 # This file is part of GSRC, the GNU Source Release Collection.
 #
@@ -23,7 +23,7 @@
 GARVERSION = 3.8.0
 HOME_URL = https://cmake.org/
        # or http://kitware.com/cmake
-DESCRIPTION =  cmake build utility
+DESCRIPTION =  cmake build utility, works with/as "make"
 LICENSE = OSI-approved BSD 3-clause License
 define BLURB
 
@@ -37,6 +37,7 @@
 SIGFILES =
 
 BUILDDEPS =
+# seems to need openssl 1.10 or maybe 1.02k , not sure
 LIBDEPS =
 
 ######################################################################

=== modified file 'pkg/other/cmake/config.mk'
--- a/pkg/other/cmake/config.mk 2016-10-12 19:25:06 +0000
+++ b/pkg/other/cmake/config.mk 2017-05-19 06:38:16 +0000
@@ -1,4 +1,5 @@
 ## Configuration options  ##
 
-CONFIGURE_OPTS ?= 
+#CONFIGURE_OPTS ?=  -DCURSES_INCLUDE_PATH=$(prefix)
+CONFIGURE_OPTS ?=  --no-system-curl
 BUILD_OPTS ?=


reply via email to

[Prev in Thread] Current Thread [Next in Thread]