pkgsrc-Changes archive

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

CVS commit: pkgsrc/games/dhewm3



Module Name:    pkgsrc
Committed By:   jmcneill
Date:           Sun Jan 26 00:21:16 UTC 2020

Modified Files:
        pkgsrc/games/dhewm3: Makefile distinfo
Removed Files:
        pkgsrc/games/dhewm3/patches: patch-neo_renderer_Image__init.cpp
            patch-neo_sys_platform.h

Log Message:
Replace alloca patches with USE_LANGUAGES=gnu++11, suggested by joerg


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/games/dhewm3/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/games/dhewm3/distinfo
cvs rdiff -u -r1.1 -r0 \
    pkgsrc/games/dhewm3/patches/patch-neo_renderer_Image__init.cpp \
    pkgsrc/games/dhewm3/patches/patch-neo_sys_platform.h

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

Modified files:

Index: pkgsrc/games/dhewm3/Makefile
diff -u pkgsrc/games/dhewm3/Makefile:1.3 pkgsrc/games/dhewm3/Makefile:1.4
--- pkgsrc/games/dhewm3/Makefile:1.3    Sat Jan 18 21:49:23 2020
+++ pkgsrc/games/dhewm3/Makefile        Sun Jan 26 00:21:16 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2020/01/18 21:49:23 jperkin Exp $
+# $NetBSD: Makefile,v 1.4 2020/01/26 00:21:16 jmcneill Exp $
 
 DISTNAME=      dhewm3-1.5.0-src
 PKGNAME=       ${DISTNAME:S/-src//1}
@@ -17,7 +17,7 @@ LICENSE=      gnu-gpl-v3
 WRKSRC=                ${WRKDIR}/${PKGNAME_NOREV}
 USE_CMAKE=     yes
 USE_TOOLS+=    pkg-config
-USE_LANGUAGES= c c++11
+USE_LANGUAGES= c gnu++11
 
 # C++11
 GCC_REQD+=     4.7

Index: pkgsrc/games/dhewm3/distinfo
diff -u pkgsrc/games/dhewm3/distinfo:1.2 pkgsrc/games/dhewm3/distinfo:1.3
--- pkgsrc/games/dhewm3/distinfo:1.2    Sat Jan 25 14:38:51 2020
+++ pkgsrc/games/dhewm3/distinfo        Sun Jan 26 00:21:16 2020
@@ -1,8 +1,6 @@
-$NetBSD: distinfo,v 1.2 2020/01/25 14:38:51 jmcneill Exp $
+$NetBSD: distinfo,v 1.3 2020/01/26 00:21:16 jmcneill Exp $
 
 SHA1 (dhewm3-1.5.0-src.tar.xz) = 4dd50a0d046565f17ca7737c922f9510f3cf0e21
 RMD160 (dhewm3-1.5.0-src.tar.xz) = c9b376d22381e8cfd5657c079ba26eb07c9f1217
 SHA512 (dhewm3-1.5.0-src.tar.xz) = 0a52744818205f842bf5d32d27310acb890999555258a94b589d8369f3804c0d4888fb594261791abff193e8d6b853b5d818205e66ef3928a2d1d361135e9a5d
 Size (dhewm3-1.5.0-src.tar.xz) = 3815488 bytes
-SHA1 (patch-neo_renderer_Image__init.cpp) = 1c84e961325650dda89af8942781aa9282a55d69
-SHA1 (patch-neo_sys_platform.h) = 111981dd6176600ad6851193402486c9e427d3d7



Home | Main Index | Thread Index | Old Index