From owner-freebsd-ports@FreeBSD.ORG Sat Oct 22 17:19:27 2005 Return-Path: X-Original-To: ports@FreeBSD.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9568E16A41F for ; Sat, 22 Oct 2005 17:19:27 +0000 (GMT) (envelope-from richard@hirner.at) Received: from lenin.adaxas.net (83-64-231-2.klausgasse.xdsl-line.inode.at [83.64.231.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id D560F43D45 for ; Sat, 22 Oct 2005 17:19:26 +0000 (GMT) (envelope-from richard@hirner.at) Received: from lenin.adaxas.net (localhost [127.0.0.1]) by lenin.adaxas.net (8.13.1/8.13.1) with ESMTP id j9MHJP7C019330 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sat, 22 Oct 2005 19:19:25 +0200 (CEST) (envelope-from richard@hirner.at) Received: (from richard@localhost) by lenin.adaxas.net (8.13.1/8.13.1/Submit) id j9MHJNTw019329; Sat, 22 Oct 2005 19:19:23 +0200 (CEST) (envelope-from richard@hirner.at) X-Authentication-Warning: lenin.adaxas.net: richard set sender to richard@hirner.at using -f Date: Sat, 22 Oct 2005 19:19:23 +0200 From: Richard Hirner To: steven@honson.org Message-ID: <20051022171923.GA19285@hirner.at> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.10i X-Virus-Scanned: ClamAV version 0.87, clamav-milter version 0.87 on lenin.adaxas.net X-Virus-Status: Clean Cc: ports@FreeBSD.org Subject: FreeBSD Port: dnsmasq-2.22_1 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Oct 2005 17:19:27 -0000 Hello, There is an error when compiling dnsmasq-2.22_1 with WITHOUT_IPV6=yes set in make.conf: --------------------------------------------- -su-2.05b# make ===> Building for dnsmasq-2.22_1 env: -DNO_IPV6: No such file or directory *** Error code 127 Stop in /usr/ports/dns/dnsmasq. --------------------------------------------- I'm not sure, but I think that "MAKE_ENV += -DNO_IPV6" thing should sound like "CFLAGS += -DNO_IPV6". Richard