[csw-devel] SF.net SVN: gar:[8005] csw/mgar/pkg/httping/trunk

skayser at users.sourceforge.net skayser at users.sourceforge.net
Fri Jan 15 03:07:20 CET 2010


Revision: 8005
          http://gar.svn.sourceforge.net/gar/?rev=8005&view=rev
Author:   skayser
Date:     2010-01-15 02:07:19 +0000 (Fri, 15 Jan 2010)

Log Message:
-----------
httping: tweaked Makefile patch, updated changelog.CSW

Modified Paths:
--------------
    csw/mgar/pkg/httping/trunk/Makefile
    csw/mgar/pkg/httping/trunk/checksums
    csw/mgar/pkg/httping/trunk/files/0001-Makefile-make-options-and-tools-configurable.patch
    csw/mgar/pkg/httping/trunk/files/changelog.CSW

Modified: csw/mgar/pkg/httping/trunk/Makefile
===================================================================
--- csw/mgar/pkg/httping/trunk/Makefile	2010-01-15 01:09:57 UTC (rev 8004)
+++ csw/mgar/pkg/httping/trunk/Makefile	2010-01-15 02:07:19 UTC (rev 8005)
@@ -1,6 +1,7 @@
-# TODO (release-critical prefixed with !, non release-critical with *)
-# * Submit 0001-* patch upstream
-# * -6 not documented in man page (any others?), feedback to upstream
+# Known issue:
+# - Options -C, -6, and -y not documented in man page. Reported upstream,
+#   feedback pending.
+#
 GARNAME = httping
 GARVERSION = 1.4.1
 CATEGORIES = net
@@ -20,6 +21,7 @@
 REQUIRED_PKGS = CSWosslrt
 
 # Makefile comes pre-set with gcc defaults and hardcoded tools
+# Already submitted upstream, feedback pending.
 PATCHFILES = 0001-Makefile-make-options-and-tools-configurable.patch
 
 CONFIGURE_SCRIPTS =

Modified: csw/mgar/pkg/httping/trunk/checksums
===================================================================
--- csw/mgar/pkg/httping/trunk/checksums	2010-01-15 01:09:57 UTC (rev 8004)
+++ csw/mgar/pkg/httping/trunk/checksums	2010-01-15 02:07:19 UTC (rev 8005)
@@ -1,2 +1,2 @@
-828d966da2d49e3300a0914e8d6f7b16  0001-Makefile-make-options-and-tools-configurable.patch
+5ddf24edea5117b38507259359c27631  0001-Makefile-make-options-and-tools-configurable.patch
 bde1ff3c01343d2371d8f34fbf8a1d9a  httping-1.4.1.tgz

Modified: csw/mgar/pkg/httping/trunk/files/0001-Makefile-make-options-and-tools-configurable.patch
===================================================================
--- csw/mgar/pkg/httping/trunk/files/0001-Makefile-make-options-and-tools-configurable.patch	2010-01-15 01:09:57 UTC (rev 8004)
+++ csw/mgar/pkg/httping/trunk/files/0001-Makefile-make-options-and-tools-configurable.patch	2010-01-15 02:07:19 UTC (rev 8005)
@@ -1,14 +1,14 @@
-From f252b0a2a7f87d34dbcdf8bcccde9e6069ac9729 Mon Sep 17 00:00:00 2001
+From 4d95ec1e711a77139cb3f9e53463d2b01aa1fcdb Mon Sep 17 00:00:00 2001
 From: Sebastian Kayser <skayser at opencsw.org>
-Date: Tue, 12 Jan 2010 01:10:31 +0100
+Date: Fri, 15 Jan 2010 02:39:30 +0100
 Subject: [PATCH] Makefile: make options and tools configurable
 
 ---
- Makefile |   18 +++++++++---------
- 1 files changed, 9 insertions(+), 9 deletions(-)
+ Makefile |   20 ++++++++++----------
+ 1 files changed, 10 insertions(+), 10 deletions(-)
 
 diff --git a/Makefile b/Makefile
-index 873c57e..0133741 100644
+index c27bf22..0133741 100644
 --- a/Makefile
 +++ b/Makefile
 @@ -16,26 +16,26 @@ include version
@@ -47,6 +47,15 @@
  
  OBJS=mem.o http.o io.o str.o error.o utils.o main.o tcp.o res.o
  
+@@ -62,7 +62,7 @@ endif
+ all: $(TARGET)
+ 
+ $(TARGET): $(OBJS)
+-	$(CC) $(WFLAGS) $(OBJS) $(LDFLAGS) -o $(TARGET)
++	$(CC) $(CFLAGS) $(OBJS) $(LDFLAGS) -o $(TARGET)
+ 	#
+ 	# Oh, blatant plug: http://keetweej.vanheusden.com/wishlist.html
+ 
 -- 
-1.6.5.1
+1.6.6
 

Modified: csw/mgar/pkg/httping/trunk/files/changelog.CSW
===================================================================
--- csw/mgar/pkg/httping/trunk/files/changelog.CSW	2010-01-15 01:09:57 UTC (rev 8004)
+++ csw/mgar/pkg/httping/trunk/files/changelog.CSW	2010-01-15 02:07:19 UTC (rev 8005)
@@ -1,11 +1,11 @@
-httping (1.4.1,REV=2010.01.12)
+httping (1.4.1,REV=2010.01.15)
 
-  * Updated to 1.4.1
+  * Updated to 1.4.1 (Closes #4157)
 
- -- Sebastian Kayser <skayser at opencsw.org>  Tue, 12 Jan 2010 02:08:40 +0100
+ -- Sebastian Kayser <skayser at opencsw.org>  Fri, 15 Jan 2010 03:01:27 +0100
 
 httping (1.3.0,REV=2009.05.31)
 
-  * Adopted and updated to 1.3.0 (Closes: #3458, #2391).
+  * Adopted and updated to 1.3.0 (Closes: #3458, #2391)
 
  -- Sebastian Kayser <skayser at opencsw.org>  Sun, 31 May 2009 18:35:11 +0200


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