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

Páxina inicial
Borrar esta mensaxe
Responder a esta mensaxe
Autor: Nigel Metheringham
Data:  
Para: exim-cvs
Asunto: [exim-cvs] cvs commit: exim/exim-doc/doc-txt ChangeLog exim/exim-src/OS Makefile-NetBSD Makefile-NetBSD-a.out
nm4 2010/03/05 16:03:59 GMT

  Modified files:
    exim-doc/doc-txt     ChangeLog 
    exim-src/OS          Makefile-NetBSD Makefile-NetBSD-a.out 
  Log:
  Spacing change on Makefile directives (syntax fix).  Fixes: #961


  Revision  Changes    Path
  1.602     +4 -0      exim/exim-doc/doc-txt/ChangeLog
  1.5       +1 -1      exim/exim-src/OS/Makefile-NetBSD
  1.5       +1 -1      exim/exim-src/OS/Makefile-NetBSD-a.out


  Index: ChangeLog
  ===================================================================
  RCS file: /home/cvs/exim/exim-doc/doc-txt/ChangeLog,v
  retrieving revision 1.601
  retrieving revision 1.602
  diff -u -r1.601 -r1.602
  --- ChangeLog    23 Feb 2010 03:01:55 -0000    1.601
  +++ ChangeLog    5 Mar 2010 16:03:59 -0000    1.602
  @@ -1,4 +1,4 @@
  -$Cambridge: exim/exim-doc/doc-txt/ChangeLog,v 1.601 2010/02/23 03:01:55 jetmore Exp $
  +$Cambridge: exim/exim-doc/doc-txt/ChangeLog,v 1.602 2010/03/05 16:03:59 nm4 Exp $


Change log file for Exim from version 4.21
-------------------------------------------
@@ -10,6 +10,10 @@

JJ/02 installed exipick 20100222.0, added --input-dir and --finput to allow exipick to access non-standard spools, including the "frozen" queue (Finput)

  +NM/01 Bugzilla 965: Support mysql stored procedures.
  +      Patch from Alain Williams
  +
  +
   Exim version 4.71
   -----------------



  Index: Makefile-NetBSD
  ===================================================================
  RCS file: /home/cvs/exim/exim-src/OS/Makefile-NetBSD,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- Makefile-NetBSD    25 Jul 2008 20:39:55 -0000    1.4
  +++ Makefile-NetBSD    5 Mar 2010 16:03:59 -0000    1.5
  @@ -1,11 +1,11 @@
  -# $Cambridge: exim/exim-src/OS/Makefile-NetBSD,v 1.4 2008/07/25 20:39:55 fanf2 Exp $
  +# $Cambridge: exim/exim-src/OS/Makefile-NetBSD,v 1.5 2010/03/05 16:03:59 nm4 Exp $


# Exim: OS-specific make file for NetBSD (ELF object format)

CHOWN_COMMAND=/usr/sbin/chown
CHMOD_COMMAND=/bin/chmod

-CFLAGS?=-O2
+CFLAGS ?= -O2

HAVE_SA_LEN=YES
HAVE_IPV6=YES

  Index: Makefile-NetBSD-a.out
  ===================================================================
  RCS file: /home/cvs/exim/exim-src/OS/Makefile-NetBSD-a.out,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- Makefile-NetBSD-a.out    25 Jul 2008 20:39:55 -0000    1.4
  +++ Makefile-NetBSD-a.out    5 Mar 2010 16:03:59 -0000    1.5
  @@ -1,11 +1,11 @@
  -# $Cambridge: exim/exim-src/OS/Makefile-NetBSD-a.out,v 1.4 2008/07/25 20:39:55 fanf2 Exp $
  +# $Cambridge: exim/exim-src/OS/Makefile-NetBSD-a.out,v 1.5 2010/03/05 16:03:59 nm4 Exp $


# Exim: OS-specific make file for NetBSD (a.out/COFF object format)

CHOWN_COMMAND=/usr/sbin/chown
CHMOD_COMMAND=/bin/chmod

-CFLAGS?=-O2
+CFLAGS ?= -O2

HAVE_SA_LEN=YES
HAVE_IPV6=YES