Index: head/lang/perl5-devel/files/patch-cpan__ExtUtils-MakeMaker__lib__ExtUtils__MM_Any.pm =================================================================== --- head/lang/perl5-devel/files/patch-cpan__ExtUtils-MakeMaker__lib__ExtUtils__MM_Any.pm (revision 403866) +++ head/lang/perl5-devel/files/patch-cpan__ExtUtils-MakeMaker__lib__ExtUtils__MM_Any.pm (nonexistent) @@ -1,18 +0,0 @@ ---- cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_Any.pm.orig 2015-04-15 07:47:18 UTC -+++ cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_Any.pm -@@ -1871,13 +1871,14 @@ sub init_INSTALL_from_PREFIX { - ('$(PREFIX)') x 3; - } - else { -+ $self->{PREFIX} ||= $iprefix; - $self->{PERLPREFIX} ||= $iprefix; - $self->{SITEPREFIX} ||= $sprefix; - $self->{VENDORPREFIX} ||= $vprefix; - - # Lots of MM extension authors like to use $(PREFIX) so we - # put something sensible in there no matter what. -- $self->{PREFIX} = '$('.uc $self->{INSTALLDIRS}.'PREFIX)'; -+ #$self->{PREFIX} = '$('.uc $self->{INSTALLDIRS}.'PREFIX)'; - } - - my $arch = $Config{archname}; Property changes on: head/lang/perl5-devel/files/patch-cpan__ExtUtils-MakeMaker__lib__ExtUtils__MM_Any.pm ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/lang/perl5-devel/files/patch-hints__freebsd.sh =================================================================== --- head/lang/perl5-devel/files/patch-hints__freebsd.sh (revision 403866) +++ head/lang/perl5-devel/files/patch-hints__freebsd.sh (nonexistent) @@ -1,51 +0,0 @@ ---- hints/freebsd.sh.orig 2015-04-15 07:47:18 UTC -+++ hints/freebsd.sh -@@ -88,6 +88,8 @@ case "$osvers" in - esac - libswanted=`echo $libswanted | sed 's/ malloc / /'` - libswanted=`echo $libswanted | sed 's/ bind / /'` -+ libswanted=`echo $libswanted | sed 's/ dl / /'` -+ libswanted=`echo $libswanted | sed 's/ c / /'` - # iconv gone in Perl 5.8.1, but if someone compiles 5.8.0 or earlier. - libswanted=`echo $libswanted | sed 's/ iconv / /'` - d_setregid='define' -@@ -102,6 +104,10 @@ case "$osvers" in - ;; - esac - libswanted=`echo $libswanted | sed 's/ malloc / /'` -+ libswanted=`echo $libswanted | sed 's/ bind / /'` -+ libswanted=`echo $libswanted | sed 's/ dl / /'` -+ libswanted=`echo $libswanted | sed 's/ iconv / /'` -+ libswanted=`echo $libswanted | sed 's/ c / /'` - ;; - esac - -@@ -126,7 +132,7 @@ case "$osvers" in - else - libpth="/usr/lib /usr/local/lib" - glibpth="/usr/lib /usr/local/lib" -- ldflags="-Wl,-E " -+ ldflags="%%PTHREAD_LIBS%% -Wl,-E " - lddlflags="-shared " - fi - cccdlflags='-DPIC -fPIC' -@@ -134,7 +140,7 @@ case "$osvers" in - *) - libpth="/usr/lib /usr/local/lib" - glibpth="/usr/lib /usr/local/lib" -- ldflags="-Wl,-E " -+ ldflags="%%PTHREAD_LIBS%% -Wl,-E " - lddlflags="-shared " - cccdlflags='-DPIC -fPIC' - ;; -@@ -191,7 +197,9 @@ esac - - # This script UU/usethreads.cbu will get 'called-back' by Configure - # after it has prompted the user for whether to use threads. --cat > UU/usethreads.cbu <<'EOCBU' -+## not quite - modern FreeBSD perl port is supposed to take care of that -+## we just add extra libraries and cflags nowadays -+cat > /dev/null <<'EOCBU' - case "$usethreads" in - $define|true|[yY]*) - lc_r=`/sbin/ldconfig -r|grep ':-lc_r'|awk '{print $NF}'|sed -n '$p'` Property changes on: head/lang/perl5-devel/files/patch-hints__freebsd.sh ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/lang/perl5-devel/files/patch-cpan__ExtUtils-MakeMaker__t__INST_PREFIX.t =================================================================== --- head/lang/perl5-devel/files/patch-cpan__ExtUtils-MakeMaker__t__INST_PREFIX.t (revision 403866) +++ head/lang/perl5-devel/files/patch-cpan__ExtUtils-MakeMaker__t__INST_PREFIX.t (nonexistent) @@ -1,20 +0,0 @@ ---- cpan/ExtUtils-MakeMaker/t/INST_PREFIX.t.orig 2015-04-15 07:47:18 UTC -+++ cpan/ExtUtils-MakeMaker/t/INST_PREFIX.t -@@ -10,7 +10,7 @@ BEGIN { - } - - use strict; --use Test::More tests => 52; -+use Test::More tests => 51; - use MakeMaker::Test::Utils; - use MakeMaker::Test::Setup::BFD; - use ExtUtils::MakeMaker; -@@ -62,7 +62,7 @@ like( $stdout->read, qr{ - (?:Writing\ MYMETA.yml\ and\ MYMETA.json\n)? - }x ); - --is( $mm->{PREFIX}, '$(SITEPREFIX)', 'PREFIX set based on INSTALLDIRS' ); -+## is( $mm->{PREFIX}, '$(SITEPREFIX)', 'PREFIX set based on INSTALLDIRS' ); - - isa_ok( $mm, 'ExtUtils::MakeMaker' ); - Property changes on: head/lang/perl5-devel/files/patch-cpan__ExtUtils-MakeMaker__t__INST_PREFIX.t ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/lang/perl5-devel/files/patch-cpan_ExtUtils-MakeMaker_lib_ExtUtils_MM__Any.pm =================================================================== --- head/lang/perl5-devel/files/patch-cpan_ExtUtils-MakeMaker_lib_ExtUtils_MM__Any.pm (nonexistent) +++ head/lang/perl5-devel/files/patch-cpan_ExtUtils-MakeMaker_lib_ExtUtils_MM__Any.pm (revision 403867) @@ -0,0 +1,18 @@ +--- cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_Any.pm.orig 2015-04-15 07:47:18 UTC ++++ cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_Any.pm +@@ -1871,13 +1871,14 @@ sub init_INSTALL_from_PREFIX { + ('$(PREFIX)') x 3; + } + else { ++ $self->{PREFIX} ||= $iprefix; + $self->{PERLPREFIX} ||= $iprefix; + $self->{SITEPREFIX} ||= $sprefix; + $self->{VENDORPREFIX} ||= $vprefix; + + # Lots of MM extension authors like to use $(PREFIX) so we + # put something sensible in there no matter what. +- $self->{PREFIX} = '$('.uc $self->{INSTALLDIRS}.'PREFIX)'; ++ #$self->{PREFIX} = '$('.uc $self->{INSTALLDIRS}.'PREFIX)'; + } + + my $arch = $Config{archname}; Property changes on: head/lang/perl5-devel/files/patch-cpan_ExtUtils-MakeMaker_lib_ExtUtils_MM__Any.pm ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/lang/perl5-devel/files/patch-cpan_ExtUtils-MakeMaker_t_INST__PREFIX.t =================================================================== --- head/lang/perl5-devel/files/patch-cpan_ExtUtils-MakeMaker_t_INST__PREFIX.t (nonexistent) +++ head/lang/perl5-devel/files/patch-cpan_ExtUtils-MakeMaker_t_INST__PREFIX.t (revision 403867) @@ -0,0 +1,20 @@ +--- cpan/ExtUtils-MakeMaker/t/INST_PREFIX.t.orig 2015-04-15 07:47:18 UTC ++++ cpan/ExtUtils-MakeMaker/t/INST_PREFIX.t +@@ -10,7 +10,7 @@ BEGIN { + } + + use strict; +-use Test::More tests => 52; ++use Test::More tests => 51; + use MakeMaker::Test::Utils; + use MakeMaker::Test::Setup::BFD; + use ExtUtils::MakeMaker; +@@ -62,7 +62,7 @@ like( $stdout->read, qr{ + (?:Writing\ MYMETA.yml\ and\ MYMETA.json\n)? + }x ); + +-is( $mm->{PREFIX}, '$(SITEPREFIX)', 'PREFIX set based on INSTALLDIRS' ); ++## is( $mm->{PREFIX}, '$(SITEPREFIX)', 'PREFIX set based on INSTALLDIRS' ); + + isa_ok( $mm, 'ExtUtils::MakeMaker' ); + Property changes on: head/lang/perl5-devel/files/patch-cpan_ExtUtils-MakeMaker_t_INST__PREFIX.t ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/lang/perl5-devel/files/patch-hints_freebsd.sh =================================================================== --- head/lang/perl5-devel/files/patch-hints_freebsd.sh (nonexistent) +++ head/lang/perl5-devel/files/patch-hints_freebsd.sh (revision 403867) @@ -0,0 +1,51 @@ +--- hints/freebsd.sh.orig 2015-04-15 07:47:18 UTC ++++ hints/freebsd.sh +@@ -88,6 +88,8 @@ case "$osvers" in + esac + libswanted=`echo $libswanted | sed 's/ malloc / /'` + libswanted=`echo $libswanted | sed 's/ bind / /'` ++ libswanted=`echo $libswanted | sed 's/ dl / /'` ++ libswanted=`echo $libswanted | sed 's/ c / /'` + # iconv gone in Perl 5.8.1, but if someone compiles 5.8.0 or earlier. + libswanted=`echo $libswanted | sed 's/ iconv / /'` + d_setregid='define' +@@ -102,6 +104,10 @@ case "$osvers" in + ;; + esac + libswanted=`echo $libswanted | sed 's/ malloc / /'` ++ libswanted=`echo $libswanted | sed 's/ bind / /'` ++ libswanted=`echo $libswanted | sed 's/ dl / /'` ++ libswanted=`echo $libswanted | sed 's/ iconv / /'` ++ libswanted=`echo $libswanted | sed 's/ c / /'` + ;; + esac + +@@ -126,7 +132,7 @@ case "$osvers" in + else + libpth="/usr/lib /usr/local/lib" + glibpth="/usr/lib /usr/local/lib" +- ldflags="-Wl,-E " ++ ldflags="%%PTHREAD_LIBS%% -Wl,-E " + lddlflags="-shared " + fi + cccdlflags='-DPIC -fPIC' +@@ -134,7 +140,7 @@ case "$osvers" in + *) + libpth="/usr/lib /usr/local/lib" + glibpth="/usr/lib /usr/local/lib" +- ldflags="-Wl,-E " ++ ldflags="%%PTHREAD_LIBS%% -Wl,-E " + lddlflags="-shared " + cccdlflags='-DPIC -fPIC' + ;; +@@ -191,7 +197,9 @@ esac + + # This script UU/usethreads.cbu will get 'called-back' by Configure + # after it has prompted the user for whether to use threads. +-cat > UU/usethreads.cbu <<'EOCBU' ++## not quite - modern FreeBSD perl port is supposed to take care of that ++## we just add extra libraries and cflags nowadays ++cat > /dev/null <<'EOCBU' + case "$usethreads" in + $define|true|[yY]*) + lc_r=`/sbin/ldconfig -r|grep ':-lc_r'|awk '{print $NF}'|sed -n '$p'` Property changes on: head/lang/perl5-devel/files/patch-hints_freebsd.sh ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/lang/perl5.18/files/patch-cpan__ExtUtils-MakeMaker__lib__ExtUtils__MM_Any.pm =================================================================== --- head/lang/perl5.18/files/patch-cpan__ExtUtils-MakeMaker__lib__ExtUtils__MM_Any.pm (revision 403866) +++ head/lang/perl5.18/files/patch-cpan__ExtUtils-MakeMaker__lib__ExtUtils__MM_Any.pm (nonexistent) @@ -1,18 +0,0 @@ ---- cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_Any.pm.orig 2014-10-01 01:32:59 UTC -+++ cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_Any.pm -@@ -1714,13 +1714,14 @@ - ('$(PREFIX)') x 3; - } - else { -+ $self->{PREFIX} ||= $iprefix; - $self->{PERLPREFIX} ||= $iprefix; - $self->{SITEPREFIX} ||= $sprefix; - $self->{VENDORPREFIX} ||= $vprefix; - - # Lots of MM extension authors like to use $(PREFIX) so we - # put something sensible in there no matter what. -- $self->{PREFIX} = '$('.uc $self->{INSTALLDIRS}.'PREFIX)'; -+ #$self->{PREFIX} = '$('.uc $self->{INSTALLDIRS}.'PREFIX)'; - } - - my $arch = $Config{archname}; Property changes on: head/lang/perl5.18/files/patch-cpan__ExtUtils-MakeMaker__lib__ExtUtils__MM_Any.pm ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/lang/perl5.18/files/patch-hints__freebsd.sh =================================================================== --- head/lang/perl5.18/files/patch-hints__freebsd.sh (revision 403866) +++ head/lang/perl5.18/files/patch-hints__freebsd.sh (nonexistent) @@ -1,51 +0,0 @@ ---- hints/freebsd.sh.orig 2014-01-31 21:55:51 UTC -+++ hints/freebsd.sh -@@ -88,6 +88,8 @@ - esac - libswanted=`echo $libswanted | sed 's/ malloc / /'` - libswanted=`echo $libswanted | sed 's/ bind / /'` -+ libswanted=`echo $libswanted | sed 's/ dl / /'` -+ libswanted=`echo $libswanted | sed 's/ c / /'` - # iconv gone in Perl 5.8.1, but if someone compiles 5.8.0 or earlier. - libswanted=`echo $libswanted | sed 's/ iconv / /'` - d_setregid='define' -@@ -102,6 +104,10 @@ - ;; - esac - libswanted=`echo $libswanted | sed 's/ malloc / /'` -+ libswanted=`echo $libswanted | sed 's/ bind / /'` -+ libswanted=`echo $libswanted | sed 's/ dl / /'` -+ libswanted=`echo $libswanted | sed 's/ iconv / /'` -+ libswanted=`echo $libswanted | sed 's/ c / /'` - ;; - esac - -@@ -126,7 +132,7 @@ - else - libpth="/usr/lib /usr/local/lib" - glibpth="/usr/lib /usr/local/lib" -- ldflags="-Wl,-E " -+ ldflags="%%PTHREAD_LIBS%% -Wl,-E " - lddlflags="-shared " - fi - cccdlflags='-DPIC -fPIC' -@@ -134,7 +140,7 @@ - *) - libpth="/usr/lib /usr/local/lib" - glibpth="/usr/lib /usr/local/lib" -- ldflags="-Wl,-E " -+ ldflags="%%PTHREAD_LIBS%% -Wl,-E " - lddlflags="-shared " - cccdlflags='-DPIC -fPIC' - ;; -@@ -191,7 +197,9 @@ - - # This script UU/usethreads.cbu will get 'called-back' by Configure - # after it has prompted the user for whether to use threads. --cat > UU/usethreads.cbu <<'EOCBU' -+## not quite - modern FreeBSD perl port is supposed to take care of that -+## we just add extra libraries and cflags nowadays -+cat > /dev/null <<'EOCBU' - case "$usethreads" in - $define|true|[yY]*) - lc_r=`/sbin/ldconfig -r|grep ':-lc_r'|awk '{print $NF}'|sed -n '$p'` Property changes on: head/lang/perl5.18/files/patch-hints__freebsd.sh ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/lang/perl5.18/files/patch-cpan__ExtUtils-MakeMaker__t__INST_PREFIX.t =================================================================== --- head/lang/perl5.18/files/patch-cpan__ExtUtils-MakeMaker__t__INST_PREFIX.t (revision 403866) +++ head/lang/perl5.18/files/patch-cpan__ExtUtils-MakeMaker__t__INST_PREFIX.t (nonexistent) @@ -1,20 +0,0 @@ ---- cpan/ExtUtils-MakeMaker/t/INST_PREFIX.t.orig 2014-10-01 01:32:59 UTC -+++ cpan/ExtUtils-MakeMaker/t/INST_PREFIX.t -@@ -10,7 +10,7 @@ - } - - use strict; --use Test::More tests => 52; -+use Test::More tests => 51; - use MakeMaker::Test::Utils; - use MakeMaker::Test::Setup::BFD; - use ExtUtils::MakeMaker; -@@ -58,7 +58,7 @@ - (?:Writing\ MYMETA.yml\ and\ MYMETA.json\n)? - }x ); - --is( $mm->{PREFIX}, '$(SITEPREFIX)', 'PREFIX set based on INSTALLDIRS' ); -+## is( $mm->{PREFIX}, '$(SITEPREFIX)', 'PREFIX set based on INSTALLDIRS' ); - - isa_ok( $mm, 'ExtUtils::MakeMaker' ); - Property changes on: head/lang/perl5.18/files/patch-cpan__ExtUtils-MakeMaker__t__INST_PREFIX.t ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/lang/perl5.18/files/patch-dist__Math-BigInt__lib__Math__BigInt.pm =================================================================== --- head/lang/perl5.18/files/patch-dist__Math-BigInt__lib__Math__BigInt.pm (revision 403866) +++ head/lang/perl5.18/files/patch-dist__Math-BigInt__lib__Math__BigInt.pm (nonexistent) @@ -1,11 +0,0 @@ ---- dist/Math-BigInt/lib/Math/BigInt.pm.orig 2014-10-01 01:33:00 UTC -+++ dist/Math-BigInt/lib/Math/BigInt.pm -@@ -62,7 +62,7 @@ - '>>=' => sub { $_[0]->brsft($_[1]); }, - - # not supported by Perl yet --'..' => \&_pointpoint, -+# '..' => \&_pointpoint, - - '<=>' => sub { my $rc = $_[2] ? - ref($_[0])->bcmp($_[1],$_[0]) : Property changes on: head/lang/perl5.18/files/patch-dist__Math-BigInt__lib__Math__BigInt.pm ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/lang/perl5.18/files/patch-cpan_ExtUtils-MakeMaker_lib_ExtUtils_MM__Any.pm =================================================================== --- head/lang/perl5.18/files/patch-cpan_ExtUtils-MakeMaker_lib_ExtUtils_MM__Any.pm (nonexistent) +++ head/lang/perl5.18/files/patch-cpan_ExtUtils-MakeMaker_lib_ExtUtils_MM__Any.pm (revision 403867) @@ -0,0 +1,18 @@ +--- cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_Any.pm.orig 2014-10-01 01:32:59 UTC ++++ cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_Any.pm +@@ -1714,13 +1714,14 @@ + ('$(PREFIX)') x 3; + } + else { ++ $self->{PREFIX} ||= $iprefix; + $self->{PERLPREFIX} ||= $iprefix; + $self->{SITEPREFIX} ||= $sprefix; + $self->{VENDORPREFIX} ||= $vprefix; + + # Lots of MM extension authors like to use $(PREFIX) so we + # put something sensible in there no matter what. +- $self->{PREFIX} = '$('.uc $self->{INSTALLDIRS}.'PREFIX)'; ++ #$self->{PREFIX} = '$('.uc $self->{INSTALLDIRS}.'PREFIX)'; + } + + my $arch = $Config{archname}; Property changes on: head/lang/perl5.18/files/patch-cpan_ExtUtils-MakeMaker_lib_ExtUtils_MM__Any.pm ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/lang/perl5.18/files/patch-cpan_ExtUtils-MakeMaker_t_INST__PREFIX.t =================================================================== --- head/lang/perl5.18/files/patch-cpan_ExtUtils-MakeMaker_t_INST__PREFIX.t (nonexistent) +++ head/lang/perl5.18/files/patch-cpan_ExtUtils-MakeMaker_t_INST__PREFIX.t (revision 403867) @@ -0,0 +1,20 @@ +--- cpan/ExtUtils-MakeMaker/t/INST_PREFIX.t.orig 2014-10-01 01:32:59 UTC ++++ cpan/ExtUtils-MakeMaker/t/INST_PREFIX.t +@@ -10,7 +10,7 @@ + } + + use strict; +-use Test::More tests => 52; ++use Test::More tests => 51; + use MakeMaker::Test::Utils; + use MakeMaker::Test::Setup::BFD; + use ExtUtils::MakeMaker; +@@ -58,7 +58,7 @@ + (?:Writing\ MYMETA.yml\ and\ MYMETA.json\n)? + }x ); + +-is( $mm->{PREFIX}, '$(SITEPREFIX)', 'PREFIX set based on INSTALLDIRS' ); ++## is( $mm->{PREFIX}, '$(SITEPREFIX)', 'PREFIX set based on INSTALLDIRS' ); + + isa_ok( $mm, 'ExtUtils::MakeMaker' ); + Property changes on: head/lang/perl5.18/files/patch-cpan_ExtUtils-MakeMaker_t_INST__PREFIX.t ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/lang/perl5.18/files/patch-dist_Math-BigInt_lib_Math_BigInt.pm =================================================================== --- head/lang/perl5.18/files/patch-dist_Math-BigInt_lib_Math_BigInt.pm (nonexistent) +++ head/lang/perl5.18/files/patch-dist_Math-BigInt_lib_Math_BigInt.pm (revision 403867) @@ -0,0 +1,11 @@ +--- dist/Math-BigInt/lib/Math/BigInt.pm.orig 2014-10-01 01:33:00 UTC ++++ dist/Math-BigInt/lib/Math/BigInt.pm +@@ -62,7 +62,7 @@ + '>>=' => sub { $_[0]->brsft($_[1]); }, + + # not supported by Perl yet +-'..' => \&_pointpoint, ++# '..' => \&_pointpoint, + + '<=>' => sub { my $rc = $_[2] ? + ref($_[0])->bcmp($_[1],$_[0]) : Property changes on: head/lang/perl5.18/files/patch-dist_Math-BigInt_lib_Math_BigInt.pm ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/lang/perl5.18/files/patch-hints_freebsd.sh =================================================================== --- head/lang/perl5.18/files/patch-hints_freebsd.sh (nonexistent) +++ head/lang/perl5.18/files/patch-hints_freebsd.sh (revision 403867) @@ -0,0 +1,51 @@ +--- hints/freebsd.sh.orig 2014-01-31 21:55:51 UTC ++++ hints/freebsd.sh +@@ -88,6 +88,8 @@ + esac + libswanted=`echo $libswanted | sed 's/ malloc / /'` + libswanted=`echo $libswanted | sed 's/ bind / /'` ++ libswanted=`echo $libswanted | sed 's/ dl / /'` ++ libswanted=`echo $libswanted | sed 's/ c / /'` + # iconv gone in Perl 5.8.1, but if someone compiles 5.8.0 or earlier. + libswanted=`echo $libswanted | sed 's/ iconv / /'` + d_setregid='define' +@@ -102,6 +104,10 @@ + ;; + esac + libswanted=`echo $libswanted | sed 's/ malloc / /'` ++ libswanted=`echo $libswanted | sed 's/ bind / /'` ++ libswanted=`echo $libswanted | sed 's/ dl / /'` ++ libswanted=`echo $libswanted | sed 's/ iconv / /'` ++ libswanted=`echo $libswanted | sed 's/ c / /'` + ;; + esac + +@@ -126,7 +132,7 @@ + else + libpth="/usr/lib /usr/local/lib" + glibpth="/usr/lib /usr/local/lib" +- ldflags="-Wl,-E " ++ ldflags="%%PTHREAD_LIBS%% -Wl,-E " + lddlflags="-shared " + fi + cccdlflags='-DPIC -fPIC' +@@ -134,7 +140,7 @@ + *) + libpth="/usr/lib /usr/local/lib" + glibpth="/usr/lib /usr/local/lib" +- ldflags="-Wl,-E " ++ ldflags="%%PTHREAD_LIBS%% -Wl,-E " + lddlflags="-shared " + cccdlflags='-DPIC -fPIC' + ;; +@@ -191,7 +197,9 @@ + + # This script UU/usethreads.cbu will get 'called-back' by Configure + # after it has prompted the user for whether to use threads. +-cat > UU/usethreads.cbu <<'EOCBU' ++## not quite - modern FreeBSD perl port is supposed to take care of that ++## we just add extra libraries and cflags nowadays ++cat > /dev/null <<'EOCBU' + case "$usethreads" in + $define|true|[yY]*) + lc_r=`/sbin/ldconfig -r|grep ':-lc_r'|awk '{print $NF}'|sed -n '$p'` Property changes on: head/lang/perl5.18/files/patch-hints_freebsd.sh ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/lang/perl5.20/files/patch-cpan__ExtUtils-MakeMaker__lib__ExtUtils__MM_Any.pm =================================================================== --- head/lang/perl5.20/files/patch-cpan__ExtUtils-MakeMaker__lib__ExtUtils__MM_Any.pm (revision 403866) +++ head/lang/perl5.20/files/patch-cpan__ExtUtils-MakeMaker__lib__ExtUtils__MM_Any.pm (nonexistent) @@ -1,18 +0,0 @@ ---- cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_Any.pm.orig 2014-12-27 11:49:22 UTC -+++ cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_Any.pm -@@ -1744,13 +1744,14 @@ sub init_INSTALL_from_PREFIX { - ('$(PREFIX)') x 3; - } - else { -+ $self->{PREFIX} ||= $iprefix; - $self->{PERLPREFIX} ||= $iprefix; - $self->{SITEPREFIX} ||= $sprefix; - $self->{VENDORPREFIX} ||= $vprefix; - - # Lots of MM extension authors like to use $(PREFIX) so we - # put something sensible in there no matter what. -- $self->{PREFIX} = '$('.uc $self->{INSTALLDIRS}.'PREFIX)'; -+ #$self->{PREFIX} = '$('.uc $self->{INSTALLDIRS}.'PREFIX)'; - } - - my $arch = $Config{archname}; Property changes on: head/lang/perl5.20/files/patch-cpan__ExtUtils-MakeMaker__lib__ExtUtils__MM_Any.pm ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/lang/perl5.20/files/patch-hints__freebsd.sh =================================================================== --- head/lang/perl5.20/files/patch-hints__freebsd.sh (revision 403866) +++ head/lang/perl5.20/files/patch-hints__freebsd.sh (nonexistent) @@ -1,51 +0,0 @@ ---- hints/freebsd.sh.orig 2014-12-27 11:49:23 UTC -+++ hints/freebsd.sh -@@ -88,6 +88,8 @@ case "$osvers" in - esac - libswanted=`echo $libswanted | sed 's/ malloc / /'` - libswanted=`echo $libswanted | sed 's/ bind / /'` -+ libswanted=`echo $libswanted | sed 's/ dl / /'` -+ libswanted=`echo $libswanted | sed 's/ c / /'` - # iconv gone in Perl 5.8.1, but if someone compiles 5.8.0 or earlier. - libswanted=`echo $libswanted | sed 's/ iconv / /'` - d_setregid='define' -@@ -102,6 +104,10 @@ case "$osvers" in - ;; - esac - libswanted=`echo $libswanted | sed 's/ malloc / /'` -+ libswanted=`echo $libswanted | sed 's/ bind / /'` -+ libswanted=`echo $libswanted | sed 's/ dl / /'` -+ libswanted=`echo $libswanted | sed 's/ iconv / /'` -+ libswanted=`echo $libswanted | sed 's/ c / /'` - ;; - esac - -@@ -126,7 +132,7 @@ case "$osvers" in - else - libpth="/usr/lib /usr/local/lib" - glibpth="/usr/lib /usr/local/lib" -- ldflags="-Wl,-E " -+ ldflags="%%PTHREAD_LIBS%% -Wl,-E " - lddlflags="-shared " - fi - cccdlflags='-DPIC -fPIC' -@@ -134,7 +140,7 @@ case "$osvers" in - *) - libpth="/usr/lib /usr/local/lib" - glibpth="/usr/lib /usr/local/lib" -- ldflags="-Wl,-E " -+ ldflags="%%PTHREAD_LIBS%% -Wl,-E " - lddlflags="-shared " - cccdlflags='-DPIC -fPIC' - ;; -@@ -191,7 +197,9 @@ esac - - # This script UU/usethreads.cbu will get 'called-back' by Configure - # after it has prompted the user for whether to use threads. --cat > UU/usethreads.cbu <<'EOCBU' -+## not quite - modern FreeBSD perl port is supposed to take care of that -+## we just add extra libraries and cflags nowadays -+cat > /dev/null <<'EOCBU' - case "$usethreads" in - $define|true|[yY]*) - lc_r=`/sbin/ldconfig -r|grep ':-lc_r'|awk '{print $NF}'|sed -n '$p'` Property changes on: head/lang/perl5.20/files/patch-hints__freebsd.sh ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/lang/perl5.20/files/patch-cpan__ExtUtils-MakeMaker__t__INST_PREFIX.t =================================================================== --- head/lang/perl5.20/files/patch-cpan__ExtUtils-MakeMaker__t__INST_PREFIX.t (revision 403866) +++ head/lang/perl5.20/files/patch-cpan__ExtUtils-MakeMaker__t__INST_PREFIX.t (nonexistent) @@ -1,20 +0,0 @@ ---- cpan/ExtUtils-MakeMaker/t/INST_PREFIX.t.orig 2014-12-27 11:48:37 UTC -+++ cpan/ExtUtils-MakeMaker/t/INST_PREFIX.t -@@ -10,7 +10,7 @@ BEGIN { - } - - use strict; --use Test::More tests => 52; -+use Test::More tests => 51; - use MakeMaker::Test::Utils; - use MakeMaker::Test::Setup::BFD; - use ExtUtils::MakeMaker; -@@ -62,7 +62,7 @@ like( $stdout->read, qr{ - (?:Writing\ MYMETA.yml\ and\ MYMETA.json\n)? - }x ); - --is( $mm->{PREFIX}, '$(SITEPREFIX)', 'PREFIX set based on INSTALLDIRS' ); -+## is( $mm->{PREFIX}, '$(SITEPREFIX)', 'PREFIX set based on INSTALLDIRS' ); - - isa_ok( $mm, 'ExtUtils::MakeMaker' ); - Property changes on: head/lang/perl5.20/files/patch-cpan__ExtUtils-MakeMaker__t__INST_PREFIX.t ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/lang/perl5.20/files/patch-dist__Math-BigInt__lib__Math__BigInt.pm =================================================================== --- head/lang/perl5.20/files/patch-dist__Math-BigInt__lib__Math__BigInt.pm (revision 403866) +++ head/lang/perl5.20/files/patch-dist__Math-BigInt__lib__Math__BigInt.pm (nonexistent) @@ -1,11 +0,0 @@ ---- dist/Math-BigInt/lib/Math/BigInt.pm.orig 2014-12-27 11:49:23 UTC -+++ dist/Math-BigInt/lib/Math/BigInt.pm -@@ -62,7 +62,7 @@ use overload - '>>=' => sub { $_[0]->brsft($_[1]); }, - - # not supported by Perl yet --'..' => \&_pointpoint, -+# '..' => \&_pointpoint, - - '<=>' => sub { my $rc = $_[2] ? - ref($_[0])->bcmp($_[1],$_[0]) : Property changes on: head/lang/perl5.20/files/patch-dist__Math-BigInt__lib__Math__BigInt.pm ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -ON \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/lang/perl5.20/files/patch-cpan_ExtUtils-MakeMaker_lib_ExtUtils_MM__Any.pm =================================================================== --- head/lang/perl5.20/files/patch-cpan_ExtUtils-MakeMaker_lib_ExtUtils_MM__Any.pm (nonexistent) +++ head/lang/perl5.20/files/patch-cpan_ExtUtils-MakeMaker_lib_ExtUtils_MM__Any.pm (revision 403867) @@ -0,0 +1,18 @@ +--- cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_Any.pm.orig 2014-12-27 11:49:22 UTC ++++ cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_Any.pm +@@ -1744,13 +1744,14 @@ sub init_INSTALL_from_PREFIX { + ('$(PREFIX)') x 3; + } + else { ++ $self->{PREFIX} ||= $iprefix; + $self->{PERLPREFIX} ||= $iprefix; + $self->{SITEPREFIX} ||= $sprefix; + $self->{VENDORPREFIX} ||= $vprefix; + + # Lots of MM extension authors like to use $(PREFIX) so we + # put something sensible in there no matter what. +- $self->{PREFIX} = '$('.uc $self->{INSTALLDIRS}.'PREFIX)'; ++ #$self->{PREFIX} = '$('.uc $self->{INSTALLDIRS}.'PREFIX)'; + } + + my $arch = $Config{archname}; Property changes on: head/lang/perl5.20/files/patch-cpan_ExtUtils-MakeMaker_lib_ExtUtils_MM__Any.pm ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/lang/perl5.20/files/patch-cpan_ExtUtils-MakeMaker_t_INST__PREFIX.t =================================================================== --- head/lang/perl5.20/files/patch-cpan_ExtUtils-MakeMaker_t_INST__PREFIX.t (nonexistent) +++ head/lang/perl5.20/files/patch-cpan_ExtUtils-MakeMaker_t_INST__PREFIX.t (revision 403867) @@ -0,0 +1,20 @@ +--- cpan/ExtUtils-MakeMaker/t/INST_PREFIX.t.orig 2014-12-27 11:48:37 UTC ++++ cpan/ExtUtils-MakeMaker/t/INST_PREFIX.t +@@ -10,7 +10,7 @@ BEGIN { + } + + use strict; +-use Test::More tests => 52; ++use Test::More tests => 51; + use MakeMaker::Test::Utils; + use MakeMaker::Test::Setup::BFD; + use ExtUtils::MakeMaker; +@@ -62,7 +62,7 @@ like( $stdout->read, qr{ + (?:Writing\ MYMETA.yml\ and\ MYMETA.json\n)? + }x ); + +-is( $mm->{PREFIX}, '$(SITEPREFIX)', 'PREFIX set based on INSTALLDIRS' ); ++## is( $mm->{PREFIX}, '$(SITEPREFIX)', 'PREFIX set based on INSTALLDIRS' ); + + isa_ok( $mm, 'ExtUtils::MakeMaker' ); + Property changes on: head/lang/perl5.20/files/patch-cpan_ExtUtils-MakeMaker_t_INST__PREFIX.t ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/lang/perl5.20/files/patch-dist_Math-BigInt_lib_Math_BigInt.pm =================================================================== --- head/lang/perl5.20/files/patch-dist_Math-BigInt_lib_Math_BigInt.pm (nonexistent) +++ head/lang/perl5.20/files/patch-dist_Math-BigInt_lib_Math_BigInt.pm (revision 403867) @@ -0,0 +1,11 @@ +--- dist/Math-BigInt/lib/Math/BigInt.pm.orig 2014-12-27 11:49:23 UTC ++++ dist/Math-BigInt/lib/Math/BigInt.pm +@@ -62,7 +62,7 @@ use overload + '>>=' => sub { $_[0]->brsft($_[1]); }, + + # not supported by Perl yet +-'..' => \&_pointpoint, ++# '..' => \&_pointpoint, + + '<=>' => sub { my $rc = $_[2] ? + ref($_[0])->bcmp($_[1],$_[0]) : Property changes on: head/lang/perl5.20/files/patch-dist_Math-BigInt_lib_Math_BigInt.pm ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +ON \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/lang/perl5.20/files/patch-hints_freebsd.sh =================================================================== --- head/lang/perl5.20/files/patch-hints_freebsd.sh (nonexistent) +++ head/lang/perl5.20/files/patch-hints_freebsd.sh (revision 403867) @@ -0,0 +1,51 @@ +--- hints/freebsd.sh.orig 2014-12-27 11:49:23 UTC ++++ hints/freebsd.sh +@@ -88,6 +88,8 @@ case "$osvers" in + esac + libswanted=`echo $libswanted | sed 's/ malloc / /'` + libswanted=`echo $libswanted | sed 's/ bind / /'` ++ libswanted=`echo $libswanted | sed 's/ dl / /'` ++ libswanted=`echo $libswanted | sed 's/ c / /'` + # iconv gone in Perl 5.8.1, but if someone compiles 5.8.0 or earlier. + libswanted=`echo $libswanted | sed 's/ iconv / /'` + d_setregid='define' +@@ -102,6 +104,10 @@ case "$osvers" in + ;; + esac + libswanted=`echo $libswanted | sed 's/ malloc / /'` ++ libswanted=`echo $libswanted | sed 's/ bind / /'` ++ libswanted=`echo $libswanted | sed 's/ dl / /'` ++ libswanted=`echo $libswanted | sed 's/ iconv / /'` ++ libswanted=`echo $libswanted | sed 's/ c / /'` + ;; + esac + +@@ -126,7 +132,7 @@ case "$osvers" in + else + libpth="/usr/lib /usr/local/lib" + glibpth="/usr/lib /usr/local/lib" +- ldflags="-Wl,-E " ++ ldflags="%%PTHREAD_LIBS%% -Wl,-E " + lddlflags="-shared " + fi + cccdlflags='-DPIC -fPIC' +@@ -134,7 +140,7 @@ case "$osvers" in + *) + libpth="/usr/lib /usr/local/lib" + glibpth="/usr/lib /usr/local/lib" +- ldflags="-Wl,-E " ++ ldflags="%%PTHREAD_LIBS%% -Wl,-E " + lddlflags="-shared " + cccdlflags='-DPIC -fPIC' + ;; +@@ -191,7 +197,9 @@ esac + + # This script UU/usethreads.cbu will get 'called-back' by Configure + # after it has prompted the user for whether to use threads. +-cat > UU/usethreads.cbu <<'EOCBU' ++## not quite - modern FreeBSD perl port is supposed to take care of that ++## we just add extra libraries and cflags nowadays ++cat > /dev/null <<'EOCBU' + case "$usethreads" in + $define|true|[yY]*) + lc_r=`/sbin/ldconfig -r|grep ':-lc_r'|awk '{print $NF}'|sed -n '$p'` Property changes on: head/lang/perl5.20/files/patch-hints_freebsd.sh ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/lang/perl5.22/files/patch-cpan__ExtUtils-MakeMaker__lib__ExtUtils__MM_Any.pm =================================================================== --- head/lang/perl5.22/files/patch-cpan__ExtUtils-MakeMaker__lib__ExtUtils__MM_Any.pm (revision 403866) +++ head/lang/perl5.22/files/patch-cpan__ExtUtils-MakeMaker__lib__ExtUtils__MM_Any.pm (nonexistent) @@ -1,18 +0,0 @@ ---- cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_Any.pm.orig 2015-04-15 07:47:18 UTC -+++ cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_Any.pm -@@ -1871,13 +1871,14 @@ sub init_INSTALL_from_PREFIX { - ('$(PREFIX)') x 3; - } - else { -+ $self->{PREFIX} ||= $iprefix; - $self->{PERLPREFIX} ||= $iprefix; - $self->{SITEPREFIX} ||= $sprefix; - $self->{VENDORPREFIX} ||= $vprefix; - - # Lots of MM extension authors like to use $(PREFIX) so we - # put something sensible in there no matter what. -- $self->{PREFIX} = '$('.uc $self->{INSTALLDIRS}.'PREFIX)'; -+ #$self->{PREFIX} = '$('.uc $self->{INSTALLDIRS}.'PREFIX)'; - } - - my $arch = $Config{archname}; Property changes on: head/lang/perl5.22/files/patch-cpan__ExtUtils-MakeMaker__lib__ExtUtils__MM_Any.pm ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/lang/perl5.22/files/patch-hints__freebsd.sh =================================================================== --- head/lang/perl5.22/files/patch-hints__freebsd.sh (revision 403866) +++ head/lang/perl5.22/files/patch-hints__freebsd.sh (nonexistent) @@ -1,51 +0,0 @@ ---- hints/freebsd.sh.orig 2015-04-15 07:47:18 UTC -+++ hints/freebsd.sh -@@ -88,6 +88,8 @@ case "$osvers" in - esac - libswanted=`echo $libswanted | sed 's/ malloc / /'` - libswanted=`echo $libswanted | sed 's/ bind / /'` -+ libswanted=`echo $libswanted | sed 's/ dl / /'` -+ libswanted=`echo $libswanted | sed 's/ c / /'` - # iconv gone in Perl 5.8.1, but if someone compiles 5.8.0 or earlier. - libswanted=`echo $libswanted | sed 's/ iconv / /'` - d_setregid='define' -@@ -102,6 +104,10 @@ case "$osvers" in - ;; - esac - libswanted=`echo $libswanted | sed 's/ malloc / /'` -+ libswanted=`echo $libswanted | sed 's/ bind / /'` -+ libswanted=`echo $libswanted | sed 's/ dl / /'` -+ libswanted=`echo $libswanted | sed 's/ iconv / /'` -+ libswanted=`echo $libswanted | sed 's/ c / /'` - ;; - esac - -@@ -126,7 +132,7 @@ case "$osvers" in - else - libpth="/usr/lib /usr/local/lib" - glibpth="/usr/lib /usr/local/lib" -- ldflags="-Wl,-E " -+ ldflags="%%PTHREAD_LIBS%% -Wl,-E " - lddlflags="-shared " - fi - cccdlflags='-DPIC -fPIC' -@@ -134,7 +140,7 @@ case "$osvers" in - *) - libpth="/usr/lib /usr/local/lib" - glibpth="/usr/lib /usr/local/lib" -- ldflags="-Wl,-E " -+ ldflags="%%PTHREAD_LIBS%% -Wl,-E " - lddlflags="-shared " - cccdlflags='-DPIC -fPIC' - ;; -@@ -191,7 +197,9 @@ esac - - # This script UU/usethreads.cbu will get 'called-back' by Configure - # after it has prompted the user for whether to use threads. --cat > UU/usethreads.cbu <<'EOCBU' -+## not quite - modern FreeBSD perl port is supposed to take care of that -+## we just add extra libraries and cflags nowadays -+cat > /dev/null <<'EOCBU' - case "$usethreads" in - $define|true|[yY]*) - lc_r=`/sbin/ldconfig -r|grep ':-lc_r'|awk '{print $NF}'|sed -n '$p'` Property changes on: head/lang/perl5.22/files/patch-hints__freebsd.sh ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/lang/perl5.22/files/patch-cpan__ExtUtils-MakeMaker__t__INST_PREFIX.t =================================================================== --- head/lang/perl5.22/files/patch-cpan__ExtUtils-MakeMaker__t__INST_PREFIX.t (revision 403866) +++ head/lang/perl5.22/files/patch-cpan__ExtUtils-MakeMaker__t__INST_PREFIX.t (nonexistent) @@ -1,20 +0,0 @@ ---- cpan/ExtUtils-MakeMaker/t/INST_PREFIX.t.orig 2015-04-15 07:47:18 UTC -+++ cpan/ExtUtils-MakeMaker/t/INST_PREFIX.t -@@ -10,7 +10,7 @@ BEGIN { - } - - use strict; --use Test::More tests => 52; -+use Test::More tests => 51; - use MakeMaker::Test::Utils; - use MakeMaker::Test::Setup::BFD; - use ExtUtils::MakeMaker; -@@ -62,7 +62,7 @@ like( $stdout->read, qr{ - (?:Writing\ MYMETA.yml\ and\ MYMETA.json\n)? - }x ); - --is( $mm->{PREFIX}, '$(SITEPREFIX)', 'PREFIX set based on INSTALLDIRS' ); -+## is( $mm->{PREFIX}, '$(SITEPREFIX)', 'PREFIX set based on INSTALLDIRS' ); - - isa_ok( $mm, 'ExtUtils::MakeMaker' ); - Property changes on: head/lang/perl5.22/files/patch-cpan__ExtUtils-MakeMaker__t__INST_PREFIX.t ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/lang/perl5.22/files/patch-dist__Math-BigInt__lib__Math__BigInt.pm =================================================================== --- head/lang/perl5.22/files/patch-dist__Math-BigInt__lib__Math__BigInt.pm (revision 403866) +++ head/lang/perl5.22/files/patch-dist__Math-BigInt__lib__Math__BigInt.pm (nonexistent) @@ -1,11 +0,0 @@ ---- dist/Math-BigInt/lib/Math/BigInt.pm.orig 2015-04-15 07:47:18 UTC -+++ dist/Math-BigInt/lib/Math/BigInt.pm -@@ -62,7 +62,7 @@ use overload - '>>=' => sub { $_[0]->brsft($_[1]); }, - - # not supported by Perl yet --'..' => \&_pointpoint, -+# '..' => \&_pointpoint, - - '<=>' => sub { my $rc = $_[2] ? - ref($_[0])->bcmp($_[1],$_[0]) : Property changes on: head/lang/perl5.22/files/patch-dist__Math-BigInt__lib__Math__BigInt.pm ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -ON \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/lang/perl5.22/files/patch-cpan_ExtUtils-MakeMaker_lib_ExtUtils_MM__Any.pm =================================================================== --- head/lang/perl5.22/files/patch-cpan_ExtUtils-MakeMaker_lib_ExtUtils_MM__Any.pm (nonexistent) +++ head/lang/perl5.22/files/patch-cpan_ExtUtils-MakeMaker_lib_ExtUtils_MM__Any.pm (revision 403867) @@ -0,0 +1,18 @@ +--- cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_Any.pm.orig 2015-04-15 07:47:18 UTC ++++ cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_Any.pm +@@ -1871,13 +1871,14 @@ sub init_INSTALL_from_PREFIX { + ('$(PREFIX)') x 3; + } + else { ++ $self->{PREFIX} ||= $iprefix; + $self->{PERLPREFIX} ||= $iprefix; + $self->{SITEPREFIX} ||= $sprefix; + $self->{VENDORPREFIX} ||= $vprefix; + + # Lots of MM extension authors like to use $(PREFIX) so we + # put something sensible in there no matter what. +- $self->{PREFIX} = '$('.uc $self->{INSTALLDIRS}.'PREFIX)'; ++ #$self->{PREFIX} = '$('.uc $self->{INSTALLDIRS}.'PREFIX)'; + } + + my $arch = $Config{archname}; Property changes on: head/lang/perl5.22/files/patch-cpan_ExtUtils-MakeMaker_lib_ExtUtils_MM__Any.pm ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/lang/perl5.22/files/patch-cpan_ExtUtils-MakeMaker_t_INST__PREFIX.t =================================================================== --- head/lang/perl5.22/files/patch-cpan_ExtUtils-MakeMaker_t_INST__PREFIX.t (nonexistent) +++ head/lang/perl5.22/files/patch-cpan_ExtUtils-MakeMaker_t_INST__PREFIX.t (revision 403867) @@ -0,0 +1,20 @@ +--- cpan/ExtUtils-MakeMaker/t/INST_PREFIX.t.orig 2015-04-15 07:47:18 UTC ++++ cpan/ExtUtils-MakeMaker/t/INST_PREFIX.t +@@ -10,7 +10,7 @@ BEGIN { + } + + use strict; +-use Test::More tests => 52; ++use Test::More tests => 51; + use MakeMaker::Test::Utils; + use MakeMaker::Test::Setup::BFD; + use ExtUtils::MakeMaker; +@@ -62,7 +62,7 @@ like( $stdout->read, qr{ + (?:Writing\ MYMETA.yml\ and\ MYMETA.json\n)? + }x ); + +-is( $mm->{PREFIX}, '$(SITEPREFIX)', 'PREFIX set based on INSTALLDIRS' ); ++## is( $mm->{PREFIX}, '$(SITEPREFIX)', 'PREFIX set based on INSTALLDIRS' ); + + isa_ok( $mm, 'ExtUtils::MakeMaker' ); + Property changes on: head/lang/perl5.22/files/patch-cpan_ExtUtils-MakeMaker_t_INST__PREFIX.t ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/lang/perl5.22/files/patch-dist_Math-BigInt_lib_Math_BigInt.pm =================================================================== --- head/lang/perl5.22/files/patch-dist_Math-BigInt_lib_Math_BigInt.pm (nonexistent) +++ head/lang/perl5.22/files/patch-dist_Math-BigInt_lib_Math_BigInt.pm (revision 403867) @@ -0,0 +1,11 @@ +--- dist/Math-BigInt/lib/Math/BigInt.pm.orig 2015-04-15 07:47:18 UTC ++++ dist/Math-BigInt/lib/Math/BigInt.pm +@@ -62,7 +62,7 @@ use overload + '>>=' => sub { $_[0]->brsft($_[1]); }, + + # not supported by Perl yet +-'..' => \&_pointpoint, ++# '..' => \&_pointpoint, + + '<=>' => sub { my $rc = $_[2] ? + ref($_[0])->bcmp($_[1],$_[0]) : Property changes on: head/lang/perl5.22/files/patch-dist_Math-BigInt_lib_Math_BigInt.pm ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +ON \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/lang/perl5.22/files/patch-hints_freebsd.sh =================================================================== --- head/lang/perl5.22/files/patch-hints_freebsd.sh (nonexistent) +++ head/lang/perl5.22/files/patch-hints_freebsd.sh (revision 403867) @@ -0,0 +1,51 @@ +--- hints/freebsd.sh.orig 2015-04-15 07:47:18 UTC ++++ hints/freebsd.sh +@@ -88,6 +88,8 @@ case "$osvers" in + esac + libswanted=`echo $libswanted | sed 's/ malloc / /'` + libswanted=`echo $libswanted | sed 's/ bind / /'` ++ libswanted=`echo $libswanted | sed 's/ dl / /'` ++ libswanted=`echo $libswanted | sed 's/ c / /'` + # iconv gone in Perl 5.8.1, but if someone compiles 5.8.0 or earlier. + libswanted=`echo $libswanted | sed 's/ iconv / /'` + d_setregid='define' +@@ -102,6 +104,10 @@ case "$osvers" in + ;; + esac + libswanted=`echo $libswanted | sed 's/ malloc / /'` ++ libswanted=`echo $libswanted | sed 's/ bind / /'` ++ libswanted=`echo $libswanted | sed 's/ dl / /'` ++ libswanted=`echo $libswanted | sed 's/ iconv / /'` ++ libswanted=`echo $libswanted | sed 's/ c / /'` + ;; + esac + +@@ -126,7 +132,7 @@ case "$osvers" in + else + libpth="/usr/lib /usr/local/lib" + glibpth="/usr/lib /usr/local/lib" +- ldflags="-Wl,-E " ++ ldflags="%%PTHREAD_LIBS%% -Wl,-E " + lddlflags="-shared " + fi + cccdlflags='-DPIC -fPIC' +@@ -134,7 +140,7 @@ case "$osvers" in + *) + libpth="/usr/lib /usr/local/lib" + glibpth="/usr/lib /usr/local/lib" +- ldflags="-Wl,-E " ++ ldflags="%%PTHREAD_LIBS%% -Wl,-E " + lddlflags="-shared " + cccdlflags='-DPIC -fPIC' + ;; +@@ -191,7 +197,9 @@ esac + + # This script UU/usethreads.cbu will get 'called-back' by Configure + # after it has prompted the user for whether to use threads. +-cat > UU/usethreads.cbu <<'EOCBU' ++## not quite - modern FreeBSD perl port is supposed to take care of that ++## we just add extra libraries and cflags nowadays ++cat > /dev/null <<'EOCBU' + case "$usethreads" in + $define|true|[yY]*) + lc_r=`/sbin/ldconfig -r|grep ':-lc_r'|awk '{print $NF}'|sed -n '$p'` Property changes on: head/lang/perl5.22/files/patch-hints_freebsd.sh ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property