On 2021/07/05 19:00, Stefmorino wrote:
> Updates to the next major release of Cataclysm: Dark Days Ahead.
> 
> I moved the packaged Terminus font and its license to the no-no_x11
> package fragment, since they're not needed by the no_x11 flavor.
> 
> patch-test_Makefile is needed or catch/catch.hpp isn't included
> properly when building pch tests (clang & gcc inconsistency?)
> 
> Port also attached as tgz.
> 
> Thoughts/Tests/OK? @trondd
> 
> 
> Index: Makefile
> ===================================================================
> RCS file: /cvs/ports/games/cataclysm-dda/Makefile,v
> retrieving revision 1.17
> diff -u -p -r1.17 Makefile
> --- Makefile  26 Jun 2021 06:25:41 -0000      1.17
> +++ Makefile  5 Jul 2021 18:33:59 -0000
> @@ -5,10 +5,8 @@ CATEGORIES=          games
> 
>  GH_ACCOUNT=          CleverRaven
>  GH_PROJECT=          Cataclysm-DDA
> -GH_TAGNAME=          0.E-3
> -DISTNAME=            cataclysm-dda-0.E.3
> -EPOCH=                       0

Once EPOCH is set, you cannot remove it or move to a lower version.

> -REVISION=            1
> +GH_TAGNAME=          0.F
> +DISTNAME=            cataclysm-dda-0.F
> 
>  HOMEPAGE=            https://cataclysmdda.org
>  MAINTAINER=          Tim Meunier <[email protected]>
> @@ -19,14 +17,18 @@ PERMIT_PACKAGE=   Yes
>  FLAVORS=             no_x11
>  FLAVOR?=
> 
> -WANTLIB=             ${COMPILER_LIBCXX} c execinfo iconv intl m pthread
> +WANTLIB=             ${COMPILER_LIBCXX} c execinfo iconv intl m
> 
>  # C++14
>  COMPILER=            base-clang ports-gcc
> 
>  MODULES=             textproc/intltool
> 
> -LIB_DEPENDS=         devel/gettext,-runtime
> +RUN_DEPENDS=         devel/desktop-file-utils \
> +                     x11/gtk+3,-guic
> +
> +LIB_DEPENDS=         devel/gettext,-runtime \
> +                     devel/libexecinfo

There is no more devel/libexecinfo port.

Reply via email to