pkgsrc-Changes archive

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

CVS commit: pkgsrc/emulators/libretro-mupen64plus



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Thu Sep 28 16:03:25 UTC 2017

Modified Files:
        pkgsrc/emulators/libretro-mupen64plus: Makefile

Log Message:
libretro-mupen64plus: Fix DOS line endings.


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/emulators/libretro-mupen64plus/Makefile

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

Modified files:

Index: pkgsrc/emulators/libretro-mupen64plus/Makefile
diff -u pkgsrc/emulators/libretro-mupen64plus/Makefile:1.8 pkgsrc/emulators/libretro-mupen64plus/Makefile:1.9
--- pkgsrc/emulators/libretro-mupen64plus/Makefile:1.8  Thu Feb 25 12:50:49 2016
+++ pkgsrc/emulators/libretro-mupen64plus/Makefile      Thu Sep 28 16:03:25 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2016/02/25 12:50:49 jperkin Exp $
+# $NetBSD: Makefile,v 1.9 2017/09/28 16:03:25 jperkin Exp $
 
 DISTNAME=      mupen64plus-libretro-20150204
 PKGNAME=       libretro-mupen64plus-20150204
@@ -22,6 +22,11 @@ SUBST_MESSAGE.vc=    Fixing path to VideoCo
 SUBST_FILES.vc=                Makefile
 SUBST_SED.vc+=         -e 's;/opt/vc;${PREFIX};g'
 
+SUBST_CLASSES+=                d2u
+SUBST_STAGE.d2u=       post-extract
+SUBST_FILES.d2u=       mupen64plus-video-angrylion/n64video.c
+SUBST_FILTER_CMD.d2u=  ${TR} -d '\r'
+
 INSTALLATION_DIRS+=    ${PREFIX}/lib/libretro
 
 CFLAGS.NetBSD+=        -DHAVE_POSIX_MEMALIGN=1



Home | Main Index | Thread Index | Old Index