From owner-svn-ports-head@FreeBSD.ORG Sun Sep 1 11:24:20 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 2CCE5545; Sun, 1 Sep 2013 11:24:20 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 1707A26A6; Sun, 1 Sep 2013 11:24:20 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r81BOJrC042491; Sun, 1 Sep 2013 11:24:19 GMT (envelope-from danfe@svn.freebsd.org) Received: (from danfe@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r81BOJ3j042490; Sun, 1 Sep 2013 11:24:19 GMT (envelope-from danfe@svn.freebsd.org) Message-Id: <201309011124.r81BOJ3j042490@svn.freebsd.org> From: Alexey Dokuchaev Date: Sun, 1 Sep 2013 11:24:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r325849 - head/graphics/netpbm 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: Sun, 01 Sep 2013 11:24:20 -0000 Author: danfe Date: Sun Sep 1 11:24:19 2013 New Revision: 325849 URL: http://svnweb.freebsd.org/changeset/ports/325849 Log: - Unmark it as make jobs (-jX) unsafe: there is a comment saying that as of version 10.35.80, it should be safe; MAKE_JOBS_UNSAFE was added back in 2011, and no build failure logs are available since that time; it was not reproduced on few n-cored machines with various -jX settings as of today - While here, convert USE_GMAKE and USE_PERL5, tidy up Makefile header Tested by: marino (poudriere testport) Approved by: dinoex (maintainer) Modified: head/graphics/netpbm/Makefile Modified: head/graphics/netpbm/Makefile ============================================================================== --- head/graphics/netpbm/Makefile Sun Sep 1 11:04:53 2013 (r325848) +++ head/graphics/netpbm/Makefile Sun Sep 1 11:24:19 2013 (r325849) @@ -1,4 +1,4 @@ -# Created by: jmz +# Created by: Jean-Marc Zucconi # $FreeBSD$ PORTNAME= netpbm @@ -20,10 +20,7 @@ LIB_DEPENDS= tiff:${PORTSDIR}/graphics/t xml2:${PORTSDIR}/textproc/libxml2 RUN_DEPENDS= bash:${PORTSDIR}/shells/bash -MAKE_JOBS_UNSAFE= yes - -USE_PERL5= yes -USE_GMAKE= yes +USES= gmake perl5 CFLAGS+= -DPNG_DEPSTRUCT= -Iutil MAKE_ENV= LN="${LN}" RANLIB="${RANLIB}" MAKEFILE= GNUmakefile