Bug 53438 - [patch] fix usage of BROKEN in devel/ppl
Summary: [patch] fix usage of BROKEN in devel/ppl
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-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-06-18 09:50 UTC by Mark Linimon
Modified: 2003-06-27 16:53 UTC (History)
0 users

See Also:


Attachments
file.diff (335 bytes, patch)
2003-06-18 09:50 UTC, Mark Linimon
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Mark Linimon 2003-06-18 09:50:09 UTC
	IGNORE should be used instead of BROKEN to indicate that a port
	will never be available on a particular OS release version (in
	this case, older -CURRENTs).

How-To-Repeat: 	n/a
Comment 1 Mark Linimon 2003-06-18 21:16:35 UTC
Grr.  Got a little bit ahead of myself.  This is a better error message.
--- ppl/Makefile.dist	Wed May  7 21:18:10 2003
+++ ppl/Makefile	Wed Jun 18 15:15:07 2003
@@ -35,7 +35,7 @@
 
 # ppl needs gcc > 3.1, with libgmp4 compiled with the same gcc version
 .if ${OSVERSION} < 500035
-BROKEN=		"Does not build"
+IGNORE=		"Does not build with older versions of FreeBSD"
 .endif
 
 .include <bsd.port.post.mk>
Comment 2 Christian Weisgerber freebsd_committer freebsd_triage 2003-06-27 16:53:39 UTC
State Changed
From-To: open->closed

Committed, thanks.