Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 27 Jan 2007 13:20:18 -0500 (EST)
From:      Jason Harris <jharris@widomaker.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        Jason Harris <jharris@widomaker.com>
Subject:   ports/108441: [maintainer] ports/archivers/bzip2 -> 1.0.4
Message-ID:  <200701271820.l0RIKITF084594@wilma.widomaker.com>
Resent-Message-ID: <200701271830.l0RIUKN3056332@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         108441
>Category:       ports
>Synopsis:       [maintainer] ports/archivers/bzip2 -> 1.0.4
>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:   Sat Jan 27 18:30:19 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     Jason Harris
>Release:        FreeBSD 6.2-STABLE i386
>Organization:
N/A
>Environment:
System: FreeBSD 6.2-STABLE i386

>Description:
	update ports/archivers/bzip2 to 1.0.4
>How-To-Repeat:
	apply patch below
>Fix:

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
NotDashEscaped: You need GnuPG to verify this message

cvs server: Diffing .
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/archivers/bzip2/Makefile,v
retrieving revision 1.41
diff -u -r1.41 Makefile
--- Makefile	20 Oct 2005 10:01:04 -0000	1.41
+++ Makefile	27 Jan 2007 18:15:41 -0000
@@ -7,8 +7,7 @@
 #
 
 PORTNAME=	bzip2
-PORTVERSION=	1.0.3
-PORTREVISION=	1
+PORTVERSION=	1.0.4
 CATEGORIES=	archivers
 MASTER_SITES=	http://www.bzip.org/${PORTVERSION}/
 
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/archivers/bzip2/distinfo,v
retrieving revision 1.13
diff -u -r1.13 distinfo
--- distinfo	22 Jan 2006 06:58:25 -0000	1.13
+++ distinfo	27 Jan 2007 18:15:41 -0000
@@ -1,3 +1,5 @@
-MD5 (bzip2-1.0.3.tar.gz) = 8a716bebecb6e647d2e8a29ea5d8447f
-SHA256 (bzip2-1.0.3.tar.gz) = 4aaa8e7b4ecf03d91c33e8bf92d489533fa6c1f99e825c34058003f18eb68c13
-SIZE (bzip2-1.0.3.tar.gz) = 669075
+MD5 (bzip2-1.0.4.tar.gz) = fc310b254f6ba5fbb5da018f04533688
+SHA1 (bzip2-1.0.4.tar.gz) = f2388ec8f2c506e02aa89e67577b3c6331cbaa4c
+RMD160 (bzip2-1.0.4.tar.gz) = 438365cb911ef84b3bd6643e0d39f6b7567f0447
+SHA256 (bzip2-1.0.4.tar.gz) = f41c3898fbd53e68e0b052418960e538813cc98afcd72b2b604079d8de3e529c
+SIZE (bzip2-1.0.4.tar.gz) = 841221
Index: pkg-descr
===================================================================
RCS file: /home/ncvs/ports/archivers/bzip2/pkg-descr,v
retrieving revision 1.6
diff -u -r1.6 pkg-descr
--- pkg-descr	20 Jul 2005 07:50:43 -0000	1.6
+++ pkg-descr	27 Jan 2007 18:15:41 -0000
@@ -1,4 +1,4 @@
 This is bzip2, a advanced block-sorting file compressor.  It is
 believed to be free from any patents.
 
-WWW: http://www.bzip.org
+WWW: http://www.bzip.org/
cvs server: Diffing files
Index: files/patch-aa
===================================================================
RCS file: /home/ncvs/ports/archivers/bzip2/files/patch-aa,v
retrieving revision 1.11
diff -u -r1.11 patch-aa
--- files/patch-aa	20 Jul 2005 07:50:44 -0000	1.11
+++ files/patch-aa	27 Jan 2007 18:15:41 -0000
@@ -1,6 +1,6 @@
---- Makefile.orig	Thu Feb 17 14:28:24 2005
-+++ Makefile	Tue Jul 19 02:39:56 2005
-@@ -2,13 +2,15 @@
+--- Makefile.orig	Tue Jan  2 22:49:21 2007
++++ Makefile	Sat Jan 27 12:02:14 2007
+@@ -15,13 +15,15 @@
  SHELL=/bin/sh
  
  # To assist in cross-compiling
@@ -11,14 +11,14 @@
  LDFLAGS=
  
  BIGFILES=-D_FILE_OFFSET_BITS=64
--CFLAGS=-Wall -Winline -O -g $(BIGFILES)
+-CFLAGS=-Wall -Winline -O2 -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
-@@ -22,10 +24,18 @@
+ PREFIX=/usr/local
+@@ -35,10 +37,18 @@
        decompress.o \
        bzlib.o
  
@@ -40,7 +40,7 @@
  
  bzip2recover: bzip2recover.o
  	$(CC) $(CFLAGS) $(LDFLAGS) -o bzip2recover bzip2recover.o
-@@ -39,6 +49,10 @@
+@@ -52,6 +62,10 @@
  		$(RANLIB) libbz2.a ; \
  	fi
  
@@ -51,7 +51,7 @@
  check: test
  test: bzip2
  	@cat words1
-@@ -96,9 +110,25 @@
+@@ -109,9 +123,25 @@
  	echo ".so man1/bzdiff.1" > $(PREFIX)/man/man1/bzcmp.1
  
  clean: 
cvs server: cannot find files/patch-bzip2.c
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (FreeBSD)

iJ0EARECAF0FAkW7lxRWGGh0dHA6Ly9rZXlzZXJ2ZXIua2pzbC5jb206MTEzNzEv
cGtzL2xvb2t1cD9vcD1nZXQmc2VhcmNoPTB4RDM5REEwRTMmd2VoYXZleW91bm93
PXRydWUACgkQSypIl9OdoOOKnACgqS9hXXnslyFDyG1yQIQnVGkpScUAn1Fot+6y
dg5sVdJd+66yzBu2Kxo/
=d/yI
-----END PGP SIGNATURE-----
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200701271820.l0RIKITF084594>