notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine

Bot filter coming soon

To deter bots pegging the database CPU to 100%, a bot testing filter to be added to the website. This should not affect newsfeeds etc. Anubis seems light-weight - it''''''''s already in use within the FreeBSD Project. This notice is just a heads up in case you see something odd. This notice will be updated after Anubis is installed.

non port: sysutils/debootstrap/files/patch-functions

Number of commits found: 9

Thursday, 8 May 2025
12:24 Alexey Dokuchaev (danfe) search for other commits by this committer
sysutils/debootstrap: switch the port from using gnugrep to pcregrep

Dependency on GNU grep had been originally added to avoid a pathological
corner case in BSD grep, where it's about two orders of magnitude slower
than GNU grep.  As it occurs with one particular pattern type, it could
instead be solved by depending on pcregrep rather than gnugrep.

Submitter prefers this solution because pcregrep is already required by
other programs and does not have potential conflicts with the BSD grep
from the base.

PR:	255525, 263279
commit hash: e8eb1a4a6cca09ff800cf2131a470c2eaae6c617 commit hash: e8eb1a4a6cca09ff800cf2131a470c2eaae6c617 commit hash: e8eb1a4a6cca09ff800cf2131a470c2eaae6c617 commit hash: e8eb1a4a6cca09ff800cf2131a470c2eaae6c617 e8eb1a4
Tuesday, 7 Mar 2023
17:09 Felix Palmen (zirias) search for other commits by this committer
sysutils/debootstrap: Fix several issues

* Don't use substitutions on Makefile, pass variables instead
* Eliminate "static" substitutions, use a patch-file instead
* Fix hardcoded /usr/local in debootstrap script

PR:			269584
Approved by:		nc (maintainer), tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D38754
commit hash: 4e0f740ddca6bd6d4cf7017bb3132ee759f6db39 commit hash: 4e0f740ddca6bd6d4cf7017bb3132ee759f6db39 commit hash: 4e0f740ddca6bd6d4cf7017bb3132ee759f6db39 commit hash: 4e0f740ddca6bd6d4cf7017bb3132ee759f6db39 4e0f740
Wednesday, 24 Aug 2022
19:52 Neel Chauhan (nc) search for other commits by this committer
sysutils/debootstrap: Update to 1.0.127
commit hash: 0a7605444f4fda276ed987daa59754a530aceb19 commit hash: 0a7605444f4fda276ed987daa59754a530aceb19 commit hash: 0a7605444f4fda276ed987daa59754a530aceb19 commit hash: 0a7605444f4fda276ed987daa59754a530aceb19 0a76054
Wednesday, 13 Jan 2021
09:57 trasz search for other commits by this committer
sysutils/debootstrap: add workarounds necessary for bootstrapping
Ubuntu Focal and Debian Sid.

Sponsored by:	The FreeBSD Foundation
Original commitRevision:561450 
Sunday, 19 Jul 2020
12:55 trasz search for other commits by this committer
sysutils/deboostrap: make it use bash, mount fdescfs,
ignore --configure errors

For some reason, when run with stock sh(1) the script aborts just
after 'Unpacking the base system'.

The fdescfs mount fixes 'dpkg --configure' for rsyslog. Note that
there are also some kernel patches required to make it work completely.

The fdescfs is not enough to fix everything, though, so just ignore
'dpkg --configure' errors for Bionic; they don't break anything important.

PR:		ports/247698
Reviewed by:	0mp (earlier version)
Approved by:	maintainer timeout (2 weeks)
Sponsored by:	The FreeBSD Foundation
Differential Revision:	https://reviews.freebsd.org/D25594
Original commitRevision:542573 
Friday, 26 Aug 2011
07:55 mm search for other commits by this committer
Update to 1.0.36
Original commit
Friday, 15 Jul 2011
15:35 mm search for other commits by this committer
- Update to 1.0.32
- Alphabetically reorder pkg-plist
Original commit
Monday, 14 Mar 2011
20:07 mm search for other commits by this committer
Add support for debootstrapping Debian Linux (i386)

Submitted by:   Romain Garbage <romain.garbage@gmail.com>
Original commit
Saturday, 26 Feb 2011
21:25 mm search for other commits by this committer
debootstrap is a tool which will install a Debian base system into
a subdirectory of another, already installed system. It doesn't require an
installation CD, just access to a Debian repository.

In FreeBSD, you can use debootstrap to install Debian GNU/kFreeBSD into
a subdirectory of your existing FreeBSD installation (i386 or amd64)
and then run Debian GNU/kFreeBSD (i386 or amd64) in a jail or chroot.

WWW:    http://wiki.debian.org/Debootstrap
Original commit

Number of commits found: 9