From owner-cvs-all@FreeBSD.ORG Thu Oct 1 21:49:44 2009 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 106F81065672; Thu, 1 Oct 2009 21:49:44 +0000 (UTC) (envelope-from naddy@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 00A3A8FC13; Thu, 1 Oct 2009 21:49:44 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n91LnhuT083029; Thu, 1 Oct 2009 21:49:43 GMT (envelope-from naddy@repoman.freebsd.org) Received: (from naddy@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n91Lnhu3083028; Thu, 1 Oct 2009 21:49:43 GMT (envelope-from naddy) Message-Id: <200910012149.n91Lnhu3083028@repoman.freebsd.org> From: Christian Weisgerber Date: Thu, 1 Oct 2009 21:49:43 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/archivers/xz Makefile ports/archivers/xz/files patch-configure.ac patch-src_common_bswap.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Oct 2009 21:49:44 -0000 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)