| non port: sysutils/debootstrap/files/patch-functions |
Number of commits found: 11 |
|
Saturday, 30 May 2026
|
16:09 Gleb Popov (arrowd)
sysutils/debootstrap: Update to 1.0.143
PR: 295265
Approved by: nc (maintainer timeout)
48cbdd0 |
|
Saturday, 10 Jan 2026
|
22:53 Jesús Daniel Colmenares Oviedo (dtxdf) 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)
1004878 |
|
Thursday, 8 May 2025
|
12:24 Alexey Dokuchaev (danfe)
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
e8eb1a4 |
|
Tuesday, 7 Mar 2023
|
17:09 Felix Palmen (zirias)
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
4e0f740 |
|
Wednesday, 24 Aug 2022
|
19:52 Neel Chauhan (nc)
sysutils/debootstrap: Update to 1.0.127
0a76054 |
|
Wednesday, 13 Jan 2021
|
09:57 trasz
sysutils/debootstrap: add workarounds necessary for bootstrapping
Ubuntu Focal and Debian Sid.
Sponsored by: The FreeBSD Foundation
 |
|
Sunday, 19 Jul 2020
|
12:55 trasz
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
 |
|
Friday, 26 Aug 2011
|
07:55 mm
Update to 1.0.36
 |
|
Friday, 15 Jul 2011
|
15:35 mm
- Update to 1.0.32
- Alphabetically reorder pkg-plist
 |
|
Monday, 14 Mar 2011
|
20:07 mm
Add support for debootstrapping Debian Linux (i386)
Submitted by: Romain Garbage <romain.garbage@gmail.com>
 |
|
Saturday, 26 Feb 2011
|
21:25 mm
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
 |
Number of commits found: 11 |