Hi, untested but I think you are getting bitten by the default
"ALL_TARGET=all"; try just setting ALL_TARGET= in the port.
On 2022/12/06 17:40, Thomas Dettbarn wrote:
> Hello.
>
>
> So, I started writing a port for my retro MP3 player d11amp.
> You can find the project's homepage here: https://dettus.net/d11amp
>
>
> The port is what I have attached to this email. I tested it by
> putting it into the ports tree and running "make install".
>
> It would be great if it could become part of the official OpenBSD
> ports tree one day, but only if it meets your standards.
>
>
> Thus far, I am not 100% happy, since I was forced to include a
> do-build target. Now, its very existence seems odd to me. May I
> bother one of you more experienced porters to have a look? Is it
> really necessary or did I do something wrong?
> (see below)
>
>
> Thomas
>
>
> -x-x-x-x-x-x-x-x-x-x (from the Makefile)
> MAKE_FLAGS= CC="${CC}" CFLAGS="${CFLAGS}"
> ....
> do-build:
> cd ${WRKBUILD} && pwd && make
>
> do-install:
> ...
> -x-x-x-x-x-x-x-x-x-x
No comments:
Post a Comment