glib-2.36.3 installs /usr/local/bin/glib-mkenums with bad interpreter /usr/bin/perl5 in it

Yuri yuri at rawbw.com
Mon Oct 21 02:15:17 UTC 2013


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



More information about the freebsd-gnome mailing list