Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 Feb 2006 12:43:59 +0200
From:      Vasil Dimov <vd@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        pav@FreeBSD.org
Subject:   ports/93635: Update port: archivers/rzip to 2.1
Message-ID:  <20060221104359.GA95153@qlovarnika.bg.datamax>
Resent-Message-ID: <200602211050.k1LAo4xE075045@freefall.freebsd.org>

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

>Number:         93635
>Category:       ports
>Synopsis:       Update port: archivers/rzip to 2.1
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Feb 21 10:50:04 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Vasil Dimov
>Release:        FreeBSD 6.0-STABLE amd64
>Organization:
DataMax
>Environment:

>Description:

Update archivers/rzip from 2.0 to 2.1

files/patch-main.c is not needed since they do not use strndup
anymore

>How-To-Repeat:

>Fix:

- --- rzip_2.0-2.1.diff begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/archivers/rzip/Makefile,v
retrieving revision 1.1
diff -u -r1.1 Makefile
- --- Makefile	20 Apr 2004 11:39:49 -0000	1.1
+++ Makefile	21 Feb 2006 10:40:39 -0000
@@ -5,7 +5,7 @@
 # $FreeBSD: ports/archivers/rzip/Makefile,v 1.1 2004/04/20 11:39:49 pav Exp $
 
 PORTNAME=	rzip
- -PORTVERSION=	2.0
+PORTVERSION=	2.1
 CATEGORIES=	archivers
 MASTER_SITES=	http://rzip.samba.org/ftp/rzip/
 
Index: distinfo
===================================================================
RCS file: /home/pcvs/ports/archivers/rzip/distinfo,v
retrieving revision 1.2
diff -u -r1.2 distinfo
- --- distinfo	23 Nov 2005 17:37:55 -0000	1.2
+++ distinfo	21 Feb 2006 10:40:39 -0000
@@ -1,3 +1,3 @@
- -MD5 (rzip-2.0.tar.gz) = 8a88b445afba919b122a3899d6d26b2a
- -SHA256 (rzip-2.0.tar.gz) = 98b45538202d1bb69acac849bd5f39a30107c3b0483c3d9bdddf755c3923909a
- -SIZE (rzip-2.0.tar.gz) = 42699
+MD5 (rzip-2.1.tar.gz) = 0a3ba55085661647c12f2b014c51c406
+SHA256 (rzip-2.1.tar.gz) = 4bb96f4d58ccf16749ed3f836957ce97dbcff3e3ee5fd50266229a48f89815b7
+SIZE (rzip-2.1.tar.gz) = 46785
Index: files/patch-main.c
===================================================================
RCS file: files/patch-main.c
diff -N files/patch-main.c
- --- files/patch-main.c	20 Apr 2004 11:39:49 -0000	1.1
+++ /dev/null	1 Jan 1970 00:00:00 -0000
@@ -1,15 +0,0 @@
- ---- main.c.orig	Thu Feb 12 01:01:08 2004
- -+++ main.c	Fri Apr  9 18:28:33 2004
- -@@ -137,10 +137,8 @@
- - 			   strlen(control->infile) - strlen(control->suffix)) != 0) {
- - 			fatal("%s: unknown suffix\n", control->infile);
- - 		}
- --		
- --		control->outfile = strndup(control->infile, 
- --					   strlen(control->infile) - 
- --					   strlen(control->suffix));
- -+		control->outfile = malloc(strlen(control->infile) - strlen(control->suffix) + 1);
- -+		strncpy(control->outfile, control->infile, strlen(control->infile) - strlen(control->suffix));
- - 	}
- - 
- - 	fd_in = open(control->infile,O_RDONLY);
- --- rzip_2.0-2.1.diff ends here ---

