Date: Fri, 13 Sep 2002 00:02:16 +0100 (BST) From: Dominic Marks <dominic_marks@btinternet.com> To: freebsd-gnats-submit@FreeBSD.org Cc: frerich.raabe@gmx.de Subject: ports/42719: Port Update: devel/distcc Message-ID: <20020912230216.5767C9F@host217-41-12-204.in-addr.btopenworld.com>
next in thread | raw e-mail | index | archive | help
>Number: 42719 >Category: ports >Synopsis: Port Update: devel/distcc >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Thu Sep 12 16:10:01 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Dominic Marks >Release: FreeBSD 4.7-PRERELEASE i386 >Organization: National Physical Laboratory, UK >Environment: System: FreeBSD gallium 4.7-PRERELEASE FreeBSD 4.7-PRERELEASE #8: Sun Sep 8 21:32:35 BST 2002 dom@gallium:/usr/obj/usr/src/sys/NIFTY i386 >Description: devel/distcc 0.8 -> 0.10 Maintainer is CC'ed. Please wait for maintainer approval :-) >How-To-Repeat: NA. >Fix: 1. Axe the two existing patches. 2. Add two new patches 3. Apply patch to Makefile and distinfo new patch #1/2 --- src/implicit.c Thu Sep 12 23:49:14 2002 +++ src/implicit.c Thu Sep 12 23:49:31 2002 @@ -29,6 +29,7 @@ #include <stdlib.h> #include <string.h> #include <errno.h> +#include <sys/types.h> #include "distcc.h" #include "trace.h" new patch #2/2 --- src/srvnet.c Thu Sep 12 23:50:35 2002 +++ src/srvnet.c Thu Sep 12 23:50:50 2002 @@ -43,7 +43,6 @@ #include <fcntl.h> #include <errno.h> #include <netdb.h> -#include <resolv.h> #include <sys/stat.h> #include <sys/types.h> @@ -56,6 +55,7 @@ #include <arpa/nameser.h> #include <arpa/inet.h> +#include <resolv.h> #include "exitcode.h" #include "distcc.h" port patch #1/1 Index: Makefile =================================================================== RCS file: /media/cvs/freebsd/ports/devel/distcc/Makefile,v retrieving revision 1.6 diff -u -3 -p -r1.6 Makefile --- Makefile 26 Aug 2002 02:39:05 -0000 1.6 +++ Makefile 12 Sep 2002 22:42:16 -0000 @@ -6,8 +6,7 @@ # PORTNAME= distcc -PORTVERSION= 0.8 -PORTREVISION= 1 +PORTVERSION= 0.10 CATEGORIES= devel MASTER_SITES= http://distcc.samba.org/ftp/distcc/ Index: distinfo =================================================================== RCS file: /media/cvs/freebsd/ports/devel/distcc/distinfo,v retrieving revision 1.5 diff -u -3 -p -r1.5 distinfo --- distinfo 16 Aug 2002 01:02:49 -0000 1.5 +++ distinfo 12 Sep 2002 22:42:30 -0000 @@ -1 +1 @@ -MD5 (distcc-0.8.tar.gz) = 2bc110319a2bc99e585812b14e07d462 +MD5 (distcc-0.10.tar.gz) = 294277b92705988ac6a5bd3a7b601380 >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?20020912230216.5767C9F>