From owner-cvs-ports@FreeBSD.ORG Fri Dec 10 19:12:01 2010 Return-Path: Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B14371065670; Fri, 10 Dec 2010 19:12:01 +0000 (UTC) (envelope-from mi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 880518FC13; Fri, 10 Dec 2010 19:12:01 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id oBAJC1O9030447; Fri, 10 Dec 2010 19:12:01 GMT (envelope-from mi@repoman.freebsd.org) Received: (from mi@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id oBAJC1ip030446; Fri, 10 Dec 2010 19:12:01 GMT (envelope-from mi) Message-Id: <201012101912.oBAJC1ip030446@repoman.freebsd.org> From: Mikhail Teterin Date: Fri, 10 Dec 2010 19:12:01 +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/www/tclhttpd Makefile X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 10 Dec 2010 19:12:01 -0000 mi 2010-12-10 19:12:01 UTC FreeBSD ports repository Modified files: www/tclhttpd Makefile Log: Use _MAKE_JOBS instead of hard-coding the -j2: PR: 147907 Submitted by: Andrius Morkunas Use the USE_TCL knob and rely on the variables set by bsd.tcl.mk instead of figuring them out ourselves. Switching to USE_TCL makes this port depend on Tcl-8.5 by default now, hence the PORTREVISION bump. Revision Changes Path 1.21 +13 -17 ports/www/tclhttpd/Makefile