pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/distcc Update to 2.12:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d58ff5a841b6
branches:  trunk
changeset: 465110:d58ff5a841b6
user:      jmmv <jmmv%pkgsrc.org@localhost>
date:      Sun Dec 21 09:49:25 2003 +0000

description:
Update to 2.12:

distcc-2.12  "Figgy Pudding"  2003-12-19
  FEATURES:
    * New --log-level feature allows logging of only errors rather
      than messages for each connection.
    * IPv6 support now works better when distcc is configured with
      --enable-rfc2553.  The server can normally accept either IPv4 or
      IPv6 connections.
    * New --with-docdir configure option to set install location for
      documents.  The default is the same as previously.  Patch from
      Harold L Hunt II.
  INTERNAL:
    * GNU-style ChangeLog is now included in the package.  Please keep
      it up to date if you make your own changes!
  PORTABILITY:
    * setgroups() was broken by Mac OS X Panther so that it will not
      accept setgroups(0, NULL) to clear the group list.  Instead we
      now set the group list to our single primary gid.  Suggestion
      from Wayne Davison.
    * sendfile problems on FreeBSD 4.9-RC fixed.  Patch from Allan
      Saddi.
    * MAXPATHLEN is provided if it's not defined, which is the case on
      GNU Hurd.  Reported by Santiago Vila as Debian #219600.
  BUG FIXES:
    * Check pkg-config information GNOME/GTK+ is now checked at
      configure time, not build time.  This is a bit quicker than
      running the script for every file we build, and means that
      PKG_CONFIG_PATH only needs to be set for configure.
  DOCUMENTATION:
    * Small documentation corrections.

diffstat:

 devel/distcc/Makefile |  7 ++++---
 devel/distcc/PLIST    |  3 ++-
 devel/distcc/distinfo |  6 +++---
 3 files changed, 9 insertions(+), 7 deletions(-)

diffs (53 lines):

diff -r 9ea2fd14852e -r d58ff5a841b6 devel/distcc/Makefile
--- a/devel/distcc/Makefile     Sun Dec 21 09:32:09 2003 +0000
+++ b/devel/distcc/Makefile     Sun Dec 21 09:49:25 2003 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.9 2003/12/12 23:10:57 jmmv Exp $
+# $NetBSD: Makefile,v 1.10 2003/12/21 09:49:25 jmmv Exp $
 
-DISTNAME=              distcc-2.11.2
+DISTNAME=              distcc-2.12
 CATEGORIES=            devel
 MASTER_SITES=          http://distcc.samba.org/ftp/distcc/
 EXTRACT_SUFX=          .tar.bz2
@@ -13,7 +13,8 @@
 USE_GMAKE=             YES
 GNU_CONFIGURE=         YES
 
-CONFIGURE_ARGS=                --sysconfdir=${PKG_SYSCONFDIR}
+CONFIGURE_ARGS=                --enable-rfc2553
+CONFIGURE_ARGS+=       --sysconfdir=${PKG_SYSCONFDIR}
 
 PKG_SYSCONFSUBDIR=     distcc
 
diff -r 9ea2fd14852e -r d58ff5a841b6 devel/distcc/PLIST
--- a/devel/distcc/PLIST        Sun Dec 21 09:32:09 2003 +0000
+++ b/devel/distcc/PLIST        Sun Dec 21 09:49:25 2003 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.7 2003/12/12 23:10:57 jmmv Exp $
+@comment $NetBSD: PLIST,v 1.8 2003/12/21 09:49:25 jmmv Exp $
 bin/distcc
 bin/distccd
 bin/distccmon-text
@@ -6,6 +6,7 @@
 man/man1/distccd.1
 share/doc/distcc/AUTHORS
 share/doc/distcc/COPYING
+share/doc/distcc/ChangeLog
 share/doc/distcc/INSTALL
 share/doc/distcc/NEWS
 share/doc/distcc/README
diff -r 9ea2fd14852e -r d58ff5a841b6 devel/distcc/distinfo
--- a/devel/distcc/distinfo     Sun Dec 21 09:32:09 2003 +0000
+++ b/devel/distcc/distinfo     Sun Dec 21 09:49:25 2003 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.9 2003/12/12 23:10:57 jmmv Exp $
+$NetBSD: distinfo,v 1.10 2003/12/21 09:49:25 jmmv Exp $
 
-SHA1 (distcc-2.11.2.tar.bz2) = 457c0ecf753b8cfb0856419379f79e78eb2a1103
-Size (distcc-2.11.2.tar.bz2) = 253066 bytes
+SHA1 (distcc-2.12.tar.bz2) = 99765c64ecc428abb4be282406ce940bd1d8c6df
+Size (distcc-2.12.tar.bz2) = 323723 bytes
 SHA1 (patch-aa) = c61ca877191a1dec433f87dfd22c692416634578
 SHA1 (patch-ab) = babdfcddddebfecc1b5feb4da2128dc8efe82d98
 SHA1 (patch-ac) = 872bc0442bd10f4d79f5d55a5733cbd0dc59f297



Home | Main Index | Thread Index | Old Index