From owner-freebsd-questions@FreeBSD.ORG Thu Oct 20 14:26:32 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 D1D5216A41F for ; Thu, 20 Oct 2005 14:26:32 +0000 (GMT) (envelope-from bsd.makisupa@sbcglobal.net) Received: from smtp107.sbc.mail.re2.yahoo.com (smtp107.sbc.mail.re2.yahoo.com [68.142.229.98]) by mx1.FreeBSD.org (Postfix) with SMTP id 73A7F43D8C for ; Thu, 20 Oct 2005 14:26:23 +0000 (GMT) (envelope-from bsd.makisupa@sbcglobal.net) Received: (qmail 86139 invoked from network); 20 Oct 2005 14:26:23 -0000 Received: from unknown (HELO ?192.168.1.2?) (bsd.makisupa@sbcglobal.net@68.251.101.164 with plain) by smtp107.sbc.mail.re2.yahoo.com with SMTP; 20 Oct 2005 14:26:22 -0000 From: makisupa To: freebsd-questions@freebsd.org Content-Type: text/plain Organization: mak.net Date: Thu, 20 Oct 2005 09:25:46 -0500 Message-Id: <1129818347.11012.8.camel@localhost> Mime-Version: 1.0 X-Mailer: Evolution 2.4.1 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit Subject: A simple ports question... X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: k.makisupa@sbcglobal.net List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Oct 2005 14:26:32 -0000 How would you install a port that had dependencies that were older than identical items on your system? For example, you install portx that requires depend1.1 -- you have depend1.2 on your system. Running 'make install clean' will generate an error code stating that you have an OLDER version -- despite the fact that you actually have a newer version. I believe this is simply because version numbers don't match. 'FORCE_PACKAGE_REGISTER' will install and register the older version as well as the newer version. THis is less than desirable behavior. I looked through the ports man page to find a variable that would ignore dependencies. If such a variable exists would the port most likely still run (assuming all dependencies are present albeit newer versions)? Thanks, Mak.