ports/117865: [patch] sysutils/hammerhead - unbreak for gcc42

Philippe Audeoud jadawin at tuxaco.net
Tue Nov 6 14:10:02 UTC 2007


>Number:         117865
>Category:       ports
>Synopsis:       [patch] sysutils/hammerhead - unbreak for gcc42
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Nov 06 14:10:01 UTC 2007
>Closed-Date:
>Last-Modified:
>Originator:     Philippe Audeoud
>Release:        FreeBSD 6.2-RELEASE i386
>Organization:
>Environment:
System: FreeBSD huppa.tuxaco.net 6.2-RELEASE FreeBSD 6.2-RELEASE #0: Tue Mar 20 16:05:42 CET 2007 root@:/usr/obj/usr/src/sys/GENERIC i386


	
>Description:
	- unbreak for gcc42
	- update MASTER_SITES with SF macro
>How-To-Repeat:
	
>Fix:

	

--- patch-hammerhead.1 begins here ---
diff -ruN sysutils/hammerhead.orig/Makefile sysutils/hammerhead/Makefile
--- sysutils/hammerhead.orig/Makefile	Tue Nov  6 12:43:25 2007
+++ sysutils/hammerhead/Makefile	Tue Nov  6 12:50:24 2007
@@ -7,10 +7,9 @@
 
 PORTNAME=	hammerhead
 PORTVERSION=	2.1.3
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	sysutils
-MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
-MASTER_SITE_SUBDIR=	${PORTNAME}
+MASTER_SITES=	SF
 
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	A webserver stressing tool
@@ -18,16 +17,10 @@
 GNU_CONFIGURE=	yes
 USE_GMAKE=	yes
 
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} >= 700042
-BROKEN=		Broken with gcc 4.2
-.endif
-
 post-patch:
 	@${REINPLACE_CMD} -e 's,%%PREFIX%%,${PREFIX},' \
 		${WRKSRC}/src/Makefile
 
 MAN1=	hammerhead.1
 
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
--- patch-hammerhead.1 ends here ---


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



More information about the freebsd-ports-bugs mailing list