Sun Sep 12 22:42:32 2010 UTC ()
Update to 1.1.0:

Changes from 1.0.1 to 1.1.0:

    * Fix a number of issues with Win32 SAFESEH support (#139).
    * Fix several 32-bit Mach-O (macho32) bugs (#212 and others).
    * Add Intel post-32nm instructions (section 7 of AVX spec).
    * Add XSAVEOPT, INVEPT, INVVPID, and GETSEC instructions (#211).
    * Remove AMD CVT16 instructions.
    * Don't emit unnecessary REX.W for pinsrw instruction (#207).
    * Update gettext to 0.17 (#206).


(wiz)
diff -r1.27 -r1.28 pkgsrc/devel/yasm/Makefile
diff -r1.14 -r1.15 pkgsrc/devel/yasm/distinfo

cvs diff -r1.27 -r1.28 pkgsrc/devel/yasm/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/yasm/Makefile 2010/06/16 19:36:28 1.27
+++ pkgsrc/devel/yasm/Makefile 2010/09/12 22:42:32 1.28
@@ -1,17 +1,17 @@ @@ -1,17 +1,17 @@
1# $NetBSD: Makefile,v 1.27 2010/06/16 19:36:28 drochner Exp $ 1# $NetBSD: Makefile,v 1.28 2010/09/12 22:42:32 wiz Exp $
2# 2#
3 3
4DISTNAME= yasm-1.0.1 4DISTNAME= yasm-1.1.0
5CATEGORIES= devel 5CATEGORIES= devel
6MASTER_SITES= http://www.tortall.net/projects/yasm/releases/ 6MASTER_SITES= http://www.tortall.net/projects/yasm/releases/
7 7
8MAINTAINER= shaun@inerd.com 8MAINTAINER= shaun@inerd.com
9HOMEPAGE= http://www.tortall.net/projects/yasm/ 9HOMEPAGE= http://www.tortall.net/projects/yasm/
10COMMENT= Complete rewrite of the NASM assembler with BSD license 10COMMENT= Complete rewrite of the NASM assembler with BSD license
11LICENSE= modified-bsd AND (artistic OR gnu-gpl-v2 OR gnu-lgpl-v2) 11LICENSE= modified-bsd AND (artistic OR gnu-gpl-v2 OR gnu-lgpl-v2)
12 12
13PKG_DESTDIR_SUPPORT= user-destdir 13PKG_DESTDIR_SUPPORT= user-destdir
14 14
15USE_TOOLS+= msgfmt 15USE_TOOLS+= msgfmt
16GNU_CONFIGURE= YES 16GNU_CONFIGURE= YES
17USE_LIBTOOL= YES 17USE_LIBTOOL= YES

cvs diff -r1.14 -r1.15 pkgsrc/devel/yasm/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/yasm/distinfo 2010/06/16 19:36:28 1.14
+++ pkgsrc/devel/yasm/distinfo 2010/09/12 22:42:32 1.15
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.14 2010/06/16 19:36:28 drochner Exp $ 1$NetBSD: distinfo,v 1.15 2010/09/12 22:42:32 wiz Exp $
2 2
3SHA1 (yasm-1.0.1.tar.gz) = 9da80e328d387ce750c23163c0f85747cad88fa4 3SHA1 (yasm-1.1.0.tar.gz) = 8b252d2a50f6d0d8fe13997183596c3cd7589db9
4RMD160 (yasm-1.0.1.tar.gz) = d60d4ecee1c84c38e3c21427210a2b135f1bae9d 4RMD160 (yasm-1.1.0.tar.gz) = 93e9ee40319ca02a3a8fff7f85af216d37fb1d06
5Size (yasm-1.0.1.tar.gz) = 1413635 bytes 5Size (yasm-1.1.0.tar.gz) = 1409438 bytes