pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

aquaria: Sync CMake



Module Name:	pkgsrc-wip
Committed By:	Charlotte Koch <charlotte%NetBSD.org@localhost>
Pushed By:	cfkoch
Date:		Fri Sep 4 16:10:47 2026 -0700
Changeset:	7673a7877e09e82ffe49074644c2f28ff497a52a

Modified Files:
	aquaria/Makefile
	aquaria/TODO

Log Message:
aquaria: Sync CMake

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=7673a7877e09e82ffe49074644c2f28ff497a52a

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 aquaria/Makefile |  4 +++-
 aquaria/TODO     | 11 +++++++++++
 2 files changed, 14 insertions(+), 1 deletion(-)

diffs:
diff --git a/aquaria/Makefile b/aquaria/Makefile
index fa45205e36..47b4364f6d 100644
--- a/aquaria/Makefile
+++ b/aquaria/Makefile
@@ -13,11 +13,13 @@ COMMENT=	Aquaria Open Source Edition
 LICENSE=	gnu-gpl-v2
 
 EXTRACT_USING=	gtar
-USE_CMAKE=	yes
 USE_LANGUAGES=	c c++
 USE_TOOLS+=	pkg-config
 WRKSRC=		${WRKDIR}/${DISTNAME}-${GITHUB_TAG}
 
+CMAKE_CONFIGURE_ARGS+=	-DCMAKE_POLICY_VERSION_MINIMUM=3.5
+
+.include "../../devel/cmake/build.mk"
 .include "../../audio/openal-soft/buildlink3.mk"
 .include "../../devel/SDL/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff --git a/aquaria/TODO b/aquaria/TODO
index e1b9d8eaa9..a8a17a1005 100644
--- a/aquaria/TODO
+++ b/aquaria/TODO
@@ -5,3 +5,14 @@
 
 - Need to build a MESSAGE which describes what you need to do/buy in order
   to actually play the game.
+
+- Error during 'stage-install:
+
+	===> Installing for aquaria-1.1.3nb1
+	=> Generating pre-install file lists
+	make[2]: don't know how to make install/strip. Stop
+
+	make[2]: stopped making "install/strip" in /usr/pkgsrc/wip/aquaria/work/Aquaria-7377ea0a09a7691451e8c00e9a027ccfabeb2a06/cmake-pkgsrc-build
+	*** Error code 2
+
+	Stop.


Home | Main Index | Thread Index | Old Index