PR/59925 CVS commit: pkgsrc/databases/db4
"Hauke Fath" <[email protected]>
| Newsgroups | gmane.os.netbsd.devel.pkgsrc.bugs |
|---|---|
| Message-ID | <[email protected]> |
The following reply was made to PR pkg/59925; it has been noted by GNATS. From: "Hauke Fath" <[email protected]> To: [email protected] Cc: Subject: PR/59925 CVS commit: pkgsrc/databases/db4 Date: Sun, 18 Jan 2026 20:59:43 +0000 Module Name: pkgsrc Committed By: hauke Date: Sun Jan 18 20:59:43 UTC 2026 Modified Files: pkgsrc/databases/db4: distinfo pkgsrc/databases/db4/patches: patch-ae Log Message: Restore the mutex support patches for aarm64 and mips. What likely happened: After a 'make patch', I manually applied the sparc mutex support patch on top. patch(1) overwrote the existing mutex_int.h.orig, and mkpatches(1) then updated the patch as diff between the new .orig and the file, which only had the sparc support. Instead, I should have preserved the .orig file from 'make patch', and restored it after the manual patch. YLYL. SHould fix PR pkg/59925. To generate a diff of this commit: cvs rdiff -u -r1.52 -r1.53 pkgsrc/databases/db4/distinfo cvs rdiff -u -r1.3 -r1.4 pkgsrc/databases/db4/patches/patch-ae Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.