Skip to Content.
Sympa Menu

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

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 (d2aeb89f411f02480c45ac9ceff66288d5d46d1d)
  • Date: Sat, 12 Jun 2010 07:19:45 -0500

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

http/tinyproxy/DETAILS | 2 ++
http/tinyproxy/HISTORY | 2 +-
http/tinyproxy/PRE_BUILD | 2 ++
3 files changed, 5 insertions(+), 1 deletion(-)

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

tinyproxy: fixed doc-installation

diff --git a/http/tinyproxy/DETAILS b/http/tinyproxy/DETAILS
index 64ed414..cc3bed8 100755
--- a/http/tinyproxy/DETAILS
+++ b/http/tinyproxy/DETAILS
@@ -5,6 +5,8 @@

SOURCE_HASH=sha512:02d71d982dc291fe3e879ea6afb3f12a474de5ad143afc2b686bd8eb4540d02551c19132042624fd1bfd57536b37665f6a2bea0b6ebbb60255c7d034ca311f2b
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
WEB_SITE=http://www.banu.com/tinyproxy/
+ DOCS="COPYING NEWS README"
+ DOC_DIRS=""
LICENSE[0]=GPL
ENTERED=20080819
SHORT="fast light-weight http proxy server"
diff --git a/http/tinyproxy/HISTORY b/http/tinyproxy/HISTORY
index ffec2db..44f0a07 100644
--- a/http/tinyproxy/HISTORY
+++ b/http/tinyproxy/HISTORY
@@ -1,5 +1,5 @@
2010-06-11 Vlad Glagolev <stealth AT sourcemage.org>
- * DETAILS: updated spell to 1.8.2
+ * DETAILS: updated spell to 1.8.2; use DOCS and DOC_DIRS
* DEPENDS: added, for required dependencies
* BUILD, CONFIGURE: added, for build options
* PRE_BUILD, nodoc.patch: added for ability to build without docs
diff --git a/http/tinyproxy/PRE_BUILD b/http/tinyproxy/PRE_BUILD
index 665c83b..9a7fc9e 100755
--- a/http/tinyproxy/PRE_BUILD
+++ b/http/tinyproxy/PRE_BUILD
@@ -5,5 +5,7 @@ cd "$SOURCE_DIRECTORY" &&
sed -i "s:Group nobody:Group nogroup:" etc/tinyproxy.conf.in &&

if [[ $TINYPROXY_DOCS == n ]]; then
+ sed -i "s:dummy a2x:dummy true:" configure &&
+
patch -p0 < "$SPELL_DIRECTORY/nodoc.patch"
fi



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (d2aeb89f411f02480c45ac9ceff66288d5d46d1d), Vlad Glagolev, 06/12/2010

Archive powered by MHonArc 2.6.24.

Top of Page