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:           Mon Mar 31 14:16:38 UTC 2025

Modified Files:
        pkgsrc/bootstrap: bootstrap
        pkgsrc/doc: CHANGES-2025 RESPONSIBLE

Log Message:
*: remove support for BSD/OS


To generate a diff of this commit:
cvs rdiff -u -r1.332 -r1.333 pkgsrc/bootstrap/bootstrap
cvs rdiff -u -r1.2425 -r1.2426 pkgsrc/doc/CHANGES-2025
cvs rdiff -u -r1.27 -r1.28 pkgsrc/doc/RESPONSIBLE

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

Modified files:

Index: pkgsrc/bootstrap/bootstrap
diff -u pkgsrc/bootstrap/bootstrap:1.332 pkgsrc/bootstrap/bootstrap:1.333
--- pkgsrc/bootstrap/bootstrap:1.332    Sun Mar 30 15:07:06 2025
+++ pkgsrc/bootstrap/bootstrap  Mon Mar 31 14:16:38 2025
@@ -1,6 +1,6 @@
 #! /bin/sh
 
-# $NetBSD: bootstrap,v 1.332 2025/03/30 15:07:06 wiz Exp $
+# $NetBSD: bootstrap,v 1.333 2025/03/31 14:16:38 wiz Exp $
 #
 # Copyright (c) 2001-2011 Alistair Crooks <agc%NetBSD.org@localhost>
 # All rights reserved.
@@ -82,7 +82,7 @@ usage="Usage: $0 "'
     [ --workdir <workdir> ]
 '
 
-# strip / for BSD/OS, strip - for HP-UX
+# strip / for OSF/1, strip - for HP-UX
 opsys=`uname -s | tr -d /-`
 
 mkbinarykit_tar()

Index: pkgsrc/doc/CHANGES-2025
diff -u pkgsrc/doc/CHANGES-2025:1.2425 pkgsrc/doc/CHANGES-2025:1.2426
--- pkgsrc/doc/CHANGES-2025:1.2425      Mon Mar 31 13:59:20 2025
+++ pkgsrc/doc/CHANGES-2025     Mon Mar 31 14:16:38 2025
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES-2025,v 1.2425 2025/03/31 13:59:20 wiz Exp $
+$NetBSD: CHANGES-2025,v 1.2426 2025/03/31 14:16:38 wiz Exp $
 
 Changes to the packages collection and infrastructure in 2025:
 
@@ -3134,3 +3134,4 @@ Changes to the packages collection and i
        Updated news/newsraft to 0.29 [ktnb 2025-03-31]
        Updated finance/gnucash-docs to 5.11 [wiz 2025-03-31]
        Updated net/scamper to 20250227 [wiz 2025-03-31]
+       mk: remove support for BSD/OS [wiz 2025-03-31]

Index: pkgsrc/doc/RESPONSIBLE
diff -u pkgsrc/doc/RESPONSIBLE:1.27 pkgsrc/doc/RESPONSIBLE:1.28
--- pkgsrc/doc/RESPONSIBLE:1.27 Sun Mar 30 21:16:21 2025
+++ pkgsrc/doc/RESPONSIBLE      Mon Mar 31 14:16:38 2025
@@ -1,4 +1,4 @@
-$NetBSD: RESPONSIBLE,v 1.27 2025/03/30 21:16:21 wiz Exp $
+$NetBSD: RESPONSIBLE,v 1.28 2025/03/31 14:16:38 wiz Exp $
 
 List of sections of the system, and who is responsible for them (or
 at least considered an expert on them).
@@ -27,7 +27,6 @@ pkgsrc platforms:
 MACHINE_PLATFORM               People
 ---------------------------------------------------------------------------
 AIX                            -
-BSD/OS                         reed
 Cygwin                         -
 Darwin/Mac OS X/OS X           schmonz
 DragonFly                      -



Home | Main Index | Thread Index | Old Index