-
Notifications
You must be signed in to change notification settings - Fork 161
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
yquake2: fix the search paths and installation on macOS
On macOS, ld(1) defaults to the output filename for the "install path" (LC_ID_DYLIB). This is caught by pkgsrc with `otool -L` in order to determine REQUIRES= in mk/pkgformat/pkg/metadata.mk - but it is wrong here, since the library is moved to libexec/yquake2 before packaging. (Error "missing library" when checking for missing run-time search paths in check-shlibs.mk) While there, this also fixes the default search path for the quake2 executable. NFCI anywhere outside macOS. Tested on NetBSD/amd64 and macOS/amd64.
- Loading branch information
Showing
3 changed files
with
48 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
$NetBSD: distinfo,v 1.7 2023/09/10 10:18:44 yhardy Exp $ | ||
$NetBSD: distinfo,v 1.8 2024/11/27 07:04:55 khorben Exp $ | ||
|
||
BLAKE2s (quake2-8.20.tar.xz) = 14be64905a3b8ab705817e35932d585dff284b84c1449ef9f10e8c5cbc59d0d5 | ||
SHA512 (quake2-8.20.tar.xz) = 5dbdbbf582494d16d00b9880ddea6de4b098a307dbe4ddf6bc90aa6b2bd2928c10fab40cf5dd63861e7a37f9c75b9afae6f43f8bfff3ee6704ca94f78ff9b7d2 | ||
Size (quake2-8.20.tar.xz) = 2152184 bytes | ||
SHA1 (patch-Makefile) = adde4e75f4ac25b92b69260826720a1790e1aafe | ||
SHA1 (patch-Makefile) = 9f237f72a569e201425438361f44db7b09b590e3 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters