On 2022/08/23 22:19, Dylan Harris wrote: > Hello, > > I want to eventually offer my covid project, ssc (an "opinionated static > website nitpicker"), to the OpenBSD ports tree, but I'm having some problems. > In particular, I get an error with "make package": > > `/usr/ports/pobj/ssc-v0.1.2/fake-amd64/.fake_done' is up to date. > ===> Building package for ssc-v0.1.2
PKGNANE should look like ssc-0.1.2, the 'v' should not be in there. I didn't test but that is the most likely reason. > I’ve attached a small archive with the usual configuration files, should > anyone be kind enough to take a look at this issue (and tell me my error!). Use a subdirectory when creating the tar, i.e. files like ssc/Makefile not just Makefile. Setting WRKBUILD/WRKCONF/CONFIGURE_STYLE/SEPARATE_BUILD shouldn't be needed, the cmake module takes care of the setup needed for this. Needs a license marker to go with PERMIT_PACKAGE. Follow how other ports look for whitespace.
