Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 10 Nov 2014 22:47:09 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-wireless@FreeBSD.org
Subject:   [Bug 193588] [PATCH] [new port] net/malo-firmware-1.4: Staged malo(4) firmware module
Message-ID:  <bug-193588-21060-hoWjFbJpqB@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-193588-21060@https.bugs.freebsd.org/bugzilla/>
References:  <bug-193588-21060@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=193588

--- Comment #18 from John Marino <marino@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 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-193588-21060-hoWjFbJpqB>