[packages/perl-AcePerl] - rediff patch

baggins baggins at pld-linux.org
Fri May 7 23:13:04 CEST 2021


commit f0fcbb28427bbe0b9cd7c3ec629889a0feda262c
Author: Jan Rękorajski <baggins at pld-linux.org>
Date:   Fri May 7 23:12:51 2021 +0200

    - rediff patch

 perl-AcePerl-defaults.patch | 13 +++++++------
 perl-AcePerl.spec           |  2 +-
 2 files changed, 8 insertions(+), 7 deletions(-)
---
diff --git a/perl-AcePerl.spec b/perl-AcePerl.spec
index 2d7f737..92f0b42 100644
--- a/perl-AcePerl.spec
+++ b/perl-AcePerl.spec
@@ -54,7 +54,7 @@ ogólna.
 
 %prep
 %setup -q -n AcePerl-%{version}
-%patch0 -p0
+%patch0 -p1
 %patch1 -p1
 
 %build
diff --git a/perl-AcePerl-defaults.patch b/perl-AcePerl-defaults.patch
index e5ac0bb..74ce9b4 100644
--- a/perl-AcePerl-defaults.patch
+++ b/perl-AcePerl-defaults.patch
@@ -1,15 +1,16 @@
---- Makefile.PL.orig	Mon Jul 15 02:43:55 2002
-+++ Makefile.PL	Mon Jul 15 02:43:57 2002
-@@ -23,7 +23,7 @@
+diff -urNp -x '*.orig' AcePerl-1.92.org/Makefile.PL AcePerl-1.92/Makefile.PL
+--- AcePerl-1.92.org/Makefile.PL	2006-01-04 16:18:10.000000000 +0100
++++ AcePerl-1.92/Makefile.PL	2021-05-07 23:12:11.931623853 +0200
+@@ -24,7 +24,7 @@ push @extlib,'Freesubs' if $choice >= 2;
  push @extlib,'RPC'      if $choice >= 3;
  
  print "\n";
 -setup_sitedefs() if prompt("Do you want to install Ace::Browser? ","n") =~ /[yY]/;
 +setup_sitedefs() if prompt("Do you want to install Ace::Browser? ","y") =~ /[yY]/;
  
- my $headers  = "./ace/wh";
+ my $headers  = "./acelib/wh";
  WriteMakefile(
-@@ -60,9 +60,9 @@
+@@ -64,9 +64,9 @@ sub setup_sitedefs {
      $cgi_path  = $CGI_PATH;
      $html_path = $HTML_PATH;
    }
@@ -22,7 +23,7 @@
  
    get_path("site-specific configuration files",\$conf_path);
    get_path("acebrowser CGI scripts",\$cgi_path);
-@@ -143,7 +143,7 @@
+@@ -147,7 +147,7 @@ sub get_path {
  
    $$pathref = expand_twiddles(prompt("Directory for the $description (~username ok):",$$pathref));
    return if -d $$pathref;
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/perl-AcePerl.git/commitdiff/f0fcbb28427bbe0b9cd7c3ec629889a0feda262c



More information about the pld-cvs-commit mailing list