From owner-svn-ports-head@freebsd.org Mon Jul 1 08:01:37 2019 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 47C1B15D9C23; Mon, 1 Jul 2019 08:01:37 +0000 (UTC) (envelope-from r.c.ladan@gmail.com) Received: from mail-io1-f52.google.com (mail-io1-f52.google.com [209.85.166.52]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "smtp.gmail.com", Issuer "GTS CA 1O1" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 953356AEB5; Mon, 1 Jul 2019 08:01:36 +0000 (UTC) (envelope-from r.c.ladan@gmail.com) Received: by mail-io1-f52.google.com with SMTP id k20so342821ios.10; Mon, 01 Jul 2019 01:01:36 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=rUn/Qgg/BxpMrhOJRlJ7LjWPWenKdMtuyffbKc2nOGY=; b=O5oZTPk4jjkMiMjUoFoWZodo2XY1DhL+AU+Ue1oX0wWQ4oEN6ptbTWM5W098c8mXSO qWENCl3hBK0eJRPylpx5iIJ0kHKWrggdT2SFj9at2Yd+l4SwLiZU5A8M14vowRxkuXUh tLNEcOlLWNeDyBCffb/1hJPRouBX7l27CdaNNOEkGzU+EPZuYDQvo5+AwgJbZ2HHgptR 8A8DQW6zDeigjGyzyVYPQivnyBOLkxAcsRcV8cVGixE8eLIN7U1mZbb+8U7qLzx7Awjf JqXVqPDfBVLAsq7NuDQtFn2m2sHMWM1Ouk/0GRM75bJRyOSOPC2p5ppoZ2M4bNf/Nqju O9fA== X-Gm-Message-State: APjAAAUrp2njKGUcRJWLRZgrK4Bsgs3JsiYIfjQnsIUuubnG27DFBkIW 4cMrig9WiWXG/Yg+lND9xWiXvwvmabRReBdwVYva3Q== X-Google-Smtp-Source: APXvYqwdbndTBqXHw84SUZhA3owTliPxMoTahJhHefB4JQpkKsXUVMCGEDaQ+WvHMAtG4BfLeeahhXCYOLSACBTDdsw= X-Received: by 2002:a6b:1451:: with SMTP id 78mr5560161iou.247.1561968089846; Mon, 01 Jul 2019 01:01:29 -0700 (PDT) MIME-Version: 1.0 References: <201906301915.x5UJFU4J074561@repo.freebsd.org> In-Reply-To: <201906301915.x5UJFU4J074561@repo.freebsd.org> From: =?UTF-8?Q?Ren=C3=A9_Ladan?= Date: Mon, 1 Jul 2019 10:01:17 +0200 Message-ID: Subject: Re: svn commit: r505444 - head/sysutils/lsof To: Larry Rosenman Cc: ports-committers , svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-Rspamd-Queue-Id: 953356AEB5 X-Spamd-Bar: ------ Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-6.88 / 15.00]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.88)[-0.885,0]; REPLY(-4.00)[]; TAGGED_FROM(0.00)[]; NEURAL_HAM_LONG(-1.00)[-1.000,0] Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.29 X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 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: Mon, 01 Jul 2019 08:01:37 -0000 Just looking at the diff from this email, would it be possible to use USES=3Dkmod instead of handcoding this check and setting up flags? Ren=C3=A9 Op zo 30 jun. 2019 21:15 schreef Larry Rosenman : > Author: ler > Date: Sun Jun 30 19:15:30 2019 > New Revision: 505444 > URL: https://svnweb.freebsd.org/changeset/ports/505444 > > Log: > sysutils/lsof: quiet portlint. > > Modified: > head/sysutils/lsof/Makefile > > Modified: head/sysutils/lsof/Makefile > > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D > --- head/sysutils/lsof/Makefile Sun Jun 30 18:25:03 2019 (r505443) > +++ head/sysutils/lsof/Makefile Sun Jun 30 19:15:30 2019 (r505444) > @@ -31,7 +31,7 @@ CONFIGURE_ARGS=3D -n freebsd > CONFIGURE_ENV=3D LSOF_CC=3D"${CC}" FREEBSD_SYS=3D"${SRC_BASE}/sys" > > .if !exists(${SRC_BASE}/sys/kern/kern_lockf.c) > -IGNORE=3D requires kernel sources > +IGNORE+=3D requires kernel sources > .endif > > do-install: > >