From nobody Tue Oct 08 12:48:19 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 4XNG732gbHz5ZPCl for ; Tue, 08 Oct 2024 12:49:19 +0000 (UTC) (envelope-from ps.ports@smyrak.com) Received: from ipv6.s149.cyber-folks.pl (ipv6.s149.cyber-folks.pl [IPv6:2a02:1778::113:254]) (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 4XNG7237vfz4f8p for ; Tue, 8 Oct 2024 12:49:18 +0000 (UTC) (envelope-from ps.ports@smyrak.com) Authentication-Results: mx1.freebsd.org; dkim=none ("invalid DKIM record") header.d=smyrak.com header.s=x header.b=cVtyLwf+; spf=pass (mx1.freebsd.org: domain of ps.ports@smyrak.com designates 2a02:1778::113:254 as permitted sender) smtp.mailfrom=ps.ports@smyrak.com; dmarc=pass (policy=none) header.from=smyrak.com DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=smyrak.com; s=x; h=Content-Transfer-Encoding:Content-Type:MIME-Version:References: In-Reply-To:Message-ID:Subject:To:From:Date:Sender:Reply-To:Cc:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:List-Id:List-Help:List-Unsubscribe:List-Subscribe: List-Post:List-Owner:List-Archive; bh=zphiJELUd12gpw0sd40ZhIqJAbwfSPaPO0t7t1PiS8A=; b=cVtyLwf+qZLvYWoh0iotrAu3PF LpEmPgU5D9kwl2kRuSR/8fFvPoiV1qiZEDhUEpo1A8VxXmr6BgX9OCmbelpOuRdTf1DvntCTneXdm hKuucncDlJeGjkw+60DTyLwgPdBkmgI9inhuvkWZHqlkUl7FJKLXhawimyyHeI2tnRMLnSJG5wYps x3zzXjzETaamykao5XrURFQv7hb/ERDnTZ1e6n2UR9QYA2Vuz+sleekEajCZ2xKn5Ev1HOERw6hMz UFDFaGQKRWTkas26JPf8nX/gvhGGxJAYll8JKqy2NJup7oFx1yGwbiXkk9CoLQAx8TkFCUaHkz0xd 4qbKTp7Q==; Received: from 93-181-165-201.internetia.net.pl ([93.181.165.201] helo=daleth.home) by s149.cyber-folks.pl with esmtpsa (TLS1.3) tls TLS_AES_256_GCM_SHA384 (Exim 4.98) (envelope-from ) id 1sy9eP-0000000BJv7-1TM3 for ports@freebsd.org; Tue, 08 Oct 2024 14:49:17 +0200 Date: Tue, 8 Oct 2024 14:48:19 +0200 From: Piotr Smyrak To: ports@freebsd.org Subject: Re: what to do about "FATAL: PLIST_FILES: files cannot contain %%FOO%% variables. Use make variables and logic instead" Message-ID: <20241008144819.34c3803c@daleth.home> In-Reply-To: <722318548.6969.1728390863107@localhost> References: <722318548.6969.1728390863107@localhost> 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: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Authenticated-Id: piero@smyrak.com X-Spamd-Result: default: False [-3.69 / 15.00]; NEURAL_HAM_SHORT(-1.00)[-1.000]; NEURAL_HAM_MEDIUM(-1.00)[-0.997]; NEURAL_HAM_LONG(-1.00)[-0.996]; DMARC_POLICY_ALLOW(-0.50)[smyrak.com,none]; R_SPF_ALLOW(-0.20)[+ip6:2a02:1778::113:0/116]; MIME_GOOD(-0.10)[text/plain]; ONCE_RECEIVED(0.10)[]; ASN(0.00)[asn:41079, ipnet:2a02:1778::/48, country:PL]; RCVD_COUNT_ONE(0.00)[1]; MIME_TRACE(0.00)[0:+]; R_DKIM_PERMFAIL(0.00)[smyrak.com:s=x]; MISSING_XM_UA(0.00)[]; RCPT_COUNT_ONE(0.00)[1]; RCVD_TLS_ALL(0.00)[]; MLMMJ_DEST(0.00)[ports@freebsd.org]; FROM_EQ_ENVFROM(0.00)[]; FROM_HAS_DN(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; TO_DN_NONE(0.00)[]; ARC_NA(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; DKIM_TRACE(0.00)[smyrak.com:~] X-Rspamd-Queue-Id: 4XNG7237vfz4f8p X-Spamd-Bar: --- On Tue, 8 Oct 2024 14:34:23 +0200 (CEST) Ronald Klop wrote: > 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? See x11-fonts/iansui Makefile for an example. HTH, -- Piotr Smyrak