Date: Wed, 20 Jan 2010 09:08:55 +0000 (UTC) From: Mark Linimon <linimon@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/Tools/portbuild/scripts processonelog Message-ID: <201001200908.o0K98t1h023028@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
linimon 2010-01-20 09:08:55 UTC FreeBSD ports repository Modified files: Tools/portbuild/scripts processonelog Log: Add some new error cases to handle regressions in -current. (Not yet analyzed for how much they will slow this script down; consider this a rush-job.) - dirent denotes some change in the usage of dirent.h. - termios denotes the deprecation of <sys/termios.h>. - uname denotes the hiding of the uname symbol. This has been backed out in src so let's hope this case can go away soon. - utmp_x denotes the replacement of utmp.h with utmpx.h. Together these catch ~150 new errors on i386-9. However, there are more that are not caught (second-order effects.) Revision Changes Path 1.28 +15 -1 ports/Tools/portbuild/scripts/processonelog
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201001200908.o0K98t1h023028>