Date: Mon, 24 Aug 2020 15:58:00 +0000 From: Alexey Dokuchaev <danfe@freebsd.org> To: Josh Paetzel <jpaetzel@freebsd.org> Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r546031 - in head/emulators/open-vm-tools: . files Message-ID: <20200824155800.GA78520@FreeBSD.org> In-Reply-To: <202008240040.07O0egqQ083766@repo.freebsd.org> References: <202008240040.07O0egqQ083766@repo.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20200824155800.GA78520>