Date: Mon, 2 Nov 2009 17:47:25 +0200 From: Aldis Berjoza <killasmurf86@gmail.com> To: "FreeBSD gnats submit" <FreeBSD-gnats-submit@FreeBSD.org> Subject: ports/140225: PORTS: archives/unzip broken port + fix Message-ID: <1257176845.6477@killasmurf86.pc> Resent-Message-ID: <200911021550.nA2Fo2Dd085027@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 140225 >Category: ports >Synopsis: PORTS: archives/unzip broken port + fix >Confidential: no >Severity: non-critical >Priority: high >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Nov 02 15:50:01 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Aldis Berjoza >Release: FreeBSD 8.0-RC2 i386 >Organization: >Environment: System: FreeBSD 8.0-RC2 #0: Tue Oct 27 19:03:37 EET 2009 killasmurf86@killasmurf86.homepc:/usr/obj/usr/src/sys/ANTIGENERIC >Description: Current unzip Makefile has an error. You can't build unzip, if you don't have sources in distfiles already, because of invalid MASTERSITES >How-To-Repeat: Update ports tree rm -f /usr/ports/distfiles/unzip60.tar.gz cd /usr/ports/archivers/unzip make fetch >Fix: --- Makefile.diff begins here --- --- Makefile.old 2009-11-02 17:39:39.168167154 +0200 +++ Makefile 2009-11-02 17:40:38.613889166 +0200 @@ -8,8 +8,7 @@ PORTNAME= unzip PORTVERSION= 6.0 CATEGORIES?= archivers -MASTER_SITES= SF/infozip/UnZip%206.x%20(latest)/UnZip%20${PORTVERSION} \ - SF/infozip/UnZip%205.x%20and%20earlier/5.51:unreduce +MASTER_SITES= ${SF}/infozip/UnZip%206.x%20(latest)/UnZip%20${PORTVERSION} DISTNAME= ${PORTNAME}60 MAINTAINER?= ache@FreeBSD.org --- Makefile.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1257176845.6477>