diff options
author | gblach <gblach@FreeBSD.org> | 2014-11-25 11:07:22 +0800 |
---|---|---|
committer | gblach <gblach@FreeBSD.org> | 2014-11-25 11:07:22 +0800 |
commit | 87b54e3e367990399c42dbb255ce6e12cf180129 (patch) | |
tree | a3ede366da71e5f2c9d8a5565a987a08de3b99d0 /benchmarks | |
parent | 27ee458dbd7d23c67cbb7706bdadfec14bf6018d (diff) | |
download | freebsd-ports-gnome-87b54e3e367990399c42dbb255ce6e12cf180129.tar.gz freebsd-ports-gnome-87b54e3e367990399c42dbb255ce6e12cf180129.tar.zst freebsd-ports-gnome-87b54e3e367990399c42dbb255ce6e12cf180129.zip |
- Merge EFL libraries into devel/efl and update to 1.12.0
- Update x11-toolkits/elementary to 1.12.0
- Update x11-wm/enlightenment to 0.19.1
- Update graphics/evas_generic_loaders-* to 1.12.0
- Update devel/e_dbus to 1.7.10
- Update benchmarks/expedite to 1.7.10
- Move some of x11-wm/e17-module-* to x11-wm/e-module-*
and update to recent snapshots
- Add multimedia/emotion_generic_players-vlc
- Add multimedia/rage
Reviewed by: crees, antoine
Diffstat (limited to 'benchmarks')
-rw-r--r-- | benchmarks/expedite/Makefile | 15 | ||||
-rw-r--r-- | benchmarks/expedite/distinfo | 4 |
2 files changed, 7 insertions, 12 deletions
diff --git a/benchmarks/expedite/Makefile b/benchmarks/expedite/Makefile index 378e057c6c53..6c6c39f75811 100644 --- a/benchmarks/expedite/Makefile +++ b/benchmarks/expedite/Makefile @@ -2,22 +2,20 @@ # $FreeBSD$ PORTNAME= expedite -PORTVERSION= 1.7.9 -PORTREVISION= 1 +PORTVERSION= 1.7.10 CATEGORIES= benchmarks enlightenment -MASTER_SITES= http://download.enlightenment.org/releases/ \ - LOCAL/gblach/e17/ +MASTER_SITES= http://download.enlightenment.org/releases/ MAINTAINER= gblach@FreeBSD.org COMMENT= Expedite is a benchmark suite for Evas LICENSE= BSD2CLAUSE -DIST_SUBDIR= e17 +LIB_DEPENDS= libefl.so:${PORTSDIR}/devel/efl + +DIST_SUBDIR= enlightenment GNU_CONFIGURE= yes USES= tar:bzip2 pkgconfig -USE_EFL= evas -USE_EFL_EVAS_ENGINES= buffer USE_LDCONFIG= yes OPTIONS_DEFINE= OPENGL SDL X11 @@ -29,21 +27,18 @@ X11_DESC= Enable X11 evas engine .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MOPENGL} -USE_EFL_EVAS_ENGINES+= opengl CONFIGURE_ARGS+= --enable-opengl-x11 .else CONFIGURE_ARGS+= --disable-opengl-x11 .endif .if ${PORT_OPTIONS:MSDL} -USE_EFL_EVAS_ENGINES+= sdl CONFIGURE_ARGS+= --enable-software-sdl .else CONFIGURE_ARGS+= --disable-software-sdl .endif .if ${PORT_OPTIONS:MX11} -USE_EFL_EVAS_ENGINES+= x11 CONFIGURE_ARGS+= --enable-software-x11 --enable-xrender-x11 .else CONFIGURE_ARGS+= --disable-software-x11 --disable-xrender-x11 diff --git a/benchmarks/expedite/distinfo b/benchmarks/expedite/distinfo index a4a94a17b49a..c7f50e78472f 100644 --- a/benchmarks/expedite/distinfo +++ b/benchmarks/expedite/distinfo @@ -1,2 +1,2 @@ -SHA256 (e17/expedite-1.7.9.tar.bz2) = 258aaac9ba6eac50c046c6267dad2da79481206b761b225da26094911720b62a -SIZE (e17/expedite-1.7.9.tar.bz2) = 5736114 +SHA256 (enlightenment/expedite-1.7.10.tar.bz2) = 91d0290ba3635a4440c389647643beaa8e39def2789d685d54a58a723398cc10 +SIZE (enlightenment/expedite-1.7.10.tar.bz2) = 5736765 |