From owner-svn-ports-all@FreeBSD.ORG Wed Jul 31 08:13:52 2013 Return-Path: Delivered-To: svn-ports-all@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 389D5CC0; Wed, 31 Jul 2013 08:13:52 +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 2691320A2; Wed, 31 Jul 2013 08:13:52 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r6V8DpIT072326; Wed, 31 Jul 2013 08:13:52 GMT (envelope-from danfe@svn.freebsd.org) Received: (from danfe@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r6V8Dp82072325; Wed, 31 Jul 2013 08:13:51 GMT (envelope-from danfe@svn.freebsd.org) Message-Id: <201307310813.r6V8Dp82072325@svn.freebsd.org> From: Alexey Dokuchaev Date: Wed, 31 Jul 2013 08:13:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r324016 - head/x11/xautolock 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.14 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: Wed, 31 Jul 2013 08:13:52 -0000 Author: danfe Date: Wed Jul 31 08:13:51 2013 New Revision: 324016 URL: http://svnweb.freebsd.org/changeset/ports/324016 Log: - Unbreak parallel (-jX) builds (have to use GNU make) - Move USE* knobs earlier in Makefile, before OPTIONS - Contract COMMAND and make it more readable while here Modified: head/x11/xautolock/Makefile Modified: head/x11/xautolock/Makefile ============================================================================== --- head/x11/xautolock/Makefile Wed Jul 31 07:45:04 2013 (r324015) +++ head/x11/xautolock/Makefile Wed Jul 31 08:13:51 2013 (r324016) @@ -10,7 +10,10 @@ MASTER_SITE_SUBDIR= X11/screensavers EXTRACT_SUFX= .tgz MAINTAINER= romain@FreeBSD.org -COMMENT= Used to activate xlock after a user defined time of inactivity +COMMENT= Activate xlock after a user defined time of inactivity + +USES= imake gmake # gmake is needed for -jX builds +USE_XORG= x11 xext xscrnsaver OPTIONS_DEFINE= XLOCK OPTIONS_DEFAULT= XLOCK @@ -18,9 +21,6 @@ XLOCK_DESC= Force dependency on x11/xloc XLOCK_RUN_DEPENDS= xlock:${PORTSDIR}/x11/xlockmore -USES= imake -USE_XORG= x11 xext xscrnsaver -MAKE_JOBS_UNSAFE= yes MAN1= xautolock.1 PLIST_FILES= bin/xautolock