Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (a5f8b3ee33f851b44f179dec21782afca4bb51a9)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (a5f8b3ee33f851b44f179dec21782afca4bb51a9)
  • Date: Wed, 31 Aug 2011 14:48:47 -0500

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

http/privoxy/DETAILS | 1 +
http/privoxy/HISTORY | 5 +++++
http/privoxy/PRE_BUILD | 2 ++
http/privoxy/init.patch | 13 +++++++++++++
4 files changed, 21 insertions(+)

New commits:
commit a5f8b3ee33f851b44f179dec21782afca4bb51a9
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

privoxy: don't install extra script

diff --git a/http/privoxy/DETAILS b/http/privoxy/DETAILS
index b5c2cd3..8aa30f2 100755
--- a/http/privoxy/DETAILS
+++ b/http/privoxy/DETAILS
@@ -1,6 +1,7 @@
SPELL=privoxy
SF_PROJECT=ijbswa
VERSION=3.0.17
+ PATCHLEVEL=1
VX=$VERSION-stable
SOURCE=$SPELL-$VX-src.tar.gz
SOURCE2=$SOURCE.asc
diff --git a/http/privoxy/HISTORY b/http/privoxy/HISTORY
index 6d55217..f6d2deb 100644
--- a/http/privoxy/HISTORY
+++ b/http/privoxy/HISTORY
@@ -1,3 +1,8 @@
+2011-08-31 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: PATCHLEVEL=1
+ * PRE_BUILD: apply the patch
+ * init.patch: added, to not install useless rc script
+
2011-03-27 Vlad Glagolev <stealth AT sourcemage.org>
* DEPENDS: made zlib optional; modified pcre comment; added
INSTALL_ROOT
for docbook-dtd dependency
diff --git a/http/privoxy/PRE_BUILD b/http/privoxy/PRE_BUILD
index 545d68d..28cb8eb 100755
--- a/http/privoxy/PRE_BUILD
+++ b/http/privoxy/PRE_BUILD
@@ -1,5 +1,7 @@
default_pre_build &&
cd "$SOURCE_DIRECTORY" &&

+patch -p0 < "$SPELL_DIRECTORY/init.patch" &&
+
autoheader &&
autoconf
diff --git a/http/privoxy/init.patch b/http/privoxy/init.patch
new file mode 100644
index 0000000..b070264
--- /dev/null
+++ b/http/privoxy/init.patch
@@ -0,0 +1,13 @@
+--- GNUmakefile.in.orig 2010-02-20 15:53:30.000000000 +0300
++++ GNUmakefile.in 2011-08-31 23:36:33.467407835 +0400
+@@ -940,10 +940,6 @@
+ $(INSTALL) $(INSTALL_P) slackware/rc.privoxy
$(DESTDIR)/etc/rc.d/ ;\
+ $(ECHO) "Installing for Slackware." ;\
+ $(ECHO) "Dont forget to add the rc.privoxy to rc.local if
you want it started at every boot" ;\
+- elif [ -d $(DESTDIR)/etc/init.d ] && [ -w
$(DESTDIR)/etc/init.d ] ; then \
+- $(ECHO) "Installing generic init script to
$(DESTDIR)/etc/init.d/privoxy" ;\
+- $(ECHO) "Please check that the PATHs are correct, and
edit if needed." ;\
+- $(INSTALL) $(INSTALL_P) privoxy-generic.init
$(DESTDIR)/etc/init.d/privoxy ;\
+ fi ;\
+ else \
+ $(ECHO) "No init script installed, install it manually if
needed" ;\



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (a5f8b3ee33f851b44f179dec21782afca4bb51a9), Vlad Glagolev, 08/31/2011

Archive powered by MHonArc 2.6.24.

Top of Page