Update to 1.2.1. Notable changes in this release:
- A new authentication system for allowing distccd IP-based access control. - A new scheduler which can give an up to 10% improvement of performance of a cluster. PR: 48665 Submitted by: Frerich Raabe <frerich.raabe@gmx.de>
This commit is contained in:
parent
2958a44c18
commit
7ad126ddfa
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=76634
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= distcc
|
||||
PORTVERSION= 1.1
|
||||
PORTVERSION= 1.2.1
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= http://distcc.samba.org/ftp/distcc/
|
||||
|
||||
@ -19,7 +19,7 @@ PLIST_SUB+= DOCSDIR=${DOCSDIR:S,${PREFIX}/,,}
|
||||
USE_BZIP2= yes
|
||||
USE_GMAKE= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ENV+= CFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib"
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib"
|
||||
|
||||
MAN1= distcc.1 distccd.1
|
||||
DOC_FILES= AUTHORS COPYING COPYING.FDL NEWS OLDNEWS README \
|
||||
@ -52,7 +52,7 @@ install-html-doc:
|
||||
|
||||
install-man:
|
||||
.for file in ${MAN1}
|
||||
${INSTALL_MAN} ${WRKSRC}/man/${file} ${MANPREFIX}/man/man1
|
||||
@${INSTALL_MAN} ${WRKSRC}/man/${file} ${MANPREFIX}/man/man1
|
||||
.endfor
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1 +1 @@
|
||||
MD5 (distcc-1.1.tar.bz2) = ad2a433dbe4361baffa8dc5f24ba2be7
|
||||
MD5 (distcc-1.2.1.tar.bz2) = 03d55a0a3ccaf8266c087623991ae58a
|
||||
|
Loading…
Reference in New Issue
Block a user