pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang/csmith



Module Name:    pkgsrc
Committed By:   wiz
Date:           Tue Sep 21 18:30:39 UTC 2021

Modified Files:
        pkgsrc/lang/csmith: Makefile PLIST

Log Message:
csmith: remove references to non-existent file

Not sure how that crept in...


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/lang/csmith/Makefile pkgsrc/lang/csmith/PLIST

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

Modified files:

Index: pkgsrc/lang/csmith/Makefile
diff -u pkgsrc/lang/csmith/Makefile:1.1 pkgsrc/lang/csmith/Makefile:1.2
--- pkgsrc/lang/csmith/Makefile:1.1     Thu Sep 16 19:19:05 2021
+++ pkgsrc/lang/csmith/Makefile Tue Sep 21 18:30:39 2021
@@ -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_LIBTOOL=  yes
 USE_LANGUAGES= c c++
 
 REPLACE_PERL+= scripts/compiler_test.pl scripts/launchn.pl
-REPLACE_PERL+= scripts/test_csmith.pl
 
 .include "../../mk/bsd.pkg.mk"
Index: pkgsrc/lang/csmith/PLIST
diff -u pkgsrc/lang/csmith/PLIST:1.1 pkgsrc/lang/csmith/PLIST:1.2
--- pkgsrc/lang/csmith/PLIST:1.1        Thu Sep 16 19:19:05 2021
+++ pkgsrc/lang/csmith/PLIST    Tue Sep 21 18:30:39 2021
@@ -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