pkgsrc-WIP-changes archive

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

wip/pioneer: add missing dependencies



Module Name:	pkgsrc-wip
Committed By:	pin <voidpin%protonmail.com@localhost>
Pushed By:	pin
Date:		Mon Jan 4 20:57:52 2021 +0100
Changeset:	511adcb6488d0bbadeeae6698126ce546f30934d

Modified Files:
	pioneer/Makefile
	pioneer/distinfo

Log Message:
wip/pioneer: add missing dependencies

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

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

diffstat:
 pioneer/Makefile | 16 +++++++++-------
 pioneer/distinfo |  8 ++++----
 2 files changed, 13 insertions(+), 11 deletions(-)

diffs:
diff --git a/pioneer/Makefile b/pioneer/Makefile
index 80dd4174e7..c79a5897fe 100644
--- a/pioneer/Makefile
+++ b/pioneer/Makefile
@@ -1,7 +1,6 @@
 # $NetBSD$
 
-DISTNAME=	pioneer
-PKGNAME=	pioneer-${VERSION}
+DISTNAME=	pioneer-${VERSION}
 VERSION=	${GITHUB_TAG}
 CATEGORIES=	games
 MASTER_SITES=	${MASTER_SITE_GITHUB:=pioneerspacesim/}
@@ -9,15 +8,15 @@ GITHUB_TAG=	20200203
 
 MAINTAINER=	cfkoch%edgebsd.org@localhost
 HOMEPAGE=	https://pioneerspacesim.net/
-COMMENT=	A game of lonely space adventure
+COMMENT=	Game of lonely space adventure
 LICENSE=	gnu-gpl-v3
 
 USE_LANGUAGES+=	c c++
 USE_CMAKE=	yes
 
-CONFIGURE_ENV+=	PIONEER_DATA_DIR=${PREFIX}/share/pioneer/data
-
-BUILDLINK_PKGSRCDIR.assimp=	../../wip/assimp
+CMAKE_ARGS+=	-DPIONEER_DATA_DIR=${PREFIX}/share/pioneer/data
+CMAKE_ARGS+=	-DUSE_SYSTEM_LIBGLEW=ON
+CMAKE_ARGS+=	-DUSE_SYSTEM_LIBLUA=ON
 
 .include "../../archivers/lz4/buildlink3.mk"
 .include "../../audio/libvorbis/buildlink3.mk"
@@ -26,6 +25,9 @@ BUILDLINK_PKGSRCDIR.assimp=	../../wip/assimp
 .include "../../graphics/png/buildlink3.mk"
 .include "../../graphics/SDL2_image/buildlink3.mk"
 .include "../../devel/SDL2/buildlink3.mk"
-.include "../../wip/assimp/buildlink3.mk"
+.include "../../multimedia/assimp/buildlink3.mk"
 .include "../../www/curl/buildlink3.mk"
+.include "../../graphics/glew/buildlink3.mk"
+.include "../../lang/lua52/buildlink3.mk"
+.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff --git a/pioneer/distinfo b/pioneer/distinfo
index d550c1802e..e1f0986e4e 100644
--- a/pioneer/distinfo
+++ b/pioneer/distinfo
@@ -1,6 +1,6 @@
 $NetBSD$
 
-SHA1 (pioneer-20200203.tar.gz) = 0c7e3943e8f05992544f233e05a715ad403be168
-RMD160 (pioneer-20200203.tar.gz) = 237afd0fe00f1d1f1f8d1a4db3e4fd3a1b883b2d
-SHA512 (pioneer-20200203.tar.gz) = 0e4a0dc968ecdf065dccd747215d97da371c80b58639aaf10b08ae8200c4bd2e7c929fcadcbefa6a27aa91432c03e4ca1ed87c6dd9b4edd0010b194a736c53bb
-Size (pioneer-20200203.tar.gz) = 368497493 bytes
+SHA1 (pioneer-20200203-20200203.tar.gz) = 0c7e3943e8f05992544f233e05a715ad403be168
+RMD160 (pioneer-20200203-20200203.tar.gz) = 237afd0fe00f1d1f1f8d1a4db3e4fd3a1b883b2d
+SHA512 (pioneer-20200203-20200203.tar.gz) = 0e4a0dc968ecdf065dccd747215d97da371c80b58639aaf10b08ae8200c4bd2e7c929fcadcbefa6a27aa91432c03e4ca1ed87c6dd9b4edd0010b194a736c53bb
+Size (pioneer-20200203-20200203.tar.gz) = 368497493 bytes


Home | Main Index | Thread Index | Old Index