Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 27 Oct 2002 14:37:29 -0600 (CST)
From:      Sean Kelly <smkelly@zombie.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        kris@FreeBSD.org
Subject:   ports/44547: devel/astyle will work on 5.0-CURRENT again
Message-ID:  <20021027203729.02867414DE@edgemaster.zombie.org>

next in thread | raw e-mail | index | archive | help

>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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20021027203729.02867414DE>