[Bug 256873] [exp-run] without PROFILE

From: <bugzilla-noreply_at_freebsd.org>
Date: Wed, 30 Jun 2021 20:15:21 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=256873

--- Comment #2 from Ed Maste <emaste@freebsd.org> ---
Looking at the first one textproc/nunnimcax:

pkg-static: Unable to access file
/wrkdirs/usr/ports/textproc/nunnimcax/work/stage/usr/local/lib/libNunniMCAX_p.a:No
such file or directory

Makefile has:

.if defined(NOPROFILE) || defined(NO_PROFILE)
PLIST_SUB+=     PROFILE="@comment "
.else
PLIST_SUB+=     PROFILE=""
.endif

so it looks like the port inherits the base system default and attempts to
detect whether it builds with -pg or not but using an obsolete mechanism

-- 
You are receiving this mail because:
You are on the CC list for the bug.