Bug 160747 - [patch] editors/emacs-devel: mark multi-jobs safe
Summary: [patch] editors/emacs-devel: mark multi-jobs safe
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Ashish SHUKLA
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-09-15 13:10 UTC by h h
Modified: 2011-09-19 16:20 UTC (History)
0 users

See Also:


Attachments
a.diff (575 bytes, patch)
2011-09-15 13:10 UTC, h h
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description h h 2011-09-15 13:10:08 UTC

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]
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2011-09-15 13:10:18 UTC
Responsible Changed
From-To: freebsd-ports-bugs->ashish

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 Ashish SHUKLA freebsd_committer freebsd_triage 2011-09-15 13:21:57 UTC
Hi,

Thanks for the diff. I'll test it over the weekend, and commit it if
everything went fine.

Thanks
-- 
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 !!
Comment 3 dfilter service freebsd_committer freebsd_triage 2011-09-19 16:18:57 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"
Comment 4 Ashish SHUKLA freebsd_committer freebsd_triage 2011-09-19 16:19:48 UTC
State Changed
From-To: open->closed

Committed. Thanks!