From owner-svn-ports-all@freebsd.org Thu Sep 8 15:59:17 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 61978BD228A; Thu, 8 Sep 2016 15:59:17 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3260E30C; Thu, 8 Sep 2016 15:59:17 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u88FxG0o006582; Thu, 8 Sep 2016 15:59:16 GMT (envelope-from tcberner@FreeBSD.org) Received: (from tcberner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u88FxGaY006581; Thu, 8 Sep 2016 15:59:16 GMT (envelope-from tcberner@FreeBSD.org) Message-Id: <201609081559.u88FxGaY006581@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tcberner set sender to tcberner@FreeBSD.org using -f From: "Tobias C. Berner" Date: Thu, 8 Sep 2016 15:59:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421562 - head/devel/t1lib X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Sep 2016 15:59:17 -0000 Author: tcberner Date: Thu Sep 8 15:59:16 2016 New Revision: 421562 URL: https://svnweb.freebsd.org/changeset/ports/421562 Log: Add a COMMENT explaining the reason for MAKE_JOBS_UNSAFE. in r421561 I added MAKE_JOBS_USNAFE, without actually saying why. [Sorry] ===> Building for t1lib-5.1.2_4,1 gmake[1]: Entering directory '/wrkdirs/usr/ports/devel/t1lib/work/t1lib-5.1.2' for i in lib type1afm examples xglyph; do \ (cd $i; gmake 'CC=cc' 'CFLAGS=-O2 -pipe -fstack-protector -fno-strict-aliasing -DT1LIB_IDENT="\"5.1.2\"" -DGLOBAL_CONFIG_DIR="\"/usr/local/share/t1lib\"" -I/usr/local/include' 'OPTIONS=' ) || exit 1; \ done gmake[2]: Entering directory '/wrkdirs/usr/ports/devel/t1lib/work/t1lib-5.1.2/lib' gmake[2]: *** pselect jobs pipe: Bad file descriptor. Stop. gmake[2]: *** Waiting for unfinished jobs.... [...] Approved by: mat (mentor) Modified: head/devel/t1lib/Makefile Modified: head/devel/t1lib/Makefile ============================================================================== --- head/devel/t1lib/Makefile Thu Sep 8 15:36:46 2016 (r421561) +++ head/devel/t1lib/Makefile Thu Sep 8 15:59:16 2016 (r421562) @@ -27,6 +27,10 @@ OPTIONS_SUB= yes X11_USE= XORG=xaw X11_CONFIGURE_WITH= x +# Build fails with: +# gmake[2]: Entering directory '/wrkdirs/usr/ports/devel/t1lib/work/t1lib-5.1.2/lib' +# gmake[2]: *** pselect jobs pipe: Bad file descriptor. Stop. +# gmake[2]: *** Waiting for unfinished jobs.... MAKE_JOBS_UNSAFE= YES post-patch: