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:           Sat Sep 24 06:37:46 UTC 2022

Modified Files:
        pkgsrc/doc: CHANGES-2022 TODO
        pkgsrc/filesystems: Makefile
        pkgsrc/misc: Makefile
Removed Files:
        pkgsrc/filesystems/fs-utils: DESCR Makefile PLIST distinfo
        pkgsrc/filesystems/fs-utils/patches: patch-lib_getbsize.c
        pkgsrc/misc/rump: DESCR Makefile PLIST.Linux PLIST.SunOS PLIST.common
            buildlink3.mk distinfo

Log Message:
rump, fs-utils: remove

rump does not build in any bulk builds I could find; upstream development
stopped in 2017; fs-utils needs rump; its development stopped in 2013.


To generate a diff of this commit:
cvs rdiff -u -r1.4657 -r1.4658 pkgsrc/doc/CHANGES-2022
cvs rdiff -u -r1.22225 -r1.22226 pkgsrc/doc/TODO
cvs rdiff -u -r1.53 -r1.54 pkgsrc/filesystems/Makefile
cvs rdiff -u -r1.2 -r0 pkgsrc/filesystems/fs-utils/DESCR
cvs rdiff -u -r1.19 -r0 pkgsrc/filesystems/fs-utils/Makefile
cvs rdiff -u -r1.7 -r0 pkgsrc/filesystems/fs-utils/PLIST
cvs rdiff -u -r1.18 -r0 pkgsrc/filesystems/fs-utils/distinfo
cvs rdiff -u -r1.1 -r0 \
    pkgsrc/filesystems/fs-utils/patches/patch-lib_getbsize.c
cvs rdiff -u -r1.570 -r1.571 pkgsrc/misc/Makefile
cvs rdiff -u -r1.3 -r0 pkgsrc/misc/rump/DESCR pkgsrc/misc/rump/PLIST.SunOS \
    pkgsrc/misc/rump/PLIST.common
cvs rdiff -u -r1.25 -r0 pkgsrc/misc/rump/Makefile
cvs rdiff -u -r1.5 -r0 pkgsrc/misc/rump/PLIST.Linux \
    pkgsrc/misc/rump/buildlink3.mk
cvs rdiff -u -r1.15 -r0 pkgsrc/misc/rump/distinfo

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

Modified files:

Index: pkgsrc/doc/CHANGES-2022
diff -u pkgsrc/doc/CHANGES-2022:1.4657 pkgsrc/doc/CHANGES-2022:1.4658
--- pkgsrc/doc/CHANGES-2022:1.4657      Sat Sep 24 06:34:04 2022
+++ pkgsrc/doc/CHANGES-2022     Sat Sep 24 06:37:46 2022
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES-2022,v 1.4657 2022/09/24 06:34:04 wiz Exp $
+$NetBSD: CHANGES-2022,v 1.4658 2022/09/24 06:37:46 wiz Exp $
 
 Changes to the packages collection and infrastructure in 2022:
 
@@ -6851,3 +6851,5 @@ Changes to the packages collection and i
        Removed devel/adacurses [wiz 2022-09-24]
        Updated misc/gelemental to 2.0.1 [wiz 2022-09-24]
        Removed misc/root [wiz 2022-09-24]
+       Removed misc/rump [wiz 2022-09-24]
+       Removed filesystems/fs-utils [wiz 2022-09-24]

Index: pkgsrc/doc/TODO
diff -u pkgsrc/doc/TODO:1.22225 pkgsrc/doc/TODO:1.22226
--- pkgsrc/doc/TODO:1.22225     Sat Sep 24 06:34:04 2022
+++ pkgsrc/doc/TODO     Sat Sep 24 06:37:46 2022
@@ -1,4 +1,4 @@
-$NetBSD: TODO,v 1.22225 2022/09/24 06:34:04 wiz Exp $
+$NetBSD: TODO,v 1.22226 2022/09/24 06:37:46 wiz Exp $
 
 Suggested new packages
 ======================
@@ -1398,7 +1398,6 @@ For possible Perl packages updates, see 
        o rtty-4.0 [at ftp://ftp.isc.org/isc/rtty/]
        o rubber-1.5.1
        o rudiments-1.4.2
-       o rump-20131213
        o rust-1.63.0
        o rust-analyzer-0.0.20220912 [requires rust 1.63.0]
        o rvault-0.4

Index: pkgsrc/filesystems/Makefile
diff -u pkgsrc/filesystems/Makefile:1.53 pkgsrc/filesystems/Makefile:1.54
--- pkgsrc/filesystems/Makefile:1.53    Sat Jul  9 18:38:59 2022
+++ pkgsrc/filesystems/Makefile Sat Sep 24 06:37:45 2022
@@ -1,11 +1,10 @@
-# $NetBSD: Makefile,v 1.53 2022/07/09 18:38:59 thorpej Exp $
+# $NetBSD: Makefile,v 1.54 2022/09/24 06:37:45 wiz Exp $
 #
 
 COMMENT=       File systems, and file system related packages
 
 SUBDIR+=       cloudfuse
 SUBDIR+=       cocofs
-SUBDIR+=       fs-utils
 SUBDIR+=       fsx
 SUBDIR+=       fuse
 SUBDIR+=       fuse-afpfs-ng

Index: pkgsrc/misc/Makefile
diff -u pkgsrc/misc/Makefile:1.570 pkgsrc/misc/Makefile:1.571
--- pkgsrc/misc/Makefile:1.570  Sat Sep 24 06:34:04 2022
+++ pkgsrc/misc/Makefile        Sat Sep 24 06:37:45 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.570 2022/09/24 06:34:04 wiz Exp $
+# $NetBSD: Makefile,v 1.571 2022/09/24 06:37:45 wiz Exp $
 #
 
 COMMENT=       Miscellaneous utilities
@@ -341,7 +341,6 @@ SUBDIR+=    ruby-thread_safe
 SUBDIR+=       ruby-transaction-simple
 SUBDIR+=       ruby-typed-array
 SUBDIR+=       ruby-windows_error
-SUBDIR+=       rump
 SUBDIR+=       s6-portable-utils
 SUBDIR+=       sch
 SUBDIR+=       sci



Home | Main Index | Thread Index | Old Index