From owner-freebsd-questions@FreeBSD.ORG Sat Apr 12 14:41:59 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 5D81B37B401 for ; Sat, 12 Apr 2003 14:41:59 -0700 (PDT) Received: from gicco.homeip.net (dclient80-218-75-162.hispeed.ch [80.218.75.162]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5BCC743FA3 for ; Sat, 12 Apr 2003 14:41:58 -0700 (PDT) (envelope-from hampi@rootshell.be) Received: from localhost.here (idefix@gicco.homeip.net [127.0.0.1]) by gicco.homeip.net (8.12.8p1/8.12.8) with ESMTP id h3CLfvwX073462 for ; Sat, 12 Apr 2003 23:41:57 +0200 (CEST) (envelope-from hampi@rootshell.be) Received: (from idefix@localhost) by localhost.here (8.12.8p1/8.12.8/Submit) id h3CLfuIi073461 for freebsd-questions@freebsd.org; Sat, 12 Apr 2003 23:41:56 +0200 (CEST) X-Authentication-Warning: localhost.here: idefix set sender to hampi@rootshell.be using -f Date: Sat, 12 Apr 2003 23:41:56 +0200 From: Hanspeter Roth To: freebsd-questions@freebsd.org Message-ID: <20030412214156.GA72155@gicco.homeip.net> Mail-Followup-To: freebsd-questions@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.1i Subject: imake 1.0 vs. 4.3.0 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: freebsd-questions@freebsd.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Apr 2003 21:41:59 -0000 Hello, the port system seems to contain two different imake 1.0 and 4.3.0. They share many files. 4.3.0 has some own files. The two ports also don't seem to depend one on another. Why are there two versions of imake with common files? Are the files with conflicting filenames identical? I have a machine with both ports installed. This one can build the xpp port. The other machine has only 4.3.0. This one fails to build xpp. Xpp seems to depend on 4.3.0 only. (make pretty-print-build-depends-list, make clean) Can it have a connection anyway? (Both machines have c++ 2.95.4.) -Hanspeter