Bug 139206 - [patch] archivers/xz: use system byteswapping functions
Summary: [patch] archivers/xz: use system byteswapping functions
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Christian Weisgerber
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-09-28 10:10 UTC by swell.k
Modified: 2009-10-01 23:00 UTC (History)
0 users

See Also:


Attachments
xz.diff (2.22 KB, patch)
2009-09-28 10:10 UTC, swell.k
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description swell.k 2009-09-28 10:10:02 UTC

    
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2009-09-28 10:10:17 UTC
Responsible Changed
From-To: freebsd-ports-bugs->naddy

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2009-10-01 22:50:25 UTC
naddy       2009-10-01 21:49:43 UTC

  FreeBSD ports repository

  Modified files:
    archivers/xz         Makefile 
  Added files:
    archivers/xz/files   patch-configure.ac 
                         patch-src_common_bswap.h 
  Log:
  * Enable assembly language optimizations on amd64.
  * Use system byte-swapping functions.
  
  PR:             139205, 139206
  Submitted by:   swell.k@gmail.com  (idea)
  Feature safe:   yes
  
  Revision  Changes    Path
  1.12      +10 -2     ports/archivers/xz/Makefile
  1.1       +37 -0     ports/archivers/xz/files/patch-configure.ac (new)
  1.1       +46 -0     ports/archivers/xz/files/patch-src_common_bswap.h (new)
_______________________________________________
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 3 Christian Weisgerber freebsd_committer freebsd_triage 2009-10-01 22:51:28 UTC
State Changed
From-To: open->closed

I have rewritten this at the autoconf level.  Thanks for your report.