From owner-cvs-all@FreeBSD.ORG Fri Apr 11 13:52:58 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B3852106566B; Fri, 11 Apr 2008 13:52:58 +0000 (UTC) (envelope-from vsevolod@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 825098FC14; Fri, 11 Apr 2008 13:52:58 +0000 (UTC) (envelope-from vsevolod@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m3BDqww1033430; Fri, 11 Apr 2008 13:52:58 GMT (envelope-from vsevolod@repoman.freebsd.org) Received: (from vsevolod@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3BDqw1D033429; Fri, 11 Apr 2008 13:52:58 GMT (envelope-from vsevolod) Message-Id: <200804111352.m3BDqw1D033429@repoman.freebsd.org> From: Vsevolod Stakhov Date: Fri, 11 Apr 2008 13:52:58 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/Mk bsd.database.mk X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Apr 2008 13:52:58 -0000 vsevolod 2008-04-11 13:52:58 UTC FreeBSD ports repository Modified files: Mk bsd.database.mk Log: Add WITH_PGSQL_VER macro to bsd.database.mk, that allows to specify in make.conf which version of pgsql client is required for this build. Reviewed by: skv Revision Changes Path 1.28 +15 -6 ports/Mk/bsd.database.mk