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]
Responsible Changed From-To: freebsd-ports-bugs->ashish Over to maintainer (via the GNATS Auto Assign Tool)
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 !!
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"
State Changed From-To: open->closed Committed. Thanks!