Date: Wed, 17 May 2000 01:53:55 -0700 (PDT) From: osa@FreeBSD.org.ru To: freebsd-gnats-submit@FreeBSD.org Subject: ports/18618: bzip2 is up to date Message-ID: <20000517085355.8250E37BAFE@hub.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 18618 >Category: ports >Synopsis: bzip2 is up to date >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed May 17 02:00:01 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Sergey Osokin >Release: FreeBSD 3.4-STABLE >Organization: Russian FreeBSD Team >Environment: FreeBSD 3.4-STABLE >Description: bzip2 port is up to date... >How-To-Repeat: >Fix: here is patch for bzip2 port: --- Makefile.orig Wed May 17 12:37:37 2000 +++ Makefile Wed May 17 12:30:10 2000 @@ -7,10 +7,11 @@ # PORTNAME= bzip2 -PORTVERSION= 0.9.5d +PORTVERSION= 1.0.0 CATEGORIES= archivers -MASTER_SITES= ftp://sourceware.cygnus.com/pub/bzip2/v095/ \ - http://www.kernel.org/pub/software/utils/compress/bzip2/ +MASTER_SITES= ftp://sourceware.cygnus.com/pub/bzip2/v100/ \ + http://www.kernel.org/pub/software/utils/compress/bzip2/ \ + ftp://ftp.funet.fi/pub/mirrors/sourceware.cygnus.com/pub/bzip2/v100/ MAINTAINER= obrien@FreeBSD.org --- files/md5.orig Wed May 17 12:38:06 2000 +++ files/md5 Wed May 17 12:25:31 2000 @@ -1 +1 @@ -MD5 (bzip2-0.9.5d.tar.gz) = 8a3f6d1d9e4072bb3c7aeae6578ae6ca +MD5 (bzip2-1.0.0.tar.gz) = bb09685f8db0e8e588e29ecefb5a9851 --- patches/patch-aa.orig Wed May 17 12:40:22 2000 +++ patches/patch-aa Wed May 17 12:34:53 2000 @@ -1,13 +1,14 @@ ---- Makefile.orig Tue Jul 6 15:38:07 1999 -+++ Makefile Tue Aug 10 00:24:52 1999 -@@ -1,7 +1,8 @@ +--- Makefile.orig Wed May 17 12:33:39 2000 ++++ Makefile Wed May 17 12:34:29 2000 +@@ -1,8 +1,9 @@ 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 -fomit-frame-pointer -fno-strength-reduce $(BIGFILES) OBJS= blocksort.o \ huffman.o \ >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000517085355.8250E37BAFE>