From vsevolod@highsecure.ru  Mon Jul 18 22:54:28 2005
Return-Path: <vsevolod@highsecure.ru>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id A60C216A41C
	for <freebsd-gnats-submit@freebsd.org>; Mon, 18 Jul 2005 22:54:28 +0000 (GMT)
	(envelope-from vsevolod@highsecure.ru)
Received: from waterwall.inec.ru (waterwall.inec.ru [213.148.3.225])
	by mx1.FreeBSD.org (Postfix) with ESMTP id AFA7143D49
	for <freebsd-gnats-submit@freebsd.org>; Mon, 18 Jul 2005 22:54:27 +0000 (GMT)
	(envelope-from vsevolod@highsecure.ru)
Received: from waterwall.inec.ru (root@localhost)
  by waterwall.inec.ru (8.13.1/8.12.6) with SMTP id j6IMtX7Y048401
    for <freebsd-gnats-submit@freebsd.org>; Tue, 19 Jul 2005 02:55:33 +0400 (MSD)
Received: from core (postbox.inec.ru [213.148.3.226])
  by waterwall.inec.ru (8.13.1/8.12.6) with ESMTP id j6IMtX26048396
    for <FreeBSD-gnats-submit@freebsd.org>; Tue, 19 Jul 2005 02:55:33 +0400 (MSD)
Received: from [213.219.249.64] (helo=spray.anyhost.ru)
	by core with esmtp (Exim 4.51 (FreeBSD))
	id 1DueUb-0004oF-8s
	for FreeBSD-gnats-submit@freebsd.org; Tue, 19 Jul 2005 02:53:45 +0400
Received: from cebka by spray.anyhost.ru with local (Exim 4.51 (FreeBSD))
	id 1DueVF-000Br1-6w
	for FreeBSD-gnats-submit@freebsd.org; Tue, 19 Jul 2005 02:54:25 +0400
Message-Id: <E1DueVF-000Br1-6w@spray.anyhost.ru>
Date: Tue, 19 Jul 2005 02:54:25 +0400
From: Vsevolod Stakhov <vsevolod@highsecure.ru>
Sender: Vsevolod Stakhov <vsevolod@highsecure.ru>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: Update port: archivers/bzip2 to 1.0.3
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         83694
>Category:       ports
>Synopsis:       Update port: archivers/bzip2 to 1.0.3
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    pav
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jul 18 23:00:39 GMT 2005
>Closed-Date:    Wed Jul 20 07:51:00 GMT 2005
>Last-Modified:  Wed Jul 20 07:51:00 GMT 2005
>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:
State-Changed-From-To: open->feedback 
State-Changed-By: pav 
State-Changed-When: Tue Jul 19 11:14:59 GMT 2005 
State-Changed-Why:  
Asked maintainer for approval 


Responsible-Changed-From-To: freebsd-ports-bugs->pav 
Responsible-Changed-By: pav 
Responsible-Changed-When: Tue Jul 19 11:14:59 GMT 2005 
Responsible-Changed-Why:  
Track 

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

From: Pav Lucistnik <pav@FreeBSD.org>
To: jharris@widomaker.com, bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/83694: Update port: archivers/bzip2 to 1.0.3
Date: Tue, 19 Jul 2005 13:14:56 +0200

 Dear maintainer of FreeBSD port archivers/bzip2, please take a look at
 
 http://www.freebsd.org/cgi/query-pr.cgi?q=83694
 
 Do you approve this update?
 
 -- 
 Pav Lucistnik <pav@oook.cz>
               <pav@FreeBSD.org>
 
 Any sufficiently advanced technology is indistinguishable from magic.
   -- Arthur C. Clarke

From: Jason Harris <jharris@widomaker.com>
To: Pav Lucistnik <pav@FreeBSD.org>
Cc: bug-followup@FreeBSD.org, Jason Harris <jharris@widomaker.com>
Subject: Re: ports/83694: Update port: archivers/bzip2 to 1.0.3
Date: Tue, 19 Jul 2005 20:08:51 -0400

 --XsQoSWH+UP9D9v3l
 Content-Type: text/plain; charset=us-ascii
 Content-Disposition: inline
 Content-Transfer-Encoding: quoted-printable
 
 On Tue, Jul 19, 2005 at 01:14:56PM +0200, Pav Lucistnik wrote:
 
 > http://www.freebsd.org/cgi/query-pr.cgi?q=3D83694
 >=20
 > Do you approve this update?
 
 Approved.
 
 --=20
 Jason Harris           |  NIC:  JH329, PGP:  This _is_ PGP-signed, isn't it?
 jharris@widomaker.com _|_ web:  http://keyserver.kjsl.com/~jharris/
           Got photons?   (TM), (C) 2004
 
 --XsQoSWH+UP9D9v3l
 Content-Type: application/pgp-signature
 Content-Disposition: inline
 
 -----BEGIN PGP SIGNATURE-----
 Version: GnuPG v1.4.1 (FreeBSD)
 
 iJ0EARECAF0FAkLdlhJWGGh0dHA6Ly9rZXlzZXJ2ZXIua2pzbC5jb206MTEzNzEv
 cGtzL2xvb2t1cD9vcD1nZXQmc2VhcmNoPTB4RDM5REEwRTMmd2VoYXZleW91bm93
 PXRydWUACgkQSypIl9OdoOOlEACfQbjsVx2fHgfzOZSuZOoqlX/9wQgAnAy5iDHI
 kaE5w/goAhuqQ4Q9WJDu
 =PcvS
 -----END PGP SIGNATURE-----
 
 --XsQoSWH+UP9D9v3l--
State-Changed-From-To: feedback->closed 
State-Changed-By: pav 
State-Changed-When: Wed Jul 20 07:50:53 GMT 2005 
State-Changed-Why:  
Committed, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=83694 
>Unformatted:
