Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Anton Brondz (9a8bc88f03318265e4adcc5179563197df3a81f6)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Anton Brondz <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Anton Brondz (9a8bc88f03318265e4adcc5179563197df3a81f6)
  • Date: Thu, 12 Oct 2006 09:58:56 -0500

GIT changes to master grimoire by Anton Brondz <dinolinux AT sourcemage.org>:

devel/pike/BUILD | 9 ++++-----
devel/pike/CONFIGURE | 8 ++++++++
devel/pike/DEPENDS | 18 ++++++++++++------
devel/pike/DETAILS | 4 ++--
devel/pike/HISTORY | 6 ++++++
5 files changed, 32 insertions(+), 13 deletions(-)

New commits:
commit 9a8bc88f03318265e4adcc5179563197df3a81f6
Author: Anton Brondz <dinolinux AT sourcemage.org>
Commit: Anton Brondz <dinolinux AT sourcemage.org>

pike: updated to 7.6.86, added configure options

diff --git a/devel/pike/BUILD b/devel/pike/BUILD
index abe7fac..91223b1 100755
--- a/devel/pike/BUILD
+++ b/devel/pike/BUILD
@@ -1,5 +1,4 @@
- cd src
-
- ./configure --prefix=/usr \
- $OPTS &&
- make
+cd $SOURCE_DIRECTORY/src &&
+./configure --prefix=/usr \
+OPTS="$CONFIG_OPTS $OPTS" &&
+default_build
diff --git a/devel/pike/CONFIGURE b/devel/pike/CONFIGURE
new file mode 100755
index 0000000..212a9bc
--- /dev/null
+++ b/devel/pike/CONFIGURE
@@ -0,0 +1,8 @@
+config_query_option CONFIG_OPTS
\
+ "Build the internal security system?" y
\
+ "--with-security"
\
+ "--without-security"
&&
+config_query_option CONFIG_OPTS
\
+ "Build support for multicpu systems? (EXPIREMENTAL)"
n \
+ "--without-lock"
\
+ "--with-lock"
diff --git a/devel/pike/DEPENDS b/devel/pike/DEPENDS
index 2d4ece2..c77c0e3 100755
--- a/devel/pike/DEPENDS
+++ b/devel/pike/DEPENDS
@@ -1,18 +1,24 @@
optional_depends "gdbm" \
- "" "--without-gdbm" \
+ "--with-gdbm" \
+ "--without-gdbm" \
"for GNU database manager support" &&
optional_depends "gmp" \
- "" "--without-gmp" \
+ "--with-gmp" \
+ "--without-gmp" \
"for GNU mp bignum support" &&
optional_depends "mysql" \
- "" "--without-mysql" \
+ "--with-mysql" \
+ "--without-mysql" \
"to support mysql database access" &&
optional_depends "nasm" \
- "" "" \
+ "" \
+ "" \
"for x86 MMX support in Image module" &&
optional_depends "zlib" \
- "" "--without-zlib" \
+ "--with-zlib" \
+ "--without-zlib" \
"to support gz compression" &&
optional_depends "nettle" \
- "" "--without-nettle" \
+ "--with-nettle" \
+ "--without-nettle" \
"to support crypto functions"
diff --git a/devel/pike/DETAILS b/devel/pike/DETAILS
index d65eef4..8f0c312 100755
--- a/devel/pike/DETAILS
+++ b/devel/pike/DETAILS
@@ -1,9 +1,9 @@
SPELL=pike
- VERSION=7.6.24
+ VERSION=7.6.86
SOURCE=Pike-v$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/Pike-v$VERSION
SOURCE_URL[0]=http://pike.ida.liu.se/pub/pike/latest-stable/$SOURCE
-
SOURCE_HASH=sha512:fe89a2577537cb305bd6f85fb72af66d13c3292cf8e70a7e52bfb402680fcdd36cf78af4df9fb8c11f9908e5db7d6f3393101ba14d17bb715c56d0306763d12c
+
SOURCE_HASH=sha512:993c8fc9b7a0527c64f51460428f9afadd9ebbc1648d9f8a117a0f2e2d2bba8f2101d6d0cb24013e84750b705cf816a9c0cdf8c0d2324ce3b8b77b38818b979d
LICENSE[0]=GPL
LICENSE[1]=LGPL
LICENSE[2]=MPL
diff --git a/devel/pike/HISTORY b/devel/pike/HISTORY
index dde1a56..7a2cadd 100644
--- a/devel/pike/HISTORY
+++ b/devel/pike/HISTORY
@@ -1,3 +1,9 @@
+2006-10-12 Anton Brondz <dinolinux AT sourcemage.org>
+ * DETAILS: updated to 7.6.86
+ * DEPENDS: added disable options for all dependencies
+ * CONFIGURE: added
+ * BUILD: added CONFIG_OPTS
+
2006-10-03 Juuso Alasuutari <iuso AT sourcemage.org>
* DETAILS: [automated] Removed UPDATED.




  • [SM-Commit] GIT changes to master grimoire by Anton Brondz (9a8bc88f03318265e4adcc5179563197df3a81f6), Anton Brondz, 10/12/2006

Archive powered by MHonArc 2.6.24.

Top of Page