pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
PR/58152 CVS commit: pkgsrc/archivers/libarchive/files/libarchive
The following reply was made to PR pkg/58152; it has been noted by GNATS.
From: "David H. Gutteridge" <gutteridge%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc:
Subject: PR/58152 CVS commit: pkgsrc/archivers/libarchive/files/libarchive
Date: Mon, 15 Apr 2024 13:37:24 +0000
Module Name: pkgsrc
Committed By: gutteridge
Date: Mon Apr 15 13:37:24 UTC 2024
Modified Files:
pkgsrc/archivers/libarchive/files/libarchive: archive_pack_dev.c
Log Message:
libarchive: fix builds where __RCSID isn't defined by the OS
The 3.7.3 release removed all __FBSDID and __RCSID strings and support
for them. Evidently there was a merge botch with archive_pack_dev.c
where __RCSID was retained there in our copy, which breaks builds on
most OSes. Addresses PR pkg/58152 from Hiroshi Hakoyama.
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 \
pkgsrc/archivers/libarchive/files/libarchive/archive_pack_dev.c
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