pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/games/pingus pkgsrc changes:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b65a4d2201c5
branches:  trunk
changeset: 323559:b65a4d2201c5
user:      triaxx <triaxx%pkgsrc.org@localhost>
date:      Mon May 13 04:50:46 2019 +0000

description:
pkgsrc changes:
  * Reintroduce configure step to avoid subtle bugs (thanks @leot)

diffstat:

 games/pingus/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 8f6155eea9e1 -r b65a4d2201c5 games/pingus/Makefile
--- a/games/pingus/Makefile     Mon May 13 03:25:54 2019 +0000
+++ b/games/pingus/Makefile     Mon May 13 04:50:46 2019 +0000
@@ -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 @@
 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 @@
 
 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