[Bug 234747] science/lm: Do not set VMD_VARS twice
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Tue Jan 8 14:27:28 UTC 2019
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=234747
Bug ID: 234747
Summary: science/lm: Do not set VMD_VARS twice
Product: Ports & Packages
Version: Latest
Hardware: Any
OS: Any
Status: New
Severity: Affects Only Me
Priority: ---
Component: Individual Port(s)
Assignee: yuri at freebsd.org
Reporter: tobik at freebsd.org
Flags: maintainer-feedback?(yuri at freebsd.org)
Assignee: yuri at freebsd.org
The second VMD_VARS overwrites the first VMD_VARS
VMD_VARS= XUSE_VMD=1
VMD_VARS_OFF= XUSE_VMD=0
VMD_VARS=
VMD_ARCH=${ARCH:S/amd64/FREEBSDAMD64/:S/${ARCH}/FREEBSD/}
so XUSE_VMD=1 is never passed to the build.
Is this a problem? Can it be removed or merged together?
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list