Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by George Sherwood (9c3876daef465e63195a2dccb78aa659962bbbe4)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: George Sherwood <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by George Sherwood (9c3876daef465e63195a2dccb78aa659962bbbe4)
  • Date: Wed, 5 Nov 2008 11:44:41 -0600

GIT changes to master grimoire by George Sherwood <gsherwood AT sourcemage.org>:

http/dillo2/DEPENDS | 6 ++++--
http/dillo2/DETAILS | 8 ++++++++
http/dillo2/HISTORY | 7 +++++++
http/dillo2/PREPARE | 3 +++
http/dillo2/PRE_BUILD | 2 ++
5 files changed, 24 insertions(+), 2 deletions(-)

New commits:
commit 9c3876daef465e63195a2dccb78aa659962bbbe4
Author: George Sherwood <gsherwood AT sourcemage.org>
Commit: George Sherwood <gsherwood AT sourcemage.org>

dillo2: Added released version 2.0.

diff --git a/http/dillo2/DEPENDS b/http/dillo2/DEPENDS
index 6554995..e574b77 100755
--- a/http/dillo2/DEPENDS
+++ b/http/dillo2/DEPENDS
@@ -1,8 +1,10 @@
+if [[ "$DILLO_CVS" == "y" ]]; then
depends libtool &&
depends automake &&
depends autoconf &&
-depends CVS &&
-depends dw2 &&
+depends CVS
+fi &&
+depends fltk2 &&
depends wget &&

optional_depends "jpeg" \
diff --git a/http/dillo2/DETAILS b/http/dillo2/DETAILS
index 29bb4f5..dd5e4a6 100755
--- a/http/dillo2/DETAILS
+++ b/http/dillo2/DETAILS
@@ -1,4 +1,5 @@
SPELL=dillo2
+if [[ "$DILLO2_CVS" == "y" ]]; then
if [ "$DILLO2_AUTOUPDATE" == "y" ]; then
VERSION=$(date +%Y%m%d)
else
@@ -9,6 +10,13 @@
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-cvs

SOURCE_URL[0]=cvs://:pserver:anonymous AT auriga.wearlab.de:/sfhome/cvs/dillo:$SPELL
SOURCE_IGNORE=volatile
+else
+ VERSION=2.0
+ SOURCE=dillo-$VERSION.tar.bz2
+ SOURCE_URL[0]=http://www.dillo.org/download/$SOURCE
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/dillo-$VERSION
+
SOURCE_HASH=sha512:be7986bdb2fb72126bb7ea02e5f437c14f24618b625585e85d416bf6cd3b360cd35192287027d59ee0dc3c57c38bff57412e94ea6ac8230e89b28b81b68dbacd
+fi
LICENSE[0]=GPL
WEB_SITE=http://dillo.org
ENTERED=20080826
diff --git a/http/dillo2/HISTORY b/http/dillo2/HISTORY
index a0ea98e..a96a62b 100644
--- a/http/dillo2/HISTORY
+++ b/http/dillo2/HISTORY
@@ -1,3 +1,10 @@
+2008-11-05 George Sherwood <gsherwood AT sourcemage.org>
+ * DETAILS: Added released version
+ * PREPARE: Added query for released version
+ * PRE_BUILD: autogen.sh only for cvs version
+ * DEPENDS: group depends needed for cvs version
+ added depends fltk2. removed depends ds2
+
2008-09-26 Arjan Bouter <abouter AT sourcemage.org>
* dillo2.patch: removed
* PRE_BUILD: dillo2.patch not needed anymore
diff --git a/http/dillo2/PREPARE b/http/dillo2/PREPARE
index 175aba6..17ed7dd 100755
--- a/http/dillo2/PREPARE
+++ b/http/dillo2/PREPARE
@@ -1 +1,4 @@
+config_query DILLO2_CVS "Build CVS version?" n &&
+if [[ "$DILLO2_CVS" == "y" ]]; then
config_query DILLO2_AUTOUPDATE "Automatically update on every system
update?" n
+fi
diff --git a/http/dillo2/PRE_BUILD b/http/dillo2/PRE_BUILD
index 821d675..8447345 100755
--- a/http/dillo2/PRE_BUILD
+++ b/http/dillo2/PRE_BUILD
@@ -1,3 +1,5 @@
default_pre_build &&
+if [[ "$DILLO2_CVS" == "y" ]]; then
cd $SOURCE_DIRECTORY &&
./autogen.sh
+fi



  • [SM-Commit] GIT changes to master grimoire by George Sherwood (9c3876daef465e63195a2dccb78aa659962bbbe4), George Sherwood, 11/05/2008

Archive powered by MHonArc 2.6.24.

Top of Page