From paul@leola.it.ca  Tue May 11 16:27:31 2004
Return-Path: <paul@leola.it.ca>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id F11A816A4CE; Tue, 11 May 2004 16:27:30 -0700 (PDT)
Received: from leola.it.ca (leola.it.ca [205.233.216.13])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id CCCB543D3F; Tue, 11 May 2004 16:27:29 -0700 (PDT)
	(envelope-from paul@leola.it.ca)
Received: from leola.it.ca (localhost.it.ca [127.0.0.1])
	by leola.it.ca (8.12.10/8.12.10) with ESMTP id i4BNUFTR036790;
	Tue, 11 May 2004 19:30:16 -0400 (EDT)
	(envelope-from paul@leola.it.ca)
Received: (from paul@localhost)
	by leola.it.ca (8.12.10/8.12.10/Submit) id i4BNUFjK036789;
	Tue, 11 May 2004 19:30:15 -0400 (EDT)
	(envelope-from paul)
Message-Id: <200405112330.i4BNUFjK036789@leola.it.ca>
Date: Tue, 11 May 2004 19:30:15 -0400 (EDT)
From: Paul Chvostek <paul+fbsd@it.ca>
Reply-To: Paul Chvostek <paul+fbsd@it.ca>
To: FreeBSD-gnats-submit@freebsd.org
Cc: paul+fbsd@it.ca, anders@freebsd.org
Subject: non-maintainer-update: www/pound gets a version bump
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         66552
>Category:       ports
>Synopsis:       non-maintainer-update: www/pound gets a version bump
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    anders
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Tue May 11 16:30:14 PDT 2004
>Closed-Date:    Wed May 12 07:53:53 PDT 2004
>Last-Modified:  Wed May 12 07:53:53 PDT 2004
>Originator:     Paul Chvostek
>Release:        FreeBSD 5.2.1-RELEASE i386
>Organization:
>Environment:
System: FreeBSD leola.it.ca 5.2.1-RELEASE FreeBSD 5.2.1-RELEASE #0: Mon Feb 23 20:45:55 GMT 2004 root@wv1u.btc.adaptec.com:/usr/obj/usr/src/sys/GENERIC i386


	
>Description:
 - moved from version 1.5 to 1.7, which is itself a few months old.
 - updated existing patch files,
 - added a patch file for Makefile.in to exclude linux's -D option

 I poked the maintainer last month to no avail.  If Anders doesn't want
 to keep this port updated, I'd be happy to take it one on.

>How-To-Repeat:
 n/a
>Fix:

	

--- pound-1.7-diff begins here ---
diff -ruN /usr/ports/www/pound/Makefile pound/Makefile
--- /usr/ports/www/pound/Makefile	Tue Oct 28 18:44:27 2003
+++ pound/Makefile	Tue May 11 18:56:09 2004
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	pound
-PORTVERSION=	1.5
+PORTVERSION=	1.7
 CATEGORIES=	www net
 MASTER_SITES=	http://www.apsis.ch/pound/ \
 		ftp://ftp.nuug.no/pub/anders/distfiles/