- --- rzip-2.1.log begins here ---
building rzip-2.1 in directory /usr/local/tinderbox/4-FreeBSD
maintained by: pav@FreeBSD.org
port directory: /usr/ports/archivers/rzip
build started at Tue Feb 21 10:38:58 GMT 2006
FETCH_DEPENDS=
PATCH_DEPENDS=
EXTRACT_DEPENDS=
BUILD_DEPENDS=
RUN_DEPENDS=
add_pkg
================================================================
====================<phase 1: make checksum>====================
=> rzip-2.1.tar.gz doesn't seem to exist in /tmp/distfiles/.
=> Attempting to fetch from http://rzip.samba.org/ftp/rzip/.
rzip-2.1.tar.gz                                         45 kB   57 MBps
=> MD5 Checksum OK for rzip-2.1.tar.gz.
================================================================
====================<phase 2: make extract>====================
add_pkg
===>  Extracting for rzip-2.1
=> MD5 Checksum OK for rzip-2.1.tar.gz.
================================================================
====================<phase 3: make patch>====================
add_pkg
===>  Patching for rzip-2.1
================================================================
====================<phase 4: make build>====================
add_pkg
===>  Configuring for rzip-2.1
creating cache ./config.cache
checking for gcc... cc
checking whether the C compiler (cc -O -pipe  ) works... yes
checking whether the C compiler (cc -O -pipe  ) is a cross-compiler... no
checking whether we are using GNU C... yes
checking whether cc accepts -g... yes
checking for a BSD compatible install... /usr/bin/install -c -o root -g wheel
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking for _LARGEFILE_SOURCE value needed for large files... no
checking for _LARGE_FILES value needed for large files... no
checking for _XOPEN_SOURCE value needed for large files... no
checking how to run the C preprocessor... cc -E
checking for fcntl.h... yes
checking for sys/time.h... yes
checking for sys/unistd.h... yes
checking for unistd.h... yes
checking for sys/param.h... yes
checking for ctype.h... yes
checking for sys/wait.h... yes
checking for sys/ioctl.h... yes
checking for string.h... yes
checking for stdlib.h... yes
checking for sys/types.h... yes
checking for ANSI C header files... yes
checking for off_t... yes
checking for size_t... yes
checking size of int... 4
checking size of long... 4
checking size of short... 2
checking for large file support... yes
checking for inline... inline
checking for BZ2_bzBuffToBuffCompress in -lbz2... yes
checking for errno in errno.h... yes
checking for mmap... yes
checking for strerror... yes
checking for getopt_long... no
updating cache ./config.cache
creating ./config.status
creating Makefile
creating config.h
===>  Building for rzip-2.1
cc -I. -I. -O -pipe -c rzip.c -o rzip.o
cc -I. -I. -O -pipe -c runzip.c -o runzip.o
cc -I. -I. -O -pipe -c main.c -o main.o
cc -I. -I. -O -pipe -c stream.c -o stream.o
cc -I. -I. -O -pipe -c util.c -o util.o
cc -I. -I. -O -pipe -c crc32.c -o crc32.o
cc -O -pipe -o rzip rzip.o runzip.o main.o stream.o util.o crc32.o -lbz2
================================================================
====================<phase 5: make package>====================
add_pkg
===>  Installing for rzip-2.1
===>   Generating temporary packing list
===>  Checking if archivers/rzip already installed
mkdir -p /usr/local/bin
/usr/bin/install -c -o root -g wheel -m 755 rzip /usr/local/bin
mkdir -p /usr/local/man/man1
/usr/bin/install -c -o root -g wheel -m 644 ./rzip.1 /usr/local/man/man1/
===>   Compressing manual pages for rzip-2.1
===>   Registering installation for rzip-2.1
===>  Building package for rzip-2.1
Creating package /tmp/packages/All/rzip-2.1.tgz
Registering depends:.
Creating gzip'd tar ball in '/tmp/packages/All/rzip-2.1.tgz'
Deleting rzip-2.1 

=== Checking filesystem state
================================================================
build ended at Tue Feb 21 10:39:01 GMT 2006
- --- rzip-2.1.log ends here ---

