Opened 2 years ago
Closed 2 years ago
#66383 closed submission (fixed)
WIP new port: snac2
Reported by: | artkiver (グレェ) | Owned by: | artkiver (グレェ) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | |
Keywords: | Cc: | ||
Port: |
Description
I've been making some headway with creating a Portfile for snac2 (https://codeberg.org/grunfink/snac2/) a minimal ActivityPub/FediVerse/Mastodon implemented in C.
With much thanks to jmr and neverpanic for getting it this far.
It now builds and I see a binary under the work/snac2/ subdirectory when I run port -v install, but the install portion errors out.
Creating a ticket here to attach the Portfile as well as Makefile.patch and main.log for reference to the errors generated in hopes that some additional eyeballs may be able to assist.
Thanks!
Attachments (3)
Change History (5)
comment:1 Changed 2 years ago by artkiver (グレェ)
Owner: | set to artkiver |
---|
Changed 2 years ago by artkiver (グレェ)
Changed 2 years ago by artkiver (グレェ)
Portfile minorly changed, seems to function correctly mostly thanks to some additional changes to Makefile.patch
Changed 2 years ago by artkiver (グレェ)
Attachment: | Makefile.patch added |
---|
Added some $(DESTDIR) parameters as suggested by Eric Borisch @eborisch@… which seems to have done the trick to get install functioning!
comment:2 Changed 2 years ago by artkiver (グレェ)
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
main.log of port -v install from most recent version seems to be an issue with destroot? running make install manually from the working directory functions OK