Created attachment 208356 [details] svn diff update to 3.0.0 This patch updates emulators/fs-uae to version 3.0.0 and fixes a build error by patching two files, replacing bind() with ::bind(). I would also like to take maintainership of the port, the current maintainer doesn't have the time or the resources any more and wants to relinquish it, see PR 241266. This patch includes the maintainer change. Changelog: https://fs-uae.net/2019/06/22/fs-uae-3-0-released
^Triage: Build fix, MFH
Comment on attachment 208356 [details] svn diff update to 3.0.0 Approved by: <tomse oagd net> (maintainer, via bug 241266) @Committer Please include PR: 241266 in commit log message
you can simplify post-patch: post-patch: @${REINPLACE_CMD} -e 's|= bind|= ::bind|' \ ${WRKSRC}/src/od-fs/bsdsocket_posix.cpp \ ${WRKSRC}/src/support/socket.cpp
A commit references this bug: Author: swills Date: Wed Oct 16 21:41:12 UTC 2019 New revision: 514615 URL: https://svnweb.freebsd.org/changeset/ports/514615 Log: emulators/fs-uae: Update to 3.0.0 While here, pass maintainership to submitter PR: 241287 PR: 241266 Submitted by: sirdice@gmail.com Approved by: tomse@tomse.dk (maintainer) Changes: head/emulators/fs-uae/Makefile head/emulators/fs-uae/distinfo
Committed, thanks!