From aakuusta@gmail.com  Thu Sep 15 12:04:39 2011
Return-Path: <aakuusta@gmail.com>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 25CD7106564A
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 15 Sep 2011 12:04:39 +0000 (UTC)
	(envelope-from aakuusta@gmail.com)
Received: from mail-bw0-f54.google.com (mail-bw0-f54.google.com [209.85.214.54])
	by mx1.freebsd.org (Postfix) with ESMTP id B07658FC16
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 15 Sep 2011 12:04:38 +0000 (UTC)
Received: by bkbzs8 with SMTP id zs8so3053683bkb.13
        for <FreeBSD-gnats-submit@freebsd.org>; Thu, 15 Sep 2011 05:04:37 -0700 (PDT)
Received: by 10.204.139.198 with SMTP id f6mr737405bku.138.1316088277457;
        Thu, 15 Sep 2011 05:04:37 -0700 (PDT)
Received: from nil ([93.182.132.100])
        by mx.google.com with ESMTPS id f15sm3169250bke.2.2011.09.15.05.04.29
        (version=SSLv3 cipher=OTHER);
        Thu, 15 Sep 2011 05:04:36 -0700 (PDT)
Message-Id: <86vcsuqafj.fsf@gmail.com>
Date: Thu, 15 Sep 2011 16:04:00 +0400
From: h h <aakuusta@gmail.com>
To: FreeBSD-gnats-submit@freebsd.org
Subject: [patch] editors/emacs-devel: mark multi-jobs safe

>Number:         160747
>Category:       ports
>Synopsis:       [patch] editors/emacs-devel: mark multi-jobs safe
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    ashish
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Sep 15 12:10:08 UTC 2011
>Closed-Date:    Mon Sep 19 15:19:49 UTC 2011
>Last-Modified:  Mon Sep 19 15:20:05 UTC 2011
>Originator:     h h
>Release:        FreeBSD 9.0-BETA2 amd64
>Organization:
>Environment:
MAKE_JOBS_NUMBER=16
>Description:
>How-To-Repeat:
$ make >&/dev/null &
$ ps xdww
  PID TT  STAT    TIME COMMAND
 1890 ??  Ss   0:03.03 tmux: server (/tmp/tmux-1001/default) (tmux)
 1896  6  IWs  0:00.00 - -zsh (zsh)
23969  6  IW+  0:00.00 `-- make
29478  6  IW+  0:00.00   `-- (sh)
29479  6  S+   0:00.01     `-- gmake -f Makefile -j16 all
30414  6  S+   0:00.10       `-- gmake all - --jobserver-fds=3,4 -j CFLAGS=-O2 -pipe CPPFLAGS=-I/usr/local/include LDFLAGS=-L/usr/local/lib -Wl,-znocombreloc MAKE=gmake
30461  6  S+   0:00.00         `-- [sh]
30464  6  S+   0:00.01           `-- [sh]
31890  6  D+   0:00.23             `-- [gmake]
32959  6  R+   0:00.55               |-- WRKSRC/src/emacs -batch --no-site-file --no-site-lisp --eval (setq max-lisp-eval-depth 1200) -f batch-byte-compile international/ucs-normalize.el
33171  6  R+   0:00.15               |-- WRKSRC/src/emacs -batch --no-site-file --no-site-lisp --eval (setq max-lisp-eval-depth 1200) -f batch-byte-compile erc/erc-backend.el
33172  6  R+   0:00.17               |-- WRKSRC/src/emacs -batch --no-site-file --no-site-lisp --eval (setq max-lisp-eval-depth 1200) -f batch-byte-compile erc/erc-autoaway.el
33177  6  R+   0:00.17               |-- WRKSRC/src/emacs -batch --no-site-file --no-site-lisp --eval (setq max-lisp-eval-depth 1200) -f batch-byte-compile erc/erc-button.el
33191  6  R+   0:00.21               |-- WRKSRC/src/emacs -batch --no-site-file --no-site-lisp --eval (setq max-lisp-eval-depth 1200) -f batch-byte-compile erc/erc-dcc.el
33197  6  R+   0:00.14               |-- WRKSRC/src/emacs -batch --no-site-file --no-site-lisp --eval (setq max-lisp-eval-depth 1200) -f batch-byte-compile erc/erc-capab.el
33198  6  R+   0:00.20               |-- WRKSRC/src/emacs -batch --no-site-file --no-site-lisp --eval (setq max-lisp-eval-depth 1200) -f batch-byte-compile erc/erc-goodies.el
33207  6  R+   0:00.08               |-- WRKSRC/src/emacs -batch --no-site-file --no-site-lisp --eval (setq max-lisp-eval-depth 1200) -f batch-byte-compile erc/erc-ezbounce.el
33208  6  R+   0:00.08               |-- WRKSRC/src/emacs -batch --no-site-file --no-site-lisp --eval (setq max-lisp-eval-depth 1200) -f batch-byte-compile erc/erc-ibuffer.el
33218  6  R+   0:00.16               |-- WRKSRC/src/emacs -batch --no-site-file --no-site-lisp --eval (setq max-lisp-eval-depth 1200) -f batch-byte-compile erc/erc-imenu.el
33220  6  R+   0:00.06               |-- WRKSRC/src/emacs -batch --no-site-file --no-site-lisp --eval (setq max-lisp-eval-depth 1200) -f batch-byte-compile erc/erc-identd.el
33222  6  R+   0:00.06               |-- WRKSRC/src/emacs -batch --no-site-file --no-site-lisp --eval (setq max-lisp-eval-depth 1200) -f batch-byte-compile erc/erc-fill.el
33229  6  R+   0:00.01               |-- WRKSRC/src/emacs -batch --no-site-file --no-site-lisp --eval (setq max-lisp-eval-depth 1200) -f batch-byte-compile erc/erc-join.el
33232  6  R+   0:00.00               |-- WRKSRC/src/emacs -batch --no-site-file --no-site-lisp --eval (setq max-lisp-eval-depth 1200) -f batch-byte-compile erc/erc-list.el
33234  6  R+   0:00.00               |-- WRKSRC/src/emacs -batch --no-site-file --no-site-lisp --eval (setq max-lisp-eval-depth 1200) -f batch-byte-compile erc/erc-lang.el
33237  6  RV+  0:00.00               `-- [gmake]
>Fix:
--- a.diff begins here ---
Index: editors/emacs-devel/Makefile
===================================================================
RCS file: /a/.csup/ports/editors/emacs-devel/Makefile,v
retrieving revision 1.53
diff -u -p -r1.53 Makefile
--- editors/emacs-devel/Makefile	8 Sep 2011 06:16:32 -0000	1.53
+++ editors/emacs-devel/Makefile	15 Sep 2011 11:45:36 -0000
@@ -19,7 +19,7 @@ COMMENT=	GNU editing macros
 LICENSE=	GPLv3
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-MAKE_JOBS_UNSAFE=	yes
+MAKE_JOBS_SAFE=	yes
 
 CONFLICTS=	emacs-19.* emacs-21.* emacs-22.* emacs-23.* \
 		xemacs-[0-9]* xemacs-devel-[0-9]* \
