From amdmi3@amdmi3.ru  Mon Aug 31 14:48:12 2009
Return-Path: <amdmi3@amdmi3.ru>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 389CC106566C
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 31 Aug 2009 14:48:12 +0000 (UTC)
	(envelope-from amdmi3@amdmi3.ru)
Received: from smtp.timeweb.ru (smtp.timeweb.ru [217.170.79.85])
	by mx1.freebsd.org (Postfix) with ESMTP id EC3238FC17
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 31 Aug 2009 14:48:11 +0000 (UTC)
Received: from [213.148.20.85] (helo=hive.panopticon)
	by smtp.timeweb.ru with esmtpsa (TLSv1:CAMELLIA256-SHA:256)
	(Exim 4.69)
	(envelope-from <amdmi3@amdmi3.ru>)
	id 1Mi8B3-0001fE-E9; Mon, 31 Aug 2009 18:48:13 +0400
Received: from hades.panopticon (hades.panopticon [192.168.0.32])
	by hive.panopticon (Postfix) with ESMTP id 7F3D4B860;
	Mon, 31 Aug 2009 18:48:09 +0400 (MSD)
Received: by hades.panopticon (Postfix, from userid 1000)
	id E7077108842; Mon, 31 Aug 2009 18:48:04 +0400 (MSD)
Message-Id: <20090831144804.E7077108842@hades.panopticon>
Date: Mon, 31 Aug 2009 18:48:04 +0400 (MSD)
From: Dmitry Marakasov <amdmi3@amdmi3.ru>
To: FreeBSD-gnats-submit@freebsd.org
Cc: chip-set@mail.ru
Subject: [PATCH] ftp/wput: mark MAKE_JOBS_UNSAFE
X-Send-Pr-Version: 3.113
X-GNATS-Notify: chip-set@mail.ru

>Number:         138405
>Category:       ports
>Synopsis:       [PATCH] ftp/wput: mark MAKE_JOBS_UNSAFE
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    amdmi3
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Aug 31 14:50:02 UTC 2009
>Closed-Date:    Tue Sep 01 12:47:39 UTC 2009
>Last-Modified:  Tue Sep  1 13:00:14 UTC 2009
>Originator:     Dmitry Marakasov
>Release:        FreeBSD 8.0-BETA2 i386
>Organization:
>Environment:
System: FreeBSD hades.panopticon 8.0-BETA2 FreeBSD 8.0-BETA2 #0: Thu Jul 30 19:51:12 MSD 2009
>Description:
Mark MAKE_JOBS_UNSAFE, doesn't build with forced jobs:

---
===>  Building for wput-0.6.2_1
cd po && make  all
cd src && make  all
cd: can't cd to src
*** Error code 2
---

Port maintainer (chip-set@mail.ru) is cc'd.

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

--- wput-0.6.2_1.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/amdmi3/projects/freebsd/FreeBSD.cvs/ports/ftp/wput/Makefile,v
retrieving revision 1.21
diff -u -u -r1.21 Makefile
--- Makefile	16 Aug 2009 18:04:39 -0000	1.21
+++ Makefile	31 Aug 2009 14:45:40 -0000
@@ -23,6 +23,7 @@
 CONFIGURE_ENV=	CFLAGS="-I${LOCALBASE}/include" \
 		LDFLAGS="${LDFLAGS}" \
 		LIBS="${LDFLAGS}"
+MAKE_JOBS_UNSAFE=yes
 
 OPTIONS=	TLS "Enable TLS support" On \
 		NLS "Native Language Support with gettext" On
--- wput-0.6.2_1.patch ends here ---

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Mon Aug 31 14:50:14 UTC 2009 
State-Changed-Why:  
Awaiting maintainers feedback (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=138405 

From: Edwin Groothuis <edwin@FreeBSD.org>
To: chip-set@mail.ru
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/138405: [PATCH] ftp/wput: mark MAKE_JOBS_UNSAFE
Date: Mon, 31 Aug 2009 14:50:11 UT

 Maintainer of ftp/wput,
 
 Please note that PR ports/138405 has just been submitted.
 
 If it contains a patch for an upgrade, an enhancement or a bug fix
 you agree on, reply to this email stating that you approve the patch
 and a committer will take care of it.
 
 The full text of the PR can be found at:
     http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/138405
 
 -- 
 Edwin Groothuis via the GNATS Auto Assign Tool
 edwin@FreeBSD.org
Responsible-Changed-From-To: freebsd-ports-bugs->amdmi3 
Responsible-Changed-By: amdmi3 
Responsible-Changed-When: Mon Aug 31 19:30:56 UTC 2009 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=138405 

From: Artyom Nosov <chip-set@mail.ru>
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/138405: [PATCH] ftp/wput: mark MAKE_JOBS_UNSAFE
Date: Tue, 01 Sep 2009 09:53:54 +0400

 Dear committer,
 
 Please commit this patch, thanks!
 
 Edwin Groothuis wrote:
 > Maintainer of ftp/wput,
 > 
 > Please note that PR ports/138405 has just been submitted.
 > 
 > If it contains a patch for an upgrade, an enhancement or a bug fix
 > you agree on, reply to this email stating that you approve the patch
 > and a committer will take care of it.
 > 
 > The full text of the PR can be found at:
 >     http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/138405
 > 
 
 
State-Changed-From-To: feedback->closed 
State-Changed-By: amdmi3 
State-Changed-When: Tue Sep 1 12:47:37 UTC 2009 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=138405 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/138405: commit references a PR
Date: Tue,  1 Sep 2009 12:50:46 +0000 (UTC)

 amdmi3      2009-09-01 12:47:35 UTC
 
   FreeBSD ports repository
 
   Modified files:
     ftp/wput             Makefile 
   Log:
   - Mark MAKE_JOBS_USAFE
   
   PR:             138405
   Submitted by:   myself
   Approved by:    Artyom Nosov <chip-set@mail.ru> (maintainer)
   
   Revision  Changes    Path
   1.22      +1 -0      ports/ftp/wput/Makefile
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
