559a737f1b
Changes: BUG FIXES: * When checking if a process exists, accept EPERM as indicating it exists but isn't ours. This allows watching the directory of a different user, subject only to filesystem permissions. Reported by Ernst Bachmann. * Correct a bug introduced in 2.12 that made distccd fail to start when run by root because setgid failed. Fix from Wayne Davison. * --without-gnome, --without-gtk now turn those options off rather than on. DOCUMENTATION: * New man page for distccmon-text, by Shri Shrikumar and Martin Pool.
22 lines
538 B
Makefile
22 lines
538 B
Makefile
# $NetBSD: Makefile,v 1.11 2004/01/16 07:09:28 xtraeme Exp $
|
|
|
|
DISTNAME= distcc-2.12.1
|
|
CATEGORIES= devel
|
|
MASTER_SITES= http://distcc.samba.org/ftp/distcc/
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= martti@NetBSD.org
|
|
HOMEPAGE= http://distcc.samba.org/
|
|
COMMENT= Tool for distributed C/C++ compiling
|
|
|
|
USE_BUILDLINK2= YES
|
|
USE_GMAKE= YES
|
|
GNU_CONFIGURE= YES
|
|
|
|
CONFIGURE_ARGS= --enable-rfc2553
|
|
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR}
|
|
|
|
PKG_SYSCONFSUBDIR= distcc
|
|
|
|
.include "../../devel/popt/buildlink2.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|