[exim-cvs] cvs commit: exim/exim-doc/doc-txt ChangeLog exim…

Página Inicial
Delete this message
Reply to this message
Autor: Philip Hazel
Data:  
Para: exim-cvs
Assunto: [exim-cvs] cvs commit: exim/exim-doc/doc-txt ChangeLog exim/exim-src/OS Makefile-HP-UX os.h-HP-UX
ph10 2005/06/17 10:02:40 BST

  Modified files:
    exim-doc/doc-txt     ChangeLog 
    exim-src/OS          Makefile-HP-UX os.h-HP-UX 
  Log:
  Applied Michael Haardt's HP-UX patch.


  Revision  Changes    Path
  1.160     +3 -0      exim/exim-doc/doc-txt/ChangeLog
  1.2       +6 -1      exim/exim-src/OS/Makefile-HP-UX
  1.3       +1 -1      exim/exim-src/OS/os.h-HP-UX


  Index: ChangeLog
  ===================================================================
  RCS file: /home/cvs/exim/exim-doc/doc-txt/ChangeLog,v
  retrieving revision 1.159
  retrieving revision 1.160
  diff -u -r1.159 -r1.160
  --- ChangeLog    16 Jun 2005 20:02:42 -0000    1.159
  +++ ChangeLog    17 Jun 2005 09:02:40 -0000    1.160
  @@ -1,4 +1,4 @@
  -$Cambridge: exim/exim-doc/doc-txt/ChangeLog,v 1.159 2005/06/16 20:02:42 tom Exp $
  +$Cambridge: exim/exim-doc/doc-txt/ChangeLog,v 1.160 2005/06/17 09:02:40 ph10 Exp $


   Change log file for Exim from version 4.21
   -------------------------------------------
  @@ -139,6 +139,9 @@
   TK/09 Added "prvs" and "prvscheck" expansion items. These help a lot with
         implementing BATV in an Exim configuration. See NewStuff for the gory
         details.
  +
  +PH/17 Applied Michael Haardt's patch for HP-UX, affecting only the os.h and
  +      Makefile that are specific to HP-UX.



Exim version 4.51

  Index: Makefile-HP-UX
  ===================================================================
  RCS file: /home/cvs/exim/exim-src/OS/Makefile-HP-UX,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- Makefile-HP-UX    6 Oct 2004 15:07:39 -0000    1.1
  +++ Makefile-HP-UX    17 Jun 2005 09:02:40 -0000    1.2
  @@ -1,8 +1,13 @@
  -# $Cambridge: exim/exim-src/OS/Makefile-HP-UX,v 1.1 2004/10/06 15:07:39 ph10 Exp $
  +# $Cambridge: exim/exim-src/OS/Makefile-HP-UX,v 1.2 2005/06/17 09:02:40 ph10 Exp $


# Exim: OS-specific make file for HP-UX later than 9

-CFLAGS=-O
+# HP ANSI C compiler
+#CC=cc
+#CFLAGS=+O1 +Onolimit -z -D_XOPEN_SOURCE_EXTENDED
+# gcc
+CFLAGS=-O -Wl,-z -D_XOPEN_SOURCE_EXTENDED
+
BASENAME_COMMAND=/bin/basename
HAVE_ICONV=yes
HAVE_SETRESUID=YES

  Index: os.h-HP-UX
  ===================================================================
  RCS file: /home/cvs/exim/exim-src/OS/os.h-HP-UX,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- os.h-HP-UX    3 May 2005 14:22:12 -0000    1.2
  +++ os.h-HP-UX    17 Jun 2005 09:02:40 -0000    1.3
  @@ -1,4 +1,4 @@
  -/* $Cambridge: exim/exim-src/OS/os.h-HP-UX,v 1.2 2005/05/03 14:22:12 ph10 Exp $ */
  +/* $Cambridge: exim/exim-src/OS/os.h-HP-UX,v 1.3 2005/06/17 09:02:40 ph10 Exp $ */


/* Exim: OS-specific C header file for HP-UX versions greater than 9 */

  @@ -9,7 +9,7 @@
   #define HAVE_DEV_KMEM
   #define LOAD_AVG_TYPE   double
   #define LOAD_AVG_SYMBOL "avenrun"
  -#define KERNEL_PATH     "/hp-ux"
  +#define KERNEL_PATH     "/stand/vmunix"
   #define FSCALE          1.0


#define HAVE_SYS_STATVFS_H