Date: Wed, 22 Aug 2007 06:26:26 GMT From: bf <bf2006a@yahoo.com> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/115708: [PATCH]archivers/paq: update to 8.n Message-ID: <200708220626.l7M6QQh5037664@www.freebsd.org> Resent-Message-ID: <200708220630.l7M6U31K053444@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 115708 >Category: ports >Synopsis: [PATCH]archivers/paq: update to 8.n >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Wed Aug 22 06:30:02 GMT 2007 >Closed-Date: >Last-Modified: >Originator: bf >Release: 6.2-Stable i386 >Organization: - >Environment: >Description: Improved jpeg compression compared to the previous version; SSE-specific assembly routine for i386 has been dropped from the distfile because of a lack of evidence for improved performance over the generic i386 assembly routine. Default cxxflags raised from -Os to -O3. diff -ru paq.orig/Makefile paq/Makefile --- paq.orig/Makefile Sun Apr 22 21:03:00 2007 +++ paq/Makefile Wed Aug 22 02:01:43 2007 @@ -6,10 +6,10 @@ # PORTNAME= paq -PORTVERSION= 8.l +PORTVERSION= 8.n CATEGORIES= archivers MASTER_SITES= http://www.cs.fit.edu/~mmahoney/compression/ -DISTNAME= paq8l +DISTNAME= paq8n MAINTAINER= bf2006a@yahoo.com COMMENT= An archiver with an extremely high compression ratio @@ -23,25 +23,21 @@ .if !defined(WITHOUT_ASM) && ${ARCH} == "i386" && !defined(PACKAGE_BUILDING) BUILD_DEPENDS= nasm:${PORTSDIR}/devel/nasm -CXXFLAGS+= -DUNIX -Os +CXXFLAGS+= -DUNIX -O3 ASM1?= nasm -f elf -o ASM2?= -.if !defined(WITH_SSE) ASMFILE= paq7asm -.else -ASMFILE= paq7asmsse -.endif STRIP= .elif !defined(WITHOUT_ASM) && ${ARCH} == "amd64" && !defined(PACKAGE_BUILDING) BUILD_DEPENDS= yasm:${PORTSDIR}/devel/yasm -CXXFLAGS+= -DUNIX -Os +CXXFLAGS+= -DUNIX -O3 ASM1?= yasm -f elf64 -o ASM2?= -a x86 -m amd64 ASMFILE= paq7asm-x86_64 STRIP= .else WITHOUT_ASM= yes -CXXFLAGS+= -DUNIX -DNOASM -Os +CXXFLAGS+= -DUNIX -DNOASM -O3 .endif pre-everything:: @@ -51,10 +47,6 @@ @${ECHO_MSG} "instead of the equivalent assembly language routines that are" @${ECHO_MSG} "enabled by default on x86 and amd64 architectures, hit Ctrl-C" @${ECHO_MSG} "now and use \"make WITHOUT_ASM=yes\"." - @${ECHO_MSG} - @${ECHO_MSG} "If you wish to use the version of the assembly code that is" - @${ECHO_MSG} "optimized for x86 (not amd64) processors with SSE instruction" - @${ECHO_MSG} "support, hit Ctrl-C now and use \"make WITH_SSE=yes\"." @${ECHO_MSG} do-build: diff -ru paq.orig/distinfo paq/distinfo --- paq.orig/distinfo Sun Apr 22 21:03:00 2007 +++ paq/distinfo Wed Aug 22 01:44:30 2007 @@ -1,3 +1,3 @@ -MD5 (paq8l.zip) = c57b6a1915b86d42f820e7f249b0ccf6 -SHA256 (paq8l.zip) = fb72db122f89faedcc729fe1e3324cac57c9c48903e72107c8350cdbe5e374cf -SIZE (paq8l.zip) = 181334 +MD5 (paq8n.zip) = a05c932155d6b67a3e95fb1a46693d6d +SHA256 (paq8n.zip) = d90964ac9c3f539e433883845cbdc511ee13f6e920e64ccd0d369d1ddab0a5bc +SIZE (paq8n.zip) = 85065 >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200708220626.l7M6QQh5037664>