<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ports/sysutils/debootstrap, branch main</title>
<subtitle>FreeBSD ports tree</subtitle>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/'/>
<entry>
<title>sysutils/debootstrap: Update to 1.0.128+nmu2+deb12u2</title>
<updated>2026-01-10T22:53:45+00:00</updated>
<author>
<name>Petteri Valkonen</name>
<email>petteri.valkonen@iki.fi</email>
</author>
<published>2025-08-27T14:33:37+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/commit/?id=100487855b12bde80a15783ddda3c0d594d027ba'/>
<id>100487855b12bde80a15783ddda3c0d594d027ba</id>
<content type='text'>
- 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)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- 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)
</pre>
</div>
</content>
</entry>
<entry>
<title>sysutils/debootstrap: switch the port from using gnugrep to pcregrep</title>
<updated>2025-05-08T12:24:56+00:00</updated>
<author>
<name>Alexey Dokuchaev</name>
<email>danfe@FreeBSD.org</email>
</author>
<published>2025-05-08T12:24:56+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/commit/?id=e8eb1a4a6cca09ff800cf2131a470c2eaae6c617'/>
<id>e8eb1a4a6cca09ff800cf2131a470c2eaae6c617</id>
<content type='text'>
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
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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
</pre>
</div>
</content>
</entry>
<entry>
<title>sysutils/debootstrap: Fix when setting up Debian bookworm.</title>
<updated>2024-02-18T16:03:00+00:00</updated>
<author>
<name>Dancho Penev</name>
<email>dpslavov@hotmail.com</email>
</author>
<published>2024-02-18T15:28:38+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/commit/?id=38449b84d74605ce2bedfa7b1e6e88d08d7116c4'/>
<id>38449b84d74605ce2bedfa7b1e6e88d08d7116c4</id>
<content type='text'>
PR:		274298
Approved by:	nc (maintainer timeout)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
PR:		274298
Approved by:	nc (maintainer timeout)
</pre>
</div>
</content>
</entry>
<entry>
<title>MAN?PREFIX: eleminate its usage  and move man to share/man</title>
<updated>2024-01-10T15:29:49+00:00</updated>
<author>
<name>Baptiste Daroussin</name>
<email>bapt@FreeBSD.org</email>
</author>
<published>2024-01-10T15:29:44+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/commit/?id=e4610fcb8b73442ad40b744bb87c1bc428ef7c1c'/>
<id>e4610fcb8b73442ad40b744bb87c1bc428ef7c1c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>sysutils/debootstrap: Fix several issues</title>
<updated>2023-03-07T17:09:28+00:00</updated>
<author>
<name>Felix Palmen</name>
<email>zirias@FreeBSD.org</email>
</author>
<published>2023-02-24T08:32:30+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/commit/?id=4e0f740ddca6bd6d4cf7017bb3132ee759f6db39'/>
<id>4e0f740ddca6bd6d4cf7017bb3132ee759f6db39</id>
<content type='text'>
* 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
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* 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
</pre>
</div>
</content>
</entry>
<entry>
<title>sysutils/debootstrap: Fix PORTVERSION</title>
<updated>2023-02-24T09:19:29+00:00</updated>
<author>
<name>Felix Palmen</name>
<email>zirias@FreeBSD.org</email>
</author>
<published>2023-02-24T09:18:09+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/commit/?id=90bac03a2eef13458258f034ea421e572114c12b'/>
<id>90bac03a2eef13458258f034ea421e572114c12b</id>
<content type='text'>
PORTVERSION may not contain '-', use 'n' instead to include nmu number
from debian.

Approved by:	tcberner (mentor)
Pointy-Hat:	zirias
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
PORTVERSION may not contain '-', use 'n' instead to include nmu number
from debian.

Approved by:	tcberner (mentor)
Pointy-Hat:	zirias
</pre>
</div>
</content>
</entry>
<entry>
<title>sysutils/debootstrap: Update to 1.0.128-2</title>
<updated>2023-02-24T06:50:47+00:00</updated>
<author>
<name>Felix Palmen</name>
<email>zirias@FreeBSD.org</email>
</author>
<published>2023-02-19T07:33:33+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/commit/?id=2bf4a73e61cd322efa426f55101afa25bd2481d3'/>
<id>2bf4a73e61cd322efa426f55101afa25bd2481d3</id>
<content type='text'>
For a debian-native package, a +nmuX version should be considered a new
upstream version (it just means "non mantainer upload" there). Derive
some PORTVERSION from that that's sane for our versioning.

While here, eliminate hardcoded /usr/local from Makefile patch.

Approved by:		nc (maintainer), tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D38670
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
For a debian-native package, a +nmuX version should be considered a new
upstream version (it just means "non mantainer upload" there). Derive
some PORTVERSION from that that's sane for our versioning.

While here, eliminate hardcoded /usr/local from Makefile patch.

Approved by:		nc (maintainer), tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D38670
</pre>
</div>
</content>
</entry>
<entry>
<title>sysutils/debootstrap: Unbreak fetch and install.</title>
<updated>2023-02-22T11:05:29+00:00</updated>
<author>
<name>Gleb Popov</name>
<email>arrowd@FreeBSD.org</email>
</author>
<published>2023-02-22T11:04:57+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/commit/?id=c77cf9d7fac39f1cae64ba1db5c2d4209e4520bc'/>
<id>c77cf9d7fac39f1cae64ba1db5c2d4209e4520bc</id>
<content type='text'>
Sponsored by:	Serenity Cybersecurity, LLC
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Sponsored by:	Serenity Cybersecurity, LLC
</pre>
</div>
</content>
</entry>
<entry>
<title>sysutils/debootstrap: Set +x to debootstrap</title>
<updated>2023-02-10T17:18:08+00:00</updated>
<author>
<name>Neel Chauhan</name>
<email>nc@FreeBSD.org</email>
</author>
<published>2023-02-10T17:18:08+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/commit/?id=f78f4879c494526e1bef0653c343753627b62cce'/>
<id>f78f4879c494526e1bef0653c343753627b62cce</id>
<content type='text'>
PR:	268205
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
PR:	268205
</pre>
</div>
</content>
</entry>
<entry>
<title>sysutils/debootstrap: Update to 1.0.128</title>
<updated>2022-10-18T02:04:49+00:00</updated>
<author>
<name>Neel Chauhan</name>
<email>nc@FreeBSD.org</email>
</author>
<published>2022-10-18T02:04:49+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/commit/?id=27fae5a930d53e44b58aa60af9f6d2a839fc1935'/>
<id>27fae5a930d53e44b58aa60af9f6d2a839fc1935</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
