aboutsummaryrefslogtreecommitdiffstats
path: root/archivers
diff options
context:
space:
mode:
authortabthorpe <tabthorpe@FreeBSD.org>2007-10-04 10:36:21 +0800
committertabthorpe <tabthorpe@FreeBSD.org>2007-10-04 10:36:21 +0800
commitd6239a215b5877045e6556126dea01867b7f49f4 (patch)
tree21b10d241550258ef092f904fe5198c46f6cb57e /archivers
parent27bcde2bbeb9705ab9909fa624324d2dabc8a3c3 (diff)
downloadfreebsd-ports-gnome-d6239a215b5877045e6556126dea01867b7f49f4.tar.gz
freebsd-ports-gnome-d6239a215b5877045e6556126dea01867b7f49f4.tar.zst
freebsd-ports-gnome-d6239a215b5877045e6556126dea01867b7f49f4.zip
- Update to 8.o6
PR: ports/116877 Submitted by: bf <bf2006a yahoo.com> (maintainer) Approved by: clsung (mentor, implicit)
Diffstat (limited to 'archivers')
-rw-r--r--archivers/paq/Makefile14
-rw-r--r--archivers/paq/distinfo6
2 files changed, 13 insertions, 7 deletions
diff --git a/archivers/paq/Makefile b/archivers/paq/Makefile
index cefc11cc0bb6..a1f241b3a077 100644
--- a/archivers/paq/Makefile
+++ b/archivers/paq/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= paq
-DISTVERSION= 8o4v2
+DISTVERSION= 8o6
CATEGORIES= archivers
MASTER_SITES= http://www.cs.fit.edu/~mmahoney/compression/
DISTNAME= ${PORTNAME}${DISTVERSION}
@@ -27,7 +27,7 @@ BUILD_DEPENDS+= nasm:${PORTSDIR}/devel/nasm
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 @@ pre-everything::
@${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 --git a/archivers/paq/distinfo b/archivers/paq/distinfo
index 362950317efd..04584223f1b0 100644
--- a/archivers/paq/distinfo
+++ b/archivers/paq/distinfo
@@ -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