[csw-devel] SF.net SVN: gar:[10996] csw/mgar/pkg/libserf/trunk
dmichelsen at users.sourceforge.net
dmichelsen at users.sourceforge.net
Fri Sep 17 23:26:10 CEST 2010
Revision: 10996
http://gar.svn.sourceforge.net/gar/?rev=10996&view=rev
Author: dmichelsen
Date: 2010-09-17 21:26:10 +0000 (Fri, 17 Sep 2010)
Log Message:
-----------
libserf: Update to 0.7.0
Modified Paths:
--------------
csw/mgar/pkg/libserf/trunk/Makefile
csw/mgar/pkg/libserf/trunk/checksums
Removed Paths:
-------------
csw/mgar/pkg/libserf/trunk/files/0001-Do-not-cast-lvalue-as-left-side-is-already-of-type-c.patch
Modified: csw/mgar/pkg/libserf/trunk/Makefile
===================================================================
--- csw/mgar/pkg/libserf/trunk/Makefile 2010-09-17 21:24:58 UTC (rev 10995)
+++ csw/mgar/pkg/libserf/trunk/Makefile 2010-09-17 21:26:10 UTC (rev 10996)
@@ -1,5 +1,5 @@
GARNAME = libserf
-GARVERSION = 0.6.1
+GARVERSION = 0.7.0
DISTNAME = serf-$(GARVERSION)
CATEGORIES = lib
@@ -14,7 +14,6 @@
MASTER_SITES = http://serf.googlecode.com/files/
DISTFILES = $(DISTNAME).tar.bz2
-PATCHFILES = 0001-Do-not-cast-lvalue-as-left-side-is-already-of-type-c.patch
RUNTIME_DEP_PKGS_CSWlibserf = CSWapache2rt CSWexpat CSWiconv CSWoldaprt CSWosslrt CSWzlib
@@ -23,6 +22,8 @@
LICENSE = LICENSE
+VENDOR_URL = http://code.google.com/p/serf/
+
# Make sure the current directory comes before everything else
INCLUDE_FLAGS = -I. -I$(includedir)
@@ -43,7 +44,6 @@
include gar/category.mk
-#EXTRA_LDFLAGS = -R/opt/csw/bdb44/lib
APR_LIBTOOL = $(shell /opt/csw/apache2/bin/apr-config --apr-libtool)
post-configure-modulated:
gcp $(APR_LIBTOOL) $(WORKSRC)
Modified: csw/mgar/pkg/libserf/trunk/checksums
===================================================================
--- csw/mgar/pkg/libserf/trunk/checksums 2010-09-17 21:24:58 UTC (rev 10995)
+++ csw/mgar/pkg/libserf/trunk/checksums 2010-09-17 21:26:10 UTC (rev 10996)
@@ -1,2 +1 @@
-85656f49ab1a0a811b620f4b177d8c5a 0001-Do-not-cast-lvalue-as-left-side-is-already-of-type-c.patch
-14267fa2b49aa3484366e713970384a5 serf-0.6.1.tar.bz2
+5c4b6d8b44135abbde289b49122bb7af serf-0.7.0.tar.bz2
Deleted: csw/mgar/pkg/libserf/trunk/files/0001-Do-not-cast-lvalue-as-left-side-is-already-of-type-c.patch
===================================================================
--- csw/mgar/pkg/libserf/trunk/files/0001-Do-not-cast-lvalue-as-left-side-is-already-of-type-c.patch 2010-09-17 21:24:58 UTC (rev 10995)
+++ csw/mgar/pkg/libserf/trunk/files/0001-Do-not-cast-lvalue-as-left-side-is-already-of-type-c.patch 2010-09-17 21:26:10 UTC (rev 10996)
@@ -1,25 +0,0 @@
-From 6c411f42f71cab30ee81d30b142596ad331cdeb8 Mon Sep 17 00:00:00 2001
-From: Dagobert Michelsen <dam at opencsw.org>
-Date: Mon, 17 May 2010 22:15:13 +0200
-Subject: [PATCH] Do not cast lvalue as left side is already of type char*
-
----
- outgoing.c | 2 +-
- 1 files changed, 1 insertions(+), 1 deletions(-)
-
-diff --git a/outgoing.c b/outgoing.c
-index 11d58aa..b4b3a50 100644
---- a/outgoing.c
-+++ b/outgoing.c
-@@ -470,7 +470,7 @@ static apr_status_t socket_writev(serf_connection_t *conn)
- sizeof(struct iovec) * (conn->vec_len - i));
- conn->vec_len -= i;
- }
-- ((char *) conn->vec[0].iov_base) += conn->vec[0].iov_len - (len - written);
-+ conn->vec[0].iov_base += conn->vec[0].iov_len - (len - written);
- conn->vec[0].iov_len = len - written;
- break;
- }
---
-1.7.0
-
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the devel
mailing list