Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 13 Sep 2011 21:51:29 -0700
From:      Jason Helfman <zenoss@experts-exchange.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        crees@FreeBSD.org
Subject:   ports/160723: [patch][maintainer-update] Mk/bsd.zenoss.mk : remove USE_ZIP
Message-ID:  <1315975889.936077.77270.nullmailer@experts-exchange.com>
Resent-Message-ID: <201109140500.p8E50KbZ059144@freefall.freebsd.org>

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

>Number:         160723
>Category:       ports
>Synopsis:       [patch][maintainer-update] Mk/bsd.zenoss.mk : remove USE_ZIP
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Sep 14 05:00:19 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Jason Helfman
>Release:        FreeBSD 8.2-RELEASE i386
>Organization:
Experts Exchange, LLC.
>Environment:
System: FreeBSD eggman.experts-exchange.com 8.2-RELEASE FreeBSD 8.2-RELEASE #0: Fri Feb 18 02:24:46 UTC 2011 root@almeida.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386


	
>Description:
There are some zenpacks that don't have zipfiles, and having this defined is causing issues.
Remove it, and address in individual ports.

This was found in ports/160290

>How-To-Repeat:
	
>Fix:

Index: Mk/bsd.zenoss.mk
===================================================================
RCS file: /home/jhelfman/ncvs/ports/Mk/bsd.zenoss.mk,v
retrieving revision 1.1
diff -u -r1.1 bsd.zenoss.mk
--- Mk/bsd.zenoss.mk	1 Sep 2011 16:08:01 -0000	1.1
+++ Mk/bsd.zenoss.mk	14 Sep 2011 04:46:01 -0000
@@ -15,7 +15,6 @@
 RUN_DEPENDS+=	zenoss>=3.1.0:${PORTSDIR}/net-mgmt/zenoss
 
 FETCH_ARGS?=	-o - > ${DISTDIR}/${DISTFILES}
-USE_ZIP?=		yes
 
 PKGNAMEPREFIX:=	zenpack-${ZPACKGROUP}-
 
>Release-Note:
>Audit-Trail:
>Unformatted:



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