From nobody@FreeBSD.org  Wed Oct  3 18:46:57 2007
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id D55D016A419
	for <freebsd-gnats-submit@FreeBSD.org>; Wed,  3 Oct 2007 18:46:57 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21])
	by mx1.freebsd.org (Postfix) with ESMTP id BB3BB13C468
	for <freebsd-gnats-submit@FreeBSD.org>; Wed,  3 Oct 2007 18:46:57 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.1/8.14.1) with ESMTP id l93Ikv6W044545
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 3 Oct 2007 18:46:57 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.1/8.14.1/Submit) id l93IkvEr044544;
	Wed, 3 Oct 2007 18:46:57 GMT
	(envelope-from nobody)
Message-Id: <200710031846.l93IkvEr044544@www.freebsd.org>
Date: Wed, 3 Oct 2007 18:46:57 GMT
From: bf <bf2006a@yahoo.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [PATCH]archivers/paq: update to 8.o6
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         116877
>Category:       ports
>Synopsis:       [PATCH]archivers/paq: update to 8.o6
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    tabthorpe
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Oct 03 18:50:00 GMT 2007
>Closed-Date:    Thu Oct 04 02:38:20 GMT 2007
>Last-Modified:  Thu Oct  4 02:40:03 GMT 2007
>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:
Responsible-Changed-From-To: freebsd-ports-bugs->tabthorpe 
Responsible-Changed-By: tabthorpe 
Responsible-Changed-When: Wed Oct 3 19:12:31 UTC 2007 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=116877 
State-Changed-From-To: open->closed 
State-Changed-By: tabthorpe 
State-Changed-When: Thu Oct 4 02:38:19 UTC 2007 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=116877 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/116877: commit references a PR
Date: Thu,  4 Oct 2007 02:36:26 +0000 (UTC)

 tabthorpe    2007-10-04 02:36:21 UTC
 
   FreeBSD ports repository
 
   Modified files:
     archivers/paq        Makefile distinfo 
   Log:
   - Update to 8.o6
   
   PR:             ports/116877
   Submitted by:   bf <bf2006a yahoo.com> (maintainer)
   Approved by:    clsung (mentor, implicit)
   
   Revision  Changes    Path
   1.7       +10 -4     ports/archivers/paq/Makefile
   1.6       +3 -3      ports/archivers/paq/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"
 
>Unformatted:
