Is not jobs safe. Things happen out of order, somehow : ./term.c: In function 'term_init': ./term.c:879: warning: unused variable 'tmp' ./term.c: In function 'control_mangle': ./term.c:1859: warning: pointer targets in return differ in signedness ./term.c:1878: warning: pointer targets in return differ in signedness ./term.c: In function 'get_term_capability': ./term.c:1913: warning: pointer targets in passing argument 1 of 'control_mangle' differ in signedness ar cru libtoc.a toc.o network.o util.o server.o interface.o buddy.o ll.o misc.o cc -shared toc.o util.o cmd.o aim.o compat.o -fPIC -o aim.so -Ltoc -ltoc /usr/bin/ld: cannot find -ltoc gmake[2]: *** [aim.so] Error 1 gmake[2]: *** Waiting for unfinished jobs.... gmake[3]: Leaving directory `/wrkdirs/usr/ports/irc/bitchx/work/BitchX-1.2/dll/aim/toc' gmake[2]: Leaving directory `/wrkdirs/usr/ports/irc/bitchx/work/BitchX-1.2/dll/aim' gmake[1]: *** [all] Error 1 gmake[1]: Leaving directory `/wrkdirs/usr/ports/irc/bitchx/work/BitchX-1.2/dll' gmake: *** [dll] Error 2 gmake: *** Waiting for unfinished jobs.... expr2.c: In function 'op': expr2.c:1043: warning: 'c' is used uninitialized in this function expr2.c:818: warning: 'd' is used uninitialized in this function cc -o BitchX alias.o alist.o array.o art.o banlist.o bot_link.o cdcc.o cdns.o chelp.o commands.o commands2.o compat.o cset.o ctcp.o dcc.o debug.o encrypt.o exec.o files.o flood.o fset.o functions.o funny.o glob.o hash.o hebrew.o help.o history.o hook.o if.o ignore.o input.o irc.o ircaux.o ircsig.o keys.o lastlog.o list.o log.o mail.o misc.o modules.o names.o network.o newio.o notice.o notify.o numbers.o output.o parse.o queue.o readlog.o reg.o screen.o server.o stack.o status.o struct.o tcl_public.o term.o timer.o translat.o user.o userlist.o vars.o who.o whowas.o window.o words.o -lncurses -lssl -lcrypto -lm -lcrypt -L/usr/local/lib gmake[1]: Leaving directory `/wrkdirs/usr/ports/irc/bitchx/work/BitchX-1.2/source' Generated with FreeBSD Port Tools 0.99_9 (mode: change, diff: SVN)
State Changed From-To: open->feedback Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Maintainer of irc/bitchx, Please note that PR ports/183898 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/183898 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org
Responsible Changed From-To: freebsd-ports-bugs->mat Take
State Changed From-To: feedback->closed Committed, thanks!
Author: mat Date: Tue Nov 26 14:59:40 2013 New Revision: 334941 URL: http://svnweb.freebsd.org/changeset/ports/334941 Log: Mark MAKE_JOBS_UNSAFE. maintainer timeout. PR: ports/183898 Submitted by: mat Modified: head/irc/bitchx/Makefile Modified: head/irc/bitchx/Makefile ============================================================================== --- head/irc/bitchx/Makefile Tue Nov 26 14:57:45 2013 (r334940) +++ head/irc/bitchx/Makefile Tue Nov 26 14:59:40 2013 (r334941) @@ -35,6 +35,7 @@ PLUGINS_DESC= Build a handful of BitchX OPTIONS_DEFAULT=PLUGINS SSL NO_STAGE= yes +MAKE_JOBS_UNSAFE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MIPV6} _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"