Date: Tue, 26 Nov 2013 08:46:47 +0100 From: John Marino <freebsd.contact@marino.st> To: Alexey Dokuchaev <danfe@FreeBSD.org> Cc: svn-ports-head@freebsd.org, owner-ports-committers@freebsd.org, svn-ports-all@freebsd.org, marino@freebsd.org, ports-committers@freebsd.org, Erwin Lansing <erwin@FreeBSD.org> Subject: Re: svn commit: r334593 - in head/dns: bind96 bind96/files bind98 bind98/files bind99 bind99/files Message-ID: <529451E7.4010801@marino.st> In-Reply-To: <20131126035339.GA43389@FreeBSD.org> References: <201311221341.rAMDfY3g002148@svn.freebsd.org> <01490d316b5dd7f01f1c843871542666@secure.marino.st> <2DEEB271-4795-4DF0-8F85-30316BA3070F@FreeBSD.org> <5291C8BD.3070109@marino.st> <20131126035339.GA43389@FreeBSD.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On 11/26/2013 04:53, Alexey Dokuchaev wrote: > On Sun, Nov 24, 2013 at 10:37:01AM +0100, John Marino wrote: >> I have attached a diff with the proposed changes covering all three >> ports. It's pretty straight-forward. >> >> .if ${PORT_OPTIONS:MREPLACE_BASE} >> -.if ${OSVERSION} >= 1000500 >> +.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1000500 > > Given that OSVERSION is used extensively in the tree, I'm worrying that > adding these extra "${OPSYS} == FreeBSD" checks will our makefiles less > readable. Wouldn't it make more sense to place this check somewhere in > single place, and define whatever OSVERSION that looks reasonable when > OPSYS == FreeBSD instead of patching every port? There is a "discussion" about this on the portmgr list. Well, it's not really a discussion. I started it, bapt answered it once, and the portmgr stopped talking about it. As far as "less readable", that really should not be a concern at all. It is simply invalid to use OSVERSION without OPSYS since it's OPSYS specific. However: 1) There are OSVERSION in use that can easily be replaced by existence check 2) Most OSVERSION checks could be moved to a separate, automatically included makefile called "Makefile.FreeBSD". This functionality exists today. Only FreeBSD platforms include Makefile.FreeBSD 3) Any remaining OSVERSION use in Makefiles should have a sweep to add OPSYS with it. I would encourage further discussion on portmgr@ list though, that's where it has moved (well, at least attempted to be moved). John
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?529451E7.4010801>