From owner-svn-ports-head@FreeBSD.ORG Wed Jul 10 11:45:25 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 76509E85; Wed, 10 Jul 2013 11:45:25 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 68F5F1809; Wed, 10 Jul 2013 11:45:25 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r6ABjPCl014533; Wed, 10 Jul 2013 11:45:25 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r6ABjPJo014531; Wed, 10 Jul 2013 11:45:25 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201307101145.r6ABjPJo014531@svn.freebsd.org> From: Baptiste Daroussin Date: Wed, 10 Jul 2013 11:45:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r322666 - in head/print: ghostscript8 ghostscript9 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Jul 2013 11:45:25 -0000 Author: bapt Date: Wed Jul 10 11:45:24 2013 New Revision: 322666 URL: http://svnweb.freebsd.org/changeset/ports/322666 Log: Mark as job unsafe (fails with -j24) Convert to USES=gmake Modified: head/print/ghostscript8/Makefile head/print/ghostscript9/Makefile Modified: head/print/ghostscript8/Makefile ============================================================================== --- head/print/ghostscript8/Makefile Wed Jul 10 11:43:18 2013 (r322665) +++ head/print/ghostscript8/Makefile Wed Jul 10 11:45:24 2013 (r322666) @@ -38,13 +38,13 @@ CONFLICTS_INSTALL= \ ghostscript9-agpl-nox11-[0-9]* USE_XZ= yes -USE_GMAKE= yes +USES= gmake WANT_GNOME= yes USE_LDCONFIG= yes USE_AUTOTOOLS= autoconf GNU_CONFIGURE= yes -MAKE_JOBS_SAFE= yes +MAKE_JOBS_UNSAFE= yes MAKE_ENV= CFLAGS_STANDARD="${CFLAGS}" \ XCFLAGS="${XCFLAGS}" XLDFLAGS="${XLDFLAGS}" \ EXTRALIBS="${EXTRALIBS}" \ Modified: head/print/ghostscript9/Makefile ============================================================================== --- head/print/ghostscript9/Makefile Wed Jul 10 11:43:18 2013 (r322665) +++ head/print/ghostscript9/Makefile Wed Jul 10 11:45:24 2013 (r322666) @@ -37,14 +37,14 @@ CONFLICTS_INSTALL= \ ghostscript9-agpl-[0-9]* \ ghostscript9-agpl-nox11-[0-9]* +USES= gmake USE_BZIP2= yes -USE_GMAKE= yes WANT_GNOME= yes USE_LDCONFIG= yes USE_AUTOTOOLS= autoconf GNU_CONFIGURE= yes -MAKE_JOBS_SAFE= yes +MAKE_JOBS_UNSAFE= yes MAKE_ENV= CFLAGS_STANDARD="${CFLAGS}" \ XCFLAGS="${XCFLAGS}" XLDFLAGS="${XLDFLAGS}" \ EXTRALIBS="${EXTRALIBS}" \