Date: Sun, 24 Feb 2019 15:29:38 +0000 (UTC) From: Tobias Kortkamp <tobik@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r493766 - head/comms/seyon Message-ID: <201902241529.x1OFTcPs059468@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tobik Date: Sun Feb 24 15:29:38 2019 New Revision: 493766 URL: https://svnweb.freebsd.org/changeset/ports/493766 Log: comms/seyon: Mark MAKE_JOBS_UNSAFE According to Piotr it fails to build when using >= 16 jobs otherwise. PR: 232480 Submitted by: Piotr Kubaj <pkubaj@anongoth.pl> Modified: head/comms/seyon/Makefile Modified: head/comms/seyon/Makefile ============================================================================== --- head/comms/seyon/Makefile Sun Feb 24 15:22:40 2019 (r493765) +++ head/comms/seyon/Makefile Sun Feb 24 15:29:38 2019 (r493766) @@ -13,6 +13,8 @@ COMMENT= Communications package for the X Window syste USES= imake USE_XORG= x11 xext xpm xmu xaw xt sm ice +MAKE_JOBS_UNSAFE= yes + PLIST_FILES= bin/seyon lib/X11/app-defaults/Seyon \ lib/X11/app-defaults/Seyon-color lib/X11/seyon.help \ man/man1/${PORTNAME}.1.gz
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201902241529.x1OFTcPs059468>