From owner-freebsd-ports@FreeBSD.ORG Sun Nov 13 12:08:54 2005 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C0E3C16A41F for ; Sun, 13 Nov 2005 12:08:54 +0000 (GMT) (envelope-from luktheluckyboy@gmail.com) Received: from xproxy.gmail.com (xproxy.gmail.com [66.249.82.207]) by mx1.FreeBSD.org (Postfix) with ESMTP id B1A3A43D5D for ; Sun, 13 Nov 2005 12:08:50 +0000 (GMT) (envelope-from luktheluckyboy@gmail.com) Received: by xproxy.gmail.com with SMTP id s15so1077658wxc for ; Sun, 13 Nov 2005 04:08:50 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=cjMXXCNZ368jNQKtOJgAzPc5OhhV6azsmmlndpjjMhojnxCRpv6ECbCcVmKr7R7FNK3H0YT1HWORpx3HYnNqHojWcjHFYkHXyJIT93cbuwDPLkYVFVud2uELLDQEDZvhpdQ6UKmorI+lPf+pNsQLxDkikhZKEUGN5LsWCgQsHyw= Received: by 10.65.151.13 with SMTP id d13mr4555310qbo; Sun, 13 Nov 2005 04:08:50 -0800 (PST) Received: by 10.65.93.3 with HTTP; Sun, 13 Nov 2005 04:08:49 -0800 (PST) Message-ID: <7b1df2440511130408g1d36e9d0t@mail.gmail.com> Date: Sun, 13 Nov 2005 13:08:49 +0100 From: Luk van den Borne To: Michael Nottebrock In-Reply-To: <200511131006.55962.lofi@freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <7b1df2440511111423u7495a644k@mail.gmail.com> <7b1df2440511130032r3bfd3f62j@mail.gmail.com> <7b1df2440511130045g6561460ay@mail.gmail.com> <200511131006.55962.lofi@freebsd.org> Cc: freebsd-ports@freebsd.org Subject: Re: Amarok + postgreSQL version 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: Sun, 13 Nov 2005 12:08:54 -0000 2005/11/13, Michael Nottebrock : > On Sunday, 13. November 2005 09:45, Luk van den Borne wrote: > > When I deinstall postgresql74-server and try install > > postgresql81-server, I get this message: > > > > =3D=3D=3D> postgresql-server-8.1.0 is marked as broken: the port wants > > postgresql81-client but you have postgresql74-client installed. > > > > So I guess the version numbers do have to match. At least according to > > ports. > > Ah, you're running the server on the same machine. I assumed the host you= were > trying to run amarok on was client-only. > > -- > ,_, | Michael Nottebrock | lofi@freebsd.org > (/^ ^\) | FreeBSD - The Power to Serve | http://www.freebsd.org > \u/ | K Desktop Environment on FreeBSD | http://freebsd.kde.org > > > But that shouldn't really matter, should it? If I can run a different client remotely I should also be able to run another client locally, right? Or what is the philosophy behind this setup? That locally server and client version should match, in order to guarantee 100% compatibility (iow: admins should never be locked out in case of an unforseen interface breakage?). Or is it just a small bug in the Makefile? Anyway, running postgres8 now, thanks to the WANT_PGSQL_VER directive. Thank you!