From owner-freebsd-gnome@FreeBSD.ORG Mon Oct 21 02:15:17 2013 Return-Path: Delivered-To: gnome@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id DD974572 for ; Mon, 21 Oct 2013 02:15:17 +0000 (UTC) (envelope-from yuri@rawbw.com) Received: from shell0.rawbw.com (shell0.rawbw.com [198.144.192.45]) by mx1.freebsd.org (Postfix) with ESMTP id B39002179 for ; Mon, 21 Oct 2013 02:15:17 +0000 (UTC) Received: from eagle.yuri.org (stunnel@localhost [127.0.0.1]) (authenticated bits=0) by shell0.rawbw.com (8.14.4/8.14.4) with ESMTP id r9L2FGBY032837 for ; Sun, 20 Oct 2013 19:15:16 -0700 (PDT) (envelope-from yuri@rawbw.com) Message-ID: <52648E34.1030406@rawbw.com> Date: Sun, 20 Oct 2013 19:15:16 -0700 From: Yuri User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:24.0) Gecko/20100101 Thunderbird/24.0.1 MIME-Version: 1.0 To: gnome@freebsd.org Subject: glib-2.36.3 installs /usr/local/bin/glib-mkenums with bad interpreter /usr/bin/perl5 in it Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Oct 2013 02:15:17 -0000 Interpreter should be /usr/local/bin/perl As a result, depending port gtkglext doesn't build. Yuri # head -10 /usr/local/bin/glib-mkenums #! /usr/bin/perl5 use warnings; use File::Basename; use Safe; # glib-mkenums.pl # Information about the current enumeration my $flags; # Is enumeration a bitmask? my $option_underscore_name; # Overriden underscore variant of the enum name