Hello community,

here is the log from the commit of package make for openSUSE:Factory checked in 
at 2013-02-26 15:22:19
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/make (Old)
 and      /work/SRC/openSUSE:Factory/.make.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "make", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:Factory/make/make.changes        2013-02-04 
18:00:37.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.make.new/make.changes   2013-02-26 
15:22:21.000000000 +0100
@@ -1,0 +2,5 @@
+Fri Feb 15 10:39:32 UTC 2013 - [email protected]
+
+- Fix missing definition of PAGE_SIZE
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ make-arglength.patch ++++++
--- /var/tmp/diff_new_pack.F3Aa8V/_old  2013-02-26 15:22:23.000000000 +0100
+++ /var/tmp/diff_new_pack.F3Aa8V/_new  2013-02-26 15:22:23.000000000 +0100
@@ -1,7 +1,8 @@
-diff -u make-3.82-orig/configure.in make-3.82/configure.in
---- make-3.82-orig/configure.in        2010-07-28 07:39:50.000000000 +0200
-+++ make-3.82/configure.in     2012-03-21 12:34:20.000000000 +0100
-@@ -64,7 +64,8 @@
+Index: make-3.82/configure.in
+===================================================================
+--- make-3.82.orig/configure.in
++++ make-3.82/configure.in
+@@ -64,7 +64,8 @@ AC_HEADER_DIRENT
  AC_HEADER_STAT
  AC_HEADER_TIME
  AC_CHECK_HEADERS(stdlib.h locale.h unistd.h limits.h fcntl.h string.h \
@@ -11,24 +12,26 @@
  
  # Set a flag if we have an ANSI C compiler
  if test "$ac_cv_prog_cc_stdc" != no; then
-Subdirectorios comunes: make-3.82-orig/doc y make-3.82/doc
-Subdirectorios comunes: make-3.82-orig/glob y make-3.82/glob
-diff -u make-3.82-orig/job.c make-3.82/job.c
---- make-3.82-orig/job.c       2010-07-24 10:27:50.000000000 +0200
-+++ make-3.82/job.c    2012-03-21 12:34:20.000000000 +0100
-@@ -29,6 +29,11 @@
+Index: make-3.82/job.c
+===================================================================
+--- make-3.82.orig/job.c
++++ make-3.82/job.c
+@@ -29,6 +29,14 @@ this program.  If not, see <http://www.g
  
  #include <string.h>
  
 +#if defined (HAVE_LINUX_BINFMTS_H) && defined (HAVE_SYS_USER_H)
 +#include <sys/user.h>
 +#include <linux/binfmts.h>
++#ifndef PAGE_SIZE
++#define PAGE_SIZE getpagesize()
++#endif
 +#endif
 +
  /* Default shell to use.  */
  #ifdef WINDOWS32
  #include <windows.h>
-@@ -2795,6 +2800,7 @@
+@@ -2795,6 +2803,7 @@ construct_command_argv_internal (char *l
      unsigned int sflags_len = strlen (shellflags);
      char *command_ptr = NULL; /* used for batch_mode_shell mode */
      char *new_line;
@@ -36,7 +39,7 @@
  
  # ifdef __EMX__ /* is this necessary? */
      if (!unixy_shell)
-@@ -2865,8 +2871,17 @@
+@@ -2865,8 +2874,17 @@ construct_command_argv_internal (char *l
        return new_argv;
        }
  
@@ -55,7 +58,7 @@
      ap = new_line;
      memcpy (ap, shell, shell_len);
      ap += shell_len;
-@@ -2875,6 +2890,30 @@
+@@ -2875,6 +2893,30 @@ construct_command_argv_internal (char *l
      ap += sflags_len;
      *(ap++) = ' ';
      command_ptr = ap;
@@ -86,7 +89,7 @@
      for (p = line; *p != '\0'; ++p)
        {
        if (restp != NULL && *p == '\n')
-@@ -2922,6 +2961,14 @@
+@@ -2922,6 +2964,14 @@ construct_command_argv_internal (char *l
            }
  #endif
        *ap++ = *p;
@@ -101,5 +104,3 @@
        }
      if (ap == new_line + shell_len + sflags_len + 2)
        /* Line was empty.  */
-
-

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to