pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/csmith csmith: remove references to non-existent ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4ad65d4f4e21
branches:  trunk
changeset: 458870:4ad65d4f4e21
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Tue Sep 21 18:30:39 2021 +0000

description:
csmith: remove references to non-existent file

Not sure how that crept in...

diffstat:

 lang/csmith/Makefile |  3 +--
 lang/csmith/PLIST    |  3 +--
 2 files changed, 2 insertions(+), 4 deletions(-)

diffs (30 lines):

diff -r 75c76356a401 -r 4ad65d4f4e21 lang/csmith/Makefile
--- a/lang/csmith/Makefile      Tue Sep 21 17:26:09 2021 +0000
+++ b/lang/csmith/Makefile      Tue Sep 21 18:30:39 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2021/09/16 19:19:05 wiz Exp $
+# $NetBSD: Makefile,v 1.2 2021/09/21 18:30:39 wiz Exp $
 
 DISTNAME=      csmith-2.3.0
 CATEGORIES=    lang
@@ -15,6 +15,5 @@
 USE_LANGUAGES= c c++
 
 REPLACE_PERL+= scripts/compiler_test.pl scripts/launchn.pl
-REPLACE_PERL+= scripts/test_csmith.pl
 
 .include "../../mk/bsd.pkg.mk"
diff -r 75c76356a401 -r 4ad65d4f4e21 lang/csmith/PLIST
--- a/lang/csmith/PLIST Tue Sep 21 17:26:09 2021 +0000
+++ b/lang/csmith/PLIST Tue Sep 21 18:30:39 2021 +0000
@@ -1,9 +1,8 @@
-@comment $NetBSD: PLIST,v 1.1 2021/09/16 19:19:05 wiz Exp $
+@comment $NetBSD: PLIST,v 1.2 2021/09/21 18:30:39 wiz Exp $
 bin/compiler_test.in
 bin/compiler_test.pl
 bin/csmith
 bin/launchn.pl
-bin/test_csmith.pl
 include/${PKGNAME}/csmith.h
 include/${PKGNAME}/csmith_minimal.h
 include/${PKGNAME}/custom_limits.h



Home | Main Index | Thread Index | Old Index