Bug 44547

Summary: devel/astyle will work on 5.0-CURRENT again
Product: Ports & Packages Reporter: smkelly <smkelly>
Component: Individual Port(s)Assignee: freebsd-ports (Nobody) <ports>
Status: Closed FIXED    
Severity: Affects Only Me CC: kris
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description smkelly 2002-10-27 20:40:00 UTC
	This port builds and works on FreeBSD 5.0-CURRENT despite it being
	marked as not.

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
How-To-Repeat: 	cd /usr/ports/devel/astyle
	make -DNO_IGNORE install
Comment 1 Kris Kennaway freebsd_committer freebsd_triage 2002-10-27 21:16:58 UTC
State Changed
From-To: open->closed

BROKEN tag removed