From owner-freebsd-ports@FreeBSD.ORG Sat Mar 29 10:51:39 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 31F8C37B401 for ; Sat, 29 Mar 2003 10:51:39 -0800 (PST) Received: from builder.freebsdmall.com (builder.freebsdmall.com [65.86.180.18]) by mx1.FreeBSD.org (Postfix) with ESMTP id 924FD43FCB for ; Sat, 29 Mar 2003 10:51:38 -0800 (PST) (envelope-from murray@builder.freebsdmall.com) Received: (from root@localhost) by builder.freebsdmall.com (8.12.8/8.11.6) id h2TIpbrg048905; Sat, 29 Mar 2003 10:51:37 -0800 (PST) (envelope-from murray) Date: Sat, 29 Mar 2003 10:51:37 -0800 From: Murray Stokely To: Matthew Donadio , freebsd-ports@freebsd.org Message-ID: <20030329105137.H43794@freebsdmall.com> References: <3E85D20A.4DE1E327@ieee.org> <20030329172005.GA40395@falcon.midgard.homeip.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <20030329172005.GA40395@falcon.midgard.homeip.net>; from ertr1013@student.uu.se on Sat, Mar 29, 2003 at 06:20:06PM +0100 X-GPG-Key-ID: 1024D/0E451F7D X-GPG-Key-Fingerprint: E2CA 411D DD44 53FD BB4B 3CB5 B4D7 10A2 0E45 1F7D Subject: Re: nasm and/or pkg utils weirdness 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: Sat, 29 Mar 2003 18:51:41 -0000 On Sat, Mar 29, 2003 at 06:20:06PM +0100, Erik Trulsson wrote: > No, you are not correct in that assumption. The pkg utils compute > version number differences just fine. The problem is that the person > who updated the nasm port to 0.98.35 mistakenly removed PORTEPOCH from the > port's makefile. > Add the line > > PORTEPOCH=1 > > to /usr/ports/devel/nasm/Makefile and things should behave correctly. I'm sorry about messing this up. I've just added the portepoch line back to the Makefile. - Murray