Opened 2 years ago
Closed 2 years ago
#65931 closed defect (fixed)
Digger Port Has Source Code Error - Fix Tested and Works
Reported by: | mac57 | Owned by: | jmroot (Joshua Root) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.7.2 |
Keywords: | digger | Cc: | |
Port: | digger |
Description
MacPorts 2.7.2 installed today on Mac Studio, M1 Max, 32 GB RAM. macOS Monterey. port installed game "digger". Port failed. I examined the log and there was a simple source code error in C source file fbsd_sup.c. It needed the following line added at the top:
#include <stdlib.h>
I made the fix in the downloaded source and retried the port install. This time it succeeded and the game now runs. This fix should be included in the released port.
Change History (1)
comment:1 Changed 2 years ago by jmroot (Joshua Root)
Owner: | set to jmroot |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
In de44eb8b52634c4dd3745b4b0a69f1f243cfd25b/macports-ports (master):