pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
PR/58448 CVS commit: pkgsrc
The following reply was made to PR pkg/58448; it has been noted by GNATS.
From: "Thomas Klausner" <wiz%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc:
Subject: PR/58448 CVS commit: pkgsrc
Date: Thu, 8 Aug 2024 08:27:53 +0000
Module Name: pkgsrc
Committed By: wiz
Date: Thu Aug 8 08:27:53 UTC 2024
Modified Files:
pkgsrc/security/heimdal: builtin.mk
Removed Files:
pkgsrc/databases/sqlite3: builtin.mk
Log Message:
sqlite3: do not accept builtin versions any longer
Since pkgsrc can't tell what features are enabled, and at least
NetBSD's sqlite3 was not meant to be used by pkgsrc (it was built
with minimal features enabled, for heimdal support).
Also do not accept heimdal from NetBSD versions where it linked against
sqlite3 (fixed in NetBSD-current) to avoid pulling in two different
versions of sqlite3 into binaries when depending both on heimdal and
sqlite3.
Inspired by PR 58448, and discussed on tech-pkg.
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r0 pkgsrc/databases/sqlite3/builtin.mk
cvs rdiff -u -r1.20 -r1.21 pkgsrc/security/heimdal/builtin.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index