Skip to Content.
Sympa Menu

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

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Treeve Jelbert <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (4965cb29506aa0934f221bffd586bdaf336f9009)
  • Date: Fri, 16 Nov 2012 02:54:13 -0600

GIT changes to master grimoire by Treeve Jelbert <treeve AT sourcemage.org>:

net/libproxy/DETAILS | 4 ++--
net/libproxy/HISTORY | 4 ++++
net/libproxy/PRE_BUILD | 4 ----
net/libproxy/unistd.patch | 39 ---------------------------------------
4 files changed, 6 insertions(+), 45 deletions(-)

New commits:
commit 4965cb29506aa0934f221bffd586bdaf336f9009
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

libproxy: => 0.4.10

diff --git a/net/libproxy/DETAILS b/net/libproxy/DETAILS
index 1df398a..94b9795 100755
--- a/net/libproxy/DETAILS
+++ b/net/libproxy/DETAILS
@@ -1,6 +1,6 @@
SPELL=libproxy
- VERSION=0.4.7
-
SOURCE_HASH=sha512:a0a5f4f8faa2724ca88fb52f3f683f7270235536151089bfb34dd0f4164923abc586c7b621eb70bf0f53a0bf5a9807d3b31061803a0891c70d8e6dad1bbfe48d
+ VERSION=0.4.10
+
SOURCE_HASH=sha512:d7400740290bffb66ced317692f6b6fdb3e9973e48af1287df51dd3813706164ac6ee6970bde0f7b28beed4a6b6086bf957d85ec8c543e4c0af7044defb88e82
SOURCE="${SPELL}-${VERSION}.tar.gz"
SOURCE_URL[0]=http://libproxy.googlecode.com/files/${SOURCE}
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
diff --git a/net/libproxy/HISTORY b/net/libproxy/HISTORY
index ca6cc98..1233c01 100644
--- a/net/libproxy/HISTORY
+++ b/net/libproxy/HISTORY
@@ -1,3 +1,7 @@
+2012-11-16 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 0.4.10
+ * PRE_BUILD, unistd.patch: deleted
+
2012-09-09 Robin Cook <rcook AT wyrms.net>
* DEPENDS: added optional depends network-manager, gconf2
* BUILD: set option for none on webkitgtk
diff --git a/net/libproxy/PRE_BUILD b/net/libproxy/PRE_BUILD
deleted file mode 100755
index 6fd1407..0000000
--- a/net/libproxy/PRE_BUILD
+++ /dev/null
@@ -1,4 +0,0 @@
-default_pre_build &&
-cd $SOURCE_DIRECTORY &&
-
-patch -p1 < $SPELL_DIRECTORY/unistd.patch
diff --git a/net/libproxy/unistd.patch b/net/libproxy/unistd.patch
deleted file mode 100644
index 9d5ccd3..0000000
--- a/net/libproxy/unistd.patch
+++ /dev/null
@@ -1,39 +0,0 @@
---- libproxy-0.4.7/libproxy/url.cpp.orig 2012-02-28 21:05:15.572948027
+0000
-+++ libproxy-0.4.7/libproxy/url.cpp 2012-02-28 21:05:45.635937474 +0000
-@@ -27,6 +27,7 @@
- #define close _close
- #endif
- #include <fcntl.h> // For ::open()
-+#include <unistd.h> // For ::read() and ::close()
- #include <cstring> // For memcpy()
- #include <sstream> // For int/string conversion (using stringstream)
- #include <cstdio> // For sscanf()
---- libproxy-0.4.7/libproxy/modules/config_sysconfig.cpp.orig 2012-02-28
21:06:01.552943358 +0000
-+++ libproxy-0.4.7/libproxy/modules/config_sysconfig.cpp 2012-02-28
21:11:21.429953982 +0000
-@@ -18,6 +18,7 @@
-
******************************************************************************/
-
- #include <sys/stat.h>
-+#include <unistd.h>
- #include <cstdlib>
- #include <map>
- #include <fstream>
---- libproxy-0.4.7/libproxy/modules/pacrunner_mozjs.cpp.orig 2012-02-28
21:06:11.637943033 +0000
-+++ libproxy-0.4.7/libproxy/modules/pacrunner_mozjs.cpp 2012-02-28
21:11:46.560961409 +0000
-@@ -17,6 +17,7 @@
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
02110-1301 USA
-
******************************************************************************/
-
-+#include <unistd.h> // for ::gethostname()
- #include <cstring> // ?
-
- #include "../extension_pacrunner.hpp"
---- libproxy-0.4.7/libproxy/modules/pacrunner_webkit.cpp.orig 2012-02-28
21:06:29.615943614 +0000
-+++ libproxy-0.4.7/libproxy/modules/pacrunner_webkit.cpp 2012-02-28
21:12:35.530965553 +0000
-@@ -17,6 +17,7 @@
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
02110-1301 USA
-
******************************************************************************/
-
-+#include <unistd.h> // for ::gethostname()
- #include "../extension_pacrunner.hpp"
- using namespace libproxy;



  • [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (4965cb29506aa0934f221bffd586bdaf336f9009), Treeve Jelbert, 11/16/2012

Archive powered by MHonArc 2.6.24.

Top of Page