Date: Thu, 3 Jun 2021 05:04:51 +0000 From: Kubilay Kocak <koobs@FreeBSD.org> To: Jan Beich <jbeich@FreeBSD.org>, ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: Re: git: 1d280d822c0e - main - multimedia/arcan: set distribution tag for --version Message-ID: <b8f65f5c-c055-bb3e-a95c-99f9e4e0fb1a@FreeBSD.org> In-Reply-To: <202106030209.15329Oox013510@gitrepo.freebsd.org> References: <202106030209.15329Oox013510@gitrepo.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On 3/06/2021 2:09 am, Jan Beich wrote: > The branch main has been updated by jbeich: > > URL: https://cgit.FreeBSD.org/ports/commit/?id=1d280d822c0e9109b7a9788b938cd90a518f7874 > > commit 1d280d822c0e9109b7a9788b938cd90a518f7874 > Author: Jan Beich <jbeich@FreeBSD.org> > AuthorDate: 2021-06-03 02:08:59 +0000 > Commit: Jan Beich <jbeich@FreeBSD.org> > CommitDate: 2021-06-03 02:08:59 +0000 > > multimedia/arcan: set distribution tag for --version > > Inspired by: Arch > --- > multimedia/arcan/Makefile | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > > diff --git a/multimedia/arcan/Makefile b/multimedia/arcan/Makefile > index 1941307262bd..429b7ba6df6a 100644 > --- a/multimedia/arcan/Makefile > +++ b/multimedia/arcan/Makefile > @@ -28,7 +28,8 @@ GH_ACCOUNT= letoram > WRKSRC_SUBDIR= src > CMAKE_ON= HYBRID_HEADLESS > CMAKE_OFF= STATIC_LIBUVC > -CMAKE_ARGS= -DENGINE_BUILDTAG:STRING="${DISTVERSIONFULL}" > +CMAKE_ARGS= -DDISTR_TAG:STRING="portbld" \ > + -DENGINE_BUILDTAG:STRING="${DISTVERSIONFULL}" > LDFLAGS+= -Wl,--as-needed # bzip2, ffmpeg, librt, libutil, lzma, zlib > LDFLAGS_i386= -Wl,-z,notext > What do these do, and might they useful for other USES=cmake ports?
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?b8f65f5c-c055-bb3e-a95c-99f9e4e0fb1a>