Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 13 Dec 2002 00:11:09 +0800 (CST)
From:      leafy <leafy@leafy.idv.tw>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/46211: Update port: devel/distcc to version 0.15
Message-ID:  <200212121611.gBCGB9nV020096@leafy.idv.tw>

next in thread | raw e-mail | index | archive | help

>Number:         46211
>Category:       ports
>Synopsis:       Update port: devel/distcc to version 0.15
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Dec 12 08:20:01 PST 2002
>Closed-Date:
>Last-Modified:
>Originator:     Frerich Raabe
>Release:        FreeBSD 4.7-STABLE i386
>Organization:
>Environment:
System: FreeBSD daedalus.lan 4.7-STABLE FreeBSD 4.7-STABLE #5: Sat Nov 30
20:43:38 CET 2002 root@daedalus.lan:/usr/obj/usr/src/sys/DAEDALUS i386
>Description:
This patch updates the devel/distcc port to honour the recent distcc release
version 0.15. This involves adjusting the port's Makefile so that it finds
the binaries during the installation, and updating the pkg-message to
mention
the new default port which was assigned to distcc by the IANA.
>How-To-Repeat:
>Fix:
diff -ruN distcc.old/Makefile distcc/Makefile
--- distcc.old/Makefile	Thu Dec 12 16:23:19 2002
+++ distcc/Makefile	Thu Dec 12 16:20:29 2002
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	distcc
-PORTVERSION=	0.12
+PORTVERSION=	0.15
 CATEGORIES=	devel
 MASTER_SITES=	http://distcc.samba.org/ftp/distcc/
 
@@ -28,8 +28,8 @@
 		distcc-4.html distcc-5.html distcc-6.html distcc-7.html
 
 do-install:
-	@${INSTALL_PROGRAM} ${WRKSRC}/src/distcc ${PREFIX}/bin
-	@${INSTALL_PROGRAM} ${WRKSRC}/src/distccd ${PREFIX}/sbin
+	@${INSTALL_PROGRAM} ${WRKSRC}/distcc ${PREFIX}/bin
+	@${INSTALL_PROGRAM} ${WRKSRC}/distccd ${PREFIX}/sbin
 
 post-install: install-doc install-html-doc install-man
 	@${CAT} ${PKGMESSAGE}
diff -ruN distcc.old/distinfo distcc/distinfo
--- distcc.old/distinfo	Thu Dec 12 16:23:19 2002
+++ distcc/distinfo	Thu Dec 12 16:16:53 2002
@@ -1 +1 @@
-MD5 (distcc-0.12.tar.gz) = 4fa9d4f77bbaeaa615e3872bb4688ba3
+MD5 (distcc-0.15.tar.gz) = aadc6fb3f89376390ad2ac2b53141aa4
diff -ruN distcc.old/pkg-message distcc/pkg-message
--- distcc.old/pkg-message	Thu Dec 12 16:23:19 2002
+++ distcc/pkg-message	Thu Dec 12 16:19:03 2002
@@ -1,7 +1,7 @@
 WARNING: distcc[d] performs NO AUTHENTICATION at all and should
 ONLY be used in trusted networks!
 
-The daemon runs on port 4200 by default. You can change that
+The daemon runs on port 3632 by default. You can change that
 value by calling distccd with the -p parameter, e.g.
 distccd -p 4711'.
 
>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200212121611.gBCGB9nV020096>