[Bug 193588] [PATCH] [new port] net/malo-firmware-1.4: Staged malo(4) firmware module

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Mon Nov 10 22:47:09 UTC 2014


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=193588

--- Comment #18 from John Marino <marino at FreeBSD.org> ---
two minor issues:

XPORTREVISION=    2

why does a new port have PORTREVISION set?  it should not.


change this:
X    cd ${WRKSRC}/${DRIVERNAME}; ${SETENV} KMODDIR="${KMODDIR}" make all
to
X    (cd ${WRKSRC}/${DRIVERNAME} && \
        ${SETENV} KMODDIR="${KMODDIR}" ${MAKE_CMD} all)


Is it possible to get verification with poudriere log (attached)?

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


More information about the freebsd-ports-bugs mailing list