Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 3 Oct 2007 18:46:57 GMT
From:      bf <bf2006a@yahoo.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/116877: [PATCH]archivers/paq: update to 8.o6
Message-ID:  <200710031846.l93IkvEr044544@www.freebsd.org>
Resent-Message-ID: <200710031850.l93Io1x8075703@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         116877
>Category:       ports
>Synopsis:       [PATCH]archivers/paq: update to 8.o6
>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 Oct 03 18:50:00 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     bf
>Release:        6.2-stable i386
>Organization:
>Environment:
>Description:
Overall performance slightly better on large files; improved jpeg compression; slight changes to knobs and messages:



diff -ruN paq.orig/Makefile paq/Makefile
--- paq.orig/Makefile	Wed Oct  3 07:37:33 2007
+++ paq/Makefile	Wed Oct  3 12:55:21 2007
@@ -2,11 +2,11 @@
 # Date created:                5 April 2007
 # Whom:                        bf <bf2006a@yahoo.com>
 #
-# $FreeBSD: ports/archivers/paq/Makefile,v 1.6 2007/09/23 12:57:40 tabthorpe Exp $
+# $FreeBSD$
 #
 
 PORTNAME=	paq
-DISTVERSION=	8o4v2
+DISTVERSION=	8o6
 CATEGORIES=	archivers
 MASTER_SITES=	http://www.cs.fit.edu/~mmahoney/compression/
 DISTNAME=	${PORTNAME}${DISTVERSION}
@@ -27,7 +27,7 @@
 CXXFLAGS+=	-DUNIX
 ASM1?=	nasm -f elf -o
 ASM2?=
-.if !defined(WITH_SSE)
+.if !defined(WITH_SSE2)
 ASMFILE=	paq7asm
 .else
 ASMFILE=	paq7asmsse
@@ -54,8 +54,14 @@
 	@${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} "optimized for x86 or amd64 processors with SSE2 instruction"
+	@${ECHO_MSG} "support that are running in 32-bit mode, hit Ctrl-C now and use"
+	@${ECHO_MSG} "\"make WITH_SSE2=yes\"."
+	@${ECHO_MSG}
+	@${ECHO_MSG} "This software is computationally demanding, and users are"
+	@${ECHO_MSG} "advised to employ compiler optimizations when building it."
+	@${ECHO_MSG} "In particular, authors of this software have used such flags"
+	@${ECHO_MSG} "as \"-O2\" to advantage."
 	@${ECHO_MSG}
 
 do-build:
diff -ruN paq.orig/distinfo paq/distinfo
--- paq.orig/distinfo	Wed Oct  3 07:37:33 2007
+++ paq/distinfo	Wed Oct  3 07:39:59 2007
@@ -1,3 +1,3 @@
-MD5 (paq8o4v2.zip) = ed85c6e22b259d0c727e0378404a9823
-SHA256 (paq8o4v2.zip) = cffbc63ab136a4e65744ac38e04c90560a689e17c9bef128b84713e1eda8c330
-SIZE (paq8o4v2.zip) = 91666
+MD5 (paq8o6.zip) = 0a40d3467f61b62cb48a82c890f49dd6
+SHA256 (paq8o6.zip) = e93b919938ef30b5d9e6b6a3406cdbf204189afb9cf31d5616b6f1ac0dc52ec8
+SIZE (paq8o6.zip) = 120315

>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?200710031846.l93IkvEr044544>