From owner-freebsd-ports Wed May 17 2: 0: 6 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6B43A37B8E3 for ; Wed, 17 May 2000 02:00:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA13044; Wed, 17 May 2000 02:00:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 8250E37BAFE; Wed, 17 May 2000 01:53:55 -0700 (PDT) Message-Id: <20000517085355.8250E37BAFE@hub.freebsd.org> Date: Wed, 17 May 2000 01:53:55 -0700 (PDT) From: osa@FreeBSD.org.ru To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/18618: bzip2 is up to date Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >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