Date: Mon, 31 Jul 2017 07:52:30 +0200 (CEST) From: Gerald Pfeifer <gerald@pfeifer.com> To: "Danilo G. Baio" <dbaio@FreeBSD.org> Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r446944 - in head/net/glusterfs: . files Message-ID: <alpine.LSU.2.21.1707310750220.25964@anthias.pfeifer.com> In-Reply-To: <201707302245.v6UMjpFJ087303@repo.freebsd.org> References: <201707302245.v6UMjpFJ087303@repo.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, 30 Jul 2017, Danilo G. Baio wrote: > Log: > net/glusterfs: Update to 3.11.1 > > - Regenerate patches > > While here: > - Fix Q/A errors (shebangfix) > - Update WWW > - Use OPSYS with OSVERSION Hmm.... > Modified: head/net/glusterfs/Makefile > ============================================================================== > -USE_GCC= any ...this part, and... > +.include <bsd.port.options.mk> > + > +.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1101001 > +USE_GCC= yes > +.endif ...were not mentioned in the commit log, and while I am generally less stringent than danfe ;-), this does strike me as a material enough change to note. (It's the kind of change one of us may be scratching his had about later on as she debugs something, for example.) Gerald
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?alpine.LSU.2.21.1707310750220.25964>