Revision 722

Date:
2018/09/26 08:33:05
Author:
ahitrov
Revision Log:
Perl 5.26 patches and dependancies

Files:

Legend:

 
Added
 
Removed
 
Modified
  • utf8/core/ports/all/DateTime-Format-Builder/GNUmakefile

     
    1 1 ##############################################################################
    2 # $HeadURL: http://svn.dev.rambler.ru/Contenido/branches/utf8/ports/all/DateTime-Format-Builder/GNUmakefile $
    3 # $Id: GNUmakefile 285 2006-08-01 12:28:21Z lonerr $
    2 #
    4 3 ###############################################################################
    5 4
    6 5 PORTVERSION = 0.7807
    7 6 PERL_MODBUILD = yes
    8 7 MASTER_CPAN_SUBDIR = DateTime
    9 PORT_DEPENDS = Params-Validate \
    8 PORT_DEPENDS = Module-Build \
    9 Params-Validate \
    10 10 File-Spec \
    11 11 Class-Factory-Util \
    12 12 DateTime \
  • utf8/core/ports/all/DateTime-Format-Strptime/GNUmakefile

     
    1 1 ##############################################################################
    2 # $HeadURL: http://svn.dev.rambler.ru/Contenido/branches/utf8/ports/all/DateTime-Format-Strptime/GNUmakefile $
    3 # $Id: GNUmakefile 285 2006-08-01 12:28:21Z lonerr $
    2 #
    4 3 ###############################################################################
    5 4
    6 PORTVERSION = 1.0700
    5 PORTVERSION = 1.75
    7 6 PERL_MAKEMAKER = yes
    8 7 MASTER_CPAN_SUBDIR = DateTime
    9 PORT_DEPENDS = Params-Validate \
    8 PORT_DEPENDS = Package-DeprecationManager \
    9 Params-Validate \
    10 10 DateTime-TimeZone \
    11 11 DateTime
    12 12
  • utf8/core/ports/all/mod_perl/GNUmakefile

     
    30 30 ifeq (${shell ${PERL} -e 'print 1 if ${PERL_LEVEL}>=502000'},1)
    31 31 cd ${WRKSRC} && patch -p0 < ${PORTDIR}/patch.perl5.20
    32 32 endif
    33 ifeq (${shell ${PERL} -e 'print 1 if ${PERL_LEVEL}>=502100'},1)
    34 cd ${WRKSRC} && patch -p0 < ${PORTDIR}/patch.perl5.26
    35 endif
    33 36
    34 37 include ../../etc/ports.mk
  • utf8/core/ports/all/mod_perl/patch.perl5.26

     
    1 --- Makefile.PL 2008-01-10 12:14:22.000000000 +0300
    2 +++ Makefile.5.26.PL 2018-09-25 11:46:48.519078000 +0300
    3 @@ -1146,7 +1146,7 @@
    4 iedit "lib/mod_perl_hooks.pm",
    5 qq(s/sub mod_perl::hooks.*/sub mod_perl::hooks { qw($hooks) }/);
    6
    7 - require "lib/mod_perl_hooks.pm";
    8 + require "./lib/mod_perl_hooks.pm";
    9 my @list = mod_perl::hooks();
    10
    11 unless ($Is_Cygwin) { # test doesn't seem to be needed, works for me (Per Einar)
  • utf8/core/ports/all/Package-DeprecationManager/GNUmakefile

     
    1 1 ##############################################################################
    2 # $HeadURL: svn://cvs1.rambler.ru/Contenido/trunk/ports/all/Params-Validate/GNUmakefile $
    3 # $Id: GNUmakefile 1625 2011-10-26 15:21:17Z ahitrov $
    2 #
    4 3 ###############################################################################
    5 4
    6 PORTVERSION = 0.11
    5 PORTVERSION = 0.17
    7 6 PERL_MAKEMAKER = yes
    8 7 MASTER_CPAN_SUBDIR = Package
    8 PORT_DEPENDS = Sub-Name \
    9 Sub-Install \
    9 10
    10 11 include ../../etc/ports.mk
  • utf8/core/ports/all/Sub-Install/GNUmakefile

     
    1 1 ##############################################################################
    2 # $HeadURL: svn://cvs1.rambler.ru/Contenido/trunk/ports/all/Params-Validate/GNUmakefile $
    3 # $Id: GNUmakefile 1625 2011-10-26 15:21:17Z ahitrov $
    2 #
    4 3 ###############################################################################
    5 4
    6 PORTVERSION = 0.925
    5 PORTVERSION = 0.928
    7 6 PERL_MAKEMAKER = yes
    8 7 MASTER_CPAN_SUBDIR = Sub
    9 8
  • utf8/core/ports/all/Sub-Name/GNUmakefile

     
    1 ##############################################################################
    2 #
    3 ###############################################################################
    4
    5 PORTVERSION = 0.21
    6 PERL_MAKEMAKER = yes
    7 MASTER_CPAN_SUBDIR = Sub
    8
    9 include ../../etc/ports.mk