Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 29 Mar 2003 18:20:06 +0100
From:      Erik Trulsson <ertr1013@student.uu.se>
To:        Matthew Donadio <m.p.donadio@ieee.org>
Cc:        freebsd-ports@freebsd.org
Subject:   Re: nasm and/or pkg utils weirdness
Message-ID:  <20030329172005.GA40395@falcon.midgard.homeip.net>
In-Reply-To: <3E85D20A.4DE1E327@ieee.org>
References:  <3E85D20A.4DE1E327@ieee.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sat, Mar 29, 2003 at 12:04:10PM -0500, Matthew Donadio wrote:
> Hi all,
> 
> I did a cvsup of the ports tree the other day, and an diff to nasm was
> included.
> 
> /usr/ports/devel/nasm/Makefile has a version number of 0.98.35 in it
> 
> My installed version according to pkg_info is 0.98.33,1
> 
> pkg_version is saying that my installed version has a higher version
> number that the one in my local ports tree.  In other words, I am
> getting a > next to nasm with a plain pkg_version.
> 
> Am I correct to assume that this is a bug in the way the pkg utils
> compute version number differences?

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.


-- 
<Insert your favourite quote here.>
Erik Trulsson
ertr1013@student.uu.se



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030329172005.GA40395>