pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/nasm Update to 0.98.38:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3e0c77600b4d
branches:  trunk
changeset: 462548:3e0c77600b4d
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun Oct 05 09:45:13 2003 +0000

description:
Update to 0.98.38:
* Add Makefile for 16-bit DOS binaries under OpenWatcom, and modify
  mkdep.pl to be able to generate completely pathless dependencies, as
  required by OpenWatcom wmake (it supports path searches, but not
  explicit paths.)
* Fix the STR instruction.
* Fix the ELF output format, which was broken under certain
  circumstances due to the addition of stabs support.
* Quick-fix Borland format debug-info for -f obj
* Fix for %rep with no arguments (#560568)
* Fix concatenation of preprocessor function call  (#794686)
* Fix long label causes coredump (#677841)
* Use autoheader as well as autoconf to keep configure from generating
  ridiculously long command lines.
* Make sure that all of the formats which support debugging output
  actually will suppress debugging output when -g not specified.

diffstat:

 devel/nasm/Makefile |  4 ++--
 devel/nasm/distinfo |  6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)

diffs (26 lines):

diff -r b86770714cdc -r 3e0c77600b4d devel/nasm/Makefile
--- a/devel/nasm/Makefile       Sun Oct 05 09:35:44 2003 +0000
+++ b/devel/nasm/Makefile       Sun Oct 05 09:45:13 2003 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.9 2003/09/17 16:40:12 jmmv Exp $
+# $NetBSD: Makefile,v 1.10 2003/10/05 09:45:13 wiz Exp $
 #
 
-DISTNAME=      nasm-0.98.37
+DISTNAME=      nasm-0.98.38
 CATEGORIES=    devel lang
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=nasm/}
 
diff -r b86770714cdc -r 3e0c77600b4d devel/nasm/distinfo
--- a/devel/nasm/distinfo       Sun Oct 05 09:35:44 2003 +0000
+++ b/devel/nasm/distinfo       Sun Oct 05 09:45:13 2003 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.3 2003/09/17 16:40:13 jmmv Exp $
+$NetBSD: distinfo,v 1.4 2003/10/05 09:45:13 wiz Exp $
 
-SHA1 (nasm-0.98.37.tar.gz) = c51939545d394db2538436561973e7ddfadc7bdc
-Size (nasm-0.98.37.tar.gz) = 631560 bytes
+SHA1 (nasm-0.98.38.tar.gz) = cb58baa46900e8ce490fdc7c2cada35c2cc49ce0
+Size (nasm-0.98.38.tar.gz) = 641727 bytes
 SHA1 (patch-aa) = b0a4c91d7448ba630bfb482ab8f97e98753169cb
 SHA1 (patch-ab) = bbe1d7219dd2e5ade8f97a4f3070bc87d3a7d4b5



Home | Main Index | Thread Index | Old Index