Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 03 Jun 2021 07:18:29 +0200
From:      Jan Beich <jbeich@FreeBSD.org>
To:        Kubilay Kocak <koobs@FreeBSD.org>
Cc:        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:  <bl8n-5xwa-wny@FreeBSD.org>
In-Reply-To: <b8f65f5c-c055-bb3e-a95c-99f9e4e0fb1a__13788.2038530492$1622696709$gmane$org@FreeBSD.org> (Kubilay Kocak's message of "Thu, 3 Jun 2021 05:04:51 %2B0000")
References:  <202106030209.15329Oox013510@gitrepo.freebsd.org> <b8f65f5c-c055-bb3e-a95c-99f9e4e0fb1a__13788.2038530492$1622696709$gmane$org@FreeBSD.org>

next in thread | previous in thread | raw e-mail | index | archive | help
Kubilay Kocak <koobs@FreeBSD.org> writes:

> On 3/06/2021 2:09 am, Jan Beich wrote:
>> -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?

Both CMake variables are local to Arcan project. For example,

 $ arcan --version
 Xorg running, switching to arcan_sdl
-arcan-relukn-0.6.0-egl-dri-gl21-openal-evdev-luajit51-unknown-FreeBSD
+0.6.0.1-egl-dri-gl21-openal-evdev-luajit51-portbld-FreeBSD
 shmif-9223310550170255392
 luaapi-0:11

https://github.com/letoram/arcan/wiki/packaging



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bl8n-5xwa-wny>