Date: Tue, 6 Nov 2007 15:10:22 +0100 (CET) From: Philippe Audeoud <jadawin@tuxaco.net> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/117865: [patch] sysutils/hammerhead - unbreak for gcc42 Message-ID: <20071106141022.E222DF8CF@huppa.tuxaco.net> Resent-Message-ID: <200711061410.lA6EA1wW038493@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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@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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20071106141022.E222DF8CF>