From owner-cvs-all@FreeBSD.ORG Thu Oct 20 18:02:19 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 532A916A41F; Thu, 20 Oct 2005 18:02:19 +0000 (GMT) (envelope-from clement@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1023843D5A; Thu, 20 Oct 2005 18:02:19 +0000 (GMT) (envelope-from clement@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 j9KI2IVH017921; Thu, 20 Oct 2005 18:02:18 GMT (envelope-from clement@repoman.freebsd.org) Received: (from clement@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j9KI2I1W017920; Thu, 20 Oct 2005 18:02:18 GMT (envelope-from clement) Message-Id: <200510201802.j9KI2I1W017920@repoman.freebsd.org> From: Clement Laforet Date: Thu, 20 Oct 2005 18:02:18 +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/devel/portmk Makefile 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, 20 Oct 2005 18:02:19 -0000 clement 2005-10-20 18:02:18 UTC FreeBSD ports repository Modified files: devel/portmk Makefile Log: - Add "make patch-o-matic" target. It applies to a fresh ports tree patches required to build ports correctly with devel/portmk. Currently only USE_GMAKE changes [1] are applied. It will be heavily used in the future to support new knobs in b.p.m (like USE_APACHE, USE_TCL, new OPTIONS, etc.) Currently patches are added by hand. I hope I can add soon an automated way to submit patches. [1] Submitted by: jylefort Revision Changes Path 1.6 +21 -0 ports/devel/portmk/Makefile