From owner-freebsd-current@FreeBSD.ORG Fri Mar 19 21:56:15 2010 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4488C106564A for ; Fri, 19 Mar 2010 21:56:15 +0000 (UTC) (envelope-from wooh@wooh.hu) Received: from mail.netidea.hu (netwarehouse.netidea.hu [195.228.254.126]) by mx1.freebsd.org (Postfix) with ESMTP id F33458FC08 for ; Fri, 19 Mar 2010 21:56:14 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netidea.hu (Postfix) with ESMTP id A70E712811C for ; Fri, 19 Mar 2010 22:54:19 +0100 (CET) X-Virus-Scanned: amavisd-new at netidea.hu Received: from mail.netidea.hu ([127.0.0.1]) by localhost (mail.netidea.hu [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id V2DQe2g3zMD7 for ; Fri, 19 Mar 2010 22:54:17 +0100 (CET) Received: from jamms-MacBook.local (catv-80-98-233-66.catv.broadband.hu [80.98.233.66]) by mail.netidea.hu (Postfix) with ESMTP id 5588A12655C for ; Fri, 19 Mar 2010 22:54:17 +0100 (CET) Message-ID: <4BA3F2FA.2040007@wooh.hu> Date: Fri, 19 Mar 2010 22:56:10 +0100 From: Adam PAPAI User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US; rv:1.9.1.8) Gecko/20100227 Thunderbird/3.0.3 MIME-Version: 1.0 To: freebsd-current@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: [PATCH] - ports/144792 (untar.c, Makefile) ports/archivers/untar X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Mar 2010 21:56:15 -0000 Hi, http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/144792 To remove the compile warnings I've added the required header files. (and a small fix for the Makefile NOMAN -> NO_MAN warning) http://www.wooh.hu/freebsd/untar.c.patch.txt http://www.wooh.hu/freebsd/Makefile.patch.txt -- Adam PAPAI