From nobody Thu Jul 28 14:09:44 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 4Ltswh1m8Mz4Xr6K for ; Thu, 28 Jul 2022 14:09:56 +0000 (UTC) (envelope-from danny@cs.huji.ac.il) Received: from kabab.cs.huji.ac.il (kabab.cs.huji.ac.il [132.65.116.210]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4Ltswf6RxJz40ZG for ; Thu, 28 Jul 2022 14:09:54 +0000 (UTC) (envelope-from danny@cs.huji.ac.il) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=cs.huji.ac.il; s=57791128; h=To:Date:Message-Id:Subject:Mime-Version:Content-Transfer-Encoding:Content-Type:From; bh=Y8JaCSG/wvZn3A9vWgndjOYo8DpPiregAuSYG+8TF8c=; b=dtpfgwlfyKFD5oebll7J4cADZaKVS+BBFnuJa3yey/PtLgG+LapE7jcIhAuiFK5ewkIbPBEY56Sdrk2JIF5mEe949Jtb/qH8QJ2XFPANvvBuPt/4eN0mLxoaoMGc6AWRqs8cCD0INS371adbLAaZPAT2IIH3l668wjwlz2E0TfhucUJN9iYl5DvpxgS/T0OvznFYd+dWMbap+Go05vqSboSch5VDF/qHAMwmAMM9drZdIVvvPRBnmEO3L/bgZheIGmdZu9Y39rftyM0WZLi6lS0N0Ra8BF7W5BY9HcAP+trdwtgQ/fQatjkdnjCzZePN9m1E4F6WooqrMiU5DGHbMA==; Received: from imac.bk.cs.huji.ac.il ([132.65.179.42] helo=smtpclient.apple) by kabab.cs.huji.ac.il with esmtp id 1oH4Cu-0004qb-Hk for ports@freebsd.org; Thu, 28 Jul 2022 17:09:44 +0300 From: Daniel Braniss 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 (Mac OS X Mail 16.0 \(3696.100.31\)) Subject: make config stopped working Message-Id: Date: Thu, 28 Jul 2022 17:09:44 +0300 To: freebsd-ports X-Mailer: Apple Mail (2.3696.100.31) X-Rspamd-Queue-Id: 4Ltswf6RxJz40ZG X-Spamd-Bar: --- Authentication-Results: mx1.freebsd.org; dkim=pass header.d=cs.huji.ac.il header.s=57791128 header.b=dtpfgwlf; dmarc=pass (policy=none) header.from=huji.ac.il; spf=none (mx1.freebsd.org: domain of danny@cs.huji.ac.il has no SPF policy when checking 132.65.116.210) smtp.mailfrom=danny@cs.huji.ac.il X-Spamd-Result: default: False [-3.30 / 15.00]; NEURAL_HAM_LONG(-1.00)[-1.000]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; NEURAL_HAM_SHORT(-1.00)[-1.000]; DMARC_POLICY_ALLOW(-0.50)[huji.ac.il,none]; MV_CASE(0.50)[]; R_DKIM_ALLOW(-0.20)[cs.huji.ac.il:s=57791128]; MIME_GOOD(-0.10)[text/plain]; MIME_TRACE(0.00)[0:+]; MLMMJ_DEST(0.00)[ports@freebsd.org]; R_SPF_NA(0.00)[no SPF record]; FROM_EQ_ENVFROM(0.00)[]; ASN(0.00)[asn:378, ipnet:132.64.0.0/15, country:IL]; RCVD_TLS_LAST(0.00)[]; ARC_NA(0.00)[]; TO_DN_ALL(0.00)[]; RCVD_COUNT_TWO(0.00)[2]; FREEFALL_USER(0.00)[danny]; DKIM_TRACE(0.00)[cs.huji.ac.il:+]; FROM_HAS_DN(0.00)[]; RCPT_COUNT_ONE(0.00)[1]; TO_MATCH_ENVRCPT_ALL(0.00)[]; MID_RHS_MATCH_FROM(0.00)[] X-ThisMailContainsUnwantedMimeParts: N hi, after todays=E2=80=99 git pull, for example if i do: cd /usr/ports/editors/emacs make config i get =3D=3D=3D> Options unchanged tried make clean, but still the same. make show options shows the options! cheers, danny