pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/irrlicht



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Tue Dec 13 14:20:32 UTC 2022

Modified Files:
        pkgsrc/graphics/irrlicht: Makefile

Log Message:
irrlicht: Work around NetBSD unzip for patched files.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/graphics/irrlicht/Makefile

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

Modified files:

Index: pkgsrc/graphics/irrlicht/Makefile
diff -u pkgsrc/graphics/irrlicht/Makefile:1.4 pkgsrc/graphics/irrlicht/Makefile:1.5
--- pkgsrc/graphics/irrlicht/Makefile:1.4       Sat May  9 12:28:37 2020
+++ pkgsrc/graphics/irrlicht/Makefile   Tue Dec 13 14:20:32 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2020/05/09 12:28:37 rillig Exp $
+# $NetBSD: Makefile,v 1.5 2022/12/13 14:20:32 jperkin Exp $
 
 DISTNAME=      irrlicht-1.8.4
 CATEGORIES=    graphics
@@ -10,6 +10,15 @@ HOMEPAGE=    http://irrlicht.sourceforge.ne
 COMMENT=       Open source high performance real-time 3D engine
 LICENSE=       zlib
 
+# Work around NetBSD unzip for patched files.
+SUBST_CLASSES+=                cr
+SUBST_STAGE.cr=                post-extract
+SUBST_FILES.cr+=       source/Irrlicht/COSOperator.cpp
+SUBST_FILES.cr+=       source/Irrlicht/Makefile
+SUBST_FILES.cr+=       source/Irrlicht/os.cpp
+SUBST_FILTER_CMD.cr=   ${TR} -d '\r'
+SUBST_NOOP_OK.cr=      yes
+
 USE_TOOLS+=    pkg-config gmake
 USE_LANGUAGES= c c++
 USE_LIBTOOL=   yes



Home | Main Index | Thread Index | Old Index