svn commit: r380054 - in head/x11-wm/enlightenment: . files
Grzegorz Blach
gblach at FreeBSD.org
Thu Feb 26 21:12:42 UTC 2015
Author: gblach
Date: Thu Feb 26 21:12:40 2015
New Revision: 380054
URL: https://svnweb.freebsd.org/changeset/ports/380054
QAT: https://qat.redports.org/buildarchive/r380054/
Log:
- Update to 0.19.4
- Add NLS option
Deleted:
head/x11-wm/enlightenment/files/patch-src-modules-cpufreq-freqset.c
Modified:
head/x11-wm/enlightenment/Makefile
head/x11-wm/enlightenment/distinfo
head/x11-wm/enlightenment/pkg-plist
Modified: head/x11-wm/enlightenment/Makefile
==============================================================================
--- head/x11-wm/enlightenment/Makefile Thu Feb 26 20:28:25 2015 (r380053)
+++ head/x11-wm/enlightenment/Makefile Thu Feb 26 21:12:40 2015 (r380054)
@@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= enlightenment
-PORTVERSION= 0.19.3
-PORTREVISION= 1
+PORTVERSION= 0.19.4
PORTEPOCH= 2
CATEGORIES= x11-wm enlightenment
MASTER_SITES= http://download.enlightenment.org/rel/apps/${PORTNAME}/
@@ -29,33 +28,29 @@ INSTALL_TARGET= install-strip
SUB_FILES= pkg-message
CONFIGURE_ARGS= --with-profile=MEDIUM_PC \
- --disable-connman --disable-bluez4 --disable-temperature \
+ --disable-connman --disable-bluez4 \
--disable-device-udev --disable-mount-udisks
+CPPFLAGS+= -I${LOCALBASE}/include/e_dbus-1
+
.include "Makefile.plist"
-DOCS_BUILD_DEPENDS= doxygen:${PORTSDIR}/devel/doxygen
-DOCS_CONFIGURE_ENABLE= doc
+OPTIONS_DEFINE= NLS
+OPTIONS_SUB= yes
NLS_USES= gettext
NLS_CONFIGURE_ENABLE= nls
-.include <bsd.port.options.mk>
-
-.if ${PORT_OPTIONS:MNLS}
-PLIST_SUB+= NLS=""
-.else
-PLIST_SUB+= NLS="@comment "
-.endif
-
post-patch:
@${REINPLACE_CMD} -e \
's/\(setuid_root_mode = a=rx,u+x\)s/\1/g' \
${WRKSRC}/src/bin/Makefile.mk \
${WRKSRC}/src/modules/Makefile_cpufreq.mk
+.include <bsd.port.pre.mk>
+
.if ${ARCH} == "sparc64"
BROKEN= Does not install on sparc64: signal 10
.endif
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>
Modified: head/x11-wm/enlightenment/distinfo
==============================================================================
--- head/x11-wm/enlightenment/distinfo Thu Feb 26 20:28:25 2015 (r380053)
+++ head/x11-wm/enlightenment/distinfo Thu Feb 26 21:12:40 2015 (r380054)
@@ -1,2 +1,2 @@
-SHA256 (enlightenment/enlightenment-0.19.3.tar.xz) = 5635c83a1bd6b7b3d8196c4edfab71d7755d2625c783ed8edaefbba78621dbd7
-SIZE (enlightenment/enlightenment-0.19.3.tar.xz) = 24596912
+SHA256 (enlightenment/enlightenment-0.19.4.tar.xz) = e777febb2fa751ec3320fdc3e2ecb0a9b70ec75f2d188fb02edd31004e536b64
+SIZE (enlightenment/enlightenment-0.19.4.tar.xz) = 24597128
Modified: head/x11-wm/enlightenment/pkg-plist
==============================================================================
--- head/x11-wm/enlightenment/pkg-plist Thu Feb 26 20:28:25 2015 (r380053)
+++ head/x11-wm/enlightenment/pkg-plist Thu Feb 26 21:12:40 2015 (r380054)
@@ -294,6 +294,10 @@ lib/enlightenment/modules/tasks/module.d
lib/enlightenment/modules/teamwork/e-module-teamwork.edj
lib/enlightenment/modules/teamwork/%%ENLIGHTENMENT_ARCH%%/module.so
lib/enlightenment/modules/teamwork/module.desktop
+lib/enlightenment/modules/temperature/e-module-temperature.edj
+lib/enlightenment/modules/temperature/%%ENLIGHTENMENT_ARCH%%/module.so
+lib/enlightenment/modules/temperature/%%ENLIGHTENMENT_ARCH%%/tempget
+lib/enlightenment/modules/temperature/module.desktop
lib/enlightenment/modules/tiling/e-module-tiling.edj
lib/enlightenment/modules/tiling/%%ENLIGHTENMENT_ARCH%%/module.so
lib/enlightenment/modules/tiling/module.desktop
More information about the svn-ports-head
mailing list