eeb9d6da6e
* Fix crash bug in receiving LZO compressed data into a mmapped file. * Remove redundant temporary file cleanup in non-forking mode. * Client calculates and can display the overall throughput in preprocessed bytes per second for remote jobs. * The deprecated fork-after-exec mode controlled by the --no-prefork option has been removed. * mmap is no longer used for compressed data to simplify the code. * Daemon now chdirs to $TMPDIR at startup rather than /. This allows dumping core, among other things.
30 lines
760 B
Makefile
30 lines
760 B
Makefile
# $NetBSD: Makefile,v 1.15 2004/07/07 11:43:58 martti Exp $
|
|
|
|
DISTNAME= distcc-2.15
|
|
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_BUILDLINK3= yes
|
|
USE_GNU_TOOLS+= make
|
|
USE_PKGINSTALL= yes
|
|
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS= --enable-rfc2553
|
|
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR}
|
|
|
|
PKG_SYSCONFSUBDIR= distcc
|
|
RCD_SCRIPTS= distccd
|
|
|
|
SUBST_CLASSES= doc
|
|
SUBST_STAGE.doc= post-patch
|
|
SUBST_FILES.doc= src/distcc.c src/hosts.c
|
|
SUBST_SED.doc= -e "s|%s/distcc/hosts|%s/hosts|g"
|
|
SUBST_MESSAGE.doc= "Fixing paths."
|
|
|
|
.include "../../devel/popt/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|