[Lunar-commits] <moonbase-other> libproxy: add a patch in oredr to compile with gcc 4.7.1.
Florin Braescu
florin at lunar-linux.org
Mon Jul 16 14:46:50 CEST 2012
commit d088b781102a4b060d9594d98e29da18ab6adbd8
Author: Florin Braescu <florin at lunar-linux.org>
Date: Mon, 16 Jul 2012 05:46:50 -0700
URL: https://github.com/lunar-linux/moonbase-other/commit/d088b781102a4b060d9594d98e29da18ab6adbd8
libproxy: add a patch in oredr to compile with gcc 4.7.1.
---
libs/libproxy/BUILD +2/-0
libs/libproxy/DETAILS +6/-5
2 files changed, 8 insertions (+), 5 deletions (-)
--- a/libs/libproxy/BUILD
+++ b/libs/libproxy/BUILD
@@ -1,5 +1,7 @@
(
+ patch_it $SOURCE_CACHE/$SOURCE2 1 &&
+
if in_depends $MODULE perl; then
PERL_ARCH=`arch` &&
OPTS+=" -DPX_PERL_ARCH=$PERL_ARCH"
--- a/libs/libproxy/DETAILS
+++ b/libs/libproxy/DETAILS
@@ -1,16 +1,18 @@
MODULE=libproxy
VERSION=0.4.7
SOURCE=$MODULE-$VERSION.tar.gz
- SOURCE_URL=http://libproxy.googlecode.com/files/
+ SOURCE2=$MODULE-$VERSION-unistd.patch.gz
+ SOURCE_URL=http://libproxy.googlecode.com/files
+ SOURCE2_URL=$PATCH_URL
SOURCE_VFY=sha1:b01ebbdf837babf63f38ee34e261d76f23dad319
- WEB_SITE=http://code.google.com/p/libproxy/
+ SOURCE2_VFY=sha1:c99e86370dacac76fe9a767a2ae168a14467bbe9
+ WEB_SITE=http://code.google.com/p/libproxy
ENTERED=20090221
- UPDATED=20110716
+ UPDATED=20120716
SHORT="automatic proxy configuration management"
cat << EOF
libproxy offers the following features:
-
* extremely small core footprint (< 35K)
* no external dependencies within libproxy core
(libproxy plugins may have dependencies)
@@ -18,5 +20,4 @@ libproxy offers the following features:
* dynamic adjustment to changing network topology
* a standard way of dealing with proxy settings across all scenarios
* a sublime sense of joy and accomplishment
-
EOF
More information about the Lunar-commits
mailing list