Opened 6 years ago
Last modified 3 years ago
#58366 new submission
Avara: New port
Reported by: | mf2k (Frank Schima) | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | |
Keywords: | Cc: | ||
Port: | Avara |
Description
Here is my in progress portfile for Avara. The current build error is:
:info:build src/net/AvaraTCP.h:15:10: fatal error: 'SDL2_net/SDL_net.h' file not found :info:build #include <SDL2_net/SDL_net.h> :info:build ^~~~~~~~~~~~~~~~~~~~ :info:build 1 error generated.
Attachments (4)
Change History (10)
Changed 6 years ago by mf2k (Frank Schima)
comment:1 Changed 6 years ago by mf2k (Frank Schima)
Type: | defect → submission |
---|
comment:2 Changed 6 years ago by jmroot (Joshua Root)
comment:3 Changed 6 years ago by mf2k (Frank Schima)
@jmroot: I see now that there is a libsdl-framework port. But it seems very out of date. Would you be willing to update it?
comment:4 Changed 6 years ago by jmroot (Joshua Root)
Shouldn't be needed, just tell the build system to find SDL with pkg-config.
Changed 6 years ago by jmroot (Joshua Root)
Attachment: | Portfile.2 added |
---|
Changed 6 years ago by jmroot (Joshua Root)
Attachment: | includes.patch added |
---|
Changed 6 years ago by jmroot (Joshua Root)
Attachment: | Makefile.patch added |
---|
comment:5 Changed 6 years ago by jmroot (Joshua Root)
This works for the build. I can run it from the work dir. Now it just needs a working destroot phase.
comment:6 Changed 3 years ago by rherriman (Ryan Herriman)
@assertivist happened upon this during some Googling. We wanted to point out that sdl2_net is no longer a dependency.
We also have a nightly build downloadable here, so no idea if you want to continue pursuing this or not:
https://github.com/avaraline/Avara/releases/tag/0.7.0-nightly.20201230
Note: See
TracTickets for help on using
tickets.
Looks like it's assuming a framework installation of the SDL libs on macOS.