From owner-svn-ports-head@FreeBSD.ORG Fri Jul 26 19:46:21 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 B5EE3C77; Fri, 26 Jul 2013 19:46:21 +0000 (UTC) (envelope-from marino@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 A32922D77; Fri, 26 Jul 2013 19:46:21 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r6QJkLv0089168; Fri, 26 Jul 2013 19:46:21 GMT (envelope-from marino@svn.freebsd.org) Received: (from marino@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r6QJkLaD089167; Fri, 26 Jul 2013 19:46:21 GMT (envelope-from marino@svn.freebsd.org) Message-Id: <201307261946.r6QJkLaD089167@svn.freebsd.org> From: John Marino Date: Fri, 26 Jul 2013 19:46:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r323751 - head/x11/deforaos-libdesktop 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: Fri, 26 Jul 2013 19:46:21 -0000 Author: marino Date: Fri Jul 26 19:46:21 2013 New Revision: 323751 URL: http://svnweb.freebsd.org/changeset/ports/323751 Log: x11/deforoas-libdesktop: Not jobs safe set MAKE_JOBS_UNSAFE and make portlint happy. Approved by: bapt/culot (mentors, implicit) Modified: head/x11/deforaos-libdesktop/Makefile Modified: head/x11/deforaos-libdesktop/Makefile ============================================================================== --- head/x11/deforaos-libdesktop/Makefile Fri Jul 26 19:40:01 2013 (r323750) +++ head/x11/deforaos-libdesktop/Makefile Fri Jul 26 19:46:21 2013 (r323751) @@ -5,8 +5,8 @@ PORTNAME= libdesktop PORTVERSION= 0.0.9 CATEGORIES= x11 MASTER_SITES= http://www.defora.org/os/download/download/4011/ -DISTNAME= libDesktop-${PORTVERSION} PKGNAMEPREFIX= deforaos- +DISTNAME= libDesktop-${PORTVERSION} MAINTAINER= olivier@cochard.me COMMENT= DeforaOS desktop library @@ -20,6 +20,8 @@ USES= pkgconfig USE_LDCONFIG= yes MAKE_ARGS+= PREFIX=${PREFIX} +MAKE_JOBS_UNSAFE= yes + post-patch: ${REINPLACE_CMD} -e 's|/lib/|/libdata/|g' \ ${WRKSRC}/data/pkgconfig.sh