https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=193588
--- Comment #18 from John Marino <[email protected]> --- 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. _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-wireless To unsubscribe, send any mail to "[email protected]"
