From owner-freebsd-ports Thu Dec 12 8:20:10 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 765CD37B401 for ; Thu, 12 Dec 2002 08:20:08 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 95FD543EC5 for ; Thu, 12 Dec 2002 08:20:07 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id gBCGK7x3023707 for ; Thu, 12 Dec 2002 08:20:07 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gBCGK7IV023706; Thu, 12 Dec 2002 08:20:07 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7AEB437B401 for ; Thu, 12 Dec 2002 08:11:17 -0800 (PST) Received: from seed.net.tw (sn16.seed.net.tw [139.175.54.16]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9604743E4A for ; Thu, 12 Dec 2002 08:11:11 -0800 (PST) (envelope-from leafy@leafy.idv.tw) Received: from [61.59.151.7] (port=49285 helo=leafy.idv.tw) by seed.net.tw with esmtp (Seednet 4.10:4) id 18MVva-000K6n-00 for FreeBSD-gnats-submit@freebsd.org; Fri, 13 Dec 2002 00:11:10 +0800 Received: from leafy.idv.tw (localhost [127.0.0.1]) by leafy.idv.tw (8.12.6/8.12.6) with ESMTP id gBCGB9hd020097 for ; Fri, 13 Dec 2002 00:11:10 +0800 (CST) (envelope-from leafy@leafy.idv.tw) Received: (from leafy@localhost) by leafy.idv.tw (8.12.6/8.12.6/Submit) id gBCGB9nV020096; Fri, 13 Dec 2002 00:11:09 +0800 (CST) Message-Id: <200212121611.gBCGB9nV020096@leafy.idv.tw> Date: Fri, 13 Dec 2002 00:11:09 +0800 (CST) From: leafy Reply-To: leafy To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/46211: Update port: devel/distcc to version 0.15 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >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