From owner-freebsd-ports@FreeBSD.ORG Sat Oct 22 11:30:47 2011 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E09C5106566C; Sat, 22 Oct 2011 11:30:47 +0000 (UTC) (envelope-from utisoft@gmail.com) Received: from mail-iy0-f182.google.com (mail-iy0-f182.google.com [209.85.210.182]) by mx1.freebsd.org (Postfix) with ESMTP id A029A8FC14; Sat, 22 Oct 2011 11:30:47 +0000 (UTC) Received: by iaky10 with SMTP id y10so7231964iak.13 for ; Sat, 22 Oct 2011 04:30:47 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:cc:content-type; bh=KCbPfBlXE5ccnDFobx4QX3LUJ+NCMkC1YvfAvprSFEA=; b=dIdSFHQHbsTG4TtyvB378KpDZXmedfGauL9TjDFdpvPJU3HAvu9/2NFk7SZtPXZSpH JwBQNT9VlNZD339mXrsQaPO5YwOApN7a6NwzvgZGzZSDNN2K8on/r5CSctjHakru+JDR JA2xAMSZsdMWPiOFJ7jXiHbH2lIW7lCNQhok8= Received: by 10.231.82.11 with SMTP id z11mr6756097ibk.77.1319283047102; Sat, 22 Oct 2011 04:30:47 -0700 (PDT) MIME-Version: 1.0 Sender: utisoft@gmail.com Received: by 10.231.11.140 with HTTP; Sat, 22 Oct 2011 04:30:17 -0700 (PDT) In-Reply-To: <4EA02B1D.6090204@yandex.ru> References: <20111020091052.00fc99f2@seibercom.net> <4EA02B1D.6090204@yandex.ru> From: Chris Rees Date: Sat, 22 Oct 2011 12:30:17 +0100 X-Google-Sender-Auth: 5vLFY6K59LtowtA0CtOoyk7SCYI Message-ID: To: Ruslan Mahmatkhanov Content-Type: text/plain; charset=KOI8-R Cc: Jerry , freebsd-ports@freebsd.org, girgen@freebsd.org Subject: Re: postgresql-client-8.2.22_1: Makefile error: you cannot include bsd.port[.pre].mk twice 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: Sat, 22 Oct 2011 11:30:48 -0000 On 20 October 2011 15:07, Ruslan Mahmatkhanov wrote: > Jerry wrote on 20.10.2011 17:10: >> >> When attempting to build the postgresql-client-8.2.22_1 port, this >> error message is being emitted: >> >> postgresql-client-8.2.22_1: Makefile error: you cannot include >> bsd.port[.pre].mk twice >> >> Has anyone else noticed it? I filed a PR against it. >> > > Yes, it's already known and there is (single?) pr about this in gnats. > What i really want to know is how much people actually use pgsql 82 and what > the reasons they have to not migrate to more recent versions like 84 or 90 > (it's 85 in terms of backward compatibility). Also note that PostgreSQL 8.2 > will reach it's EOL on December 2011, so this port will be deprecated in > near future with high probability. > > -- > Regards, > Ruslan > I've committed a fix for this. Thanks for the report. Chris