Bug 116483 - [PATCH] archivers/paq: update to 8.o4.v2
Summary: [PATCH] archivers/paq: update to 8.o4.v2
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Thomas Abthorpe
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-09-20 06:10 UTC by bf
Modified: 2007-09-23 14:00 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description bf 2007-09-20 06:10:01 UTC
-- 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@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
Comment 1 Thomas Abthorpe freebsd_committer freebsd_triage 2007-09-20 13:08:38 UTC
Responsible Changed
From-To: freebsd-ports-bugs->tabthorpe

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2007-09-23 13:57:45 UTC
tabthorpe    2007-09-23 12:57:40 UTC

  FreeBSD ports repository

  Modified files:
    archivers/paq        Makefile distinfo 
  Log:
  - update to 8.o4.v2 (improved jpeg, pgm, and bmp compression)
  - remove aggressive optimizations flags, allow users to make their own choice
  
  PR:             ports/116483
  Submitted by:   maintainer (bf2006a_AT_yahoo.com)
  Approved by:    miwi (co-mentor)
  
  Revision  Changes    Path
  1.6       +8 -8      ports/archivers/paq/Makefile
  1.5       +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"
Comment 3 Thomas Abthorpe freebsd_committer freebsd_triage 2007-09-23 13:58:17 UTC
State Changed
From-To: open->closed

Committed, with minor changes. Thanks!