pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc Remove support for Bitrig.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/80cbd54735f1
branches:  trunk
changeset: 385944:80cbd54735f1
user:      charlotte <charlotte%pkgsrc.org@localhost>
date:      Thu Sep 29 02:25:15 2022 +0000

description:
Remove support for Bitrig.

diffstat:

 bootstrap/README         |   3 +-
 bootstrap/README.Bitrig  |  21 -----------
 bootstrap/bootstrap      |   7 +---
 mk/bsd.prefs.mk          |   6 +--
 mk/defaults/mk.conf      |   4 +-
 mk/platform/Bitrig.mk    |  70 -------------------------------------
 mk/tools/tools.Bitrig.mk |  89 ------------------------------------------------
 7 files changed, 5 insertions(+), 195 deletions(-)

diffs (270 lines):

diff -r 95f402d0bc68 -r 80cbd54735f1 bootstrap/README
--- a/bootstrap/README  Thu Sep 29 01:50:30 2022 +0000
+++ b/bootstrap/README  Thu Sep 29 02:25:15 2022 +0000
@@ -1,4 +1,4 @@
-$NetBSD: README,v 1.35 2022/06/28 23:37:09 gdt Exp $
+$NetBSD: README,v 1.36 2022/09/29 02:25:15 charlotte Exp $
 
 To try to get pkgsrc working on your system, please try the following
 as root:
@@ -144,7 +144,6 @@
 -----------------------------------
 
   * AIX (no cwrappers)
-  Bitrig
   BSDOS (no README)
   Haiku
   IRIX
diff -r 95f402d0bc68 -r 80cbd54735f1 bootstrap/README.Bitrig
--- a/bootstrap/README.Bitrig   Thu Sep 29 01:50:30 2022 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,21 +0,0 @@
-$NetBSD: README.Bitrig,v 1.2 2016/11/15 11:19:09 jperkin Exp $
-
-Please read the general README file as well.
-
-Care should be taken so that the tools that this kit installs do not conflict
-with the Bitrig userland tools. There are several steps:
-
-1. If you do not intend to use the Bitrig ports tools, it's probably a
-good idea to move them out of the way to avoid confusion, e.g.:
-       cd /usr/sbin
-       mv pkg_add pkg_add.orig
-       mv pkg_create pkg_create.orig
-       mv pkg_delete pkg_delete.orig
-       mv pkg_info pkg_info.orig
-
-2. The bootstrap script will create an example mk.conf file located in
-pkgsrc/bootstrap/work/mk.conf.example. It contains the settings you provided to 
-bootstrap. Copy it to your $sysconfdir directory. If $sysconfdir/mk.conf doesn't
-exist, the example is copied into place.
-
-bootstrap-pkgsrc has been tested on Bitrig 1.0 (amd64).
diff -r 95f402d0bc68 -r 80cbd54735f1 bootstrap/bootstrap
--- a/bootstrap/bootstrap       Thu Sep 29 01:50:30 2022 +0000
+++ b/bootstrap/bootstrap       Thu Sep 29 02:25:15 2022 +0000
@@ -1,6 +1,6 @@
 #! /bin/sh
 
-# $NetBSD: bootstrap,v 1.315 2022/09/15 11:53:05 jperkin Exp $
+# $NetBSD: bootstrap,v 1.316 2022/09/29 02:25:15 charlotte Exp $
 #
 # Copyright (c) 2001-2011 Alistair Crooks <agc%NetBSD.org@localhost>
 # All rights reserved.
@@ -563,11 +563,6 @@
        need_fixed_strip=yes
        machine_arch=`get_machine_arch_aix`
        ;;
