non port: sysutils/debootstrap/files/patch-functions |
Number of commits found: 9 |
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: 9 |