From owner-svn-ports-head@freebsd.org Mon Apr 17 11:40:35 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C7D87D41DA5; Mon, 17 Apr 2017 11:40:35 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 7B1AA143B; Mon, 17 Apr 2017 11:40:35 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v3HBeYBZ071060; Mon, 17 Apr 2017 11:40:34 GMT (envelope-from gahr@FreeBSD.org) Received: (from gahr@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v3HBeYYY071058; Mon, 17 Apr 2017 11:40:34 GMT (envelope-from gahr@FreeBSD.org) Message-Id: <201704171140.v3HBeYYY071058@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gahr set sender to gahr@FreeBSD.org using -f From: Pietro Cerutti Date: Mon, 17 Apr 2017 11:40:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r438688 - head/x11-wm/e16 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.23 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: Mon, 17 Apr 2017 11:40:35 -0000 Author: gahr Date: Mon Apr 17 11:40:34 2017 New Revision: 438688 URL: https://svnweb.freebsd.org/changeset/ports/438688 Log: x11-wm/e16: update to 1.0.18 - Use AC_USE_SYSTEM_EXTENSIONS. - Build .xz tarball too. - Use RandR data to populate screens structure. - Remove unused Mode.display.xinerama_active. - Refactor some screen stuff. - Refactorization in WarpFocus(). - Window list: Show windows on same head as pointer first. - Drop incomplete HAVE_STDARG_H stuff. - Fix warning with recent pango. - Warning fixes for gcc 7. Modified: head/x11-wm/e16/Makefile head/x11-wm/e16/distinfo Modified: head/x11-wm/e16/Makefile ============================================================================== --- head/x11-wm/e16/Makefile Mon Apr 17 11:35:39 2017 (r438687) +++ head/x11-wm/e16/Makefile Mon Apr 17 11:40:34 2017 (r438688) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= e16 -PORTVERSION= 1.0.17 +PORTVERSION= 1.0.18 CATEGORIES= x11-wm enlightenment MASTER_SITES= SF/enlightenment/${PORTNAME}/${PORTVERSION}/ @@ -29,8 +29,9 @@ NLS_CONFIGURE_OFF= --disable-nls DOCS_CONFIGURE_ON= --enable-docs=yes DOCS_CONFIGURE_OFF= --enable-docs=no -USE_XORG= compositeproto damageproto xextproto x11 xbitmaps xcomposite xdamage \ - xext xfixes xft xinerama xrandr xrender xxf86vm +USE_XORG= compositeproto damageproto ice sm xextproto x11 xbitmaps \ + xcomposite xdamage xext xfixes xft xinerama xrandr xrender \ + xxf86vm USES= gettext gmake iconv libtool perl5 pkgconfig shebangfix SHEBANG_FILES= scripts/e_gen_menu CFLAGS+= -Wno-unused-parameter Modified: head/x11-wm/e16/distinfo ============================================================================== --- head/x11-wm/e16/distinfo Mon Apr 17 11:35:39 2017 (r438687) +++ head/x11-wm/e16/distinfo Mon Apr 17 11:40:34 2017 (r438688) @@ -1,2 +1,3 @@ -SHA256 (e16-1.0.17.tar.gz) = 41ed67b648acc9b570cc681cf69d0accf38b69fd5d0af6b8ea8a6eacbf87659d -SIZE (e16-1.0.17.tar.gz) = 2417299 +TIMESTAMP = 1492428510 +SHA256 (e16-1.0.18.tar.gz) = 88888e738f1ada3be5a1a28d2291068e70b5f57490c2f8a1f285afb712bc85c2 +SIZE (e16-1.0.18.tar.gz) = 2441111