From owner-freebsd-ports@FreeBSD.ORG Wed Aug 13 08:12:21 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 182BD37B409 for ; Wed, 13 Aug 2003 08:12:21 -0700 (PDT) Received: from mailout02.sul.t-online.com (mailout02.sul.t-online.com [194.25.134.17]) by mx1.FreeBSD.org (Postfix) with ESMTP id BA88A43FBD for ; Wed, 13 Aug 2003 08:12:19 -0700 (PDT) (envelope-from Alexander@Leidinger.net) Received: from fwd09.aul.t-online.de by mailout02.sul.t-online.com with smtp id 19mxIQ-0001l3-04; Wed, 13 Aug 2003 17:12:18 +0200 Received: from Andro-Beta.Leidinger.net (SmTZXTZ-YeVJAcfxEfC74lrIBEH119n9kzOJNjrajLVwx7+O4y-ss7@[80.131.123.211]) by fmrl09.sul.t-online.com with esmtp id 19mxIA-21Qm9I0; Wed, 13 Aug 2003 17:12:02 +0200 Received: from Leidinger.net ([192.168.1.5])h7DFD29O023021; Wed, 13 Aug 2003 17:13:03 +0200 (CEST) (envelope-from Alexander@Leidinger.net) Message-ID: <3F3A553E.1010701@Leidinger.net> Date: Wed, 13 Aug 2003 17:11:58 +0200 From: Alexander Leidinger User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; de-AT; rv:1.4) Gecko/20030624 X-Accept-Language: de-de, de, en-us, en MIME-Version: 1.0 To: Kilian Hagemann References: <200308131639.09391.kilianh@lantic.net> In-Reply-To: <200308131639.09391.kilianh@lantic.net> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Seen: false X-ID: SmTZXTZ-YeVJAcfxEfC74lrIBEH119n9kzOJNjrajLVwx7+O4y-ss7@t-dialin.net cc: ports@freebsd.org Subject: Re: FreeBSD Port: icc-7.1.021 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Aug 2003 15:12:21 -0000 Kilian Hagemann schrieb: > However, there they only have version 7.1.006. When running make install, it > tells me I can also get the latest version from https://premier.intel.com. So > I registered for that site, but they only have version 7.1.25, as it became > available on the day I decided to install the port(11 August)!!! Yes, and I also got the mail from Intel about the update. Unfortunately my monitor just died at the same day and the box with the neccessary ssh key for committing the update doesn't allow remote logins (it seems I'm paranoid...). At the end of the week I get a message if I need to buy a new one or not (but I may get a loaned one over the weekend). > I can't even find a checksum for the 7.1.25 version, so I'm stuffed. > > Please advise when you'll update the port or how I can get around the version > problem. Edit the port Makefile to have the 7.1.25 version ("PORTVERSION"), put the icc tarball into /usr/ports/distfiles, run "make makesum; make" (it will fail), look into the created "work" directory and write down the version number of the extracted files, edit the Makefile again (correct the version numbers you just wrote down), run "make clean". Now the port should be updated and you can install it (it may be the case, that the packaging list (pkg-plist) isn't correct, but as it installs completely into its own directory, you don't need to worry about it that much). Bye, Alexander.