[Bug 289118] emulators/ares: update to 146, unbundle dependencies

From: <bugzilla-noreply_at_freebsd.org>
Date: Wed, 27 Aug 2025 21:09:26 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=289118

Hiroki Tagato <tagattie@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |tagattie@FreeBSD.org
             Status|New                         |Open

--- Comment #2 from Hiroki Tagato <tagattie@FreeBSD.org> ---
(In reply to Stefan Schlosser from comment #0)

Hi, thanks for an update to the port.

> * The provided release archive doesn't contain a root directory anymore, which
>   results in extracting the distfile directly into $WRKDIR. In order to keep
>   $WRKDIR and $WRKSRC distinct, a custom pre-extract target creates the previous
>   $WRKSRC directory manually and -C ${WRKSRC} is added to EXTRACT_AFTER_ARGS.

I guess NO_WRKSUBDIR is what you want.
https://docs.freebsd.org/en/books/porters-handbook/book/#makefile-no_wrksubdir

You don't have to define WRKSRC, pre-extract targets, and -C ${WRKSRC} in
EXTRACT_AFTER_ARGS.

-- 
You are receiving this mail because:
You are the assignee for the bug.