From owner-svn-ports-all@freebsd.org Thu Sep 10 18:29:40 2015 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 0012EA01276; Thu, 10 Sep 2015 18:29:39 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::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 E49571618; Thu, 10 Sep 2015 18:29:39 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8AITd8Q028834; Thu, 10 Sep 2015 18:29:39 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8AITdsn028832; Thu, 10 Sep 2015 18:29:39 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201509101829.t8AITdsn028832@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Thu, 10 Sep 2015 18:29:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r396595 - in head/comms: syncterm wspr 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.20 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, 10 Sep 2015 18:29:40 -0000 Author: antoine Date: Thu Sep 10 18:29:38 2015 New Revision: 396595 URL: https://svnweb.freebsd.org/changeset/ports/396595 Log: Spell MAKE_JOBS_UNSAFE correctly Modified: head/comms/syncterm/Makefile head/comms/wspr/Makefile Modified: head/comms/syncterm/Makefile ============================================================================== --- head/comms/syncterm/Makefile Thu Sep 10 18:03:15 2015 (r396594) +++ head/comms/syncterm/Makefile Thu Sep 10 18:29:38 2015 (r396595) @@ -21,7 +21,7 @@ PLIST_FILES= bin/syncterm \ share/icons/hicolor/64x64/apps/syncterm.png NO_CCACHE= yes -DISABLE_MAKE_JOBS= yes +MAKE_JOBS_UNSAFE= yes MAKE_ARGS+= WITHOUT_PORTAUDIO=yes MAKE_ARGS+= -C ${WRKSRC} MAKE_ARGS+= PREFIX="${PREFIX}" Modified: head/comms/wspr/Makefile ============================================================================== --- head/comms/wspr/Makefile Thu Sep 10 18:03:15 2015 (r396594) +++ head/comms/wspr/Makefile Thu Sep 10 18:29:38 2015 (r396595) @@ -21,7 +21,7 @@ LIB_DEPENDS= libhamlib.so:${PORTSDIR}/co libsamplerate.so:${PORTSDIR}/audio/libsamplerate \ libportaudio.so:${PORTSDIR}/audio/portaudio -DISABLE_MAKE_JOBS= yes +MAKE_JOBS_UNSAFE= yes USES= autoreconf dos2unix fortran gmake libtool python:3.3 tar:bzip2 GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-gfortran=${FC} \