- --- rzip-2.1.log begins here ---
building rzip-2.1 in directory /usr/local/tinderbox/5-FreeBSD
maintained by: pav@FreeBSD.org
port directory: /usr/ports/archivers/rzip
build started at Tue Feb 21 10:39:38 UTC 2006
FETCH_DEPENDS=
PATCH_DEPENDS=
EXTRACT_DEPENDS=
BUILD_DEPENDS=
RUN_DEPENDS=
add_pkg
================================================================
====================<phase 1: make checksum>====================
=> rzip-2.1.tar.gz doesn't seem to exist in /tmp/distfiles/.
=> Attempting to fetch from http://rzip.samba.org/ftp/rzip/.
rzip-2.1.tar.gz                                         45 kB   55 MBps
=> MD5 Checksum OK for rzip-2.1.tar.gz.
=> SHA256 Checksum OK for rzip-2.1.tar.gz.
================================================================
====================<phase 2: make extract>====================
add_pkg
===>  Extracting for rzip-2.1
=> MD5 Checksum OK for rzip-2.1.tar.gz.
=> SHA256 Checksum OK for rzip-2.1.tar.gz.
================================================================
====================<phase 3: make patch>====================
add_pkg
===>  Patching for rzip-2.1
================================================================
====================<phase 4: make build>====================
add_pkg
===>  Configuring for rzip-2.1
creating cache ./config.cache
checking for gcc... cc
checking whether the C compiler (cc -O -pipe  ) works... yes
checking whether the C compiler (cc -O -pipe  ) is a cross-compiler... no
checking whether we are using GNU C... yes
checking whether cc accepts -g... yes
checking for a BSD compatible install... /usr/bin/install -c -o root -g wheel
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking for _LARGEFILE_SOURCE value needed for large files... no
checking for _LARGE_FILES value needed for large files... no
checking for _XOPEN_SOURCE value needed for large files... no
checking how to run the C preprocessor... cc -E
checking for fcntl.h... yes
checking for sys/time.h... yes
checking for sys/unistd.h... yes
checking for unistd.h... yes
checking for sys/param.h... yes
checking for ctype.h... yes
checking for sys/wait.h... yes
checking for sys/ioctl.h... yes
checking for string.h... yes
checking for stdlib.h... yes
checking for sys/types.h... yes
checking for ANSI C header files... yes
checking for off_t... yes
checking for size_t... yes
checking size of int... 4
checking size of long... 4
checking size of short... 2
checking for large file support... yes
checking for inline... inline
checking for BZ2_bzBuffToBuffCompress in -lbz2... yes
checking for errno in errno.h... yes
checking for mmap... yes
checking for strerror... yes
checking for getopt_long... yes
updating cache ./config.cache
creating ./config.status
creating Makefile
creating config.h
===>  Building for rzip-2.1
cc -I. -I. -O -pipe -c rzip.c -o rzip.o
cc -I. -I. -O -pipe -c runzip.c -o runzip.o
cc -I. -I. -O -pipe -c main.c -o main.o
cc -I. -I. -O -pipe -c stream.c -o stream.o
cc -I. -I. -O -pipe -c util.c -o util.o
cc -I. -I. -O -pipe -c crc32.c -o crc32.o
cc -O -pipe -o rzip rzip.o runzip.o main.o stream.o util.o crc32.o -lbz2
================================================================
====================<phase 5: make package>====================
add_pkg
===>  Installing for rzip-2.1
===>   Generating temporary packing list
===>  Checking if archivers/rzip already installed
mkdir -p /usr/local/bin
/usr/bin/install -c -o root -g wheel -m 755 rzip /usr/local/bin
mkdir -p /usr/local/man/man1
/usr/bin/install -c -o root -g wheel -m 644 ./rzip.1 /usr/local/man/man1/
===>   Compressing manual pages for rzip-2.1
===>   Registering installation for rzip-2.1
===>  Building package for rzip-2.1
Creating package /tmp/packages/All/rzip-2.1.tbz
Registering depends:.
Creating bzip'd tar ball in '/tmp/packages/All/rzip-2.1.tbz'
Deleting rzip-2.1 

=== Checking filesystem state
================================================================
build ended at Tue Feb 21 10:39:42 UTC 2006
- --- rzip-2.1.log ends here ---

