Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 30 Jun 2021 20:27:49 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 256873] [exp-run] without PROFILE
Message-ID:  <bug-256873-7788-bmlcbisbni@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-256873-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-256873-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D256873

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}" =3D=3D "no"
PLIST_SUB+=3D     PROFLIB=3D"@comment "
.else
PLIST_SUB+=3D     PROFLIB=3D""
.endif

this is the only port in the list that checks MK_PROFILE (which should be t=
he
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.

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-256873-7788-bmlcbisbni>