From owner-freebsd-questions Thu Feb 7 20:30:46 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail1.registeredsite.com (mail1.registeredsite.com [64.224.9.10]) by hub.freebsd.org (Postfix) with ESMTP id 7813E37B41A for ; Thu, 7 Feb 2002 20:30:36 -0800 (PST) Received: from mail.blue-mouse.com ([209.35.30.221]) by mail1.registeredsite.com (8.11.6/8.11.4) with ESMTP id g184UZD19601 for ; Thu, 7 Feb 2002 23:30:35 -0500 Date: Thu, 7 Feb 2002 23:30:31 -0500 Message-Id: <200202072330.AA423690414@mail.blue-mouse.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii From: "gregbrooks" Reply-To: To: Subject: Port-upgrading ineptness X-Mailer: Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG All, After noodling through this for two days, I've hit a wall and need your help. Problem definition: To enable PHP4 or mod_PHP, I need pdflib3, but make install hits a snag because the current version is 4.x and it can't find an earlier version. Next stop: cvsup, thinking it'll upgrade my ports tree and (hopefully) resolve the dependency problem. Typing in: #cvsup -g -L 2 ports-supfile gets me: #Parsing supfile "ports-supfile" #Release not specified for collection "host-cvsup15.freeBSD.org" Contents of ports-supfile (sans comments) are below: host=cvsup15.FreeBSD.org base=/usr prefix=/usr *default host=cvsup15.FreeBSD.org *default base=/usr *default prefix=/usr *default release=cvs *default tag=. *default delete use-rel-suffix ports-all I've also tried default tag=HEAD per the handbook. Sooo... two questions: how to fix the non-running cvsup (by the way, the ports-supfile is in the root directory) and the bigger question: am I even going about resolving this dependency issue properly? Would a smarter approach just be to edit some dependency marker in the makefiles for PHP and/or mod_php? Many, many thanks! Greg To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message