--- a.diff ends here ---
>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->ashish 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Thu Sep 15 12:10:18 UTC 2011 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

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

From: ashish@FreeBSD.org (Ashish SHUKLA)
To: bug-followup@FreeBSD.org,aakuusta@gmail.com
Cc:  
Subject: Re: ports/160747: [patch] editors/emacs-devel: mark multi-jobs safe
Date: Thu, 15 Sep 2011 17:51:57 +0530

 --=-=-=
 Content-Type: text/plain
 Content-Transfer-Encoding: quoted-printable
 
 Hi,
 
 Thanks for the diff. I'll test it over the weekend, and commit it if
 everything went fine.
 
 Thanks
 =2D-=20
 Ashish SHUKLA      | GPG: F682 CDCC 39DC 0FEA E116  20B6 C746 CFA9 E74F A4B0
 freebsd.org!ashish | http://people.freebsd.org/~ashish/
 
 Avoid Success At All Costs !!
 
 --=-=-=
 Content-Type: application/pgp-signature
 
 -----BEGIN PGP SIGNATURE-----
 Version: GnuPG v2.0.17 (FreeBSD)
 
 iQIcBAEBCgAGBQJOce3oAAoJEMdGz6nnT6SwVkkP/j4WV4M07ab7RHCLgXCxYktK
 EfsITGtEpVzpyUxbYsfqQIVcXg4Pw0qIRa+Sul/0BC63AtTqt1ZSosTWYbxpS5T4
 gpW1JgImeYkRi8GsnkJ1kqS5X0VciGUkU6Z9Qm0wye9nOuqbk6seotqh5/Enqpza
 TFERPA+r2N6MTosY+XzXXrYUu3WDg/mwst3bymKgZBfz2iaWgwSynCqtrHqTDQsD
 wkLkXGiX1x5JdDH0OTZ3f84HvAklsFfKkSgk7Py3b97XTDLBXyAmvBh8GY/1CCcO
 ANgx3nCOYkmXXBSjwiDJ8Qin42kMePH1w0kvkyjVzgiuYgamVIf3Uo7ZvlktC3IB
 Upb0Ne0D8RRG+987PsKzOqvYyU4RYPyvaL7DBWrRfgMAfBCBVv7ywhDWqytbnnSe
 N+SuEwrSoMYmzTjB42qsCDVEXJ7avYlRzQqQQTbeZANp6zh0ogyQPPxCpMijldwd
 m+yXNTCVncOaPVKddZjae/aPjmLDVN08kK1D2Szw+KX3DCFjjkqCOWp1SyHy7Yu4
 oC8frXn4QNDqNilMTWE3uOUApcbOg1oEC656+Xt4AGnSFh4iqHegvu7Uahehec3r
 vp5TXcbcDqpp5CiEPZ7Pm5C0VOiEKuK76hQJdRrj4sXtYIm+10hVLFOwMDwNcN+U
 ul4KR/Y4L+biAvrYcblV
 =kp3d
 -----END PGP SIGNATURE-----
 --=-=-=--
State-Changed-From-To: open->closed 
State-Changed-By: ashish 
State-Changed-When: Mon Sep 19 15:19:48 UTC 2011 
State-Changed-Why:  
Committed. Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/160747: commit references a PR
Date: Mon, 19 Sep 2011 15:18:57 +0000 (UTC)

 ashish      2011-09-19 15:18:42 UTC
 
   FreeBSD ports repository
 
   Modified files:
     editors/emacs-devel  Makefile 
   Log:
   - Mark port as multi-jobs safe
   
   PR:             ports/160747
   Submitted by:   h h <aakuusta@gmail.com>
   
   Revision  Changes    Path
   1.54      +1 -1      ports/editors/emacs-devel/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:
