diff options
author | jmmv <jmmv@pkgsrc.org> | 2003-12-21 09:49:25 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2003-12-21 09:49:25 +0000 |
commit | 5904e1a0c0c1b762ae6985af913c080e3a33229b (patch) | |
tree | c523f08dcd41e22e4b6537bad9b3a5ba783a4865 | |
parent | a4bb52be298458f60e22e778fd8da96f5259cdb9 (diff) | |
download | pkgsrc-5904e1a0c0c1b762ae6985af913c080e3a33229b.tar.gz |
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.
-rw-r--r-- | devel/distcc/Makefile | 7 | ||||
-rw-r--r-- | devel/distcc/PLIST | 3 | ||||
-rw-r--r-- | devel/distcc/distinfo | 6 |
3 files changed, 9 insertions, 7 deletions
diff --git a/devel/distcc/Makefile b/devel/distcc/Makefile index dd8d3202022..1ab19840d10 100644 --- a/devel/distcc/Makefile +++ b/devel/distcc/Makefile @@ -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_BUILDLINK2= YES USE_GMAKE= YES GNU_CONFIGURE= YES -CONFIGURE_ARGS= --sysconfdir=${PKG_SYSCONFDIR} +CONFIGURE_ARGS= --enable-rfc2553 +CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR} PKG_SYSCONFSUBDIR= distcc diff --git a/devel/distcc/PLIST b/devel/distcc/PLIST index d1b0d80fb9c..9539204e00a 100644 --- a/devel/distcc/PLIST +++ b/devel/distcc/PLIST @@ -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/distcc.1 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 --git a/devel/distcc/distinfo b/devel/distcc/distinfo index f93d53be297..ac6f8c19221 100644 --- a/devel/distcc/distinfo +++ b/devel/distcc/distinfo @@ -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 |