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 photos
All times are UTC
Ukraine
The recently imposed "must be logged in" restriction is a response to increased bot traffic on the site. This affects search, commits, and vuxml pages.
Search engines are not blocked. Try using "site:www.freshports.org" and your search terms.
non port: sysutils/debootstrap/files/patch-functions

Number of commits found: 11

Saturday, 30 May 2026
16:09 Gleb Popov (arrowd) search for other commits by this committer
sysutils/debootstrap: Update to 1.0.143

PR:		295265

Approved by:	nc (maintainer timeout)
commit hash: 48cbdd0f2af941b47edd10cfac2d3edefe0633ee commit hash: 48cbdd0f2af941b47edd10cfac2d3edefe0633ee commit hash: 48cbdd0f2af941b47edd10cfac2d3edefe0633ee commit hash: 48cbdd0f2af941b47edd10cfac2d3edefe0633ee 48cbdd0
Saturday, 10 Jan 2026
22:53 Jesús Daniel Colmenares Oviedo (dtxdf) search for other commits by this committer Author: Petteri Valkonen
sysutils/debootstrap: Update to 1.0.128+nmu2+deb12u2

- This version fixes a problem where debootstrap would fail to
  install the previously removed usr-is-merged package on
  Trixie/Sid: E: Couldn't find these debs: usr-is-merged
- Depend on devel/pcre2 instead of devel/pcre:
  - devel/pcre doesn't support the E switch.
  - devel/pcre is EOLed by upstream.
- Fix "Failed to take /etc/passwd lock: Invalid argument" error.
- Pet portfmt.

PR:                 289349
Approved by:        nc@ (maintainer-timeout)
commit hash: 100487855b12bde80a15783ddda3c0d594d027ba commit hash: 100487855b12bde80a15783ddda3c0d594d027ba commit hash: 100487855b12bde80a15783ddda3c0d594d027ba commit hash: 100487855b12bde80a15783ddda3c0d594d027ba 1004878
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: 11