pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/games/pingus
Module Name: pkgsrc
Committed By: triaxx
Date: Mon May 13 04:50:46 UTC 2019
Modified Files:
pkgsrc/games/pingus: Makefile
Log Message:
pkgsrc changes:
* Reintroduce configure step to avoid subtle bugs (thanks @leot)
To generate a diff of this commit:
cvs rdiff -u -r1.32 -r1.33 pkgsrc/games/pingus/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/games/pingus/Makefile
diff -u pkgsrc/games/pingus/Makefile:1.32 pkgsrc/games/pingus/Makefile:1.33
--- pkgsrc/games/pingus/Makefile:1.32 Sun May 12 06:17:30 2019
+++ pkgsrc/games/pingus/Makefile Mon May 13 04:50:46 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.32 2019/05/12 06:17:30 triaxx Exp $
+# $NetBSD: Makefile,v 1.33 2019/05/13 04:50:46 triaxx Exp $
DISTNAME= pingus-0.7.6
CATEGORIES= games
@@ -13,7 +13,7 @@ LICENSE= gnu-gpl-v3
BUILD_TARGET= build/pingus
MAKE_ENV+= FIND=${TOOLS_CMD.find:Q} MKDIR=${TOOLS_CMD.mkdir:Q}
MAKE_ENV+= RM=${TOOLS_CMD.rm:Q} SCONSBIN=${SCONSBIN:Q}
-NO_CONFIGURE= yes
+#NO_CONFIGURE= yes
USE_LANGUAGES= c c++11
USE_TOOLS= pkg-config
@@ -21,7 +21,7 @@ DATADIR= ${PREFIX}/share/pingus
SUBST_CLASSES+= data
SUBST_MESSAGE.data= Set default --datadir for pingus executable to ${DATADIR}
-SUBST_STAGE.data= pre-build
+SUBST_STAGE.data= pre-configure
SUBST_FILES.data= src/pingus/pingus_main.cpp
SUBST_VARS.data= DATADIR
Home |
Main Index |
Thread Index |
Old Index