From owner-freebsd-questions@FreeBSD.ORG Tue Apr 19 13:05:00 2005 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 82A4B16A4CE for ; Tue, 19 Apr 2005 13:05:00 +0000 (GMT) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.203]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1215C43D49 for ; Tue, 19 Apr 2005 13:05:00 +0000 (GMT) (envelope-from bjmccann@gmail.com) Received: by zproxy.gmail.com with SMTP id 40so106154nzk for ; Tue, 19 Apr 2005 06:04:59 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=A9DWPxOA6tF+mySHTYSIo4qXEvqe1MmZMs1cjNzqDTyEKqtTjnzB42dv5y5dE3DmmeFELskr++PqtCtRylKUMFTSiNZKAHk7wQg70K5ckfrYC6NBA1O5G1kKNJbv70OOti0P9+So1koBT7n8lrfplnOUJ2Nyk3E7FqqrxAoFhxI= Received: by 10.36.84.4 with SMTP id h4mr482763nzb; Tue, 19 Apr 2005 06:04:59 -0700 (PDT) Received: by 10.36.47.11 with HTTP; Tue, 19 Apr 2005 06:04:59 -0700 (PDT) Message-ID: <2b5f066d0504190604335753ba@mail.gmail.com> Date: Tue, 19 Apr 2005 09:04:59 -0400 From: Brian McCann To: freebsd-questions Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Subject: Ports collection problems...help??? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Brian McCann List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Apr 2005 13:05:00 -0000 Hi all. I'm having problems with my ports collection on a 4.10 server. I need to keep the versions of the ports the same on these two boxes (for dev reasons), so I rsync'd /usr/ports...and on the "target" machine, I get the following error when I try to build something: Makefile error: There is a COMMENTFILE in this port. COMMENTFILEs have been deprecated in favor of COMMENT variables. Please, rectify this. *** Error code 1 But...there are no files with COMMENTFILE in their name on the system! Hel= p?!?! Thanks in advance, --Brian