From owner-svn-ports-head@freebsd.org Tue Feb 27 20:14:25 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 96B47F24844; Tue, 27 Feb 2018 20:14:25 +0000 (UTC) (envelope-from cy.schubert@cschubert.com) Received: from smtp-out-so.shaw.ca (smtp-out-so.shaw.ca [64.59.136.138]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "Client", Issuer "CA" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id F2A5B6D718; Tue, 27 Feb 2018 20:14:24 +0000 (UTC) (envelope-from cy.schubert@cschubert.com) Received: from spqr.komquats.com ([96.50.22.10]) by shaw.ca with ESMTPA id qldfe8dksYxCTqldgerHHr; Tue, 27 Feb 2018 13:14:17 -0700 X-Authority-Analysis: v=2.3 cv=cav8UELM c=1 sm=1 tr=0 a=jvE2nwUzI0ECrNeyr98KWA==:117 a=jvE2nwUzI0ECrNeyr98KWA==:17 a=kj9zAlcOel0A:10 a=Op4juWPpsa0A:10 a=6I5d2MoRAAAA:8 a=YxBL1-UpAAAA:8 a=yBdDvh8niuKs_aYorCcA:9 a=CjuIK1q_8ugA:10 a=IjZwj45LgO3ly-622nXo:22 a=Ia-lj3WSrqcvXOmTRaiG:22 Received: from slippy.cwsent.com (slippy8 [10.2.2.6]) by spqr.komquats.com (Postfix) with ESMTPS id D9A418B2; Tue, 27 Feb 2018 12:14:14 -0800 (PST) Received: from slippy.cwsent.com (localhost [127.0.0.1]) by slippy.cwsent.com (8.15.2/8.15.2) with ESMTP id w1RKDwX6005733; Tue, 27 Feb 2018 12:13:58 -0800 (PST) (envelope-from Cy.Schubert@cschubert.com) Received: from slippy (cy@localhost) by slippy.cwsent.com (8.15.2/8.15.2/Submit) with ESMTP id w1RKDwFx005730; Tue, 27 Feb 2018 12:13:58 -0800 (PST) (envelope-from Cy.Schubert@cschubert.com) Message-Id: <201802272013.w1RKDwFx005730@slippy.cwsent.com> X-Authentication-Warning: slippy.cwsent.com: cy owned process doing -bs X-Mailer: exmh version 2.8.0 04/21/2012 with nmh-1.7 Reply-to: Cy Schubert From: Cy Schubert X-os: FreeBSD X-Sender: cy@cwsent.com X-URL: http://www.cschubert.com/ To: Mathieu Arnold cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r463148 - head/sysutils/smartmontools/files In-Reply-To: Message from Mathieu Arnold of "Tue, 27 Feb 2018 18:05:47 +0000." <201802271805.w1RI5l0l017307@repo.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Tue, 27 Feb 2018 12:13:58 -0800 X-CMAE-Envelope: MS4wfJl4R05AYeDW727RV/yUsnhk77ZkG16+cUfIo5KUrLm9birYh+jTDOoxnlW0FUoopJzw76wSqNRUAMGk6GgGXwP5QsVjGggFPYEAecutiUoJeYnvTY98 Kxpll3xR6KUhIAeRKHaBOyx9eZ/350OWZTe/Glu54xeIIU0UqHyua89LoAuCZ1QKSIq4fQvHNlcyizSFvVCVKx5rhDYY9Oh8XNwxGbK++j9N4yz+k3kS8vqx xsA4/kocHdBf2lr9XkAT7Sl9CXbkYnrsB/vcE/bT2gHV1961kQqPQfDzKQ4birsrtlB6jXJq4DkAs9syQ3NSMg== X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Feb 2018 20:14:25 -0000 In message <201802271805.w1RI5l0l017307@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 FreeBSD UNIX: Web: http://www.FreeBSD.org The need of the many outweighs the greed of the few.