Bug 45585 - [NON-MAINTAINER UPDATE] : www/pound : update to 1.0
Summary: [NON-MAINTAINER UPDATE] : www/pound : update to 1.0
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Anders Nordby
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-11-22 09:50 UTC by Clement Laforet
Modified: 2003-01-28 00:12 UTC (History)
0 users

See Also:


Attachments
pound.diff (2.13 KB, patch)
2002-11-22 09:50 UTC, Clement Laforet
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Clement Laforet 2002-11-22 09:50:01 UTC
	Update to pound 1.0

How-To-Repeat: 	N/A.
Comment 1 Tilman Keskinoz freebsd_committer freebsd_triage 2002-11-25 00:40:48 UTC
Responsible Changed
From-To: freebsd-ports->anders

Over to Maintainer
Comment 2 Clement Laforet 2003-01-26 20:33:06 UTC
Hi anders,

Here's another patch for www/pound ports.
Update to 1.2 (from 0.9)

Regards,

clem

---

diff -Nur pound.orig/Makefile pound/Makefile
--- pound.orig/Makefile	Sat Jan 11 14:49:34 2003
+++ pound/Makefile	Fri Jan 24 21:01:55 2003
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	pound
-PORTVERSION=	0.9
+PORTVERSION=	1.2
 CATEGORIES=	www net
 MASTER_SITES=	http://www.apsis.ch/pound/ \
 		ftp://ftp.nuug.no/pub/anders/distfiles/
@@ -16,15 +16,12 @@
 MAINTAINER=	anders@FreeBSD.org
 
 WRKSRC=		${WRKDIR}/${PORTNAME}
+HAS_CONFIGURE=	yes
 
 MAKE_ARGS+=	PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \
 		PTHREAD_LIBS="${PTHREAD_LIBS}" \
 		F_CONF=${PREFIX}/etc/pound.cfg
 
 MAN8=	pound.8
-
-do-install:
-	${INSTALL_PROGRAM} ${WRKSRC}/pound ${PREFIX}/sbin/
-	${INSTALL_MAN} ${WRKSRC}/pound.8 ${PREFIX}/man/man8/
 
 .include <bsd.port.mk>
diff -Nur pound.orig/distinfo pound/distinfo
--- pound.orig/distinfo	Sat Jan 11 14:49:34 2003
+++ pound/distinfo	Fri Jan 24 21:02:02 2003
@@ -1 +1 @@
-MD5 (Pound-0.9.tgz) = 9080568e7ac2c7c15c60799c2c62ce33
+MD5 (Pound-1.2.tgz) = 1fbf9a593e5ec35ec8a790f1b53db36c
diff -Nur pound.orig/files/patch-Makefile pound/files/patch-Makefile
--- pound.orig/files/patch-Makefile	Sat Jan 11 14:49:34 2003
+++ pound/files/patch-Makefile	Thu Jan  1 01:00:00 1970
@@ -1,27 +0,0 @@
---- Makefile.orig	Mon Aug 19 08:19:53 2002
-+++ Makefile	Mon Aug 26 22:10:35 2002
-@@ -26,20 +26,20 @@
- #
- # $Id: Makefile,v 0.9 2002/08/19 08:19:53 roseg Exp roseg $
- 
--CC=gcc
-+#CC=gcc
- # For GNU-less systems use:
- #CC=cc
- 
- # Configuration file default; if none, look at config.c for default!
--F_CONF=/usr/local/etc/pound/pound.cfg
-+#F_CONF=/usr/local/etc/pound/pound.cfg
- 
--CFLAGS=-O2 -DF_CONF=\"$(F_CONF)\" -DAEMON
-+CFLAGS+= -DF_CONF=\"$(F_CONF)\" -DAEMON $(PTHREAD_CFLAGS) -DNEED_STACK
- # some old compilers don't like -O2; you may want to try -g for debugging
- #CFLAGS=-O -DF_CONF=\"$(F_CONF)\" -DAEMON
- # For OpenBSD/FreeBSD use:
- #CFLAGS=-O2 -pthread -DF_CONF=\"$(F_CONF)\" -DNEED_STACK -DAEMON
- 
--LIBS=-lssl -lpthread
-+LIBS=-lssl -lcrypto $(PTHREAD_LIBS)
- # For SystemV/Solaris use:
- #LIBS=-lssl -lpthread -lsocket -lnsl
- # For OpenBSD/FreeBSD use:
Comment 3 Anders Nordby freebsd_committer freebsd_triage 2003-01-28 00:11:49 UTC
State Changed
From-To: open->closed

Committed (with modifications), thanks!