svn commit: r463148 - head/sysutils/smartmontools/files

Cy Schubert Cy.Schubert at cschubert.com
Tue Feb 27 20:14:25 UTC 2018


In message <201802271805.w1RI5l0l017307 at repo.freebsd.org>, Mathieu 
Arnold write
s:
> Author: mat
> Date: Tue Feb 27 18:05:47 2018
> New Revision: 463148
> URL: https://svnweb.freebsd.org/changeset/ports/463148
>
> Log:
>   Fix build.
>   
>   Sponsored by:	Absolight
>
> Modified:
>   head/sysutils/smartmontools/files/patch-os__freebsd.cpp   (contents, props 
> changed)
>
> Modified: head/sysutils/smartmontools/files/patch-os__freebsd.cpp
> =============================================================================
> =
> --- head/sysutils/smartmontools/files/patch-os__freebsd.cpp	Tue Feb 27 17:0
> 8:21 2018	(r463147)
> +++ head/sysutils/smartmontools/files/patch-os__freebsd.cpp	Tue Feb 27 18:0
> 5:47 2018	(r463148)
> @@ -25,7 +25,7 @@
>  +#if __FreeBSD_version >= 1200058
>  +  pt.cmd.opc_fuse = NVME_CMD_SET_OPC(in.opcode);
>  +#else
> -+  pt.cmd.opc_fuse = in.opcode;
> ++  pt.cmd.opc = in.opcode;
>  +#endif
>     pt.cmd.nsid = in.nsid;
>     pt.buf = in.buffer;
>

Thank you.

Pointy hat to: cy


-- 
Cheers,
Cy Schubert <Cy.Schubert at cschubert.com>
FreeBSD UNIX:  <cy at FreeBSD.org>   Web:  http://www.FreeBSD.org

	The need of the many outweighs the greed of the few.




More information about the svn-ports-head mailing list