mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
o Update to 2.0.1
PR: 50460 Submitted by: maintainer
This commit is contained in:
parent
79e452d3bf
commit
ec2a201b04
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=77775
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= distcc
|
||||
PORTVERSION= 1.2.1
|
||||
PORTVERSION= 2.0.1
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= http://distcc.samba.org/ftp/distcc/
|
||||
|
||||
@ -22,8 +22,8 @@ GNU_CONFIGURE= yes
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib"
|
||||
|
||||
MAN1= distcc.1 distccd.1
|
||||
DOC_FILES= AUTHORS COPYING COPYING.FDL NEWS OLDNEWS README \
|
||||
linuxdoc/distcc.info.gz linuxdoc/distcc.sgml
|
||||
DOC_FILES= AUTHORS COPYING COPYING.FDL NEWS README \
|
||||
linuxdoc/distcc.sgml
|
||||
HTML_DOC_FILES= distcc.html distcc-1.html distcc-2.html distcc-3.html \
|
||||
distcc-4.html distcc-5.html distcc-6.html
|
||||
|
||||
|
@ -1 +1 @@
|
||||
MD5 (distcc-1.2.1.tar.bz2) = 03d55a0a3ccaf8266c087623991ae58a
|
||||
MD5 (distcc-2.0.1.tar.bz2) = ffa89d1ce43b317fc67038c08200b9bc
|
||||
|
@ -1,13 +0,0 @@
|
||||
|
||||
$FreeBSD$
|
||||
|
||||
--- src/access.c.orig Sun Mar 2 16:59:12 2003
|
||||
+++ src/access.c Sun Mar 2 16:59:29 2003
|
||||
@@ -30,6 +30,7 @@
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
||||
+#include <sys/types.h>
|
||||
#include <sys/socket.h>
|
||||
#include <netinet/in.h>
|
||||
#include <arpa/inet.h>
|
@ -4,9 +4,7 @@ sbin/distccd
|
||||
%%PORTDOCS%%%%DOCSDIR%%/COPYING
|
||||
%%PORTDOCS%%%%DOCSDIR%%/COPYING.FDL
|
||||
%%PORTDOCS%%%%DOCSDIR%%/NEWS
|
||||
%%PORTDOCS%%%%DOCSDIR%%/OLDNEWS
|
||||
%%PORTDOCS%%%%DOCSDIR%%/README
|
||||
%%PORTDOCS%%%%DOCSDIR%%/distcc.info.gz
|
||||
%%PORTDOCS%%%%DOCSDIR%%/distcc.sgml
|
||||
%%PORTDOCS%%%%DOCSDIR%%/html/distcc.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/html/distcc-1.html
|
||||
|
Loading…
Reference in New Issue
Block a user