From owner-cvs-all@FreeBSD.ORG Thu Jun 9 20:39:44 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1825A16A41C; Thu, 9 Jun 2005 20:39:44 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F0B1F43D53; Thu, 9 Jun 2005 20:39:43 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j59Kdhai061608; Thu, 9 Jun 2005 20:39:43 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j59KdhpJ061607; Thu, 9 Jun 2005 20:39:43 GMT (envelope-from krion) Message-Id: <200506092039.j59KdhpJ061607@repoman.freebsd.org> From: Kirill Ponomarew Date: Thu, 9 Jun 2005 20:39:43 +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.port.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: Thu, 09 Jun 2005 20:39:44 -0000 krion 2005-06-09 20:39:43 UTC FreeBSD ports repository Modified files: Mk bsd.port.mk Log: * Improve documentation of CONFLICTS. [1] * Fix add-plist-docs target to work correctly with wildcards. [2] * Fix USE_MYSQL and USE_PGSQL knobs to work in partitial ports tree. [2] [3] * Introduce 2 new variables: USE_FAM and WANT_FAM_SYSTEM. [4] * Suppress "Vulnerability check disabled" message if DISABLE_VULNERABILITIES is defined. [5] * Switch default MySQL version to 4.1 [6] * Add support for OpenLDAP v.23. [7] * Fix add-plist-info and add-plist-post targets to avoid warnings from ports which redefine them. [8] * Fix add-plist-docs target to handle NOPORTDOCS knob properly. [9] * Use INSTALLDIRS="site" in configure for perl ports. [10] * Fix NO_(CHECKSUM|BUILD|INSTALL|PACKAGE) knobs if OPTIONS are defined. [11] * Add an ability to depend on versioned installed package. [12] Example: BUILD_DEPENDS=p5-Tree-Simple>=1.12:${PORTSDIR}/devel/p5-Tree-Simple Please note, it's experimental feature, work is currently in progress. PR: ports/81922 [1], ports/77820 [2], ports/80023 [2], ports/78597 [2], ports/79011 [3], ports/79012 [3], ports/81168 [4], ports/78607 [5], ports/79604 [6], ports/80653 [7], ports/80880 [8], ports/81189 [9], ports/78144 [10], ports/69512 [11], ports/79823 [12] Submitted by: gerald [1], clement [2], lawrance [2], Jilles Tjoelker [3], marcus [4], adamw [5], ale [6], Vsevolod Stakhov [7], Vasil Dimov [8], sem [10], leeym [11], tobez [12] Revision Changes Path 1.512 +69 -24 ports/Mk/bsd.port.mk