Bug 101789 - Mark as broken for i386 4.x
Summary: Mark as broken for i386 4.x
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: 2006-08-10 23:50 UTC by Scott Flatman
Modified: 2006-08-11 00:03 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Scott Flatman 2006-08-10 23:50:16 UTC
	Mark as broken for i386 4.x

Fix: -*- avida patch begins here -*-


--------------010403080405010600080103----O636SFP7Ks8sicNUnd5PKOKEOSZIMypG9k8DHkSOWeJNNnxS
Content-Type: text/plain; name="file.diff"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="file.diff"

--- Makefile.orig	Fri Jul  7 20:36:36 2006
+++ Makefile	Thu Aug 10 15:41:29 2006
@@ -26,6 +26,10 @@
 
 WRKSRC=		${WRKDIR}/${PORTNAME}
 
+.if ${OSVERSION} < 500000
+BROKEN=         "does not compile on 4.x."
+.endif
+
 do-build:
 	@(cd ${BUILD_WRKSRC}; \
 	${MKDIR} build build/work; \
-*- avida patch ends here -*-
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2006-08-11 00:02:54 UTC
State Changed
From-To: open->closed

Please check the port next time before submitting the PR, you missed 
the bsd.port.pre.mk inclusion. 

Committed, thanks!