diff -ruN /usr/ports/www/pound/distinfo pound/distinfo
--- /usr/ports/www/pound/distinfo	Tue Oct 28 18:44:27 2003
+++ pound/distinfo	Tue May 11 18:57:12 2004
@@ -1 +1 @@
-MD5 (Pound-1.5.tgz) = e838381f7fb49136c531895a0e93c31d
+MD5 (Pound-1.7.tgz) = ebd15a0ff4a1920a857239630c33e8f5
diff -ruN /usr/ports/www/pound/files/patch-Makefile.in pound/files/patch-Makefile.in
--- /usr/ports/www/pound/files/patch-Makefile.in	Wed Dec 31 19:00:00 1969
+++ pound/files/patch-Makefile.in	Tue May 11 19:10:57 2004
@@ -0,0 +1,13 @@
+--- Makefile.in.orig	Wed Mar 24 02:03:14 2004
++++ Makefile.in	Tue May 11 19:10:36 2004
+@@ -48,8 +48,8 @@
+ $(OBJS):	pound.h
+ 
+ install:	all
+-		@INSTALL@ -o bin -g bin -m 555 -s -D pound @sbindir@/pound
+-		@INSTALL@ -o bin -g bin -m 644 -D pound.8 @mandir@/man8/pound.8
++		@INSTALL@ -o bin -g bin -m 555 -s pound @sbindir@/pound
++		@INSTALL@ -o bin -g bin -m 644 pound.8 @mandir@/man8/pound.8
+ 
+ clean:
+ 		rm -f pound $(OBJS)
diff -ruN /usr/ports/www/pound/files/patch-configure pound/files/patch-configure
--- /usr/ports/www/pound/files/patch-configure	Tue Jul 22 18:49:41 2003
+++ pound/files/patch-configure	Tue May 11 19:02:48 2004
@@ -1,12 +1,13 @@
---- configure.orig	Thu Apr 24 15:45:26 2003
-+++ configure	Tue Apr 29 02:58:39 2003
-@@ -1850,7 +1850,8 @@
- if test $ac_cv_lib_pthread_pthread_create = yes; then
-   LIBS="-lpthread ${LIBS}"
- else
--  CPPFLAGS="${CPPFLAGS} -pthread -DNEED_STACK"; LDFLAGS="${LDFLAGS} -pthread"
-+   CFLAGS="${CFLAGS} ${PTHREAD_CFLAGS} -DNEED_STACK"
-+   LDFLAGS="${PTHREAD_LIBS} ${LDFLAGS}"
+--- configure.orig	Wed Mar 24 02:03:14 2004
++++ configure	Tue May 11 18:59:39 2004
+@@ -2359,7 +2359,9 @@
+ 
+ if  test "${CC}" = "gcc"
+ then
+-    CPPFLAGS="${CPPFLAGS} -Wstrict-prototypes -pipe"
++#   CPPFLAGS="${CPPFLAGS} -Wstrict-prototypes -pipe"
++    CFLAGS="${CFLAGS} ${PTHREAD_CFLAGS} -DNEED_STACK"
++    LDFLAGS="${PTHREAD_LIBS} ${LDFLAGS}"
  fi
  
- echo "$as_me:1856: checking for socket in -lsocket" >&5
+ 
diff -ruN /usr/ports/www/pound/files/patch-pound.h pound/files/patch-pound.h
--- /usr/ports/www/pound/files/patch-pound.h	Tue Jul 22 18:49:41 2003
+++ pound/files/patch-pound.h	Tue May 11 19:02:29 2004
@@ -1,6 +1,6 @@
---- pound.h.orig	Wed Jul 23 04:48:13 2003
-+++ pound.h	Wed Jul 23 04:48:49 2003
-@@ -163,10 +163,6 @@
+--- pound.h.orig	Wed Mar 24 02:03:14 2004
++++ pound.h	Tue May 11 19:01:12 2004
+@@ -169,10 +169,6 @@
  #define OPENSSL_THREAD_DEFINES
  #include    <openssl/ssl.h>
  #if OPENSSL_VERSION_NUMBER >= 0x00907000L
--- pound-1.7-diff ends here ---


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->anders 
Responsible-Changed-By: linimon 
Responsible-Changed-When: Tue May 11 19:20:10 PDT 2004 
Responsible-Changed-Why:  
Over to maintainer. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=66552 
State-Changed-From-To: open->closed 
State-Changed-By: linimon 
State-Changed-When: Wed May 12 07:53:18 PDT 2004 
State-Changed-Why:  
Closed at submitter's request (see ports/65132). 

http://www.freebsd.org/cgi/query-pr.cgi?pr=66552 
>Unformatted:
