pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/bootstrap
Module Name: pkgsrc
Committed By: charlotte
Date: Thu Jun 16 22:12:20 UTC 2022
Modified Files:
pkgsrc/bootstrap: bootstrap
Log Message:
Mention why we're doing PREFER_PKGSRC=yes on OpenBSD (at least for now)
Requested by nia@
To generate a diff of this commit:
cvs rdiff -u -r1.311 -r1.312 pkgsrc/bootstrap/bootstrap
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/bootstrap/bootstrap
diff -u pkgsrc/bootstrap/bootstrap:1.311 pkgsrc/bootstrap/bootstrap:1.312
--- pkgsrc/bootstrap/bootstrap:1.311 Tue Jun 14 09:08:31 2022
+++ pkgsrc/bootstrap/bootstrap Thu Jun 16 22:12:20 2022
@@ -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 @@ echo "" >> ${TARGET_MKCONF}
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