Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 26 Apr 2021 14:20:40 GMT
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 477f594cf10f - main - astro/nightfall: mark BROKEN on FreeBSD >= 13
Message-ID:  <202104261420.13QEKeQm000806@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by amdmi3:

URL: https://cgit.FreeBSD.org/ports/commit/?id=477f594cf10f108d4fb47262517dc64048411d60

commit 477f594cf10f108d4fb47262517dc64048411d60
Author:     Dmitry Marakasov <amdmi3@FreeBSD.org>
AuthorDate: 2021-04-26 09:54:48 +0000
Commit:     Dmitry Marakasov <amdmi3@FreeBSD.org>
CommitDate: 2021-04-26 14:19:18 +0000

    astro/nightfall: mark BROKEN on FreeBSD >= 13
---
 astro/nightfall/Makefile | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/astro/nightfall/Makefile b/astro/nightfall/Makefile
index 635e9760f182..d2eeaf83b18f 100644
--- a/astro/nightfall/Makefile
+++ b/astro/nightfall/Makefile
@@ -9,6 +9,9 @@ MASTER_SITES=	http://www.la-samhna.de/nightfall/
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Interactive binary star application
 
+BROKEN_FreeBSD_12=	does not build: multiple definition of 'texture_maxval'
+BROKEN_FreeBSD_13=	does not build: multiple definition of 'texture_maxval'
+
 USES=		compiler gettext gmake gnome pathfix perl5 pkgconfig
 USE_GNOME=	gtk20
 GNU_CONFIGURE=	yes



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202104261420.13QEKeQm000806>