[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

gEDA-cvs: CVS update: ChangeLog



  User: cnieves 
  Date: 07/06/09 11:38:36

  Modified:    .        ChangeLog configure.ac
  Log:
  Fix for lack of permission-related file attributes on MinGW.
  
  
  
  Applied patch #1733728, with some tweaks, from Cesar Strauss. Thanks.
  
  Define some file permissions as 0 if they are not defined.
  
  Don't use chown if it is not available.
  
  
  
  
  Revision  Changes    Path
  1.412                eda/geda/gaf/libgeda/ChangeLog
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: ChangeLog
  ===================================================================
  RCS file: /home/cvspsrv/cvsroot/eda/geda/gaf/libgeda/ChangeLog,v
  retrieving revision 1.411
  retrieving revision 1.412
  diff -u -b -r1.411 -r1.412
  --- ChangeLog	9 Jun 2007 14:59:01 -0000	1.411
  +++ ChangeLog	9 Jun 2007 15:38:36 -0000	1.412
  @@ -1,5 +1,13 @@
   2007-06-09 Carlos Nieves Onega <cnieves (AT) iespana (DOT) es>
   
  +	* configure.ac, include/defines.h, src/f_basic.c: 
  +	Fix for lack of permission-related file attributes on MinGW.
  +
  +	Applied patch #1733728, with some tweaks, from Cesar Strauss.
  +	Thanks.
  +	Define some file permissions as 0 if they are not defined.
  +	Don't use chown if it is not available.
  +	
   	* include/prototype.h, src/f_print.c: Added EPS support.
   
   	Applied patch #1713747 from Wojciech Kazubski adding support 
  
  
  
  1.47                 eda/geda/gaf/libgeda/configure.ac
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: configure.ac
  ===================================================================
  RCS file: /home/cvspsrv/cvsroot/eda/geda/gaf/libgeda/configure.ac,v
  retrieving revision 1.46
  retrieving revision 1.47
  diff -u -b -r1.46 -r1.47
  --- configure.ac	2 Jun 2007 16:33:35 -0000	1.46
  +++ configure.ac	9 Jun 2007 15:38:36 -0000	1.47
  @@ -1,4 +1,4 @@
  -# $Id: configure.ac,v 1.46 2007-06-02 16:33:35 peterb Exp $
  +# $Id: configure.ac,v 1.47 2007-06-09 15:38:36 cnieves Exp $
   #
   # Process this file with autoconf to produce a configure script.
   AC_INIT
  @@ -370,7 +370,7 @@
   
   # Checks for library functions.
   AC_TYPE_SIGNAL
  -AC_CHECK_FUNCS(getcwd strstr vsnprintf snprintf)
  +AC_CHECK_FUNCS(getcwd strstr vsnprintf snprintf chown)
   
   # 
   # Checks for header files end
  
  
  


_______________________________________________
geda-cvs mailing list
geda-cvs@xxxxxxxxxxxxxx
http://www.seul.org/cgi-bin/mailman/listinfo/geda-cvs