Mark broken on 4.x, will not compile as-is. How-To-Repeat: --- iscsi-target.diff begins here --- diff -ru iscsi-target.old/Makefile iscsi-target/Makefile --- iscsi-target.old/Makefile Sat Oct 7 08:25:26 2006 +++ iscsi-target/Makefile Sun Nov 5 08:41:42 2006 @@ -51,4 +51,10 @@ fi .endfor -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${OSVERSION} < 500000 +BROKEN= Fails to compile on 4.x +.endif + +.include <bsd.port.post.mk> --- iscsi-target.diff ends here ---
alepulver 2006-11-06 02:05:31 UTC FreeBSD ports repository Modified files: net/iscsi-target Makefile Log: - Mark IGNORE on 4.x. PR: ports/105178 Submitted by: Mark Foster <mark@foster.cc> (maintainer) Revision Changes Path 1.2 +7 -1 ports/net/iscsi-target/Makefile _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed. Thanks!