From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jun 5 18:00:08 2005 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0E21016A41C for ; Sun, 5 Jun 2005 18:00:08 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id BC09343D49 for ; Sun, 5 Jun 2005 18:00:07 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j55I07C3092037 for ; Sun, 5 Jun 2005 18:00:07 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j55I076P092036; Sun, 5 Jun 2005 18:00:07 GMT (envelope-from gnats) Resent-Date: Sun, 5 Jun 2005 18:00:07 GMT Resent-Message-Id: <200506051800.j55I076P092036@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Gerald Pfeifer Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5EAD616A41C for ; Sun, 5 Jun 2005 17:50:07 +0000 (GMT) (envelope-from pfeifer@dbai.tuwien.ac.at) Received: from vexpert.dbai.tuwien.ac.at (vexpert.dbai.tuwien.ac.at [128.131.111.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0E2F643D48 for ; Sun, 5 Jun 2005 17:50:06 +0000 (GMT) (envelope-from pfeifer@dbai.tuwien.ac.at) Received: from acrux.dbai.tuwien.ac.at (acrux [128.131.111.60]) by vexpert.dbai.tuwien.ac.at (Postfix) with ESMTP id 4C80913794; Sun, 5 Jun 2005 19:50:05 +0200 (CEST) Received: (from pfeifer@localhost) by acrux.dbai.tuwien.ac.at (8.12.11/8.12.9/Submit) id j55Ho90t040003; Sun, 5 Jun 2005 19:50:09 +0200 (CEST) (envelope-from pfeifer) Message-Id: <200506051750.j55Ho90t040003@acrux.dbai.tuwien.ac.at> Date: Sun, 5 Jun 2005 19:50:09 +0200 (CEST) From: Gerald Pfeifer To: FreeBSD-gnats-submit@FreeBSD.org Cc: Subject: ports/81922: Improve documentation of CONFLICTS in bsd.port.mk X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 05 Jun 2005 18:00:08 -0000 >Number: 81922 >Category: ports >Synopsis: Improve documentation of CONFLICTS in bsd.port.mk >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Jun 05 18:00:06 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Gerald Pfeifer >Release: FreeBSD 4.10-STABLE i386 >Organization: >Environment: >Description: When introducing some CONFLICTS tags for the lang/gcc ports, I had to take some extra efforts which could have been avoided by better documentation. This is an attempt to provide such documentation. >How-To-Repeat: vi $PORTSDIR/Mk/bsd.port.mk >Fix: Index: bsd.port.mk =================================================================== RCS file: /home/pcvs/ports/Mk/bsd.port.mk,v retrieving revision 1.511 diff -u -3 -p -r1.511 bsd.port.mk --- bsd.port.mk 17 Mar 2005 23:22:07 -0000 1.511 +++ bsd.port.mk 5 Jun 2005 17:46:14 -0000 @@ -468,10 +468,10 @@ FreeBSD_MAINTAINER= portmgr@FreeBSD.org # Conflict checking. Use if your port cannot be installed at the same time as # another package. # -# CONFLICTS - A list of package name patterns that the port conflicts with. -# It's possible to use any shell meta-characters for pattern -# matching. -# E.g. apache*-1.2* apache*-1.3.[012345] apache-*+ssl_* +# CONFLICTS - A list of package name patterns that the port conflicts +# with, separated by blanks. The names may include shell +# pattern meta-characters "*", "?", "[", "]", and "!". +# Example: apache*-1.2* apache*-1.3.[012345] apache-*+ssl_* # # Various directory definitions and variables to control them. # You rarely need to redefine any of these except WRKSRC and NO_WRKSUBDIR. >Release-Note: >Audit-Trail: >Unformatted: