From owner-freebsd-ports@FreeBSD.ORG Tue Mar 6 10:25:46 2012 Return-Path: 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 1DF86106564A; Tue, 6 Mar 2012 10:25:46 +0000 (UTC) (envelope-from matthew@FreeBSD.org) Received: from smtp.infracaninophile.co.uk (smtp6.infracaninophile.co.uk [IPv6:2001:8b0:151:1:3cd3:cd67:fafa:3d78]) by mx1.freebsd.org (Postfix) with ESMTP id 7B22D8FC1E; Tue, 6 Mar 2012 10:25:42 +0000 (UTC) Received: from seedling.black-earth.co.uk (seedling.black-earth.co.uk [IPv6:2001:8b0:151:1:fa1e:dfff:feda:c0bb]) (authenticated bits=0) by smtp.infracaninophile.co.uk (8.14.5/8.14.5) with ESMTP id q26APcs6072021 (version=TLSv1/SSLv3 cipher=DHE-RSA-CAMELLIA256-SHA bits=256 verify=NO); Tue, 6 Mar 2012 10:25:38 GMT (envelope-from matthew@FreeBSD.org) X-DKIM: OpenDKIM Filter v2.4.3 smtp.infracaninophile.co.uk q26APcs6072021 Authentication-Results: smtp.infracaninophile.co.uk/q26APcs6072021; dkim=none (no signature); dkim-adsp=none Message-ID: <4F55E619.3080305@FreeBSD.org> Date: Tue, 06 Mar 2012 10:25:29 +0000 From: Matthew Seaman User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:10.0.2) Gecko/20120216 Thunderbird/10.0.2 MIME-Version: 1.0 To: freebsd-ports , kuriyama@FreeBSD.org, pgsql@FreeBSD.org X-Enigmail-Version: 1.3.5 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="------------enig1E4BED316B7AA99CD55543E6" X-Virus-Scanned: clamav-milter 0.97.3 at lucid-nonsense.infracaninophile.co.uk X-Virus-Status: Clean X-Spam-Status: No, score=-2.6 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_00, SUBJ_OBFU_PUNCT_FEW,SUBJ_OBFU_PUNCT_MANY autolearn=no version=3.3.2 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on lucid-nonsense.infracaninophile.co.uk Cc: Subject: databases/pglessog, databases/pg_rman problems after the last bsd.database.mk update 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: Tue, 06 Mar 2012 10:25:46 -0000 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enig1E4BED316B7AA99CD55543E6 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Dear all, I noticed this when building indexes. Seems that databases/pglesslog and databases/pg_rman are unhappy as a consequence of the last bsd.database.mk update, but only if postgresql (other than version 8.3) is already installed: Initially -- with postgresql-client-9.0.7_1 installed: databases/pglesslog:# make -V PGSQL_VER databases/pglesslog:# make -V BUILD_DEPENDS /nonexistent:/usr/ports/databases/postgresql-server:build gmake:/usr/ports/devel/gmake PGSQL_VER ends up empty, causing the BUILD_DEPENDS to refer to a non-existent 'postgresql-server' port. Simply deleting the postgresql client ... databases/pglesslog:# pkg delete -x postgresql The following packages will be deinstalled: postgresql-client-9.0.7_1 The deinstallation will save 8 MB Proceed with deinstalling packages [y/N]: y Deinstalling postgresql-client-9.0.7_1... done =2E.. fixes the INDEX: databases/pglesslog:# make -V PGSQL_VER 83 databases/pglesslog:# make -V BUILD_DEPENDS /nonexistent:/usr/ports/databases/postgresql83-server:build gmake:/usr/ports/devel/gmake Since this is dependent on postgresql !8.3 already being installed I guess it wouldn't have shown up in testing. It seems that these are the only two ports affected. Cheers, Matthew --=20 Dr Matthew J Seaman MA, D.Phil. PGP: http://www.infracaninophile.co.uk/pgpkey --------------enig1E4BED316B7AA99CD55543E6 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG/MacGPG2 v2.0.16 (Darwin) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAk9V5iEACgkQ8Mjk52CukIxYDACghnA72ydCieUVz+cOWkgvTP8c qqcAn3mXk7Njg3+QqHpf6x9ZH0rzCcR8 =t3UF -----END PGP SIGNATURE----- --------------enig1E4BED316B7AA99CD55543E6--