From nobody Wed Sep 14 14:09:26 2022 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 4MSMf45xzdz4cCWT for ; Wed, 14 Sep 2022 14:09:32 +0000 (UTC) (envelope-from Axel.Rau@Chaos1.DE) Received: from mailout5.lrau.net (mailout5.lrau.net [IPv6:2a05:bec0:26:5::73]) (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-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "mailout5.lrau.net", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4MSMf355zTz3yDD for ; Wed, 14 Sep 2022 14:09:31 +0000 (UTC) (envelope-from Axel.Rau@Chaos1.DE) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=chaos1.de; s=2022; h=To:Date:Message-Id:Subject:Mime-Version:Content-Transfer-Encoding: Content-Type:From:Sender:Reply-To:Cc:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: In-Reply-To:References:List-Id:List-Help:List-Unsubscribe:List-Subscribe: List-Post:List-Owner:List-Archive; bh=yM+tYrmJ4kxvnAhfyWvQUUsbeuGonoPodB/FUlieENU=; b=x7yVEj1AoSfrJ9gin37yvqwdnB JKjGlHdgvpbPWjLWDtb+KU5q+ZesQonboupKzG7jaNal43R96ggAwJXefXOfN6NO1AjuV7nJdC7/j IhEiIj+co3GDQd+agCFS+jkpESI43cuN8TMiSAT9AZjujkTf7VNwWWUF7mWUkq9XNkHcLXrJxdkVE YfOQ53bSHHNLX2TiyVNhhUqwU6A5gdZGEqLF6wEBaQUcLk/3HD9lPD4pIfTT3GHLrytEi1vR8FfdU zwfrc4GmWNJe12IR7Dz5oLeHTs6qCuCWXiekNHw4K4qYp/KBvG6VtwbcNPJQT7dx/cKSj0rsHIjDW 2L/pAZig==; Received: from [2a05:bec0:26:5::74] (helo=imap5.lrau.net) by mailout5.lrau.net with esmtp (Exim 4.95 (FreeBSD)) (envelope-from ) id 1oYT4x-000CDh-7Q for ports@FreeBSD.org; Wed, 14 Sep 2022 14:09:27 +0000 Received: from Axel.Rau@Chaos1.DE by imap5.lrau.net (Archiveopteryx 3.2.0) with esmtpsa id 1663164566-12388-8168/7/41; Wed, 14 Sep 2022 14:09:26 +0000 From: Axel Rau Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable List-Id: Porting software to FreeBSD List-Archive: https://lists.freebsd.org/archives/freebsd-ports List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org Mime-Version: 1.0 Subject: invoking shell script at post-extract Message-Id: <7B6895D9-0DA6-4B4C-B8B7-CAF6C4DF4473@Chaos1.DE> Date: Wed, 14 Sep 2022 16:09:26 +0200 To: ports@FreeBSD.org X-Mailer: Apple Mail (2.3608.120.23.2.7) X-Rspamd-Queue-Id: 4MSMf355zTz3yDD X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org; dkim=pass header.d=chaos1.de header.s=2022 header.b=x7yVEj1A; dmarc=none; spf=none (mx1.freebsd.org: domain of Axel.Rau@Chaos1.DE has no SPF policy when checking 2a05:bec0:26:5::73) smtp.mailfrom=Axel.Rau@Chaos1.DE X-Spamd-Result: default: False [-2.90 / 15.00]; NEURAL_HAM_LONG(-1.00)[-1.000]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; NEURAL_HAM_SHORT(-1.00)[-1.000]; MV_CASE(0.50)[]; R_DKIM_ALLOW(-0.20)[chaos1.de:s=2022]; MIME_GOOD(-0.10)[text/plain]; RCVD_IN_DNSWL_LOW(-0.10)[2a05:bec0:26:5::73:from]; TO_MATCH_ENVRCPT_ALL(0.00)[]; R_SPF_NA(0.00)[no SPF record]; MLMMJ_DEST(0.00)[ports@FreeBSD.org]; RCVD_IN_DNSWL_NONE(0.00)[2a05:bec0:26:5::74:received]; FROM_EQ_ENVFROM(0.00)[]; RCVD_TLS_LAST(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:197071, ipnet:2a05:bec0::/29, country:DE]; DWL_DNSWL_NONE(0.00)[chaos1.de:dkim]; ARC_NA(0.00)[]; RCVD_COUNT_THREE(0.00)[3]; TO_DN_NONE(0.00)[]; FROM_HAS_DN(0.00)[]; DKIM_TRACE(0.00)[chaos1.de:+]; DMARC_NA(0.00)[chaos1.de]; MID_RHS_MATCH_FROM(0.00)[]; RCPT_COUNT_ONE(0.00)[1]; RCVD_VIA_SMTP_AUTH(0.00)[] X-ThisMailContainsUnwantedMimeParts: N Hi all, I have a shell script in files which installs a bunch of packages. Naively, I have tried: - - - post-extract: \ ${SH} files/home2l_packages.sh - - - But it=E2=80=99s not invoked. Any help apreciated, Axel =2D-- PGP-Key: CDE74120 =E2=98=80 computing @ chaos claudius