pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/bootstrap Mention why we're doing PREFER_PKGSRC=yes on...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/cf91f1c85ce6
branches:  trunk
changeset: 380846:cf91f1c85ce6
user:      charlotte <charlotte%pkgsrc.org@localhost>
date:      Thu Jun 16 22:12:20 2022 +0000

description:
Mention why we're doing PREFER_PKGSRC=yes on OpenBSD (at least for now)

Requested by nia@

diffstat:

 bootstrap/bootstrap |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r 8299a68d9b17 -r cf91f1c85ce6 bootstrap/bootstrap
--- a/bootstrap/bootstrap       Thu Jun 16 21:26:38 2022 +0000
+++ b/bootstrap/bootstrap       Thu Jun 16 22:12:20 2022 +0000
@@ -1,6 +1,6 @@
 #! /bin/sh
 
-# $NetBSD: bootstrap,v 1.311 2022/06/14 09:08:31 nia Exp $
+# $NetBSD: bootstrap,v 1.312 2022/06/16 22:12:20 charlotte Exp $
 #
 # Copyright (c) 2001-2011 Alistair Crooks <agc%NetBSD.org@localhost>
 # All rights reserved.
@@ -1133,6 +1133,7 @@
 
 case $opsys in
 OpenBSD)
+       # Use PREFER_PKGSRC=yes to work around libressl compatibility problem
        if [ -z "$prefer_pkgsrc" ] && [ "$prefer_native" != "yes" ]; then
                prefer_pkgsrc="yes"
        fi



Home | Main Index | Thread Index | Old Index