From owner-freebsd-ports@freebsd.org Tue Apr 16 08:08:25 2019 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 644F5158CFD7 for ; Tue, 16 Apr 2019 08:08:25 +0000 (UTC) (envelope-from markand@malikania.fr) Received: from smtp.smtpout.orange.fr (smtp09.smtpout.orange.fr [80.12.242.131]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (Client CN "Bizanga Labs SMTP Client Certificate", Issuer "Bizanga Labs CA" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id CADD981476 for ; Tue, 16 Apr 2019 08:08:22 +0000 (UTC) (envelope-from markand@malikania.fr) Received: from postfix.malikania.fr ([5.135.187.121]) by mwinf5d32 with ME id 0w8E2000G2dbEiD03w8Ebe; Tue, 16 Apr 2019 10:08:14 +0200 X-ME-Helo: postfix.malikania.fr X-ME-Auth: ZGVtZWxpZXIuZGF2aWRAb3JhbmdlLmZy X-ME-Date: Tue, 16 Apr 2019 10:08:14 +0200 X-ME-IP: 5.135.187.121 Received: from [167.3.108.158] (unknown [77.159.242.243]) by postfix.malikania.fr (Postfix) with ESMTPSA id 358CF1ED92E for ; Tue, 16 Apr 2019 10:08:14 +0200 (CEST) Subject: Re: irc/ngircd: typo in Makefile To: freebsd-ports@freebsd.org References: <20190415210939.0de4c21c@DaemONX> From: David Demelier Message-ID: <4d468d2c-a9c7-1680-a969-d73143adc957@malikania.fr> Date: Tue, 16 Apr 2019 10:08:13 +0200 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:60.0) Gecko/20100101 Thunderbird/60.6.1 MIME-Version: 1.0 In-Reply-To: <20190415210939.0de4c21c@DaemONX> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: fr Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: CADD981476 X-Spamd-Bar: ++++ Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [4.87 / 15.00]; RCVD_VIA_SMTP_AUTH(0.00)[]; TO_DN_NONE(0.00)[]; RCVD_COUNT_THREE(0.00)[3]; MX_GOOD(-0.01)[malikania.fr]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:3215, ipnet:80.12.240.0/20, country:FR]; MID_RHS_MATCH_FROM(0.00)[]; ARC_NA(0.00)[]; FROM_HAS_DN(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; NEURAL_SPAM_SHORT(0.96)[0.957,0]; MIME_GOOD(-0.10)[text/plain]; PREVIOUSLY_DELIVERED(0.00)[freebsd-ports@freebsd.org]; DMARC_NA(0.00)[malikania.fr]; AUTH_NA(1.00)[]; RCPT_COUNT_ONE(0.00)[1]; NEURAL_SPAM_MEDIUM(1.00)[0.999,0]; RCVD_TLS_LAST(0.00)[]; NEURAL_SPAM_LONG(1.00)[0.998,0]; RCVD_IN_DNSWL_NONE(0.00)[131.242.12.80.list.dnswl.org : 127.0.5.0]; R_SPF_NA(0.00)[]; IP_SCORE(1.03)[ip: (3.43), ipnet: 80.12.240.0/20(0.63), asn: 3215(1.08), country: FR(-0.01)] X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Apr 2019 08:08:25 -0000 Le 15/04/2019 à 21:09, Serpent7776 a écrit : > Hello, > > I've just stumbled upon a possible typo in Makefile: > > DEBUG_CONFIGURE_EBABLE=¦¦ debug > > Shouldn't this be ENABLE instead of EBABLE? > Hello, Indeed it is, would you mind sending a patch on https://reviews.freebsd.org? Or at least, file a bug in https://bugs.freebsd.org/bugzilla. Regards, -- David