Bug 123453

Summary: [PATCH]devel/yasm: update to 0.7.0
Product: Ports & Packages Reporter: bf <bf2006a>
Component: Individual Port(s)Assignee: freebsd-ports-bugs (Nobody) <ports-bugs>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff
none
yasm.txt none

Description bf 2008-05-06 08:50:03 UTC
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@FOO constructs in GAS parser. 
*SSE5 condition code support. 
*Other bugfixes.

There are some known issues with AVX -- see the Release Notes for details.

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2008-05-06 08:50:09 UTC
Responsible Changed
From-To: freebsd-ports-bugs->bf2006a._at_.yahoo.com

Submitter has GNATS access (via the GNATS Auto Assign Tool)
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2008-05-06 08:50:11 UTC
Maintainer of devel/yasm,

Please note that PR ports/123453 has just been submitted.

If it contains a patch for an upgrade, an enhancement or a bug fix
you agree on, reply to this email stating that you approve the patch
and a committer will take care of it.

The full text of the PR can be found at:
    http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/123453

-- 
Edwin Groothuis via the GNATS Auto Assign Tool
edwin@FreeBSD.org
Comment 3 Edwin Groothuis freebsd_committer freebsd_triage 2008-05-06 08:50:12 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 4 bf 2008-05-06 09:28:37 UTC
Oops, my simple obfuscation of my email address (I've
been getting a lot of spam lately, and I'm trying to
stem the flow) led you to (mistakenly) believe that I
was @FreeBSD.org .  If this parsing is automatic, it
ought to be modified.  Let me know if this will be
fixed, or whether I need to send a literal email
address next time.

Regards,
         b.


      ____________________________________________________________________________________
Be a better friend, newshound, and 
know-it-all with Yahoo! Mobile.  Try it now.  http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ
Comment 5 Edwin Groothuis freebsd_committer freebsd_triage 2008-05-06 11:34:49 UTC
Responsible Changed
From-To: bf2006a._at_.yahoo.com->freebsd-ports-bugs

Fix submitter address
Comment 6 bf 2008-05-06 17:34:35 UTC
Try this revised patch instead -- to speed things up a
little, I explicitly disabled some configure tests
that we don't need, and only added libiconv to the
list of dependencies when NLS is used, which seems to
be the only time that it is actually required.

b.



      ____________________________________________________________________________________
Be a better friend, newshound, and 
know-it-all with Yahoo! Mobile.  Try it now.  http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ
Comment 7 Peter Johnson 2008-05-07 04:02:04 UTC
Revised patch approved.  Thanks!
Comment 8 Mark Linimon freebsd_committer freebsd_triage 2008-05-07 06:25:06 UTC
State Changed
From-To: feedback->open

Maintainer approved.
Comment 9 dfilter service freebsd_committer freebsd_triage 2008-05-07 09:17:28 UTC
lwhsu       2008-05-07 08:17:23 UTC

  FreeBSD ports repository

  Modified files:
    devel/yasm           Makefile distinfo 
  Log:
  - Update to 0.7.0
  
  PR:             ports/123453
  Submitted by:   bf <bf2006a AT yahoo.com>
  Approved by:    "Peter Johnson" <johnson.peter AT gmail.com> (maintainer)
  
  Revision  Changes    Path
  1.20      +5 -4      ports/devel/yasm/Makefile
  1.10      +3 -3      ports/devel/yasm/distinfo
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 10 Li-Wen Hsu freebsd_committer freebsd_triage 2008-05-07 09:18:04 UTC
State Changed
From-To: open->closed

Committed. Thanks!