OpenPKG CVS Repository
  http://cvs.openpkg.org/
  ____________________________________________________________________________

  Server: cvs.openpkg.org                  Name:   Ralf S. Engelschall
  Root:   /v/openpkg/cvs                   Email:  [email protected]
  Module: openpkg-src                      Date:   06-Feb-2009 23:14:57
  Branch: HEAD                             Handle: 2009020622145600

  Modified files:
    openpkg-src/makepp      makepp.patch makepp.spec

  Log:
    upgrading package: makepp 10 -> 11

  Summary:
    Revision    Changes     Path
    1.3         +27 -16     openpkg-src/makepp/makepp.patch
    1.7         +2  -2      openpkg-src/makepp/makepp.spec
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/makepp/makepp.patch
  ============================================================================
  $ cvs diff -u -r1.2 -r1.3 makepp.patch
  --- openpkg-src/makepp/makepp.patch   18 May 2008 10:09:31 -0000      1.2
  +++ openpkg-src/makepp/makepp.patch   6 Feb 2009 22:14:56 -0000       1.3
  @@ -1,7 +1,7 @@
   Index: cvs/install.pl
  ---- cvs/install.pl.orig      2008-05-17 16:22:38 +0200
  -+++ cvs/install.pl   2008-05-18 12:06:39 +0200
  -@@ -112,11 +112,11 @@
  +--- cvs/install.pl.orig      2009-02-03 22:33:00 +0100
  ++++ cvs/install.pl   2009-02-06 23:12:14 +0100
  +@@ -102,11 +102,11 @@
    }
    
    # prior installation may not have supported .makepp/*.mk files
  @@ -16,24 +16,29 @@
        while( <F> ) {
          $found = 1, last if /build_info_subdir.+\.mk/;
        }
  -@@ -162,13 +162,13 @@
  +@@ -152,7 +152,7 @@
    @sig_num{split ' ', $Config{sig_name}} = split ' ', $Config{sig_num};
    $USR1 = $sig_num{USR1}; $USR1 = $USR1;      # suppress used-only-once 
warning
    
  +-make_dir("$datadir/$_") for
  ++make_dir("$ENV{DESTDIR}$datadir/$_") for
  +   qw(Mpp ActionParser BuildCheck CommandParser Scanner Signature);
  + 
  + our $useoldmodules = '';
  +@@ -180,10 +180,10 @@
  +   }
  + }
  + 
   -substitute_file( $_, $bindir, 0755, 1 ) for
   +substitute_file( $_, "$ENV{DESTDIR}$bindir", 0755, 1 ) for
  -   qw(makepp makeppbuiltin makeppclean makeppgraph makeppinfo makepplog 
makepp_build_cache_control);
  +   qw(makepp makeppbuiltin makeppclean makeppgraph makeppinfo makepplog 
makeppreplay makepp_build_cache_control);
    
   -substitute_file( $_, $datadir, 0644 ) for
   +substitute_file( $_, "$ENV{DESTDIR}$datadir", 0644 ) for
  -   qw(recursive_makepp FileInfo_makepp.pm BuildCacheControl.pm);
  +   qw(recursive_makepp FileInfo_makepp.pm Mpp/BuildCacheControl.pm);
    
  --make_dir("$datadir/$_") for
  -+make_dir("$ENV{DESTDIR}$datadir/$_") for
  -   qw(ActionParser BuildCheck CommandParser Scanner Signature);
  - foreach $module (qw(AutomakeFixer BuildCache FileInfo Glob MakeEvent
  -                 Makecmds Makefile Makesubs Rule TextSubs Utils
  -@@ -189,13 +189,13 @@
  + foreach $module (qw(Mpp/Frame
  +@@ -208,13 +208,13 @@
                    Signature Signature/c_compilation_md5 Signature/md5
                    Signature/shared_object Signature/verilog_simulation_md5
                    Signature/verilog_synthesis_md5)) {
  @@ -51,7 +56,13 @@
    }
    
    #
  -@@ -214,11 +214,11 @@
  +@@ -228,16 +228,16 @@
  + # Install the man pages:
  + #
  + if ($mandir ne 'none') {
  +-  make_dir("$mandir/man1");
  ++  make_dir("$ENV{DESTDIR}$mandir/man1");
  +   foreach $file (@pods) {
        my $manfile = $file;
        $manfile =~ s/\.pod$/.1/;   # Get the name of the man file.
        $manfile =~ s...@^pod/@@;
  @@ -65,7 +76,7 @@
      }
    }
    
  -@@ -387,8 +387,8 @@
  +@@ -409,8 +409,8 @@
          $nav .= join '<br />', map $link{$_}, @links;
        }
        $nav .= '</td></tr></table>';
  @@ -76,7 +87,7 @@
        s/\.html$//;
        my $title = (s/^makepp(?:_|$)// ? 'Makepp ' : '') . $alias{$_ || 
'makepp'};
        my $index;
  -@@ -540,11 +540,11 @@
  +@@ -562,11 +562,11 @@
      unlink $tmp;
    
      for( qw'google.png makepp.gif makepp.css pre.png sflogo.png url.png' ) {
  @@ -91,7 +102,7 @@
    }
    
    #
  -@@ -637,6 +637,7 @@
  +@@ -672,6 +672,7 @@
    }
    
    sub read_with_prompt {
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/makepp/makepp.spec
  ============================================================================
  $ cvs diff -u -r1.6 -r1.7 makepp.spec
  --- openpkg-src/makepp/makepp.spec    2 Nov 2008 17:25:11 -0000       1.6
  +++ openpkg-src/makepp/makepp.spec    6 Feb 2009 22:14:56 -0000       1.7
  @@ -31,8 +31,8 @@
   Class:        EVAL
   Group:        Building
   License:      GPL/Artistic
  -Version:      10
  -Release:      20081102
  +Version:      11
  +Release:      20090206
   
   #   list of sources
   Source0:      http://www.cpan.org/authors/id/P/PF/PFEIFFER/mpp-%{version}.tgz
  @@ .
______________________________________________________________________
OpenPKG                                             http://openpkg.org
CVS Repository Commit List                     [email protected]

Reply via email to