ports/116483: [PATCH]archivers/paq: update to 8.o4.v2

bf bf2006a at yahoo.com
Thu Sep 20 05:10:02 UTC 2007


>Number:         116483
>Category:       ports
>Synopsis:       [PATCH]archivers/paq: update to 8.o4.v2
>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:   Thu Sep 20 05:10:01 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     bf
>Release:        6.2-stable i386
>Organization:
>Environment:
>Description:
-- update to 8.o4.v2 (improved jpeg, pgm, and bmp compression)
-- remove aggressive optimizations from default compiler flags, to allow
users to more easily make their own choices

diff -ruN paq.orig/Makefile paq/Makefile
--- paq.orig/Makefile	Wed Sep 19 21:21:35 2007
+++ paq/Makefile	Wed Sep 19 21:23:24 2007
@@ -6,10 +6,10 @@
 #
 
 PORTNAME=	paq
-PORTVERSION=	8.o2
+DISTVERSION=	8o4v2
 CATEGORIES=	archivers
 MASTER_SITES=	http://www.cs.fit.edu/~mmahoney/compression/
-DISTNAME=	paq8o2
+DISTNAME=	${PORTNAME}${DISTVERSION}
 
 MAINTAINER=	bf2006a at yahoo.com
 COMMENT=	An archiver with an extremely high compression ratio
@@ -17,14 +17,14 @@
 NO_WRKSUBDIR=	yes
 USE_ZIP=	yes
 SUB_FILES=	pkg-message
-CPPFILE=	paq8o
+CPPFILE=	paq8o4
 PLIST_SUB=	CPPFILE=${CPPFILE}
 
 .include <bsd.port.pre.mk>
 
 .if !defined(WITHOUT_ASM) && ${ARCH} == "i386" && !defined(PACKAGE_BUILDING)
 BUILD_DEPENDS=	nasm:${PORTSDIR}/devel/nasm
-CXXFLAGS+=	-DUNIX -O3
+CXXFLAGS+=	-DUNIX
 ASM1?=	nasm -f elf -o
 ASM2?=
 .if !defined(WITH_SSE)
@@ -35,14 +35,14 @@
 STRIP=
 .elif !defined(WITHOUT_ASM) && ${ARCH} == "amd64" && !defined(PACKAGE_BUILDING)
 BUILD_DEPENDS=	yasm:${PORTSDIR}/devel/yasm
-CXXFLAGS+=	-DUNIX -O3
+CXXFLAGS+=	-DUNIX
 ASM1?=	yasm -f elf64 -o
 ASM2?=	-a x86 -m amd64
 ASMFILE=	paq7asm-x86_64
 STRIP=
 .else
 WITHOUT_ASM=	yes
-CXXFLAGS+=-DUNIX -DNOASM -O3
+CXXFLAGS+=	-DUNIX -DNOASM
 .endif
 
 pre-everything::
diff -ruN paq.orig/distinfo paq/distinfo
--- paq.orig/distinfo	Wed Sep 19 21:21:35 2007
+++ paq/distinfo	Wed Sep 19 21:23:24 2007
@@ -1,3 +1,3 @@
-MD5 (paq8o2.zip) = dc976099dfe87d0307218b631cb02924
-SHA256 (paq8o2.zip) = cbf90fa395f6caa346838dd60ede92c57db309616311bf54875bfb6f8490ef3d
-SIZE (paq8o2.zip) = 150288
+MD5 (paq8o4v2.zip) = ed85c6e22b259d0c727e0378404a9823
+SHA256 (paq8o4v2.zip) = cffbc63ab136a4e65744ac38e04c90560a689e17c9bef128b84713e1eda8c330
+SIZE (paq8o4v2.zip) = 91666

>How-To-Repeat:

>Fix:


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list