svn commit: r446944 - in head/net/glusterfs: . files

Gerald Pfeifer gerald at pfeifer.com
Mon Jul 31 05:52:44 UTC 2017


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


More information about the svn-ports-all mailing list