From owner-cvs-all@FreeBSD.ORG Mon May 5 22:15:19 2003 Return-Path: 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 E1DA337B401; Mon, 5 May 2003 22:15:19 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 966B143FAF; Mon, 5 May 2003 22:15:19 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h465FJ0U075406; Mon, 5 May 2003 22:15:19 -0700 (PDT) (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h465FJjl075405; Mon, 5 May 2003 22:15:19 -0700 (PDT) Message-Id: <200305060515.h465FJjl075405@repoman.freebsd.org> From: Kris Kennaway Date: Mon, 5 May 2003 22:15:19 -0700 (PDT) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/Mk bsd.port.mk X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 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: Tue, 06 May 2003 05:15:20 -0000 kris 2003/05/05 22:15:19 PDT FreeBSD ports repository Modified files: Mk bsd.port.mk Log: - Add support for the Tools/scripts/update-patches script [1] - Stage II of pkg-comment removal; do not write out the comment to a temporary file, but process it inline [2]. - Add support for the CONFLICTS variable to register the fact that a port conflicts with installed packages. This relies on the -C argument to pkg_create which is not yet present in 4.x, so the variable is currently a NOP on 4.x. [3] - Fix pkg-plist support for html manpages. This was broken as committed in r1.402. Submitted by: trevor [1], lioux [2], Sergey Matveychuk [3] PR: 24292 [1], 47146 [3] Revision Changes Path 1.448 +94 -44 ports/Mk/bsd.port.mk