Skip site navigation (1)Skip section navigation (2)
Date:      13 Mar 2005 13:04:32 -0000
From:      Thomas-Martin Seck <tmseck@netcologne.de>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/78782: [Maintainer] www/gatling: update to 0.7
Message-ID:  <20050313130432.24469.qmail@laurel.tmseck.homedns.org>
Resent-Message-ID: <200503131310.j2DDA2Xb010291@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         78782
>Category:       ports
>Synopsis:       [Maintainer] www/gatling: update to 0.7
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Mar 13 13:10:02 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Thomas-Martin Seck
>Release:        FreeBSD 4.11-STABLE i386
>Organization:
a private site in Germany
>Environment:
FreeBSD ports collection as of March 13, 2005.

	
>Description:
- Update to 0.7
- Remove a patch that is no longer needed

Note to committer:
please 'cvs rm' files/patch-gatling.c
	
>How-To-Repeat:
	
>Fix:
Apply this patch:

Index: distinfo
===================================================================
--- distinfo	(.../www/gatling)	(revision 442)
+++ distinfo	(.../local/gatling)	(revision 442)
@@ -1,2 +1,2 @@
-MD5 (gatling-0.6.tar.bz2) = 2067d666c01834f2c8702b08644f95d8
-SIZE (gatling-0.6.tar.bz2) = 47267
+MD5 (gatling-0.7.tar.bz2) = 3c6d3e859b539f24b6ffaffd1659d3f7
+SIZE (gatling-0.7.tar.bz2) = 53029
Index: files/patch-Makefile
===================================================================
--- files/patch-Makefile	(.../www/gatling)	(revision 442)
+++ files/patch-Makefile	(.../local/gatling)	(revision 442)
@@ -24,8 +24,8 @@
  	$(CC) -c $< -I. $(CFLAGS)
  
  tlsgatling: gatling.c ssl.o
--	$(CC) -o $@ $(CFLAGS) $^ $(LDFLAGS) -lssl -lcrypto $(LDLIBS)
-+	$(CC) -o $@ $(CFLAGS) $> -DSUPPORT_HTTPS $(LDFLAGS) -lssl -lcrypto $(LDLIBS)
+-	-$(CC) -o $@ $(CFLAGS) $^ $(LDFLAGS) -lssl -lcrypto $(LDLIBS)
++	-$(CC) -o $@ $(CFLAGS) $> -DSUPPORT_HTTPS $(LDFLAGS) -lssl -lcrypto $(LDLIBS)
  
  libsocket: trysocket.c
  	if $(DIET) $(CC) $(CFLAGS) -o trysocket trysocket.c >/dev/null 2>&1; then echo ""; else \
Index: files/patch-gatling.c
===================================================================
--- files/patch-gatling.c	(.../www/gatling)	(revision 442)
+++ files/patch-gatling.c	(.../local/gatling)	(revision 442)
@@ -1,11 +0,0 @@
---- gatling.c.orig	Mon Jan 31 17:14:45 2005
-+++ gatling.c	Sun Feb 20 17:02:12 2005
-@@ -3088,7 +3088,7 @@ void forkslave(int fd,buffer* in) {
-     }
-   }
- error:
--  write(fd,&code,4);
-+  if (write(fd,&code,4)!=4) exit(0);
-   code=strlen(msg);
-   write(fd,&code,4);
-   {
Index: Makefile
===================================================================
--- Makefile	(.../www/gatling)	(revision 442)
+++ Makefile	(.../local/gatling)	(revision 442)
@@ -6,8 +6,7 @@
 #
 
 PORTNAME=	gatling
-PORTVERSION=	0.6
-PORTREVISION=	1
+PORTVERSION=	0.7
 CATEGORIES=	www benchmarks ftp ipv6
 MASTER_SITES=	http://dl.fefe.de/
 

	


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050313130432.24469.qmail>