From owner-freebsd-ports Sun Oct 27 12:40: 4 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AEB9937B401 for ; Sun, 27 Oct 2002 12:40:01 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 05A5543E75 for ; Sun, 27 Oct 2002 12:40:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g9RKe0x3074497 for ; Sun, 27 Oct 2002 12:40:00 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9RKe0tP074496; Sun, 27 Oct 2002 12:40:00 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 674B237B401; Sun, 27 Oct 2002 12:37:31 -0800 (PST) Received: from edgemaster.zombie.org (edgemaster.creighton.edu [147.134.112.68]) by mx1.FreeBSD.org (Postfix) with ESMTP id DC82943E77; Sun, 27 Oct 2002 12:37:30 -0800 (PST) (envelope-from smkelly@zombie.org) Received: by edgemaster.zombie.org (Postfix, from userid 1001) id 02867414DE; Sun, 27 Oct 2002 14:37:29 -0600 (CST) Message-Id: <20021027203729.02867414DE@edgemaster.zombie.org> Date: Sun, 27 Oct 2002 14:37:29 -0600 (CST) From: Sean Kelly Reply-To: Sean Kelly To: FreeBSD-gnats-submit@FreeBSD.org Cc: kris@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/44547: devel/astyle will work on 5.0-CURRENT again Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 44547 >Category: ports >Synopsis: devel/astyle will work on 5.0-CURRENT again >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Oct 27 12:40:00 PST 2002 >Closed-Date: >Last-Modified: >Originator: Sean Kelly >Release: FreeBSD 5.0-CURRENT i386 >Organization: >Environment: System: FreeBSD edgemaster.zombie.org 5.0-CURRENT FreeBSD 5.0-CURRENT #0: Fri Oct 25 23:27:50 CDT 2002 root@edgemaster.zombie.org:/usr/obj/usr/src/sys/EDGEMASTER i386 Port: devel/astyle-1.15.3 g++ (GCC) 3.2.1 [FreeBSD] 20021009 (prerelease) >Description: This port builds and works on FreeBSD 5.0-CURRENT despite it being marked as not. >How-To-Repeat: cd /usr/ports/devel/astyle make -DNO_IGNORE install >Fix: Either remove: .if ${OSVERSION} >= 500035 BROKEN= "Does not compile on 5.0" .endif from Makefile, or update it to: .if ${OSVERSION} >= 500035 && ${OSVERSION} < 500042 BROKEN= "Does not compile on 5.0" .endif >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message