From owner-freebsd-gnome@FreeBSD.ORG Sat Feb 26 17:40:14 2011 Return-Path: Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2A49110656E4 for ; Sat, 26 Feb 2011 17:40:14 +0000 (UTC) (envelope-from yuri.pankov@gmail.com) Received: from darklight.org.ru (darklight.org.ru [IPv6:2001:470:28:4ba::1]) by mx1.freebsd.org (Postfix) with ESMTP id 4F5258FC13 for ; Sat, 26 Feb 2011 17:40:12 +0000 (UTC) Received: from darklight.org.ru (yuri@darklight.org.ru [IPv6:::1]) by darklight.org.ru (8.14.4/8.14.4) with ESMTP id p1QHe8bR016268 for ; Sat, 26 Feb 2011 20:40:08 +0300 (MSK) (envelope-from yuri.pankov@gmail.com) Received: (from yuri@localhost) by darklight.org.ru (8.14.4/8.14.4/Submit) id p1QHe7xo016259 for freebsd-gnome@freebsd.org; Sat, 26 Feb 2011 20:40:07 +0300 (MSK) (envelope-from yuri.pankov@gmail.com) X-Authentication-Warning: darklight.org.ru: yuri set sender to yuri.pankov@gmail.com using -f Date: Sat, 26 Feb 2011 20:40:07 +0300 From: Yuri Pankov To: freebsd-gnome@freebsd.org Message-ID: <20110226174007.GA68343@darklight.org.ru> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.21 (2010-09-15) Subject: devel/gobject-introspection build dependency on flex X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Feb 2011 17:40:14 -0000 Hi, Looks like the build dependency on flex in devel/gobject-introspection is never used and just spams the `make missing` output if textproc/flex is not installed. Should it probably be changed to ${LOCALBASE}/bin/flex or just removed as the port seems to build fine with flex from base? TIA, Yuri