ports/123453: [PATCH]devel/yasm: update to 0.7.0

bf bf2006a._at_.yahoo.com at FreeBSD.org
Tue May 6 07:50:04 UTC 2008


>Number:         123453
>Category:       ports
>Synopsis:       [PATCH]devel/yasm: update to 0.7.0
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Tue May 06 07:50:03 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     bf
>Release:        7-STABLE i386
>Organization:
-
>Environment:
>Description:
Update to 0.7.0; new python bindings were left disabled because they failed "make check" with python 2.5.2_2 and pyrex 0.9.6.4 on my machine.  Some of the changes:

*Intel Advanced Vector Extensions (AVX) instruction support. 
*Multi-section binary support (see #71, #99, [2010]). 
*Add support for ELF32 and ELF64 TLS (thread local storage) relocations. 
*Allow use of 0X in addition to 0x to prefix hex constants (#127). 
*Allow underscores in hex, binary, and octal constants (e.g. 0111_1111b). 
*Fix memory sizes on SSE/SSE2 instructions (#119). 
*Allow standalone prefixes (#122). 
*Simplify new varieties of sym-sym values (#124). 
*Support SAFESEH directive for win32 SEH handlers (#130). 
*Enable sym at FOO constructs in GAS parser. 
*SSE5 condition code support. 
*Other bugfixes.

There are some known issues with AVX -- see the Release Notes for details.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -druN yasm.orig/Makefile yasm/Makefile
--- yasm.orig/Makefile	2007-09-23 01:49:32.000000000 -0400
+++ yasm/Makefile	2008-05-05 19:14:41.722980000 -0400
@@ -7,7 +7,7 @@
 #
 
 PORTNAME=	yasm
-PORTVERSION=	0.6.2
+PORTVERSION=	0.7.0
 CATEGORIES=	devel lang
 MASTER_SITES=	http://www.tortall.net/projects/yasm/releases/
 
diff -druN yasm.orig/distinfo yasm/distinfo
--- yasm.orig/distinfo	2007-09-23 01:49:32.000000000 -0400
+++ yasm/distinfo	2008-05-05 15:42:11.048732000 -0400
@@ -1,3 +1,3 @@
-MD5 (yasm-0.6.2.tar.gz) = a9d5508702991de2bdd0903b8ba680ba
-SHA256 (yasm-0.6.2.tar.gz) = fbc2ca5ad8266862b5a85f60124deb6e26f6ff5baf7452a9af4f428687ba300d
-SIZE (yasm-0.6.2.tar.gz) = 1258582
+MD5 (yasm-0.7.0.tar.gz) = f06436d31a6c5c1bc43c318f42c7b51e
+SHA256 (yasm-0.7.0.tar.gz) = 8f6024848f473f4fada65aa7aefe5459651f98727f670a7d1ef593ee5d43e4f3
+SIZE (yasm-0.7.0.tar.gz) = 1412163


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list