From amdmi3@amdmi3.ru  Sun Jun 21 20:19:09 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 7F8951065670
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 21 Jun 2009 20:19:09 +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 3F5D68FC15
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 21 Jun 2009 20:19:09 +0000 (UTC)
	(envelope-from amdmi3@amdmi3.ru)
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 1MITVL-0001oh-21; Mon, 22 Jun 2009 00:19:07 +0400
Received: from hades.panopticon (hades.panopticon [192.168.0.32])
	by hive.panopticon (Postfix) with ESMTP id AB552B842;
	Mon, 22 Jun 2009 00:19:05 +0400 (MSD)
Received: by hades.panopticon (Postfix, from userid 1000)
	id A3AB2108840; Mon, 22 Jun 2009 00:19:05 +0400 (MSD)
Message-Id: <20090621201905.A3AB2108840@hades.panopticon>
Date: Mon, 22 Jun 2009 00:19:05 +0400 (MSD)
From: Dmitry Marakasov <amdmi3@amdmi3.ru>
To: FreeBSD-gnats-submit@freebsd.org
Cc: kenm@icarz.com
Subject: [PATCH] textproc/xerces-c2: mark MAKE_JOBS_UNSAFE
X-Send-Pr-Version: 3.113
X-GNATS-Notify: kenm@icarz.com

>Number:         135896
>Category:       ports
>Synopsis:       [PATCH] textproc/xerces-c2: 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:   Sun Jun 21 20:20:06 UTC 2009
>Closed-Date:    Tue Jul 07 00:22:17 UTC 2009
>Last-Modified:  Tue Jul  7 00:30:01 UTC 2009
>Originator:     Dmitry Marakasov
>Release:        FreeBSD 8.0-CURRENT i386
>Organization:
>Environment:
System: FreeBSD hades.panopticon 8.0-CURRENT FreeBSD 8.0-CURRENT #0: Mon Jun  1 22:13:51 MSD
>Description:
Maek MAKE_JOBS_UNSAFE. This fails with forced MAKE_JOBS.

Port maintainer (kenm@icarz.com) is cc'd.

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

--- xerces-c2-2.7.0_1.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/amdmi3/projects/freebsd/FreeBSD.cvs/ports/textproc/xerces-c2/Makefile,v
retrieving revision 1.25
diff -u -u -r1.25 Makefile
--- Makefile	6 Sep 2008 01:10:09 -0000	1.25
+++ Makefile	21 Jun 2009 20:13:51 -0000
@@ -75,6 +75,7 @@
 
 USE_GMAKE=		yes
 MAKE_ENV+=		XERCESCROOT=${WRKSRC}
+MAKE_JOBS_UNSAFE=	yes
 
 HAS_CONFIGURE=		yes
 CONFIGURE_ENV+=		XERCESCROOT=${WRKSRC} TRANSCODER=${TRANSCODER}
--- xerces-c2-2.7.0_1.patch ends here ---

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Sun Jun 21 20:20:23 UTC 2009 
State-Changed-Why:  
Awaiting maintainers feedback (via the GNATS Auto Assign Tool) 

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

From: Edwin Groothuis <edwin@FreeBSD.org>
To: kenm@icarz.com
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/135896: [PATCH] textproc/xerces-c2: mark MAKE_JOBS_UNSAFE
Date: Sun, 21 Jun 2009 20:20:19 UT

 Maintainer of textproc/xerces-c2,
 
 Please note that PR ports/135896 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/135896
 
 -- 
 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: Sun Jun 21 20:51:01 UTC 2009 
Responsible-Changed-Why:  
I'll take it. 

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

From: Dmitry Marakasov <amdmi3@amdmi3.ru>
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/135896: [PATCH] textproc/xerces-c2: mark MAKE_JOBS_UNSAFE
Date: Mon, 22 Jun 2009 01:24:45 +0400

 Updated patch, also fix build with custom PREFIX/LOCALBASE.
 
 --- xerces-c2.diff begins here ---
 Index: Makefile
 ===================================================================
 RCS file: /home/amdmi3/projects/freebsd/FreeBSD.cvs/ports/textproc/xerces-c2/Makefile,v
 retrieving revision 1.25
 diff -u -r1.25 Makefile
 --- Makefile	6 Sep 2008 01:10:09 -0000	1.25
 +++ Makefile	21 Jun 2009 21:00:30 -0000
 @@ -75,6 +75,7 @@
  
  USE_GMAKE=		yes
  MAKE_ENV+=		XERCESCROOT=${WRKSRC}
 +MAKE_JOBS_UNSAFE=	yes
  
  HAS_CONFIGURE=		yes
  CONFIGURE_ENV+=		XERCESCROOT=${WRKSRC} TRANSCODER=${TRANSCODER}
 @@ -138,6 +139,9 @@
  post-patch:
  	@${REINPLACE_CMD} -e 's#CP = -cp -p#CP = -cp#'	\
  		${WRKSRC}/src/xercesc/Makefile.incl
 +	@${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|' \
 +		${WRKSRC}/src/xercesc/Makefile.incl \
 +		${WRKSRC}/src/xercesc/runConfigure
  
  pre-configure:
  	@${CHMOD} 700 ${CONFIGURE_WRKSRC}/runConfigure
 --- xerces-c2.diff ends here ---
 
 -- 
 Dmitry Marakasov   .   55B5 0596 FF1E 8D84 5F56  9510 D35A 80DD F9D2 F77D
 amdmi3@amdmi3.ru  ..:  jabber: amdmi3@jabber.ru    http://www.amdmi3.ru
State-Changed-From-To: feedback->closed 
State-Changed-By: amdmi3 
State-Changed-When: Tue Jul 7 00:22:15 UTC 2009 
State-Changed-Why:  
Committed. Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/135896: commit references a PR
Date: Tue,  7 Jul 2009 00:22:15 +0000 (UTC)

 amdmi3      2009-07-07 00:22:05 UTC
 
   FreeBSD ports repository
 
   Modified files:
     textproc/xerces-c2   Makefile 
   Log:
   - Mark MAKE_JOBS_UNSAFE
   - Respect custom LOCALBASE
   
   PR:             135896
   Submitted by:   myself
   Approved by:    maintainer timeout
   
   Revision  Changes    Path
   1.26      +4 -0      ports/textproc/xerces-c2/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:
