git: 1d280d822c0e - main - multimedia/arcan: set distribution tag for --version
Kubilay Kocak
koobs at FreeBSD.org
Thu Jun 3 05:04:58 UTC 2021
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 at FreeBSD.org>
> AuthorDate: 2021-06-03 02:08:59 +0000
> Commit: Jan Beich <jbeich at 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?
More information about the dev-commits-ports-all
mailing list