- --- rzip-2.1.log begins here ---
building rzip-2.1 in directory /usr/local/tinderbox/6-FreeBSD
maintained by: pav@FreeBSD.org
port directory: /usr/ports/archivers/rzip
build started at Tue Feb 21 10:40:14 UTC 2006
FETCH_DEPENDS=
PATCH_DEPENDS=
EXTRACT_DEPENDS=
BUILD_DEPENDS=
RUN_DEPENDS=
add_pkg
================================================================
====================<phase 1: make checksum>====================
=> rzip-2.1.tar.gz doesn't seem to exist in /tmp/distfiles/.
=> Attempting to fetch from http://rzip.samba.org/ftp/rzip/.
rzip-2.1.tar.gz                                         45 kB   54 MBps
=> MD5 Checksum OK for rzip-2.1.tar.gz.
=> SHA256 Checksum OK for rzip-2.1.tar.gz.
================================================================
====================<phase 2: make extract>====================
add_pkg
===>  Extracting for rzip-2.1
=> MD5 Checksum OK for rzip-2.1.tar.gz.
=> SHA256 Checksum OK for rzip-2.1.tar.gz.
================================================================
====================<phase 3: make patch>====================
add_pkg
===>  Patching for rzip-2.1
================================================================
====================<phase 4: make build>====================
add_pkg
===>  Configuring for rzip-2.1
creating cache ./config.cache
checking for gcc... cc
checking whether the C compiler (cc -O2 -fno-strict-aliasing -pipe  ) works... yes
checking whether the C compiler (cc -O2 -fno-strict-aliasing -pipe  ) is a cross-compiler... no
checking whether we are using GNU C... yes
checking whether cc accepts -g... yes
checking for a BSD compatible install... /usr/bin/install -c -o root -g wheel
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking for _LARGEFILE_SOURCE value needed for large files... no
checking for _LARGE_FILES value needed for large files... no
checking for _XOPEN_SOURCE value needed for large files... no
checking how to run the C preprocessor... cc -E
checking for fcntl.h... yes
checking for sys/time.h... yes
checking for sys/unistd.h... yes
checking for unistd.h... yes
checking for sys/param.h... yes
checking for ctype.h... yes
checking for sys/wait.h... yes
checking for sys/ioctl.h... yes
checking for string.h... yes
checking for stdlib.h... yes
checking for sys/types.h... yes
checking for ANSI C header files... yes
checking for off_t... yes
checking for size_t... yes
checking size of int... 4
checking size of long... 4
checking size of short... 2
checking for large file support... yes
checking for inline... inline
checking for BZ2_bzBuffToBuffCompress in -lbz2... yes
checking for errno in errno.h... yes
checking for mmap... yes
checking for strerror... yes
checking for getopt_long... yes
updating cache ./config.cache
creating ./config.status
creating Makefile
creating config.h
===>  Building for rzip-2.1
cc -I. -I. -O2 -fno-strict-aliasing -pipe -c rzip.c -o rzip.o
cc -I. -I. -O2 -fno-strict-aliasing -pipe -c runzip.c -o runzip.o
cc -I. -I. -O2 -fno-strict-aliasing -pipe -c main.c -o main.o
cc -I. -I. -O2 -fno-strict-aliasing -pipe -c stream.c -o stream.o
cc -I. -I. -O2 -fno-strict-aliasing -pipe -c util.c -o util.o
cc -I. -I. -O2 -fno-strict-aliasing -pipe -c crc32.c -o crc32.o
cc -O2 -fno-strict-aliasing -pipe -o rzip rzip.o runzip.o main.o stream.o util.o crc32.o -lbz2
================================================================
====================<phase 5: make package>====================
add_pkg
===>  Installing for rzip-2.1
===>   Generating temporary packing list
===>  Checking if archivers/rzip already installed
mkdir -p /usr/local/bin
/usr/bin/install -c -o root -g wheel -m 755 rzip /usr/local/bin
mkdir -p /usr/local/man/man1
/usr/bin/install -c -o root -g wheel -m 644 ./rzip.1 /usr/local/man/man1/
===>   Compressing manual pages for rzip-2.1
===>   Registering installation for rzip-2.1
===>  Building package for rzip-2.1
Creating package /tmp/packages/All/rzip-2.1.tbz
Registering depends:.
Creating bzip'd tar ball in '/tmp/packages/All/rzip-2.1.tbz'
Deleting rzip-2.1 

=== Checking filesystem state
================================================================
build ended at Tue Feb 21 10:40:19 UTC 2006
- --- rzip-2.1.log ends here ---


- -- 
Vasil Dimov
-----BEGIN PGP SIGNATURE-----

iD8DBQFD+u7vFw6SP/bBpCARAhrTAKCShDC+k6E+G4MTJa//PhoPeYA1+gCgxc3g
O9DPdzRG9/buDbuBAGbPdXg=
=iJ0v
-----END PGP SIGNATURE-----
>Release-Note:
>Audit-Trail:
>Unformatted:
 -----BEGIN PGP SIGNED MESSAGE-----
 Hash: SHA1
 
 



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