svn commit: r235859 - in head/sys: i386/conf modules

Konstantin Belousov kostikbel at gmail.com
Mon May 28 20:46:51 UTC 2012


On Mon, May 28, 2012 at 12:38:19PM -0700, Eitan Adler wrote:
> On 25 May 2012 03:32, Konstantin Belousov <kostikbel at gmail.com> wrote:
> > On Fri, May 25, 2012 at 10:32:12AM +0200, Niclas Zeising wrote:
> >> Hi!
> >> Would it be possible to bump the FreeBSD version to reflect this commit?
> >>  It would be helpful when working with the xorg ports, amongst other things.
> >> Thanks!
> >> Regards!
> >> --
> > There is absolutely no use for version bump. Port builds (libdrm, mesa
> > and ddx) do not depend on any base system headers or libraries. They
> > come with private copies of the ABI headers.
> 
> there is a use. the ports can check to see if they are being
> built/installed on the right version of FreeBSD. Having a check that
> says
> if OSVERSION < x
> IGNORE= upgrade
> endif
> is helpful

No, it is not. You do not understand the difference between build- and run-
time. These ports build fine on whatever version of the system, but require
some specific feature to run.

The ddx driver already contains the correct check for required features,
which is much more involved then simply check some version. It does check
the presense of runtime features and either accurately degrades the
performance or declines to run.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 196 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/svn-src-all/attachments/20120528/4b2e4a68/attachment.pgp


More information about the svn-src-all mailing list