pkgsrc-Changes archive

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

CVS commit: pkgsrc



Module Name:    pkgsrc
Committed By:   wiz
Date:           Fri Jan 24 09:37:18 UTC 2025

Modified Files:
        pkgsrc/devel: Makefile
        pkgsrc/doc: CHANGES-2025
Removed Files:
        pkgsrc/devel/creduce: DESCR Makefile PLIST distinfo
        pkgsrc/devel/creduce/patches:
            patch-clang__delta_CommonRenameClassRewriteVisitor.h
            patch-clang__delta_RemoveNamespace.cpp
            patch-clang__delta_RewriteUtils.cpp
            patch-clang__delta_Transformation.cpp
            patch-clang__delta_TransformationManager.cpp

Log Message:
creduce: remove

BROKEN for years since it doesn't keep up-to-date with llvm,
dead upstream.

If you're using this, try devel/cvise instead


To generate a diff of this commit:
cvs rdiff -u -r1.4391 -r1.4392 pkgsrc/devel/Makefile
cvs rdiff -u -r1.1 -r0 pkgsrc/devel/creduce/DESCR
cvs rdiff -u -r1.30 -r0 pkgsrc/devel/creduce/Makefile
cvs rdiff -u -r1.2 -r0 pkgsrc/devel/creduce/PLIST
cvs rdiff -u -r1.11 -r0 pkgsrc/devel/creduce/distinfo
cvs rdiff -u -r1.1 -r0 \
    pkgsrc/devel/creduce/patches/patch-clang__delta_CommonRenameClassRewriteVisitor.h \
    pkgsrc/devel/creduce/patches/patch-clang__delta_RemoveNamespace.cpp \
    pkgsrc/devel/creduce/patches/patch-clang__delta_Transformation.cpp
cvs rdiff -u -r1.3 -r0 \
    pkgsrc/devel/creduce/patches/patch-clang__delta_RewriteUtils.cpp
cvs rdiff -u -r1.7 -r0 \
    pkgsrc/devel/creduce/patches/patch-clang__delta_TransformationManager.cpp
cvs rdiff -u -r1.598 -r1.599 pkgsrc/doc/CHANGES-2025

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

Modified files:

Index: pkgsrc/devel/Makefile
diff -u pkgsrc/devel/Makefile:1.4391 pkgsrc/devel/Makefile:1.4392
--- pkgsrc/devel/Makefile:1.4391        Thu Jan 23 19:37:40 2025
+++ pkgsrc/devel/Makefile       Fri Jan 24 09:37:17 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4391 2025/01/23 19:37:40 riastradh Exp $
+# $NetBSD: Makefile,v 1.4392 2025/01/24 09:37:17 wiz Exp $
 #
 
 COMMENT=       Development utilities
@@ -281,7 +281,6 @@ SUBDIR+=    cpuflags
 SUBDIR+=       cqual
 SUBDIR+=       crates-query
 SUBDIR+=       cre2
-SUBDIR+=       creduce
 SUBDIR+=       cscope
 SUBDIR+=       cssc
 SUBDIR+=       ctemplate

Index: pkgsrc/doc/CHANGES-2025
diff -u pkgsrc/doc/CHANGES-2025:1.598 pkgsrc/doc/CHANGES-2025:1.599
--- pkgsrc/doc/CHANGES-2025:1.598       Fri Jan 24 08:58:43 2025
+++ pkgsrc/doc/CHANGES-2025     Fri Jan 24 09:37:18 2025
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES-2025,v 1.598 2025/01/24 08:58:43 adam Exp $
+$NetBSD: CHANGES-2025,v 1.599 2025/01/24 09:37:18 wiz Exp $
 
 Changes to the packages collection and infrastructure in 2025:
 
@@ -793,3 +793,4 @@ Changes to the packages collection and i
        Updated textproc/py-pyphen to 0.17.2 [adam 2025-01-24]
        Updated www/apache24 to 2.4.63 [adam 2025-01-24]
        Updated fonts/py-fonttools to 4.55.5 [adam 2025-01-24]
+       Removed devel/creduce [wiz 2025-01-24]



Home | Main Index | Thread Index | Old Index