svn commit: r438688 - head/x11-wm/e16
Pietro Cerutti
gahr at FreeBSD.org
Mon Apr 17 11:40:35 UTC 2017
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
More information about the svn-ports-all
mailing list