pkgsrc-Changes archive

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

CVS commit: pkgsrc/games/love08



Module Name:    pkgsrc
Committed By:   nia
Date:           Wed Jun 24 12:30:56 UTC 2020

Modified Files:
        pkgsrc/games/love08: Makefile

Log Message:
love08: silly hack to avoid detecting NetBSD's unversioned Lua


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/games/love08/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/love08/Makefile
diff -u pkgsrc/games/love08/Makefile:1.3 pkgsrc/games/love08/Makefile:1.4
--- pkgsrc/games/love08/Makefile:1.3    Wed Jun 24 12:12:41 2020
+++ pkgsrc/games/love08/Makefile        Wed Jun 24 12:30:56 2020
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.3 2020/06/24 12:12:41 nia Exp $
+# $NetBSD: Makefile,v 1.4 2020/06/24 12:30:56 nia Exp $
 
 DISTNAME=      love-0.8.0-linux-src
 PKGNAME=       ${DISTNAME:S/-linux-src//:S/love/love08/}
-PKGREVISION=   2
+PKGREVISION=   3
 CATEGORIES=    games
 MASTER_SITES=  https://bitbucket.org/rude/love/downloads/
 
@@ -18,10 +18,11 @@ USE_LANGUAGES=      c c++
 USE_TOOLS+=    pkg-config
 USE_LIBTOOL=   yes
 
+# Avoid detecting unversioned lua in NetBSD.
 SUBST_CLASSES+=                lua
 SUBST_STAGE.lua=       pre-configure
 SUBST_FILES.lua=       configure
-SUBST_SED.lua=         -e 's,lua5.1,lua-5.1,g'
+SUBST_SED.lua=         -e 's,lua lua5.1,lua5.1,g'
 
 GNU_CONFIGURE_PREFIX=          ${PREFIX}/love0.8
 



Home | Main Index | Thread Index | Old Index