1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00

Upgrade to version 1.0.0.

This commit is contained in:
David E. O'Brien 2000-05-19 00:32:43 +00:00
parent fa941c142d
commit b4029eb03a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=28570
3 changed files with 10 additions and 11 deletions

View File

@ -7,9 +7,10 @@
#
PORTNAME= bzip2
PORTVERSION= 0.9.5d
PORTVERSION= 1.0.0
CATEGORIES= archivers
MASTER_SITES= ftp://sourceware.cygnus.com/pub/bzip2/v095/ \
MASTER_SITES= ftp://ftp.freesoftware.com/pub/sourceware/bzip2/v100/ \
ftp://sourceware.cygnus.com/pub/bzip2/v100/ \
http://www.kernel.org/pub/software/utils/compress/bzip2/
MAINTAINER= obrien@FreeBSD.org

View File

@ -1 +1 @@
MD5 (bzip2-0.9.5d.tar.gz) = 8a3f6d1d9e4072bb3c7aeae6578ae6ca
MD5 (bzip2-1.0.0.tar.gz) = bb09685f8db0e8e588e29ecefb5a9851

View File

@ -1,13 +1,11 @@
--- Makefile.orig Tue Jul 6 15:38:07 1999
+++ Makefile Tue Aug 10 00:24:52 1999
@@ -1,7 +1,8 @@
--- Makefile.orig Tue May 16 14:31:04 2000
+++ Makefile Thu May 18 17:31:44 2000
@@ -2,5 +2,6 @@
SHELL=/bin/sh
-CC=gcc
-CFLAGS=-Wall -Winline -O2 -fomit-frame-pointer -fno-strength-reduce
+CC?=gcc
BIGFILES=-D_FILE_OFFSET_BITS=64
-CFLAGS=-Wall -Winline -O2 -fomit-frame-pointer -fno-strength-reduce $(BIGFILES)
+CFLAGS?=-O2
+CFLAGS+=-Wall -Winline -fomit-frame-pointer -fno-strength-reduce
+CFLAGS+=-Wall -Winline -O2 -fomit-frame-pointer -fno-strength-reduce $(BIGFILES)
OBJS= blocksort.o \
huffman.o \