From owner-freebsd-ports@FreeBSD.ORG Wed Feb 7 08:34:18 2007 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 631E416A410 for ; Wed, 7 Feb 2007 08:34:16 +0000 (UTC) (envelope-from infofarmer@gmail.com) Received: from wx-out-0506.google.com (wx-out-0506.google.com [66.249.82.226]) by mx1.freebsd.org (Postfix) with ESMTP id E2CB313C4A5 for ; Wed, 7 Feb 2007 08:34:14 +0000 (UTC) (envelope-from infofarmer@gmail.com) Received: by wx-out-0506.google.com with SMTP id s18so113300wxc for ; Wed, 07 Feb 2007 00:34:14 -0800 (PST) DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=Kh6oMNev76n667JCpTLp0QU/t8qpyLKyVA9sTmd1Gb6rwr+LJa16lHvhWfxtd+RYxUzCkMqDorJwF890gdOS7+cdaJPmyrzEvghBYRR1aKeqHlqTfjflCR5UwmUA2aJsYe6ONspDATxji19sovoB31Ro8CZp8PCjE0af/D3miHU= Received: by 10.78.176.20 with SMTP id y20mr7843hue.1170837232768; Wed, 07 Feb 2007 00:33:52 -0800 (PST) Received: by 10.78.164.20 with HTTP; Wed, 7 Feb 2007 00:33:52 -0800 (PST) Message-ID: Date: Wed, 7 Feb 2007 11:33:52 +0300 From: "Andrew Pantyukhin" Sender: infofarmer@gmail.com To: "Kris Kennaway" In-Reply-To: <20070207082630.GA58763@xor.obsecurity.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20070207082630.GA58763@xor.obsecurity.org> X-Google-Sender-Auth: 20eb2faf2a4a3b50 Cc: ports@freebsd.org Subject: Re: Warning added to index build X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Feb 2007 08:34:18 -0000 On 2/7/07, Kris Kennaway wrote: > Someone recently added the following warning to a port makefile, which > shows up during e.g. index builds: > > "Makefile", line 47: warning: duplicate script for target "post-patch" ignored > > Can someone please fix it? :) That's make's built-in warning when a target is redefined.