From owner-freebsd-ports Mon Sep 9 16:50:48 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F32D537B401 for ; Mon, 9 Sep 2002 16:50:34 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 782C343E81 for ; Mon, 9 Sep 2002 16:50:33 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g89NoAJU031525 for ; Mon, 9 Sep 2002 16:50:11 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g89No85D031523; Mon, 9 Sep 2002 16:50:08 -0700 (PDT) Date: Mon, 9 Sep 2002 16:50:08 -0700 (PDT) Message-Id: <200209092350.g89No85D031523@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Trevor Johnson Subject: Re: ports/41061: New port: archivers/gzip (1.3.3) Reply-To: Trevor Johnson Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR ports/41061; it has been noted by GNATS. From: Trevor Johnson To: Dirk Meyer Cc: cyrille.lefevre@laposte.net, Subject: Re: ports/41061: New port: archivers/gzip (1.3.3) Date: Mon, 9 Sep 2002 19:40:56 -0400 (EDT) I noticed a couple of problems with this port: - portlint -acnt found some whitespace to change - none of the sites listed (including the commented-out alpha.gnu.org) had the distfile The appended Makefile corrects those. Dirk Meyer wrote: > Synopsis: New port: archivers/gzip (1.3.3) > > State-Changed-From-To: open->feedback > State-Changed-By: dinoex > State-Changed-When: Mon Sep 9 13:56:47 PDT 2002 > State-Changed-Why: > Any reason why the buildin command does not work? > > $ gzip --version > gzip 1.2.4 (18 Aug 93) > Compilation options: > DIRENT UTIME STDC_HEADERS HAVE_UNISTD_H ASMV Feed it this: http://people.freebsd.org/trevor/test-data/FreeReign-0.1.0.tar.gz-crashes-gzip GNU gdb 4.18 (FreeBSD) Copyright 1998 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "i386-unknown-freebsd"... (no debugging symbols found)... Core was generated by `gzip'. Program terminated with signal 11, Segmentation fault. #0 0x804ecb7 in huft_build () (gdb) bt #0 0x804ecb7 in huft_build () #1 0x804f99a in inflate_dynamic () #2 0x804ff79 in inflate_block () #3 0x804fffa in inflate () #4 0x804e1ba in unzip () #5 0x8049113 in treat_file () #6 0x8048984 in main () #7 0x8048180 in _start () (gdb) With gzip 1.3.3, an error message is printed instead: gzip: /home/trevor/test-data/FreeReign-0.1.0.tar.gz-crashes-gzip: invalid compressed data--format violated -- Trevor Johnson # New ports collection makefile for: gzip # Date created: 27 July 2002 # Whom: cyrille.lefevre@laposte.net # # $FreeBSD$ # PORTNAME= gzip PORTVERSION= 1.3.3 CATEGORIES= archivers MASTER_SITES= ${MASTER_SITE_GNU_ALPHA} MASTER_SITE_SUBDIR= ${PORTNAME} # EXTRACT_SUFX= .tar MAINTAINER= cyrille.lefevre@laposte.net MASTER_SITES= ftp://ftp.digex.net/pub/linux/slackware/slackware-8.1/source/a/gzip/ \ ftp://sunfreeware.risq.qc.ca/SOURCES/ \ ftp://ftp.muug.mb.ca/mirror/slackware/slackware/slackware-8.1/source/a/gzip/ \ ftp://ftp.xemacs.org/distributions/slackware/slackware-8.1/source/a/gzip/ \ ftp://sunsite.cnlab-switch.ch/mirror/slackware/slackware-8.1/source/a/gzip/ \ ftp://sunsite.cnlab-switch.ch/mirror/solaris-freeware/SOURCES/ \ ftp://ftp.informatik.rwth-aachen.de/pub/comp/Linux/slackware/slackware-current/source/a/gzip/ \ ftp://ftp.sunsite.auc.dk/disk2/slackware/slackware-8.1/source/a/gzip/ \ ftp://ftp.ist.utl.pt/1/slackware/slackware-8.1/source/a/gzip/ \ ftp://ftp.carrier.kiev.ua/.4/Linux/slackware/source/a/gzip/ \ ftp://ftp.is.co.za/linux/distributions/slackware/slackware-8.1/source/a/gzip/ \ ftp://ftp.monash.edu.au/pub/disk10/slackware/slackware-8.1/source/a/gzip/ USE_REINPLACE= yes GNU_CONFIGURE= yes MAN1= gunzip.1 gzexe.1 gzip.1 zcat.1 zcmp.1 zdiff.1 zforce.1 \ zgrep.1 zless.1 zmore.1 znew.1 post-configure: @${REINPLACE_CMD} -e 's|^SHELL =.*|SHELL=/bin/sh|' ${WRKSRC}/Makefile .include To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message