Gcenx / macports-wine

Updated wine Portfiles for macports
88 stars 11 forks source link

Error no such file or directory during wine-staging install #109

Closed nmlynch94 closed 6 months ago

nmlynch94 commented 6 months ago

Recently, the wine repo renamed ANNOUNCE to ANNOUNCE.md and README to README.md. This causes the final steps in a few Portfiles to fail when they try to copy ANNOUNCE or README to another location.

File renames: https://github.com/wine-mirror/wine/commit/62cb2bcdc37ca48b6323c8a12aab800ede136afa https://github.com/wine-mirror/wine/commit/158e9e7636486062113256f2b961785363fb28c5

Example portfile with the issue: https://github.com/Gcenx/macports-wine/blob/main/emulators/wine-devel/Portfile#L252

I confirmed manually changing README to README.md and ANNOUNCE to ANNOUNCE.md in the portfile for wine-staging fixes the issue on my machine.