Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 1 Jul 2012 13:58:40 -0400 (EDT)
From:      Steve Wills <swills@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        anders@FreeBSD.org
Subject:   ports/169583: [PATCH] mail/imap-uw: Mark MAKE_JOBS_UNSAFE
Message-ID:  <201207011758.q61Hwe6B049006@meatwad.mouf.net>
Resent-Message-ID: <201207011800.q61I0JSA058204@freefall.freebsd.org>

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

>Number:         169583
>Category:       ports
>Synopsis:       [PATCH] mail/imap-uw: Mark MAKE_JOBS_UNSAFE
>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:   Sun Jul 01 18:00:19 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Steve Wills
>Release:        FreeBSD 10.0-CURRENT amd64
>Organization:
>Environment:
System: FreeBSD meatwad.mouf.net 10.0-CURRENT FreeBSD 10.0-CURRENT #2 r237195: Sun Jun 17 12:28:44 EDT
>Description:
Failed to build for me with FORCE_MAKE_JOBS set. Marking it
MAKE_JOBS_UNSAFE fixed the issue.

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

Generated with FreeBSD Port Tools 0.99_6 (mode: change, diff: CVS)
>How-To-Repeat:
>Fix:

--- imap-uw-2007f,1.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/mail/imap-uw/Makefile,v
retrieving revision 1.90
diff -u -u -r1.90 Makefile
--- Makefile	9 Jan 2012 15:41:00 -0000	1.90
+++ Makefile	1 Jul 2012 17:58:22 -0000
@@ -27,6 +27,8 @@
 DOCSDIR=	${PREFIX}/share/doc/${PORTNAME}${PKGNAMESUFFIX}
 SUB_FILES=	pkg-message
 
+MAKE_JOBS_UNSAFE=	yes
+
 MAN1=		dmail.1 mailutil.1 tmail.1
 MAN8=		ipopd.8 imapd.8
 
--- imap-uw-2007f,1.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?201207011758.q61Hwe6B049006>