pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel



Module Name:    pkgsrc
Committed By:   adam
Date:           Sat Jan 17 13:27:48 UTC 2009

Modified Files:
        pkgsrc/devel/distcc: Makefile Makefile.common PLIST distinfo
        pkgsrc/devel/distcc/patches: patch-aa patch-ab patch-ad
        pkgsrc/devel/distccmon-gnome: Makefile
        pkgsrc/devel/distccmon-gtk: Makefile
Added Files:
        pkgsrc/devel/distcc/patches: patch-ae

Log Message:
Changes 3.1:
* New options: --scan-includes, --disable-Werror
* Document all of the exit codes in the man page.
* Handle "-Wp,-MMD,...".
* Report a better error message if a host specification contains ",cpp"
  but not ",lzo".
* Fix a bug where the "m4" directory wasn't included in the
  source distribution tarball, which caused it to stop working
  if you ran autogen.sh.
* Fixed a bug where the pump script was hard-coding /etc/distcc/hosts
  rather than using the prefix specified to configure.
* Fixed build errors on Gentoo Linux and some other systems.

Changes 3.0:
* New "--without-avahi" option to configure.
* Fixed a problem where pump mode was falling back to local compilation
  when compiling with -I options that refer to a subdirectory of one
  of the default system include directories (Nils Klarlund, Fergus Henderson).
* Allow distcc to distribute commands that use "-MF<filename>"
  rather than "-MF <filename>", and likewise for "-MT<target>".
* Fixed a build problem on ARM and Solaris systems.
* Fixed a build problem on some Linux systems.
* Fixed failure of "make install" on Cygwin.
* Fallback to local compilation for "-march=native" or "mtune=native"
* Fix for deadlock in pump mode.
* New protocol, version 3, allowing for preprocessing on distcc
  servers ("pump" mode).
* New component: an include server for incremental static analysis of include
  dependencies.  This software is written in Python 2.4.
* Support for getting hosts via avahi.
* gcc debug option -d must be run locally because it produces secondary files.
* Improved checking for errors on socket connection.


To generate a diff of this commit:
cvs rdiff -r1.32 -r1.33 pkgsrc/devel/distcc/Makefile
cvs rdiff -r1.6 -r1.7 pkgsrc/devel/distcc/Makefile.common
cvs rdiff -r1.12 -r1.13 pkgsrc/devel/distcc/PLIST
cvs rdiff -r1.17 -r1.18 pkgsrc/devel/distcc/distinfo
cvs rdiff -r1.9 -r1.10 pkgsrc/devel/distcc/patches/patch-aa
cvs rdiff -r1.3 -r1.4 pkgsrc/devel/distcc/patches/patch-ab
cvs rdiff -r1.1 -r1.2 pkgsrc/devel/distcc/patches/patch-ad
cvs rdiff -r0 -r1.1 pkgsrc/devel/distcc/patches/patch-ae
cvs rdiff -r1.17 -r1.18 pkgsrc/devel/distccmon-gnome/Makefile
cvs rdiff -r1.8 -r1.9 pkgsrc/devel/distccmon-gtk/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



Home | Main Index | Thread Index | Old Index