-Bitrig)
-       root_group=wheel
-       machine_arch=`arch -s`
-       check_compiler=yes
-       ;;
 CYGWIN_*)
        is_root () {
                if id -nG | grep -q 'Administrators'; then
diff -r 95f402d0bc68 -r 80cbd54735f1 mk/bsd.prefs.mk
--- a/mk/bsd.prefs.mk   Thu Sep 29 01:50:30 2022 +0000
+++ b/mk/bsd.prefs.mk   Thu Sep 29 02:25:15 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.prefs.mk,v 1.427 2022/09/27 08:46:32 jperkin Exp $
+# $NetBSD: bsd.prefs.mk,v 1.428 2022/09/29 02:25:16 charlotte Exp $
 #
 # This file includes the mk.conf file, which contains the user settings.
 #
@@ -172,10 +172,6 @@
 .elif ${OPSYS} == "BSDOS"
 LOWER_OPSYS?=          bsdi
 
-.elif ${OPSYS} == "Bitrig"
-LOWER_OPSYS?=          bitrig
-LOWER_VENDOR?=                 unknown
-
 .elif ${OPSYS} == "Cygwin"
 LOWER_OPSYS?=          cygwin
 LOWER_VENDOR?=         pc
diff -r 95f402d0bc68 -r 80cbd54735f1 mk/defaults/mk.conf
--- a/mk/defaults/mk.conf       Thu Sep 29 01:50:30 2022 +0000
+++ b/mk/defaults/mk.conf       Thu Sep 29 02:25:15 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: mk.conf,v 1.336 2022/09/27 08:46:32 jperkin Exp $
+# $NetBSD: mk.conf,v 1.337 2022/09/29 02:25:16 charlotte Exp $
 #
 
 # This file provides default values for variables that may be overridden
@@ -312,7 +312,7 @@
 
 # The default PREFER_PKGSRC should be empty, but due to historical reasons we have the list below.
 # Please add your platform here once you have confirmed it is correct
-.if ${OPSYS} == "OpenBSD" || ${OPSYS} == "Bitrig"
+.if ${OPSYS} == "OpenBSD"
 PREFER_PKGSRC?=
 .elif (!empty(MACHINE_PLATFORM:MNetBSD-*-*) && \
      exists(/usr/X11R7/lib/libX11.so))
diff -r 95f402d0bc68 -r 80cbd54735f1 mk/platform/Bitrig.mk
--- a/mk/platform/Bitrig.mk     Thu Sep 29 01:50:30 2022 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,70 +0,0 @@
-# $NetBSD: Bitrig.mk,v 1.4 2021/11/09 12:04:43 nia Exp $
-#
-# Variable definitions for the Bitrig operating system.
-
-ECHO_N?=       ${ECHO} -n
-LDD?=          /usr/bin/ldd
-LDD_ENV?=      LD_TRACE_LOADED_OBJECTS_FMT1='\t-l%o => %p\n' \
-               LD_TRACE_LOADED_OBJECTS_FMT2=
-IMAKE_MAKE?=   ${MAKE}         # program which gets invoked by imake
-PKGLOCALEDIR?= share
-PS?=           /bin/ps
-SU?=           /usr/bin/su
-TYPE?=         type                            # Shell builtin
-
-USERADD?=      /usr/sbin/useradd
-GROUPADD?=     /usr/sbin/groupadd
-
-CPP_PRECOMP_FLAGS?=    # unset
-DEF_UMASK?=            0022
-EXPORT_SYMBOLS_LDFLAGS?=-Wl,-E # add symbols to the dynamic symbol table
-MOTIF_TYPE_DEFAULT?=   motif   # default 2.0 compatible libs type
-NOLOGIN?=              /sbin/nologin
-PKG_TOOLS_BIN?=                ${LOCALBASE}/sbin
-ROOT_CMD?=             ${SU} - root -c
-ROOT_USER?=            root
-ROOT_GROUP?=   wheel
-ULIMIT_CMD_datasize?=  ulimit -d `ulimit -H -d`
-ULIMIT_CMD_stacksize?= ulimit -s `ulimit -H -s`
-ULIMIT_CMD_memorysize?=        ulimit -m `ulimit -H -m`
-
-X11_TYPE?=             native
-
-_OPSYS_SYSTEM_RPATH?=  /usr/lib
-_OPSYS_LIB_DIRS?=      /usr/lib
-_OPSYS_INCLUDE_DIRS?=  /usr/include
-
-.if exists(/usr/include/netinet6)
-_OPSYS_HAS_INET6=      yes     # IPv6 is standard
-.else
-_OPSYS_HAS_INET6=      no      # IPv6 is not standard
-.endif
-_OPSYS_HAS_JAVA=       no      # Java is not standard
-_OPSYS_HAS_MANZ=       yes     # MANZ controls gzipping of man pages
-_OPSYS_HAS_OSSAUDIO=   yes     # libossaudio is available
-_OPSYS_PERL_REQD=              # no base version of perl required
-_OPSYS_PTHREAD_AUTO=   no      # -lpthread needed for pthreads
-_OPSYS_SHLIB_TYPE=     ELF     # shared lib type
-_PATCH_CAN_BACKUP=     yes     # native patch(1) can make backups
-_PATCH_BACKUP_ARG?=    -V simple -z    # switch to patch(1) for backup suffix
-_USE_RPATH=            yes     # add rpath to LDFLAGS
-
-_STRIPFLAG_CC?=                ${_INSTALL_UNSTRIPPED:D:U-s}    # cc(1) option to strip
-_STRIPFLAG_INSTALL?=   ${_INSTALL_UNSTRIPPED:D:U-s}    # install(1) option to strip
-
-.if (${MACHINE_ARCH} == "x86_64") || (${MACHINE_ARCH} == "arm")
-DEFAULT_SERIAL_DEVICE?=        /dev/tty00
-SERIAL_DEVICES?=       /dev/tty00 \
-                       /dev/tty01
-.else
-DEFAULT_SERIAL_DEVICE?=        /dev/null
-SERIAL_DEVICES?=       /dev/null
-.endif
-
-OPSYS_HAS_KQUEUE=      # defined
-
-_OPSYS_CAN_CHECK_SHLIBS=       no
-
-# check for maximum command line length and set it in configure's environment,
-# to avoid a test required by the libtool script that takes forever.
-_OPSYS_MAX_CMDLEN_CMD= /sbin/sysctl -n kern.argmax
diff -r 95f402d0bc68 -r 80cbd54735f1 mk/tools/tools.Bitrig.mk
--- a/mk/tools/tools.Bitrig.mk  Thu Sep 29 01:50:30 2022 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,89 +0,0 @@
-# $NetBSD: tools.Bitrig.mk,v 1.2 2018/11/12 13:34:39 jperkin Exp $
-#
-# System-supplied tools for the Bitrig operating system.
-
-TOOLS_PLATFORM.[?=             [                       # shell builtin
-TOOLS_PLATFORM.awk?=           /usr/bin/awk
-TOOLS_PLATFORM.basename?=      /usr/bin/basename
-TOOLS_PLATFORM.byacc?=         /usr/bin/yacc
-TOOLS_PLATFORM.cat?=           /bin/cat
-TOOLS_PLATFORM.chgrp?=         /bin/chgrp
-TOOLS_PLATFORM.chmod?=         /bin/chmod
-TOOLS_PLATFORM.chown?=         /sbin/chown
-TOOLS_PLATFORM.cmp?=           /usr/bin/cmp
-TOOLS_PLATFORM.cp?=            /bin/cp
-TOOLS_PLATFORM.csh?=           /bin/csh
-TOOLS_PLATFORM.cut?=           /usr/bin/cut
-TOOLS_PLATFORM.date?=          /bin/date
-TOOLS_PLATFORM.diff?=          /usr/bin/diff
-TOOLS_PLATFORM.diff3?=         /usr/bin/diff3
-TOOLS_PLATFORM.dirname?=       /usr/bin/dirname
-TOOLS_PLATFORM.echo?=          echo                    # shell builtin
-TOOLS_PLATFORM.egrep?=         /usr/bin/egrep
-TOOLS_PLATFORM.env?=           /usr/bin/env
-TOOLS_PLATFORM.expr?=          /bin/expr
-TOOLS_PLATFORM.false?=         false                   # shell builtin
-TOOLS_PLATFORM.fgrep?=         /usr/bin/fgrep
-TOOLS_PLATFORM.file?=          /usr/bin/file
-TOOLS_PLATFORM.find?=          /usr/bin/find
-TOOLS_PLATFORM.flex?=          /usr/bin/flex
-TOOLS_PLATFORM.grep?=          /usr/bin/grep
-TOOLS_PLATFORM.gstrip?=                /usr/bin/strip
-TOOLS_PLATFORM.gunzip?=                /usr/bin/gunzip -f
-TOOLS_PLATFORM.gzcat?=         /usr/bin/gzcat
-TOOLS_PLATFORM.gzip?=          /usr/bin/gzip -nf ${GZIP}
-TOOLS_PLATFORM.head?=          /usr/bin/head
-TOOLS_PLATFORM.hostname?=      /bin/hostname
-TOOLS_PLATFORM.id?=            /usr/bin/id
-TOOLS_PLATFORM.ident?=         /usr/bin/ident
-TOOLS_PLATFORM.install?=       /usr/bin/install
-TOOLS_PLATFORM.install-info?=  /usr/bin/install-info
-TOOLS_PLATFORM.ldconfig?=      /sbin/ldconfig
-TOOLS_PLATFORM.ksh?=           /bin/ksh
-TOOLS_PLATFORM.lex?=           /usr/bin/lex
-TOOLS_PLATFORM.ln?=            /bin/ln
-TOOLS_PLATFORM.ls?=            /bin/ls
-TOOLS_PLATFORM.m4?=            /usr/bin/m4
-TOOLS_PLATFORM.mail?=          /usr/bin/mail
-TOOLS_PLATFORM.makeinfo?=      /usr/bin/makeinfo
-TOOLS_PLATFORM.mkdir?=         /bin/mkdir -p
-TOOLS_PLATFORM.mktemp?=                /usr/bin/mktemp
-TOOLS_PLATFORM.mtree?=         /usr/sbin/mtree
-TOOLS_PLATFORM.mv?=            /bin/mv
-TOOLS_PLATFORM.nice?=          /usr/bin/nice
-.if exists(/usr/bin/nroff)
-TOOLS_PLATFORM.nroff?=         /usr/bin/nroff
-.endif
-TOOLS_PLATFORM.openssl?=       /usr/sbin/openssl
-TOOLS_PLATFORM.patch?=         /usr/bin/patch
-TOOLS_PLATFORM.pax?=           /bin/pax
-TOOLS_PLATFORM.printf?=                /usr/bin/printf
-TOOLS_PLATFORM.pwd?=           /bin/pwd
-TOOLS_PLATFORM.readelf?=       /usr/bin/readelf
-TOOLS_PLATFORM.readlink?=      /usr/bin/readlink
-TOOLS_PLATFORM.rm?=            /bin/rm
-TOOLS_PLATFORM.rmdir?=         /bin/rmdir
-TOOLS_PLATFORM.sdiff?=         /usr/bin/sdiff
-TOOLS_PLATFORM.sed?=           /usr/bin/sed
-TOOLS_PLATFORM.sh?=            /bin/sh
-TOOLS_PLATFORM.sleep?=         /bin/sleep
-.if exists(/usr/bin/soelim)
-TOOLS_PLATFORM.soelim?=                /usr/bin/soelim
-.endif
-TOOLS_PLATFORM.sort?=          /usr/bin/sort
-TOOLS_PLATFORM.strip?=         /usr/bin/strip
-TOOLS_PLATFORM.tail?=          /usr/bin/tail
-TOOLS_PLATFORM.tar?=           /bin/tar
-.if exists(/usr/bin/tbl)
-TOOLS_PLATFORM.tbl?=           /usr/bin/tbl
-.endif
-TOOLS_PLATFORM.tee?=           /usr/bin/tee
-TOOLS_PLATFORM.test?=          test                    # shell builtin
-TOOLS_PLATFORM.touch?=         /usr/bin/touch
-TOOLS_PLATFORM.tr?=            /usr/bin/tr
-TOOLS_PLATFORM.true?=          true                    # shell builtin
-TOOLS_PLATFORM.tsort?=         /usr/bin/tsort
-TOOLS_PLATFORM.uniq?=          /usr/bin/uniq
-TOOLS_PLATFORM.wc?=            /usr/bin/wc
-TOOLS_PLATFORM.xargs?=         /usr/bin/xargs -r
-TOOLS_PLATFORM.yacc?=          /usr/bin/yacc



Home | Main Index | Thread Index | Old Index