pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/nasm-devel Update to 0.98.37:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b296171ea44a
branches:  trunk
changeset: 460424:b296171ea44a
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sat Aug 30 15:09:02 2003 +0000

description:
Update to 0.98.37:
* Paths given in "-I" switch searched for "incbin"ed as
  well as "%include"ed files.
* Added stabs debugging for the ELF output format, patch from
  Martin Wawro.
* Fix output/outbin.c to allow origin > 80000000h.
* Make -U switch work.
* Fix the use of relative offsets with explicit prefixes, e.g. "a32 loop foo".
* Remove "backslash()".
* Fix the SMSW and SLDT instructions.
* -O2 and -O3 are no longer aliases for -O5 and -O10.  If you mean the
  latter, please say so! :)

diffstat:

 devel/nasm-devel/Makefile         |   4 ++--
 devel/nasm-devel/distinfo         |   8 ++++----
 devel/nasm-devel/patches/patch-aa |  10 +++++-----
 3 files changed, 11 insertions(+), 11 deletions(-)

diffs (45 lines):

diff -r 3e97d79ebf89 -r b296171ea44a devel/nasm-devel/Makefile
--- a/devel/nasm-devel/Makefile Sat Aug 30 14:57:21 2003 +0000
+++ b/devel/nasm-devel/Makefile Sat Aug 30 15:09:02 2003 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.12 2003/08/09 10:44:46 seb Exp $
+# $NetBSD: Makefile,v 1.13 2003/08/30 15:09:02 wiz Exp $
 #
 
-DISTNAME=      nasm-0.98.36
+DISTNAME=      nasm-0.98.37
 CATEGORIES=    devel lang
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=nasm/}
 
diff -r 3e97d79ebf89 -r b296171ea44a devel/nasm-devel/distinfo
--- a/devel/nasm-devel/distinfo Sat Aug 30 14:57:21 2003 +0000
+++ b/devel/nasm-devel/distinfo Sat Aug 30 15:09:02 2003 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.4 2003/06/23 21:13:11 seb Exp $
+$NetBSD: distinfo,v 1.5 2003/08/30 15:09:02 wiz Exp $
 
-SHA1 (nasm-0.98.36.tar.gz) = 19b8920f7c26b5a9d6cfcfbc7cfc95f68afc8ac0
-Size (nasm-0.98.36.tar.gz) = 624085 bytes
-SHA1 (patch-aa) = 05a3d32e4b1be539a595c79cdcd8b9390d50ab65
+SHA1 (nasm-0.98.37.tar.gz) = c51939545d394db2538436561973e7ddfadc7bdc
+Size (nasm-0.98.37.tar.gz) = 631560 bytes
+SHA1 (patch-aa) = b0a4c91d7448ba630bfb482ab8f97e98753169cb
 SHA1 (patch-ab) = bbe1d7219dd2e5ade8f97a4f3070bc87d3a7d4b5
diff -r 3e97d79ebf89 -r b296171ea44a devel/nasm-devel/patches/patch-aa
--- a/devel/nasm-devel/patches/patch-aa Sat Aug 30 14:57:21 2003 +0000
+++ b/devel/nasm-devel/patches/patch-aa Sat Aug 30 15:09:02 2003 +0000
@@ -1,9 +1,9 @@
-$NetBSD: patch-aa,v 1.2 2003/01/13 23:31:12 salo Exp $
+$NetBSD: patch-aa,v 1.3 2003/08/30 15:09:03 wiz Exp $
 
---- Makefile.in.orig   Fri Sep 13 02:25:44 2002
-+++ Makefile.in        Mon Jan 13 23:23:55 2003
-@@ -18,7 +18,7 @@
- CFLAGS                = @CFLAGS@ @GCCFLAGS@ -I$(srcdir) -I. 
+--- Makefile.in.orig   Fri Aug 29 21:56:40 2003
++++ Makefile.in
+@@ -18,7 +18,7 @@ CC           = @CC@
+ CFLAGS                = @CFLAGS@ @GCCFLAGS@ @DEFS@ -I$(srcdir) -I.  
  LDFLAGS               = @LDFLAGS@
  LIBS          = @LIBS@
 -PERL          = perl



Home | Main Index | Thread Index | Old Index