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: Sun Mar 30 14:50:40 UTC 2025
Modified Files:
pkgsrc/bootstrap: README bootstrap
Removed Files:
pkgsrc/bootstrap: README.GNUkFreeBSD
pkgsrc/mk/platform: GNUkFreeBSD.mk
pkgsrc/mk/tools: tools.GNUkFreeBSD.mk
pkgsrc/pkgtools/bootstrap-mk-files/files/mods: GNUkFreeBSD.bsd.lib.mk
GNUkFreeBSD.bsd.man.mk GNUkFreeBSD.sys.mk
Log Message:
*: remove GNU/kFreeBSD support
The support in pkgsrc was incomplete and the upstream project
has been discontinued.
As proposed on tech-pkg.
To generate a diff of this commit:
cvs rdiff -u -r1.41 -r1.42 pkgsrc/bootstrap/README
cvs rdiff -u -r1.4 -r0 pkgsrc/bootstrap/README.GNUkFreeBSD
cvs rdiff -u -r1.330 -r1.331 pkgsrc/bootstrap/bootstrap
cvs rdiff -u -r1.5 -r0 pkgsrc/mk/platform/GNUkFreeBSD.mk
cvs rdiff -u -r1.6 -r0 pkgsrc/mk/tools/tools.GNUkFreeBSD.mk
cvs rdiff -u -r1.1 -r0 \
pkgsrc/pkgtools/bootstrap-mk-files/files/mods/GNUkFreeBSD.bsd.lib.mk \
pkgsrc/pkgtools/bootstrap-mk-files/files/mods/GNUkFreeBSD.bsd.man.mk
cvs rdiff -u -r1.4 -r0 \
pkgsrc/pkgtools/bootstrap-mk-files/files/mods/GNUkFreeBSD.sys.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/bootstrap/README
diff -u pkgsrc/bootstrap/README:1.41 pkgsrc/bootstrap/README:1.42
--- pkgsrc/bootstrap/README:1.41 Sun Mar 30 09:53:04 2025
+++ pkgsrc/bootstrap/README Sun Mar 30 14:50:39 2025
@@ -1,4 +1,4 @@
-$NetBSD: README,v 1.41 2025/03/30 09:53:04 nia Exp $
+$NetBSD: README,v 1.42 2025/03/30 14:50:39 wiz Exp $
To try to get pkgsrc working on your system, please try the following
as root:
@@ -136,7 +136,6 @@ Platforms with unknown status
-----------------------------
Cygwin
FreeMiNT (no README)
- GNUkFreeBSD
MidnightBSD
Index: pkgsrc/bootstrap/bootstrap
diff -u pkgsrc/bootstrap/bootstrap:1.330 pkgsrc/bootstrap/bootstrap:1.331
--- pkgsrc/bootstrap/bootstrap:1.330 Sun Mar 30 09:53:04 2025
+++ pkgsrc/bootstrap/bootstrap Sun Mar 30 14:50:39 2025
@@ -1,6 +1,6 @@
#! /bin/sh
-# $NetBSD: bootstrap,v 1.330 2025/03/30 09:53:04 nia Exp $
+# $NetBSD: bootstrap,v 1.331 2025/03/30 14:50:39 wiz Exp $
#
# Copyright (c) 2001-2011 Alistair Crooks <agc%NetBSD.org@localhost>
# All rights reserved.
@@ -644,11 +644,6 @@ FreeMiNT)
root_group=root
machine_arch=m68k
;;
-GNUkFreeBSD)
- root_group=root
- need_awk=yes
- machine_arch=`uname -m`
- ;;
Haiku)
root_user=`id -un`
root_group=root
@@ -1233,15 +1228,6 @@ yes|no)
;;
esac
-# On all Debian GNU/kFreeBSD 7, /bin/sh is a symlink to /bin/dash, and
-# use /bin/bash.
-# Only needed by legacy wrappers.
-if [ "$opsys" = "GNUkFreeBSD" -a "$bootstrap_sh_set" != "set" ]; then
- echo "TOOLS_PLATFORM.sh?= /bin/bash # instead of /bin/sh" >> ${TARGET_MKCONF}
- echo "TOOLS_PLATFORM.sh?= /bin/bash # instead of /bin/sh" >> ${BOOTSTRAP_MKCONF}
- echo $opsys
-fi
-
# sbin is used by pkg_install, share/mk by bootstrap-mk-files
mkdir_p $wrkdir/sbin $wrkdir/share/mk
mkdir_p_early ${wrkdir}
Home |
Main Index |
Thread Index |
Old Index