diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 1999-08-10 07:29:49 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 1999-08-10 07:29:49 +0000 |
commit | 3c0cce710a6b8c7ed16ff4859fe4989a946ed6c5 (patch) | |
tree | 2004a58e0967af5e705fd14e7e9d71d5f9c193d9 /archivers | |
parent | (1) (diff) |
Update to version 0.9.5c. This fixes the bug compressing
/usr/ports/textproc/dsssl-docbook-modular/pkg/PLIST reported by
John Milford <jwm@CSUA.Berkeley.EDU>.
Notes
Notes:
svn path=/head/; revision=20637
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/bzip2/Makefile | 6 | ||||
-rw-r--r-- | archivers/bzip2/distinfo | 2 | ||||
-rw-r--r-- | archivers/bzip2/files/patch-aa | 28 |
3 files changed, 10 insertions, 26 deletions
diff --git a/archivers/bzip2/Makefile b/archivers/bzip2/Makefile index daf25ac4f72c..a4a9f8881a01 100644 --- a/archivers/bzip2/Makefile +++ b/archivers/bzip2/Makefile @@ -4,13 +4,13 @@ # Date created: 19 Nov 1997 # Whom: Thomas Gellekum <tg@FreeBSD.ORG> # -# $Id: Makefile,v 1.10 1999/04/19 22:28:11 obrien Exp $ +# $Id: Makefile,v 1.14 1999/08/06 18:45:47 obrien Exp $ # -DISTNAME= bzip2-0.9.0c +DISTNAME= bzip2-0.9.5c CATEGORIES= archivers MASTER_SITES= http://www.muraroa.demon.co.uk/ \ - http://www.bzip2.org/bzip2/v090/ \ + http://www.bzip2.org/bzip2/v095/ \ http://www.digistar.com/bzip2/ MAINTAINER= obrien@FreeBSD.org diff --git a/archivers/bzip2/distinfo b/archivers/bzip2/distinfo index 0cab4550a584..4e6b1045d65e 100644 --- a/archivers/bzip2/distinfo +++ b/archivers/bzip2/distinfo @@ -1 +1 @@ -MD5 (bzip2-0.9.0c.tar.gz) = 29993af5282e817fafc5a76b4e0c98fa +MD5 (bzip2-0.9.5c.tar.gz) = 5855d7eca8c0d97dde381d9d26cf3c30 diff --git a/archivers/bzip2/files/patch-aa b/archivers/bzip2/files/patch-aa index fed6f64b57a4..e7419f080b3f 100644 --- a/archivers/bzip2/files/patch-aa +++ b/archivers/bzip2/files/patch-aa @@ -1,29 +1,13 @@ ---- Makefile.orig Fri Oct 23 04:57:22 1998 -+++ Makefile Wed Mar 24 00:19:11 1999 -@@ -1,6 +1,7 @@ +--- Makefile.orig Tue Jul 6 15:38:07 1999 ++++ Makefile Tue Aug 10 00:24:52 1999 +@@ -1,7 +1,8 @@ + SHELL=/bin/sh -CC=gcc --CFLAGS=-Wall -O2 -fomit-frame-pointer -fno-strength-reduce +-CFLAGS=-Wall -Winline -O2 -fomit-frame-pointer -fno-strength-reduce +CC?=gcc +CFLAGS?=-O2 -+CFLAGS+=-Wall -fomit-frame-pointer -fno-strength-reduce ++CFLAGS+=-Wall -Winline -fomit-frame-pointer -fno-strength-reduce OBJS= blocksort.o \ huffman.o \ -@@ -20,6 +21,7 @@ - lib: $(OBJS) - rm -f libbz2.a - ar clq libbz2.a $(OBJS) -+ ranlib libbz2.a - - test: bzip2 - @cat words1 -@@ -38,7 +40,7 @@ - clean: - rm -f *.o libbz2.a bzip2 bzip2recover sample1.rb2 sample2.rb2 sample1.tst sample2.tst - --.c.o: $*.o bzlib.h bzlib_private.h -+.c.o: bzlib.h bzlib_private.h - $(CC) $(CFLAGS) -c $*.c -o $*.o - - tarfile: |