Change 34325 by [EMAIL PROTECTED] on 2008/09/09 14:51:38

        Integrate:
        [ 32846]
        Build const-(c|xs).inc in IPC::SysV on the fly.
        
        [ 32847]
        Remove IPC::SysV constant files from the MANIFEST.

Affected files ...

... //depot/maint-5.10/perl/MANIFEST#44 integrate
... //depot/maint-5.10/perl/ext/IPC/SysV/Makefile.PL#4 integrate
... //depot/maint-5.10/perl/ext/IPC/SysV/const-c.inc#2 delete
... //depot/maint-5.10/perl/ext/IPC/SysV/const-xs.inc#2 delete

Differences ...

==== //depot/maint-5.10/perl/MANIFEST#44 (text) ====
Index: perl/MANIFEST
--- perl/MANIFEST#43~34266~     2008-09-04 08:33:04.000000000 -0700
+++ perl/MANIFEST       2008-09-09 07:51:38.000000000 -0700
@@ -836,8 +836,6 @@
 ext/IO/t/io_utf8.t     See if perlio opens work
 ext/IO/t/io_xs.t               See if XSUB methods from IO work
 ext/IPC/SysV/Changes   IPC::SysV changes
-ext/IPC/SysV/const-c.inc       IPC::SysV constants
-ext/IPC/SysV/const-xs.inc      IPC::SysV constants
 ext/IPC/SysV/hints/cygwin.pl   Hint for IPC::SysV for named architecture
 ext/IPC/SysV/hints/next_3.pl   Hint for IPC::SysV for named architecture
 ext/IPC/SysV/lib/IPC/Msg.pm    IPC::SysV extension Perl module

==== //depot/maint-5.10/perl/ext/IPC/SysV/Makefile.PL#4 (text) ====
Index: perl/ext/IPC/SysV/Makefile.PL
--- perl/ext/IPC/SysV/Makefile.PL#3~33719~      2008-04-21 16:41:15.000000000 
-0700
+++ perl/ext/IPC/SysV/Makefile.PL       2008-09-09 07:51:38.000000000 -0700
@@ -1,8 +1,8 @@
 
################################################################################
 #
-#  $Revision: 15 $
+#  $Revision: 16 $
 #  $Author: mhx $
-#  $Date: 2007/12/22 17:39:55 +0100 $
+#  $Date: 2008/01/05 16:41:20 +0100 $
 #
 
################################################################################
 #
@@ -55,7 +55,8 @@
 
   if ($ENV{'PERL_CORE'}) {
     # Pods will be built by installman.
-    push @moreopts, MAN3PODS => {};
+    push @moreopts, MAN3PODS  => {},
+                    realclean => { FILES => "const-c.inc const-xs.inc" };
   }
   else {
     # IPC::SysV is in the core since 5.005
End of Patch.

Reply via email to