Index: branches/2016Q2/deskutils/easystroke/Makefile =================================================================== --- branches/2016Q2/deskutils/easystroke/Makefile (revision 414881) +++ branches/2016Q2/deskutils/easystroke/Makefile (revision 414882) @@ -1,54 +1,54 @@ # Created by: Tobias Kortkamp # $FreeBSD$ PORTNAME= easystroke PORTVERSION= 0.6.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= deskutils MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION} MAINTAINER= t@tobik.me COMMENT= Easystroke is a gesture-recognition application for X11 LICENSE= ISCL BUILD_DEPENDS= help2man:misc/help2man \ ${LOCALBASE}/include/xorg/xserver-properties.h:x11-servers/xorg-server LIB_DEPENDS= libgtkmm-3.0.so:x11-toolkits/gtkmm30 \ libdbus-glib-1.so:devel/dbus-glib \ libboost_serialization.so:devel/boost-libs USE_XORG= x11 xtst USES= gettext gmake pkgconfig INSTALLS_ICONS= yes OPTIONS_DEFINE= NLS .include .if ${PORT_OPTIONS:MNLS} BUILD_DEPENDS+= intltool-merge:textproc/intltool PLIST_SUB+= NLS="" ALL_TARGET= easystroke.desktop all man .else # This builds easystroke without translations ALL_TARGET= man PLIST_SUB+= NLS="@comment " # Create a .desktop file without translations. # It's usually created by intltool-merge during the build. pre-build: @${CP} ${WRKSRC}/${PORTNAME}.desktop.in ${WRKSRC}/${PORTNAME}.desktop .endif do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/${PORTNAME} ${INSTALL_DATA} ${WRKSRC}/${PORTNAME}.desktop ${STAGEDIR}${PREFIX}/share/applications/ ${INSTALL_DATA} ${WRKSRC}/${PORTNAME}.svg ${STAGEDIR}${PREFIX}/share/pixmaps/ ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 .if ${PORT_OPTIONS:MNLS} (cd ${WRKSRC}/po/ && \ ${COPYTREE_SHARE} . ${STAGEDIR}${PREFIX}/share/locale/ "-name *.mo") .endif .include Index: branches/2016Q2/deskutils/easystroke/files/patch-handler.cc =================================================================== --- branches/2016Q2/deskutils/easystroke/files/patch-handler.cc (nonexistent) +++ branches/2016Q2/deskutils/easystroke/files/patch-handler.cc (revision 414882) @@ -0,0 +1,11 @@ +--- handler.cc.orig 2013-03-27 15:52:38 UTC ++++ handler.cc +@@ -533,8 +533,6 @@ public: + virtual Grabber::State grab_mode() { return parent->grab_mode(); } + }; + +-static inline float abs(float x) { return x > 0 ? x : -x; } +- + class AbstractScrollHandler : public Handler { + bool have_x, have_y; + float last_x, last_y; Property changes on: branches/2016Q2/deskutils/easystroke/files/patch-handler.cc ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: branches/2016Q2 =================================================================== --- branches/2016Q2 (revision 414881) +++ branches/2016Q2 (revision 414882) Property changes on: branches/2016Q2 ___________________________________________________________________ Modified: svn:mergeinfo ## -0,0 +0,1 ## Merged /head:r414807