Date: Tue, 19 Jul 2005 02:54:25 +0400 From: Vsevolod Stakhov <vsevolod@highsecure.ru> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/83694: Update port: archivers/bzip2 to 1.0.3 Message-ID: <E1DueVF-000Br1-6w@spray.anyhost.ru> Resent-Message-ID: <200507182300.j6IN0d32000558@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 83694 >Category: ports >Synopsis: Update port: archivers/bzip2 to 1.0.3 >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Mon Jul 18 23:00:39 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Vsevolod Stakhov >Release: FreeBSD 5.4-RELEASE i386 >Organization: >Environment: >Description: Update to 1.0.3 that fixes http://www.FreeBSD.org/ports/portaudit/197f444f-e8ef-11d9-b875-0001020eed82.html Or maybe there is a time to add expiration date to this port? >How-To-Repeat: >Fix: --- bzip2-1.0.3.patch begins here --- diff -ruN --exclude=CVS bzip2.orig/Makefile bzip2/Makefile --- bzip2.orig/Makefile Tue Jul 19 02:32:51 2005 +++ bzip2/Makefile Tue Jul 19 02:37:34 2005 @@ -7,10 +7,9 @@ # PORTNAME= bzip2 -PORTVERSION= 1.0.2 +PORTVERSION= 1.0.3 CATEGORIES= archivers -MASTER_SITES= ${MASTER_SITE_SOURCEWARE} -MASTER_SITE_SUBDIR= bzip2/v102 +MASTER_SITES= http://www.bzip.org/${PORTVERSION}/ MAINTAINER= jharris@widomaker.com COMMENT= A block-sorting file compressor diff -ruN --exclude=CVS bzip2.orig/distinfo bzip2/distinfo --- bzip2.orig/distinfo Tue Jul 19 02:32:51 2005 +++ bzip2/distinfo Tue Jul 19 02:38:49 2005 @@ -1,2 +1,2 @@ -MD5 (bzip2-1.0.2.tar.gz) = ee76864958d568677f03db8afad92beb -SIZE (bzip2-1.0.2.tar.gz) = 665198 +MD5 (bzip2-1.0.3.tar.gz) = 8a716bebecb6e647d2e8a29ea5d8447f +SIZE (bzip2-1.0.3.tar.gz) = 669075 diff -ruN --exclude=CVS bzip2.orig/files/patch-aa bzip2/files/patch-aa --- bzip2.orig/files/patch-aa Tue Jul 19 02:32:51 2005 +++ bzip2/files/patch-aa Tue Jul 19 02:40:14 2005 @@ -1,6 +1,6 @@ ---- Makefile 2002/02/14 03:34:07 1.1 -+++ Makefile 2002/02/14 03:53:34 -@@ -2,14 +2,16 @@ +--- Makefile.orig Thu Feb 17 14:28:24 2005 ++++ Makefile Tue Jul 19 02:39:56 2005 +@@ -2,13 +2,15 @@ SHELL=/bin/sh # To assist in cross-compiling @@ -10,16 +10,15 @@ RANLIB=ranlib LDFLAGS= - # Suitably paranoid flags to avoid bugs in gcc-2.7 BIGFILES=-D_FILE_OFFSET_BITS=64 --CFLAGS=-Wall -Winline -O2 -fomit-frame-pointer -fno-strength-reduce $(BIGFILES) +-CFLAGS=-Wall -Winline -O -g $(BIGFILES) +CFLAGS?=-O2 +CFLAGS+=-Wall -Winline -fomit-frame-pointer -fno-strength-reduce $(BIGFILES) +SOFLAGS=-fPIC -fpic -DPIC # Where you want it installed when you do 'make install' PREFIX=/usr -@@ -23,10 +25,18 @@ +@@ -22,10 +24,18 @@ decompress.o \ bzlib.o @@ -41,7 +40,7 @@ bzip2recover: bzip2recover.o $(CC) $(CFLAGS) $(LDFLAGS) -o bzip2recover bzip2recover.o -@@ -40,6 +50,10 @@ +@@ -39,6 +49,10 @@ $(RANLIB) libbz2.a ; \ fi @@ -52,9 +51,9 @@ check: test test: bzip2 @cat words1 -@@ -98,9 +112,25 @@ +@@ -96,9 +110,25 @@ + echo ".so man1/bzdiff.1" > $(PREFIX)/man/man1/bzcmp.1 - distclean: clean clean: - rm -f *.o libbz2.a bzip2 bzip2recover \ + rm -f *.o *.so libbz2.a libbz2.so.1 bzip2 bzip2recover \ diff -ruN --exclude=CVS bzip2.orig/pkg-descr bzip2/pkg-descr --- bzip2.orig/pkg-descr Tue Jul 19 02:32:51 2005 +++ bzip2/pkg-descr Tue Jul 19 02:47:14 2005 @@ -1,4 +1,4 @@ This is bzip2, a advanced block-sorting file compressor. It is believed to be free from any patents. -WWW: http://sources.redhat.com/bzip2/ +WWW: http://www.bzip.org diff -ruN --exclude=CVS bzip2.orig/pkg-plist bzip2/pkg-plist --- bzip2.orig/pkg-plist Tue Jul 19 02:32:51 2005 +++ bzip2/pkg-plist Tue Jul 19 02:41:50 2005 @@ -14,15 +14,8 @@ lib/libbz2.so lib/libbz2.so.1 %%PORTDOCS%%%%DOCSDIR%%/manual.ps.bz2 -%%PORTDOCS%%%%DOCSDIR%%/manual.texi -%%PORTDOCS%%%%DOCSDIR%%/manual_1.html -%%PORTDOCS%%%%DOCSDIR%%/manual_2.html -%%PORTDOCS%%%%DOCSDIR%%/manual_3.html -%%PORTDOCS%%%%DOCSDIR%%/manual_4.html -%%PORTDOCS%%%%DOCSDIR%%/manual_toc.html +%%PORTDOCS%%%%DOCSDIR%%/manual.xml %%PORTDOCS%%%%DOCSDIR%%/manual.html -%%PORTDOCS%%%%DOCSDIR%%/manual_abt.html -%%PORTDOCS%%%%DOCSDIR%%/manual_ovr.html %%PORTDOCS%%%%DOCSDIR%%/manual.pdf %%PORTDOCS%%%%DOCSDIR%%/bzip2.txt %%PORTDOCS%%@dirrm %%DOCSDIR%% --- bzip2-1.0.3.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E1DueVF-000Br1-6w>