From nobody Tue Oct 08 12:34: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 4XNFnz3wMdz5ZNNP for ; Tue, 08 Oct 2024 12:34:31 +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 4XNFny2TxPz4ZfZ for ; Tue, 8 Oct 2024 12:34:30 +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=hH9n0oRX; 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 14:34:23 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=klop.ws; s=rw2; t=1728390863; 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=lcx7kaEl5mDntQ1vU8nTNynCORnItXTiCf2TChjLNAQ=; b=hH9n0oRXlrbi/T9oQ4Gb044BoMcsoNItxAyiH2hp12KRWrtbHQz1u6CJXLuOMl7xEAMXs/ nGVs0bM7Cpqh3nPoI0OFx4Gae2Za1vcPi+XKUQ7sO4OyK5C/dr6spOHVfAiNUXSWSL5n0G O043WP+hru54JgVVLZE6GEAqcbQIlvkk3rRDmh9t0FJI/2E6jTwQ6h7GlS6kamfkPPM2sA hOU5/temnikrBIaDtWoO/2CyDGWeHczWSfVHD/LS0n76jhj47HOwchVreSS2aNbewaZIYe Lb3/WNXEpbe0mT/m8kU924lHAZhSFWOri0Wu2AXMdWP0+6LJRW18Ln4H9khWAg== From: Ronald Klop To: ports@freebsd.org Message-ID: <722318548.6969.1728390863107@localhost> Subject: what to do about "FATAL: PLIST_FILES: files cannot contain %%FOO%% variables. Use make variables and logic instead" 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_6968_1475430730.1728390863071" 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.999]; 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: 4XNFny2TxPz4ZfZ X-Spamd-Bar: --- ------=_Part_6968_1475430730.1728390863071 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Hi, I was looking for a change to devel/jna and after running portlint it says: FATAL: PLIST_FILES: files cannot contain %%FOO%% variables. Use make variables and logic instead The lines in the Makefile this is about are: PLIST_FILES= %%JAVAJARDIR%%/jna-platform.jar \ %%JAVAJARDIR%%/jna.jar What would be the proper solution for this? Regards, Ronald. ------=_Part_6968_1475430730.1728390863071 Content-Type: text/html; charset=us-ascii Content-Transfer-Encoding: 7bit Hi,

I was looking for a change to devel/jna and after running portlint it says:

FATAL: PLIST_FILES: files cannot contain %%FOO%% variables.  Use make variables and logic instead

The lines in the Makefile this is about are:
PLIST_FILES=    %%JAVAJARDIR%%/jna-platform.jar \
                %%JAVAJARDIR%%/jna.jar

What would be the proper solution for this?

Regards,
Ronald.
  ------=_Part_6968_1475430730.1728390863071--