svn commit: r546031 - in head/emulators/open-vm-tools: . files

Alexey Dokuchaev danfe at freebsd.org
Mon Aug 24 15:58:00 UTC 2020


On Mon, Aug 24, 2020 at 12:40:42AM +0000, Josh Paetzel wrote:
> New Revision: 546031
> URL: https://svnweb.freebsd.org/changeset/ports/546031
> 
> Log:
>   Fix compilation in a -fno-common universe
> 
> ...
>  PORTNAME=		open-vm-tools
>  PORTVERSION=		${RELEASE_VER}
> +PORTREVISION=		1

What's the point of it?  Most likely the old and new generated code are
identical, it's just that the linker is more strict now.

PORTREVISION is bumped when 1) there is pre-existing package and 2) there
is something wrong with it.  Fixing the build does not fall under these.

./danfe


More information about the svn-ports-head mailing list