From owner-freebsd-ports@FreeBSD.ORG Sun Feb 1 13:36:12 2004 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8E4D616A4CE; Sun, 1 Feb 2004 13:36:12 -0800 (PST) Received: from mta10.adelphia.net (mta10.adelphia.net [68.168.78.202]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2026543D39; Sun, 1 Feb 2004 13:36:11 -0800 (PST) (envelope-from parv_fm@mailsent.net) Received: from moo.holy.cow ([69.160.71.102]) by mta10.adelphia.net (InterMail vM.5.01.06.05 201-253-122-130-105-20030824) with ESMTP id <20040201213619.OAAG9070.mta10.adelphia.net@moo.holy.cow>; Sun, 1 Feb 2004 16:36:19 -0500 Received: by moo.holy.cow (Postfix, from userid 1001) id 12BA3BA3B; Sun, 1 Feb 2004 16:35:49 -0500 (EST) Date: Sun, 1 Feb 2004 16:35:49 -0500 From: parv To: f-ports Message-ID: <20040201213549.GA93666@moo.holy.cow> Mail-Followup-To: f-ports , f-stable Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline cc: f-stable Subject: "make -C ..." causes error in net/tkabber/Makefile, line 17 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Feb 2004 21:36:12 -0000 I am running FreeBSD 4.8-p14; and the make(1) man page lists -C option... -C directory Change to directory while running. ...However, "make -V PORTVERSION" in net/tkabber" produces this... make: illegal option -- C usage: make [-Beiknqrstv] [-D variable] [-d flags] [-E variable] [-f makefile] [-I directory] [-j max_jobs] [-m directory] [-V variable] [variable=value] [target ...] "Makefile", line 17: warning: "make -C /usr3/ports/net/tkabber/../../devel/tcllib -V PORTVERSION" returned non-zero status 0.9.6b ...the particular Makefile line 17 is... TCLLIBVER!= ${MAKE} -C ${.CURDIR}/../../devel/tcllib -V PORTVERSION ...and yes, devel/tcllib does exist; running "make -V PORTVERSION" there produces "1.4". What could be the problem? (The ports tree is up to date as of 2004.02.01.19.43.37 UTC.) - Parv --