Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 16 Sep 2005 11:38:26 +0000 (UTC)
From:      Pav Lucistnik <pav@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/lang/mozart Makefile distinfo ports/lang/mozart/files patch-af patch-doc-apptut-mof.sgml patch-doc-base-chunks.sgml patch-doc-install-cygwin.sgml patch-doc-install-windows.sgml patch-platform-emulator-builtins.cc patch-platform-emulator-cac.cc patch-platform-emulator-componentBuffer.cc ...
Message-ID:  <200509161138.j8GBcQZh082289@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
pav         2005-09-16 11:38:26 UTC

  FreeBSD ports repository

  Modified files:
    lang/mozart          Makefile distinfo 
  Added files:
    lang/mozart/files    patch-doc-apptut-mof.sgml 
                         patch-doc-base-chunks.sgml 
                         patch-doc-install-cygwin.sgml 
                         patch-doc-install-windows.sgml 
                         patch-platform-emulator-builtins.cc 
                         patch-platform-emulator-cac.cc 
                         patch-platform-emulator-componentBuffer.cc 
                         patch-platform-emulator-dictionary.cc 
                         patch-platform-emulator-dictionary.hh 
                         patch-platform-emulator-fdomn.cc 
                         patch-platform-emulator-fset.hh 
                         patch-platform-emulator-gname.cc 
                         patch-platform-emulator-libdp-comObj.cc 
                         patch-platform-emulator-libdp-dpResource.cc 
                         patch-platform-emulator-libdp-dsite.cc 
                         patch-platform-emulator-libdp-table.cc 
                         patch-platform-emulator-libfd-card.cc 
                         patch-platform-emulator-libfd-complalldist.hh 
                         patch-platform-emulator-libfd-fdaux.cc 
                         patch-platform-emulator-libfd-pel_fncts.hh 
                         patch-platform-emulator-libfd-pel_internal.hh 
                         patch-platform-emulator-libfd-scheduling.cc 
                         patch-platform-emulator-libfd-std.cc 
                         patch-platform-emulator-libfset-fsaux.cc 
                         patch-platform-emulator-mem.hh 
                         patch-platform-emulator-modPort.spec 
                         patch-platform-emulator-namer.cc 
                         patch-platform-emulator-namer.hh 
                         patch-platform-emulator-site.cc 
                         patch-platform-emulator-urlc.cc 
                         patch-platform-emulator-var_ct.hh 
                         patch-share-lib-compiler-CheckTupleSyntax.oz 
                         patch-share-lib-cp-FD.oz 
  Removed files:
    lang/mozart/files    patch-af 
  Log:
  - Update to 1.3.1.20040616
  - Incorporate debian patches to fix build with gcc3
  
  PR:             ports/86058
  Submitted by:   Geoffrey Mainland <mainland@apeiron.net>
  Approved by:    Mathis Picker <Mathias.Picker@gmx.de> (maintainer)
  
  Revision  Changes    Path
  1.30      +10 -12    ports/lang/mozart/Makefile
  1.11      +4 -4      ports/lang/mozart/distinfo
  1.2       +0 -13     ports/lang/mozart/files/patch-af (dead)
  1.1       +13 -0     ports/lang/mozart/files/patch-doc-apptut-mof.sgml (new)
  1.1       +25 -0     ports/lang/mozart/files/patch-doc-base-chunks.sgml (new)
  1.1       +22 -0     ports/lang/mozart/files/patch-doc-install-cygwin.sgml (new)
  1.1       +27 -0     ports/lang/mozart/files/patch-doc-install-windows.sgml (new)
  1.1       +40 -0     ports/lang/mozart/files/patch-platform-emulator-builtins.cc (new)
  1.1       +105 -0    ports/lang/mozart/files/patch-platform-emulator-cac.cc (new)
  1.1       +27 -0     ports/lang/mozart/files/patch-platform-emulator-componentBuffer.cc (new)
  1.1       +68 -0     ports/lang/mozart/files/patch-platform-emulator-dictionary.cc (new)
  1.1       +24 -0     ports/lang/mozart/files/patch-platform-emulator-dictionary.hh (new)
  1.1       +28 -0     ports/lang/mozart/files/patch-platform-emulator-fdomn.cc (new)
  1.1       +21 -0     ports/lang/mozart/files/patch-platform-emulator-fset.hh (new)
  1.1       +23 -0     ports/lang/mozart/files/patch-platform-emulator-gname.cc (new)
  1.1       +30 -0     ports/lang/mozart/files/patch-platform-emulator-libdp-comObj.cc (new)
  1.1       +23 -0     ports/lang/mozart/files/patch-platform-emulator-libdp-dpResource.cc (new)
  1.1       +23 -0     ports/lang/mozart/files/patch-platform-emulator-libdp-dsite.cc (new)
  1.1       +23 -0     ports/lang/mozart/files/patch-platform-emulator-libdp-table.cc (new)
  1.1       +22 -0     ports/lang/mozart/files/patch-platform-emulator-libfd-card.cc (new)
  1.1       +31 -0     ports/lang/mozart/files/patch-platform-emulator-libfd-complalldist.hh (new)
  1.1       +24 -0     ports/lang/mozart/files/patch-platform-emulator-libfd-fdaux.cc (new)
  1.1       +57 -0     ports/lang/mozart/files/patch-platform-emulator-libfd-pel_fncts.hh (new)
  1.1       +78 -0     ports/lang/mozart/files/patch-platform-emulator-libfd-pel_internal.hh (new)
  1.1       +22 -0     ports/lang/mozart/files/patch-platform-emulator-libfd-scheduling.cc (new)
  1.1       +13 -0     ports/lang/mozart/files/patch-platform-emulator-libfd-std.cc (new)
  1.1       +22 -0     ports/lang/mozart/files/patch-platform-emulator-libfset-fsaux.cc (new)
  1.1       +32 -0     ports/lang/mozart/files/patch-platform-emulator-mem.hh (new)
  1.1       +24 -0     ports/lang/mozart/files/patch-platform-emulator-modPort.spec (new)
  1.1       +42 -0     ports/lang/mozart/files/patch-platform-emulator-namer.cc (new)
  1.1       +21 -0     ports/lang/mozart/files/patch-platform-emulator-namer.hh (new)
  1.1       +23 -0     ports/lang/mozart/files/patch-platform-emulator-site.cc (new)
  1.1       +22 -0     ports/lang/mozart/files/patch-platform-emulator-urlc.cc (new)
  1.1       +22 -0     ports/lang/mozart/files/patch-platform-emulator-var_ct.hh (new)
  1.1       +22 -0     ports/lang/mozart/files/patch-share-lib-compiler-CheckTupleSyntax.oz (new)
  1.1       +45 -0     ports/lang/mozart/files/patch-share-lib-cp-FD.oz (new)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200509161138.j8GBcQZh082289>