From owner-cvs-all@FreeBSD.ORG Fri Mar 19 14:28:21 2004 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 C5F1416A4CE; Fri, 19 Mar 2004 14:28:21 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A8F9F43D31; Fri, 19 Mar 2004 14:28:21 -0800 (PST) (envelope-from eik@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i2JMSLGe094477; Fri, 19 Mar 2004 14:28:21 -0800 (PST) (envelope-from eik@repoman.freebsd.org) Received: (from eik@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i2JMSLV8094476; Fri, 19 Mar 2004 14:28:21 -0800 (PST) (envelope-from eik) Message-Id: <200403192228.i2JMSLV8094476@repoman.freebsd.org> From: Oliver Eikemeier Date: Fri, 19 Mar 2004 14:28:21 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/databases/db42 Makefile Makefile.db 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: Fri, 19 Mar 2004 22:28:21 -0000 eik 2004/03/19 14:28:21 PST FreeBSD ports repository Modified files: databases/db42 Makefile Makefile.db Log: This patch is a convenience patch to allow broken port tools to continue to go about their rotten business. It is issued without acknowledgment of any obligation, in response to ports/64393. The patch does NOT bump PORTREVISION as the change is invisible for the port's or package's users. $FreeBSD$ is sufficient. I also refute any "bug" with respect to the the porter's handbook's pages referenced in ports/64393, my port has not written anything after bsd.port.mk and portlint has nothing to complain about (only that it can't figure "patch" is legal in a PATCHFILES variable). Informational: tools that assume .include was the last line in a port's makefile are broken. They should be comparing the output of realpath $(make -V MASTERDIR) against the output of realpath $(pwd) instead: -bash-2.05b$ realpath $(pwd) /usr/home/ma/db42 -bash-2.05b$ realpath $(make -V MASTERDIR) /usr/home/ma/db42 -bash-2.05b$ cd ../db42-nocrypto # switch to slave's port directory -bash-2.05b$ realpath $(make -V MASTERDIR) /usr/home/ma/db42 -bash-2.05b$ realpath $(pwd) /usr/home/ma/db42-nocrypto PR: 64479 Submitted by: Matthias Andree (maintainer) Revision Changes Path 1.59 +1 -0 ports/databases/db42/Makefile 1.4 +0 -2 ports/databases/db42/Makefile.db