ports/140225: PORTS: archives/unzip broken port + fix

Aldis Berjoza killasmurf86 at gmail.com
Mon Nov 2 15:50:03 UTC 2009


>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 at 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 at FreeBSD.org
--- Makefile.diff ends here ---



>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list