=46or some reason krusader does not compile on pointyhat: http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/e.4.2006111318/krusad= er-1.70.1.log This is very strange, as the FreeBSD ftp server holds a package of teh very= =20 same krusader version from 08/17/06. As krusader did not change, something= =20 else changed. As I do not have a FreeBSD 4.x anymore, the only thing I can = do=20 is to set it to broken, until soemone still working on 4.X finds the true=20 reason. Fix: see attached diff Heiner --Boundary-00=_Ef1XFe3oMMTA//K Content-Type: text/x-diff; charset="iso-8859-1"; name="krusader.diff" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="krusader.diff" --Boundary-00=_Ef1XFe3oMMTA//K----LVcUfV40Pxhz5o8DuN9Gpt2IIaWAiKeNXrIAGdEsEur1BZ7h Content-Type: text/plain; name="file.diff" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="file.diff" --- ../../x11-fm/krusader/Makefile Tue Sep 5 22:01:52 2006 +++ Makefile Sat Nov 18 19:57:03 2006 @@ -44,4 +44,10 @@ post-install: @${CAT} ${PKGMESSAGE} -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${OSVERSION} < 500000 +BROKEN= Does not compile on FreeBSD 4.x +.endif + +.include <bsd.port.post.mk>
Responsible Changed From-To: freebsd-ports-bugs->miwi I'll take it.
miwi 2006-11-18 19:14:35 UTC FreeBSD ports repository Modified files: x11-fm/krusader Makefile Log: - Mark broken on 4.x PR: ports/105648 Submitted by: Heiner <h.eichmann@gmx.de> (maintainer) Revision Changes Path 1.19 +8 -2 ports/x11-fm/krusader/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!