cvs commit: ports/lang/qscheme Makefile ports/lang/qscheme/files patch-Makefile.in patch-chr.c patch-file.c patch-number.i patch-object.c patch-object.h patch-process.c patch-s.h patch-socket.c patch-sproto.h patch-struct.c patch-struct.h ...

Dmitry Marakasov amdmi3 at FreeBSD.org
Wed Apr 1 15:31:32 PDT 2009


amdmi3      2009-04-01 22:31:31 UTC

  FreeBSD ports repository

  Modified files:
    lang/qscheme         Makefile 
    lang/qscheme/files   patch-Makefile.in patch-s.h patch-vm2.c 
  Added files:
    lang/qscheme/files   patch-chr.c patch-file.c patch-number.i 
                         patch-object.c patch-object.h 
                         patch-process.c patch-socket.c 
                         patch-sproto.h patch-struct.c 
                         patch-struct.h patch-thread.c 
                         patch-unix.c 
  Log:
  - Fix build with gcc 4.2
  
  PR:             132287
  Submitted by:   Vitaly Magerya <vmagerya at gmail dot com>
  Approved by:    Erik Greenwald <erik dot greenwald at gmail dot com> (maintainer)
  
  Revision  Changes    Path
  1.20      +2 -5      ports/lang/qscheme/Makefile
  1.4       +7 -4      ports/lang/qscheme/files/patch-Makefile.in
  1.1       +14 -0     ports/lang/qscheme/files/patch-chr.c (new)
  1.1       +27 -0     ports/lang/qscheme/files/patch-file.c (new)
  1.1       +42 -0     ports/lang/qscheme/files/patch-number.i (new)
  1.1       +107 -0    ports/lang/qscheme/files/patch-object.c (new)
  1.1       +16 -0     ports/lang/qscheme/files/patch-object.h (new)
  1.1       +20 -0     ports/lang/qscheme/files/patch-process.c (new)
  1.3       +32 -2     ports/lang/qscheme/files/patch-s.h
  1.1       +30 -0     ports/lang/qscheme/files/patch-socket.c (new)
  1.1       +11 -0     ports/lang/qscheme/files/patch-sproto.h (new)
  1.1       +48 -0     ports/lang/qscheme/files/patch-struct.c (new)
  1.1       +19 -0     ports/lang/qscheme/files/patch-struct.h (new)
  1.1       +42 -0     ports/lang/qscheme/files/patch-thread.c (new)
  1.1       +38 -0     ports/lang/qscheme/files/patch-unix.c (new)
  1.2       +12 -2     ports/lang/qscheme/files/patch-vm2.c


More information about the cvs-ports mailing list