pkgsrc-Changes archive

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

CVS commit: pkgsrc/emulators/nestopia



Module Name:    pkgsrc
Committed By:   nia
Date:           Thu May 14 17:51:22 UTC 2020

Modified Files:
        pkgsrc/emulators/nestopia: Makefile Makefile.common

Log Message:
nestopia: Remove duplicate USE_LANGUAGES and now-obsolete EXTRACT_USING


To generate a diff of this commit:
cvs rdiff -u -r1.39 -r1.40 pkgsrc/emulators/nestopia/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/emulators/nestopia/Makefile.common

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

Modified files:

Index: pkgsrc/emulators/nestopia/Makefile
diff -u pkgsrc/emulators/nestopia/Makefile:1.39 pkgsrc/emulators/nestopia/Makefile:1.40
--- pkgsrc/emulators/nestopia/Makefile:1.39     Tue Mar 10 22:09:47 2020
+++ pkgsrc/emulators/nestopia/Makefile  Thu May 14 17:51:22 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.39 2020/03/10 22:09:47 wiz Exp $
+# $NetBSD: Makefile,v 1.40 2020/05/14 17:51:22 nia Exp $
 
 PKGREVISION= 2
 .include "Makefile.common"
@@ -7,7 +7,6 @@ MAINTAINER=     pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      http://0ldsk00l.ca/nestopia/
 COMMENT=       Portable, very accurate NES emulator
 
-USE_LANGUAGES= c c++
 GNU_CONFIGURE= yes
 
 USE_TOOLS+=    autoreconf autoconf automake

Index: pkgsrc/emulators/nestopia/Makefile.common
diff -u pkgsrc/emulators/nestopia/Makefile.common:1.1 pkgsrc/emulators/nestopia/Makefile.common:1.2
--- pkgsrc/emulators/nestopia/Makefile.common:1.1       Sat Jan  4 12:30:07 2020
+++ pkgsrc/emulators/nestopia/Makefile.common   Thu May 14 17:51:22 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.1 2020/01/04 12:30:07 nia Exp $
+# $NetBSD: Makefile.common,v 1.2 2020/05/14 17:51:22 nia Exp $
 # used by emulators/nestopia/Makefile
 # used by emulators/libretro-nestopia/Makefile
 
@@ -10,7 +10,6 @@ GITHUB_TAG=   ${PKGVERSION_NOREV}
 
 LICENSE=       gnu-gpl-v2
 
-EXTRACT_USING= bsdtar
 USE_LANGUAGES= c c++03
 
 DISTINFO_FILE= ${.CURDIR}/../../emulators/nestopia/distinfo



Home | Main Index | Thread Index | Old Index