From nobody Tue Oct 08 15:36:23 2024 X-Original-To: ports@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4XNKqt4K4Lz5ZX2c for ; Tue, 08 Oct 2024 15:36:26 +0000 (UTC) (envelope-from SRS0=EKhA=RE=klop.ws=ronald-lists@realworks.nl) Received: from smtp-relay-int.realworks.nl (smtp-relay-int.realworks.nl [194.109.157.24]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4XNKqs5FcGz4sRv for ; Tue, 8 Oct 2024 15:36:25 +0000 (UTC) (envelope-from SRS0=EKhA=RE=klop.ws=ronald-lists@realworks.nl) Authentication-Results: mx1.freebsd.org; dkim=pass header.d=klop.ws header.s=rw2 header.b=cNEpc3HG; spf=pass (mx1.freebsd.org: domain of "SRS0=EKhA=RE=klop.ws=ronald-lists@realworks.nl" designates 194.109.157.24 as permitted sender) smtp.mailfrom="SRS0=EKhA=RE=klop.ws=ronald-lists@realworks.nl"; dmarc=pass (policy=quarantine) header.from=klop.ws Date: Tue, 8 Oct 2024 17:36:23 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=klop.ws; s=rw2; t=1728401783; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type; bh=WV0sldTjPFf/bV9jNtkKIx/LlPuNaycNx7iRMIXRiMg=; b=cNEpc3HGKoG1fqIkejGbRMUod8S0EBogHJqGcXcdfOCBcwJEZUhhOrNBcZDu8bl0lwMOMl BXbOm4Cq0lXDkYR9G9AQEVUVHcQuAg1U4ArFU/Ac+OnrBGRrhgDEZyGFQoVESpbVxFIpdN XG73O4GGRAS+re7ETioYZLw6xHZRMrlPK+QXkvHiyyRzJf7z5TblIZEWJzSdOEbGdQUC8i pEyhdF4m1FHBJAKfEluZPhCh6AT8kxaw2qmoco3+hhDNrbaQQ2pQndGau6X2ivAITUqVKO FmM2cWG17inuU1msmSK7QVxshimvY/zJ2AtP1GnQSnt579jetf8bUC11ZGx/Nw== From: Ronald Klop To: ports@freebsd.org Message-ID: <324101354.10985.1728401783778@localhost> Subject: portlint -> WARN: Makefile: a port shall not define both USE_ANT and USES[+]=gmake List-Id: Porting software to FreeBSD List-Archive: https://lists.freebsd.org/archives/freebsd-ports List-Help: List-Post: List-Subscribe: List-Unsubscribe: X-BeenThere: freebsd-ports@freebsd.org Sender: owner-freebsd-ports@FreeBSD.org MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_10984_343427873.1728401783758" X-Mailer: Realworks (722.66) Importance: Normal X-Priority: 3 (Normal) X-Spamd-Result: default: False [-3.19 / 15.00]; NEURAL_HAM_MEDIUM(-1.00)[-0.999]; NEURAL_HAM_SHORT(-1.00)[-0.998]; NEURAL_HAM_LONG(-0.99)[-0.988]; MID_RHS_NOT_FQDN(0.50)[]; DMARC_POLICY_ALLOW(-0.50)[klop.ws,quarantine]; FORGED_SENDER(0.30)[ronald-lists@klop.ws,SRS0=EKhA=RE=klop.ws=ronald-lists@realworks.nl]; R_DKIM_ALLOW(-0.20)[klop.ws:s=rw2]; R_SPF_ALLOW(-0.20)[+ip4:194.109.157.0/24]; MIME_GOOD(-0.10)[multipart/alternative,text/plain]; ASN(0.00)[asn:3265, ipnet:194.109.0.0/16, country:NL]; RCPT_COUNT_ONE(0.00)[1]; MIME_TRACE(0.00)[0:+,1:+,2:~]; ARC_NA(0.00)[]; MLMMJ_DEST(0.00)[ports@freebsd.org]; TO_MATCH_ENVRCPT_ALL(0.00)[]; FROM_HAS_DN(0.00)[]; RCVD_COUNT_ZERO(0.00)[0]; FROM_NEQ_ENVFROM(0.00)[ronald-lists@klop.ws,SRS0=EKhA=RE=klop.ws=ronald-lists@realworks.nl]; TO_DN_NONE(0.00)[]; HAS_X_PRIO_THREE(0.00)[3]; DKIM_TRACE(0.00)[klop.ws:+] X-Rspamd-Queue-Id: 4XNKqs5FcGz4sRv X-Spamd-Bar: --- ------=_Part_10984_343427873.1728401783758 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Hi, What is advised here? Again about port devel/jna. Portlint says: WARN: Makefile: a port shall not define both USE_ANT and USES[+]=gmake The main build uses ant and that invokes gmake. (AFAIS) If I move gmake from USES to BUILD_DEPENDS the above WARN is gone, but now portlint gives me: WARN: Makefile: dependency to gmake listed in BUILD_DEPENDS. consider using USES[+]=gmake. :-) What warning do you recommend? Regards, Ronald. ------=_Part_10984_343427873.1728401783758 Content-Type: text/html; charset=us-ascii Content-Transfer-Encoding: 7bit Hi,

What is advised here?
Again about port devel/jna.

Portlint says:
WARN: Makefile: a port shall not define both USE_ANT and USES[+]=gmake

The main build uses ant and that invokes gmake. (AFAIS)
If I move gmake from USES to BUILD_DEPENDS the above WARN is gone, but now portlint gives me:

WARN: Makefile: dependency to gmake listed in BUILD_DEPENDS. consider using USES[+]=gmake.

:-)

What warning do you recommend?

Regards,
Ronald.
  ------=_Part_10984_343427873.1728401783758--