From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Jan 19 11:30:06 2010 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D03FA1065676 for ; Tue, 19 Jan 2010 11:30:06 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 867258FC13 for ; Tue, 19 Jan 2010 11:30:06 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id o0JBU64T047055 for ; Tue, 19 Jan 2010 11:30:06 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id o0JBU6Td047054; Tue, 19 Jan 2010 11:30:06 GMT (envelope-from gnats) Resent-Date: Tue, 19 Jan 2010 11:30:06 GMT Resent-Message-Id: <201001191130.o0JBU6Td047054@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Guido Falsi Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5522C1065694 for ; Tue, 19 Jan 2010 11:22:24 +0000 (UTC) (envelope-from mad@madpilot.net) Received: from megatron.madpilot.net (megatron.madpilot.net [88.149.173.206]) by mx1.freebsd.org (Postfix) with ESMTP id F18D08FC15 for ; Tue, 19 Jan 2010 11:22:23 +0000 (UTC) Received: from megatron.madpilot.net (localhost [127.0.0.1]) by megatron.madpilot.net (Postfix) with ESMTP id 51AC41196 for ; Tue, 19 Jan 2010 12:22:22 +0100 (CET) Received: from megatron.madpilot.net ([127.0.0.1]) by megatron.madpilot.net (megatron.madpilot.net [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id kFKccQbYgYXd for ; Tue, 19 Jan 2010 12:22:20 +0100 (CET) Received: by megatron.madpilot.net (Postfix, from userid 1000) id F3363118F; Tue, 19 Jan 2010 12:22:19 +0100 (CET) Message-Id: <20100119112219.F3363118F@megatron.madpilot.net> Date: Tue, 19 Jan 2010 12:22:19 +0100 (CET) From: Guido Falsi To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/142964: [maintainer update] games/pokerth: mark broken on <7.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Guido Falsi List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Jan 2010 11:30:06 -0000 >Number: 142964 >Category: ports >Synopsis: [maintainer update] games/pokerth: mark broken on <7.0 >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: Tue Jan 19 11:30:06 UTC 2010 >Closed-Date: >Last-Modified: >Originator: Guido Falsi >Release: FreeBSD 8.0-STABLE amd64 >Organization: none >Environment: System: FreeBSD megatron.madpilot.net 8.0-STABLE FreeBSD 8.0-STABLE #10: Wed Jan 13 20:25:25 CET 2010 root@megatron.madpilot.net:/usr/obj/usr/src/sys/MEGATRON amd64 >Description: Mark BROKEN on FreeBSD earlier than 7.0. Does not build with boost include files throwing exceptions. Reported by: pointyhat >How-To-Repeat: Try to build the pokerth port. >Fix: diff -ruN pokerth.old/Makefile pokerth/Makefile --- pokerth.old/Makefile 2010-01-19 11:55:44.577361247 +0100 +++ pokerth/Makefile 2010-01-19 12:10:50.712503117 +0100 @@ -33,6 +33,11 @@ PORTDOCS= server_setup_howto.txt MAN1= pokerth.1 +.include +.if ${OSVERSION} < 700000 +BROKEN= Fails to build on FreeBSD < 7.0 +.endif + post-patch: @${REINPLACE_CMD} -E \ -e 's|/usr([a-z|/]*)|${LOCALBASE}/\1|g' \ @@ -53,4 +58,4 @@ @${INSTALL_DATA} ${WRKSRC}/docs/server_setup_howto.txt ${DOCSDIR} .endif -.include +.include >Release-Note: >Audit-Trail: >Unformatted: