From owner-freebsd-ports@freebsd.org Mon Oct 19 14:38:51 2015 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4FE76A19552 for ; Mon, 19 Oct 2015 14:38:51 +0000 (UTC) (envelope-from dan@malaby.com) Received: from gw.malaby.com (gw.malaby.com [71.32.221.157]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 25BF4B62 for ; Mon, 19 Oct 2015 14:38:50 +0000 (UTC) (envelope-from dan@malaby.com) Received: from equine.malaby.com (equine.malaby.com [192.168.18.10]) by gw.malaby.com (8.14.5/8.14.5) with ESMTP id t9JEcXCT036761; Mon, 19 Oct 2015 07:38:33 -0700 (PDT) (envelope-from dan@malaby.com) Subject: Re: FreeBSD Port: pgadmin3-1.20.0_1 References: <56243556.5070701@malaby.com> <20151019060420.GA1437@squirrel.exwg.net> <4EE645DE-CD61-4360-B34A-9A52A0A0F655@waschbuesch.de> To: =?UTF-8?Q?Martin_Waschb=c3=bcsch?= , Christoph Moench-Tegeder Cc: freebsd-ports@freebsd.org Reply-To: dan@malaby.com From: Daniel Malaby Message-ID: <56250069.2040201@malaby.com> Date: Mon, 19 Oct 2015 07:38:33 -0700 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:38.0) Gecko/20100101 Thunderbird/38.3.0 MIME-Version: 1.0 In-Reply-To: <4EE645DE-CD61-4360-B34A-9A52A0A0F655@waschbuesch.de> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 8bit X-Spam-Status: No, score=-2.9 required=5.0 tests=ALL_TRUSTED,BAYES_00, RP_MATCHES_RCVD autolearn=ham autolearn_force=no version=3.4.0 X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on gw.malaby.com X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Oct 2015 14:38:51 -0000 On 10/19/15 02:16, Martin Waschbüsch wrote: > >> Am 19.10.2015 um 08:04 schrieb Christoph Moench-Tegeder : >> >> ## Daniel Malaby (dan@malaby.com): >> >>> Is there a way to get this to use postgres9.4 instead of 9.3? >> >> Add "postgresql=9.4" to DEFAULT_VERSIONS, e.g. in make.conf. > > Actually, the way I read '/usr/ports/Mk/bsd.default-versions.mk' > it should be pgsql and not postgresql. > > So, add 'pgsql=9.4' to your make.conf DEFAULT_VERSIONS variable. Thanks, postgresql did not work, but pgsql did work, and now I know where to go look for this in the future. Thanks again. > > Best, > > Martin > -- Daniel Malaby dan@malaby.com