Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Pol Vinogradov (c9e8d4b854be044aa55ce522354ab16166822519)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Pol Vinogradov <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Pol Vinogradov (c9e8d4b854be044aa55ce522354ab16166822519)
  • Date: Fri, 1 Dec 2006 14:44:04 -0600

GIT changes to master grimoire by Pol Vinogradov <vin.public AT gmail.com>:

devel/cmake/BUILD | 6 ++++++
devel/cmake/DETAILS | 1 +
devel/cmake/HISTORY | 5 +++++
devel/cmake/INSTALL | 3 ---
4 files changed, 12 insertions(+), 3 deletions(-)

New commits:
commit 0f939745a90115d54c3005666589d594d6b7d4ab
Author: Pol Vinogradov <vin.public AT gmail.com>
Commit: Pol Vinogradov <vin.public AT gmail.com>

devel/cmake:

DETAILS: PATCHLEVEL++
BUILD: added for proper installation paths
INSTALL: removed

diff --git a/devel/cmake/BUILD b/devel/cmake/BUILD
new file mode 100755
index 0000000..3310b4e
--- /dev/null
+++ b/devel/cmake/BUILD
@@ -0,0 +1,6 @@
+./configure --prefix=${INSTALL_ROOT}/usr \
+ --datadir=/share/${SPELL} \
+ --docdir=/share/doc/${SPELL} \
+ --mandir=/share/man \
+ $OPTS &&
+make
diff --git a/devel/cmake/DETAILS b/devel/cmake/DETAILS
index 95b1c48..2dc89dc 100755
--- a/devel/cmake/DETAILS
+++ b/devel/cmake/DETAILS
@@ -8,6 +8,7 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL
LICENSE[0]=http://www.cmake.org/HTML/Copyright.html
WEB_SITE=http://www.cmake.org/HTML/Index.html
ENTERED=20020429
+ PATCHLEVEL=1
KEYWORDS="devel"
SHORT="Cross-platform make system"
cat << EOF
diff --git a/devel/cmake/HISTORY b/devel/cmake/HISTORY
index d321f2f..453b2fc 100644
--- a/devel/cmake/HISTORY
+++ b/devel/cmake/HISTORY
@@ -1,3 +1,8 @@
+2006-12-02 Pol Vinogradov <vin.public AT gmail.com>
+ * DETAILS: PATCHLEVEL++
+ * BUILD: added for proper installation paths
+ * INSTALL: removed
+
2006-11-25 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
* DETAILS: 2.4.4

diff --git a/devel/cmake/INSTALL b/devel/cmake/INSTALL
deleted file mode 100755
index 491203a..0000000
--- a/devel/cmake/INSTALL
+++ /dev/null
@@ -1,3 +0,0 @@
-sedit "s:/usr/share/man/man1:/share/man/man1:g"
Utilities/cmake_install.cmake &&
-sedit "s:/doc/CMake:/share/doc/${SPELL}:g" Utilities/cmake_install.cmake
&&
-default_install



  • [SM-Commit] GIT changes to master grimoire by Pol Vinogradov (c9e8d4b854be044aa55ce522354ab16166822519), Pol Vinogradov, 12/01/2006

Archive powered by MHonArc 2.6.24.

Top of Page