Bug 44547 - devel/astyle will work on 5.0-CURRENT again
Summary: devel/astyle will work on 5.0-CURRENT again
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-10-27 20:40 UTC by smkelly
Modified: 2002-10-27 21:17 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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