From owner-cvs-ports@FreeBSD.ORG Thu Jun 16 07:41:13 2005 Return-Path: X-Original-To: cvs-ports@FreeBSD.org Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BEBFA16A41C; Thu, 16 Jun 2005 07:41:13 +0000 (GMT) (envelope-from ume@mahoroba.org) Received: from cheer.mahoroba.org (gw4.mahoroba.org [218.45.22.175]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5840543D1F; Thu, 16 Jun 2005 07:41:13 +0000 (GMT) (envelope-from ume@mahoroba.org) Received: from localhost (IDENT:i73BVSp52eCQiX7m5h5xLwFUaxBCY26rKLijV5OWrFb1qJkifvhkbAIaB2NDRbpx@localhost [IPv6:::1]) (user=ume mech=CRAM-MD5 bits=0) by cheer.mahoroba.org (8.13.3/8.13.3) with ESMTP/inet6 id j5G7f6OU077040 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 16 Jun 2005 16:41:06 +0900 (JST) (envelope-from ume@mahoroba.org) Date: Thu, 16 Jun 2005 16:41:06 +0900 Message-ID: From: Hajimu UMEMOTO To: Tilman Linneweh In-Reply-To: <200506151356.j5FDuprM000124@repoman.freebsd.org> References: <200506151356.j5FDuprM000124@repoman.freebsd.org> User-Agent: xcite1.38> Wanderlust/2.14.0 (Africa) SEMI/1.14.6 (Maruoka) FLIM/1.14.7 (=?ISO-8859-4?Q?Sanj=F2?=) APEL/10.6 Emacs/21.3 (i386--freebsd) MULE/5.0 (SAKAKI) X-Operating-System: FreeBSD 4.11-RELEASE-p7 X-PGP-Key: http://www.imasy.or.jp/~ume/publickey.asc X-PGP-Fingerprint: 1F00 0B9E 2164 70FC 6DC5 BF5F 04E9 F086 BF90 71FE Organization: Internet Mutual Aid Society, YOKOHAMA MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII X-Greylist: Sender succeded SMTP AUTH authentication, not delayed by milter-greylist-2.0b5 (cheer.mahoroba.org [IPv6:::1]); Thu, 16 Jun 2005 16:41:06 +0900 (JST) X-Virus-Scanned: by amavisd-new X-Virus-Status: Clean X-Spam-Status: No, score=-5.8 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_00 autolearn=ham version=3.0.4 X-Spam-Checker-Version: SpamAssassin 3.0.4 (2005-06-05) on cheer.mahoroba.org Cc: cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/mail/popd/files patch-popd.c X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Jun 2005 07:41:14 -0000 Hi, >>>>> On Wed, 15 Jun 2005 13:56:51 +0000 (UTC) >>>>> Tilman Linneweh said: arved> Added files: arved> mail/popd/files patch-popd.c arved> Log: arved> Fix build after NI_WITHSCOPEID removal It seems slightly redundant to me. I was notified this issue by kris. At that time, I sent following patch to the maintainer and him: Index: src/popd.c diff -u -p src/popd.c.orig src/popd.c --- src/popd.c.orig Fri Jan 24 21:01:25 2003 +++ src/popd.c Wed Jun 1 09:00:55 2005 @@ -54,6 +54,10 @@ #include "signals.h" #include "proxy.h" +#ifndef NI_WITHSCOPEID +#define NI_WITHSCOPEID 0 +#endif + /* global variables */ extern FILE *yyin; extern int yyparse(void); Sincerely, -- Hajimu UMEMOTO @ Internet Mutual Aid Society Yokohama, Japan ume@mahoroba.org ume@{,jp.}FreeBSD.org http://www.imasy.org/~ume/