From owner-freebsd-questions@FreeBSD.ORG Wed May 7 12:15:39 2003 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 599FF37B401 for ; Wed, 7 May 2003 12:15:39 -0700 (PDT) Received: from fep3.cogeco.net (smtp.cogeco.net [216.221.81.25]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5231943FBF for ; Wed, 7 May 2003 12:15:38 -0700 (PDT) (envelope-from tom@dwyers.ca) Received: from tom (d235-131-219.home1.cgocable.net [24.235.131.219]) by fep3.cogeco.net (Postfix) with SMTP id E11324DB for ; Wed, 7 May 2003 15:15:36 -0400 (EDT) Message-ID: <005401c314cd$f1a80f00$020010ac@protechnologies> From: "Thomas Dwyer" To: Date: Wed, 7 May 2003 15:22:04 -0400 MIME-Version: 1.0 X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2720.3000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.1 Subject: Ports - Makefile - COMMENT= variable X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 May 2003 19:15:39 -0000 I recently upgraded to FreeBSD 4.8 from 4.6 using cvsup to update = src-all and the ports tree. I did the usual: make buildworld make buildkernel make installkernel make installworld mergemaster I tried to install a couple of ports and I am receiving this error when = I do the make install: pkg_create: only one package name allowed ('interface' extraneous) the 'interface' is defferent depending on what port, and is the 3rd word = on the COMMENT=3D line of the Makefile. If I remove the COMMENT=3D line and place the text in a pkg-comment = file, the installation works fine. I'm not sure if this is related to upgrading to 4.8, or the updated = ports tree. I had installed several ports when it was FreeBSD 4.6, = without any problems, but I'm not sure if they utilized the COMMENT=3D = or the pkg-comment method. Thanks Tom