Date: Mon, 10 Sep 2018 14:14:43 +0000 (UTC) From: Pietro Cerutti <gahr@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r479423 - head/x11-wm/e16 Message-ID: <201809101414.w8AEEh8Z004981@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: gahr Date: Mon Sep 10 14:14:43 2018 New Revision: 479423 URL: https://svnweb.freebsd.org/changeset/ports/479423 Log: x11-wm/e16 - update to 1.0.19 Add option to build with PANGO support for text rendering. Fix NLS with non-default prefix. Changelog: https://git.enlightenment.org/e16/e16.git/commit/ChangeLog?h=v1.0.19 Modified: head/x11-wm/e16/Makefile head/x11-wm/e16/distinfo head/x11-wm/e16/pkg-plist Modified: head/x11-wm/e16/Makefile ============================================================================== --- head/x11-wm/e16/Makefile Mon Sep 10 14:10:13 2018 (r479422) +++ head/x11-wm/e16/Makefile Mon Sep 10 14:14:43 2018 (r479423) @@ -2,8 +2,8 @@ # $FreeBSD$ PORTNAME= e16 -PORTVERSION= 1.0.18 -PORTREVISION= 1 +PORTVERSION= 1.0.19 +PORTREVISION= 0 CATEGORIES= x11-wm enlightenment MASTER_SITES= SF/enlightenment/${PORTNAME}/${PORTVERSION}/ @@ -15,27 +15,29 @@ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libImlib2.so:graphics/imlib2 -OPTIONS_DEFINE= DOCS NLS SOUND +OPTIONS_DEFINE= DOCS NLS PANGO SOUND OPTIONS_SUB= yes -SOUND_DESC= Sound support via pulseaudio/libsndfile SOUND_LIB_DEPENDS= libpulse.so:audio/pulseaudio \ libsndfile.so:audio/libsndfile -SOUND_CONFIGURE_ON= --enable-sound \ - --enable-sound-pulse \ +SOUND_CONFIGURE_ON= --enable-sound=pulseaudio \ --with-sndldr=sndfile SOUND_CONFIGURE_OFF= --disable-sound \ --with-sndldr=none NLS_USES= gettext NLS_CONFIGURE_OFF= --disable-nls +PANGO_USE= GNOME=pango +PANGO_CONFIGURE_ENABLE= pango DOCS_CONFIGURE_ON= --enable-docs=yes DOCS_CONFIGURE_OFF= --enable-docs=no +USES= gmake iconv libtool gnome perl5 pkgconfig shebangfix + USE_XORG= ice sm xorgproto 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 +CFLAGS+= -Wno-unused-parameter -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-dependency-tracking \ --disable-rpath --enable-mans SHELL=/bin/sh Modified: head/x11-wm/e16/distinfo ============================================================================== --- head/x11-wm/e16/distinfo Mon Sep 10 14:10:13 2018 (r479422) +++ head/x11-wm/e16/distinfo Mon Sep 10 14:14:43 2018 (r479423) @@ -1,3 +1,3 @@ -TIMESTAMP = 1492428510 -SHA256 (e16-1.0.18.tar.gz) = 88888e738f1ada3be5a1a28d2291068e70b5f57490c2f8a1f285afb712bc85c2 -SIZE (e16-1.0.18.tar.gz) = 2441111 +TIMESTAMP = 1534231652 +SHA256 (e16-1.0.19.tar.gz) = fa754668b86cbe69bc12061f788f72e3669e6fc98579e380bbd057c52ab0bea4 +SIZE (e16-1.0.19.tar.gz) = 2459808 Modified: head/x11-wm/e16/pkg-plist ============================================================================== --- head/x11-wm/e16/pkg-plist Mon Sep 10 14:10:13 2018 (r479422) +++ head/x11-wm/e16/pkg-plist Mon Sep 10 14:14:43 2018 (r479423) @@ -3,6 +3,7 @@ bin/edox bin/eesh bin/epp bin/starte16 +lib/e16/libhack.so share/applications/e16.desktop share/gnome-session/sessions/e16-gnome.session share/xsessions/e16-session.desktop
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201809101414.w8AEEh8Z004981>