From owner-freebsd-questions@freebsd.org Mon Apr 20 20:12:36 2020 Return-Path: Delivered-To: freebsd-questions@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id E43492AE69F for ; Mon, 20 Apr 2020 20:12:36 +0000 (UTC) (envelope-from jacques+freebsd@foucry.net) Received: from mithril.localdomain (dontpanic.foucry.net [80.67.176.134]) by mx1.freebsd.org (Postfix) with ESMTP id 495dCl5r4Fz42Tv for ; Mon, 20 Apr 2020 20:12:35 +0000 (UTC) (envelope-from jacques+freebsd@foucry.net) Received: from mithril.foucry.net (mithril.foucry.net [127.0.0.1]) by mithril.localdomain (Postfix) with ESMTP id 8A2A318BB3; Mon, 20 Apr 2020 22:12:34 +0200 (CEST) Date: Mon, 20 Apr 2020 22:12:34 +0200 From: Jacques Foucry To: Steve O'Hara-Smith Cc: Jacques Foucry , freebsd-questions@freebsd.org Subject: Re: Did I miss something? [inatalling terminator] Message-ID: <20200420201234.GC2970@mithril.foucry.net> Mail-Followup-To: Steve O'Hara-Smith , Jacques Foucry , freebsd-questions@freebsd.org References: <20200420191935.GA73334@mithril.foucry.net> <20200420205845.a04c1ee6be848c01444e2d51@sohara.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20200420205845.a04c1ee6be848c01444e2d51@sohara.org> X-Rspamd-Queue-Id: 495dCl5r4Fz42Tv X-Spamd-Bar: - Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=fail reason="No valid SPF, No valid DKIM" header.from=foucry.net (policy=none) X-Spamd-Result: default: False [-1.58 / 15.00]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; DMARC_POLICY_SOFTFAIL(0.10)[foucry.net : No valid SPF, No valid DKIM,none]; FROM_HAS_DN(0.00)[]; RCPT_COUNT_THREE(0.00)[3]; TO_DN_SOME(0.00)[]; NEURAL_HAM_LONG(-1.00)[-0.999,0]; TAGGED_RCPT(0.00)[freebsd]; MIME_GOOD(-0.10)[text/plain]; HFILTER_HELO_IP_A(1.00)[mithril.localdomain]; HFILTER_HELO_NORES_A_OR_MX(0.30)[mithril.localdomain]; TO_MATCH_ENVRCPT_SOME(0.00)[]; IP_SCORE(-0.98)[ipnet: 80.67.160.0/19(-2.74), asn: 20766(-2.16), country: FR(0.00)]; RCVD_NO_TLS_LAST(0.10)[]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:20766, ipnet:80.67.160.0/19, country:FR]; TAGGED_FROM(0.00)[freebsd]; SUBJECT_HAS_QUESTION(0.00)[]; RCVD_COUNT_TWO(0.00)[2] X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Apr 2020 20:12:36 -0000 Le lundi 20 avr. 2020 à 20:58:45 (+0100), Steve O'Hara-Smith à écrit: > On Mon, 20 Apr 2020 21:19:35 +0200 > Jacques Foucry wrote: > > > > pkg search terminator did not give me any awswer. > > > > So, what's wrong? What' your thought about it? > > These lines in the port Makefile seem to be the reason. > > DEPRECATED= Old, uses EOLed python27 > EXPIRATION_DATE= 2020-02-28 Hug… Don't find those lines on the Makefile in my port three: Instaed, concerning python, I have those lines: USES= gnome python:3.5+ shebangfix USE_GNOME= intltool pygobject3 vte3 USE_PYTHON= autoplist distutils And it compile perfectly on my system FreeBSD mithril 12.1-RELEASE-p3 FreeBSD 12.1-RELEASE-p3 GENERIC amd64 Look strange isnt'it? -- Jacques Foucry