Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (763a470d5422ecb234ff2f471c7d47a62a004054)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Treeve Jelbert <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (763a470d5422ecb234ff2f471c7d47a62a004054)
  • Date: Thu, 21 Sep 2006 07:08:09 -0500

GIT changes to master grimoire by Treeve Jelbert <treeve AT scarlet.be>:

database/firebird/CONFIGURE | 2 +-
database/firebird/HISTORY | 3 +++
http/privoxy/BUILD | 3 ---
http/privoxy/DETAILS | 5 ++++-
http/privoxy/HISTORY | 6 ++++++
http/privoxy/PRE_BUILD | 9 +++++++++
6 files changed, 23 insertions(+), 5 deletions(-)

New commits:
commit a19b744c4c46c8210b5a5a5ed7f7b08acfb1d156
Author: Treeve Jelbert <treeve AT scarlet.be>
Commit: Treeve Jelbert <treeve AT scarlet.be>

firebird - fix typo

commit 2f320fe1b2a0c14eef317a7221bc0352937115b5
Author: Treeve Jelbert <treeve AT scarlet.be>
Commit: Treeve Jelbert <treeve AT scarlet.be>

privoxy update action file

diff --git a/database/firebird/CONFIGURE b/database/firebird/CONFIGURE
index e40b394..116a1a4 100755
--- a/database/firebird/CONFIGURE
+++ b/database/firebird/CONFIGURE
@@ -1,4 +1,4 @@
-persistnet_add FB_CLIENT
+persistent_add FB_CLIENT
FB_CLIENT=n
#config_query FB_CLIENT "Build only client library?" n
if [ $FB_CLIENT == n ]; then
diff --git a/database/firebird/HISTORY b/database/firebird/HISTORY
index b005211..03177e5 100644
--- a/database/firebird/HISTORY
+++ b/database/firebird/HISTORY
@@ -1,3 +1,6 @@
+2006-09-21 Treeve Jelbert <treeve AT pi.be>
+ * CONFIGURE: fix typo
+
2006-09-21 Juuso Alasuutari <iuso AT sourcemage.org>
* PROVIDES: [automated] Fixed invalid entries.

diff --git a/http/privoxy/BUILD b/http/privoxy/BUILD
index 84a5169..cce4106 100755
--- a/http/privoxy/BUILD
+++ b/http/privoxy/BUILD
@@ -1,5 +1,2 @@
- patch -p0 <$SPELL_DIRECTORY/mk.patch &&
- autoheader &&
- autoconf &&
OPTS="--sysconfdir=${INSTALL_ROOT}/etc/privoxy -with-user=nobody
--with-group=nogroup ${OPTS}" &&
default_build
diff --git a/http/privoxy/DETAILS b/http/privoxy/DETAILS
index 044fe02..a5c0954 100755
--- a/http/privoxy/DETAILS
+++ b/http/privoxy/DETAILS
@@ -3,12 +3,15 @@
VERSION=3.0.3
SOURCE=$SPELL-$VERSION-stable-src.tar.gz

SOURCE_HASH=sha512:765dfa1312ffcf47e33d22d8bcdc69b3dc9b496c8d49c166b3e81c9411aeeb5ab4946cfc2b054a06cb3212cd7df9d87c71e1582b7234458f225a723fdfc7d5cb
+ SOURCE2=default.action-1.9
+
SOURCE2_HASH=sha512:a4f71acb521414e4c472d77ac5f7a5e87551bcf1eff4877a1273762847d0b10f9cc69a005a861a0faf157c74cc809e6dea77e638aec39b2dd30ef6ea2302fdc1
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION-stable
SOURCE_URL[0]=$SOURCEFORGE_URL/$SF_PROJECT/$SOURCE
+ SOURCE2_URL[0]=$SOURCEFORGE_URL/$SF_PROJECT/$SOURCE2
WEB_SITE=http://www.privoxy.org/
GATHER_DOCS=off
ENTERED=20030403
- UPDATED=20030822
+ PATCHLEVEL=1
KEYWORDS="web http"
SHORT='Privoxy is a web proxy with advanced filtering
capabilities for protecting privacy'
cat << EOF
diff --git a/http/privoxy/HISTORY b/http/privoxy/HISTORY
index 9d40b99..c0ed84d 100644
--- a/http/privoxy/HISTORY
+++ b/http/privoxy/HISTORY
@@ -1,3 +1,9 @@
+2006-09-21 Treeve Jelbert <treeve AT pi.be>
+ * DETAILS: PATCHLEVEL=1
+ download updated default.action file
+ * PRE_BUILD: add
+ * BUILD: move patching to PRE_BUILD
+
2006-09-21 Juuso Alasuutari <iuso AT sourcemage.org>
* DETAILS: [automated] Removed BUILD_API=2.

diff --git a/http/privoxy/PRE_BUILD b/http/privoxy/PRE_BUILD
new file mode 100755
index 0000000..eecde0b
--- /dev/null
+++ b/http/privoxy/PRE_BUILD
@@ -0,0 +1,9 @@
+default_pre_build &&
+cd $SOURCE_DIRECTORY &&
+# add updated actions file
+verify_file 2 &&
+cp $SOURCE_CACHE/$SOURCE2 ./default.action &&
+# apply smgl patch
+patch -p0 <$SPELL_DIRECTORY/mk.patch &&
+autoheader &&
+autoconf



  • [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (763a470d5422ecb234ff2f471c7d47a62a004054), Treeve Jelbert, 09/21/2006

Archive powered by MHonArc 2.6.24.

Top of Page