[Bug 256873] [exp-run] without PROFILE
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 256873] [exp-run] without PROFILE"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 30 Jun 2021 20:27:49 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=256873 Ed Maste <emaste@freebsd.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mandree@FreeBSD.org --- Comment #4 from Ed Maste <emaste@freebsd.org> --- mandree@, I see devel/libublio/Makefile has: .if defined(NO_PROFILE) || defined(NOPROFILE) || defined(WITHOUT_PROFILE) || "${MK_PROFILE}" == "no" PLIST_SUB+= PROFLIB="@comment " .else PLIST_SUB+= PROFLIB="" .endif this is the only port in the list that checks MK_PROFILE (which should be the correct variable) as opposed to checking (only) NO_PROFILE / NOPROFILE, but it seems bsd.opt.mk does not get included in the ports Makefile hierarchy. -- You are receiving this mail because: You are on the CC list for the bug.