From owner-svn-ports-all@FreeBSD.ORG Sat May 30 15:48:50 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E4C1086E; Sat, 30 May 2015 15:48:50 +0000 (UTC) (envelope-from novel@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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B7A591FF2; Sat, 30 May 2015 15:48:50 +0000 (UTC) (envelope-from novel@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t4UFmoqs064204; Sat, 30 May 2015 15:48:50 GMT (envelope-from novel@FreeBSD.org) Received: (from novel@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t4UFmoYm064198; Sat, 30 May 2015 15:48:50 GMT (envelope-from novel@FreeBSD.org) Message-Id: <201505301548.t4UFmoYm064198@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: novel set sender to novel@FreeBSD.org using -f From: Roman Bogorodskiy Date: Sat, 30 May 2015 15:48:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r387971 - in head/x11/xidle: . files 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: Sat, 30 May 2015 15:48:51 -0000 Author: novel Date: Sat May 30 15:48:49 2015 New Revision: 387971 URL: https://svnweb.freebsd.org/changeset/ports/387971 Log: Update to 26052015. This is a new snapshot I extracted from the OpenBSD CVS repo. Added: head/x11/xidle/files/ head/x11/xidle/files/patch-Makefile (contents, props changed) Modified: head/x11/xidle/Makefile head/x11/xidle/distinfo Modified: head/x11/xidle/Makefile ============================================================================== --- head/x11/xidle/Makefile Sat May 30 14:42:15 2015 (r387970) +++ head/x11/xidle/Makefile Sat May 30 15:48:49 2015 (r387971) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= xidle -PORTVERSION= 24102005 -PORTREVISION= 2 +PORTVERSION= 26052015 CATEGORIES= x11 MASTER_SITES= LOCAL/novel @@ -12,10 +11,10 @@ COMMENT= Run a program on X inactivity USES= tar:bzip2 CFLAGS+= -I${LOCALBASE}/include -D__dead=static -MAKE_ARGS+= X11LIBDIR="${LOCALBASE}/lib" \ +MAKE_ARGS+= X11BASE="${LOCALBASE}" \ CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" -USE_XORG= x11 xscrnsaver +USE_XORG= x11 xscrnsaver xcb xau xdmcp xext PLIST_FILES= bin/xidle man/man1/xidle.1.gz do-install: Modified: head/x11/xidle/distinfo ============================================================================== --- head/x11/xidle/distinfo Sat May 30 14:42:15 2015 (r387970) +++ head/x11/xidle/distinfo Sat May 30 15:48:49 2015 (r387971) @@ -1,2 +1,2 @@ -SHA256 (xidle-24102005.tar.bz2) = c5b003bc552fd51595a522e09da15335f2d7cb21882d62cbea7d5f0df73d08f9 -SIZE (xidle-24102005.tar.bz2) = 4886 +SHA256 (xidle-26052015.tar.bz2) = a7ba1b887c0f4d9d080dc7f49569bf48e3df1d9f2c08b11cffd159c5a15b174c +SIZE (xidle-26052015.tar.bz2) = 5897 Added: head/x11/xidle/files/patch-Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11/xidle/files/patch-Makefile Sat May 30 15:48:49 2015 (r387971) @@ -0,0 +1,16 @@ +--- Makefile.orig 2015-05-26 16:46:37 UTC ++++ Makefile +@@ -1,5 +1,4 @@ + # $OpenBSD: Makefile,v 1.7 2011/06/23 22:48:59 naddy Exp $ +-.include + + PROG= xidle + +@@ -9,7 +8,4 @@ LDADD+= -L${X11BASE}/lib -lXss -lXext -l + + MANDIR= ${X11BASE}/man/man + +-obj: _xenocara_obj +- + .include +-.include