Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 8 Jun 2009 01:42:46 -0400 (EDT)
From:      "Philip M. Gollucci" <pgollucci@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        des@FreeBSD.org
Subject:   ports/135350: [PATCH] shells/zsh: MAKE_JOBS_UNSAFE=yes
Message-ID:  <200906080542.n585gjNf094705@frieza.p6m7g8.net>
Resent-Message-ID: <200906080550.n585o29m040827@freefall.freebsd.org>

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

>Number:         135350
>Category:       ports
>Synopsis:       [PATCH] shells/zsh: MAKE_JOBS_UNSAFE=yes
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jun 08 05:50:01 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Philip M. Gollucci
>Release:        FreeBSD 8.0-CURRENT amd64
>Organization:
RideCharge Inc.
>Environment:
System: FreeBSD frieza.p6m7g8.net 8.0-CURRENT FreeBSD 8.0-CURRENT #1: Thu Jun  4 00:22:57 EDT
>Description:
- and cleanup multiple blank lines

Port maintainer (des@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- zsh-4.3.10.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/shells/zsh/Makefile,v
retrieving revision 1.113
diff -u -u -r1.113 Makefile
--- Makefile	4 Jun 2009 09:33:39 -0000	1.113
+++ Makefile	8 Jun 2009 05:42:18 -0000
@@ -16,6 +16,8 @@
 MAINTAINER=	des@FreeBSD.org
 COMMENT=	The Z shell
 
+MAKE_JOBS_UNSAFE=	yes
+
 ZSH_VER=	${PORTVERSION}
 
 USE_BZIP2=	yes
@@ -92,7 +94,6 @@
 CONFIGURE_ARGS+=	--disable-multibyte
 .endif
 
-
 post-patch:
 	@${SED} -i "" -e "s,link=dynamic,link=either," \
 		${WRKSRC}/Src/Modules/*.mdd
--- zsh-4.3.10.patch ends here ---

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



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