From owner-svn-ports-all@FreeBSD.ORG Thu Jun 5 19:57:17 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 33D28758; Thu, 5 Jun 2014 19:57:17 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 14ECD2370; Thu, 5 Jun 2014 19:57:17 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s55JvG0p051840; Thu, 5 Jun 2014 19:57:16 GMT (envelope-from amdmi3@svn.freebsd.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s55JvG0f051837; Thu, 5 Jun 2014 19:57:16 GMT (envelope-from amdmi3@svn.freebsd.org) Message-Id: <201406051957.s55JvG0f051837@svn.freebsd.org> From: Dmitry Marakasov Date: Thu, 5 Jun 2014 19:57:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r356693 - in head/x11/workrave: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 Jun 2014 19:57:17 -0000 Author: amdmi3 Date: Thu Jun 5 19:57:16 2014 New Revision: 356693 URL: http://svnweb.freebsd.org/changeset/ports/356693 QAT: https://qat.redports.org/buildarchive/r356693/ Log: - Fix build on 10.x+ - Fix and sort plist - Use new LIB_DEPENDS syntax - Whitespace nits MFH: 2014Q2 Added: head/x11/workrave/files/patch-backend__include__ICore.hh (contents, props changed) Modified: head/x11/workrave/Makefile head/x11/workrave/pkg-plist Modified: head/x11/workrave/Makefile ============================================================================== --- head/x11/workrave/Makefile Thu Jun 5 19:55:52 2014 (r356692) +++ head/x11/workrave/Makefile Thu Jun 5 19:57:16 2014 (r356693) @@ -16,11 +16,11 @@ OPTIONS_DEFINE= GNOME NETWORK NLS NETWORK_DESC= Build with network support INSTALLS_ICONS= yes -DESKTOP_ENTRIES= "Workrave" "RSI prevention tool" \ - "${DATADIR}/images/workrave-icon-small.png" \ - "workrave" \ - "Utility;" \ - false +DESKTOP_ENTRIES="Workrave" "RSI prevention tool" \ + "${DATADIR}/images/workrave-icon-small.png" \ + "workrave" \ + "Utility;" \ + false USE_XORG= x11 xmu recordproto xtst xext USES= pathfix pkgconfig gmake @@ -32,20 +32,20 @@ LDFLAGS+= -L${LOCALBASE}/lib CONFIGURE_ARGS= --enable-gconf --disable-pulse .include -LIB_DEPENDS+= gdome.8:${PORTSDIR}/textproc/gdome2 +LIB_DEPENDS+= libgdome.so:${PORTSDIR}/textproc/gdome2 .if ${PORT_OPTIONS:MGNOME} -LIB_DEPENDS+= gnomeuimm-2.6.1:${PORTSDIR}/x11-toolkits/libgnomeuimm26 +LIB_DEPENDS+= libgnomeuimm-2.6.so:${PORTSDIR}/x11-toolkits/libgnomeuimm26 USE_GNOME+= gnomepanel PLIST_SUB+= GNOME="" .else -LIB_DEPENDS+= gtkmm-2.4.1:${PORTSDIR}/x11-toolkits/gtkmm24 +LIB_DEPENDS+= libgtkmm-2.4.so:${PORTSDIR}/x11-toolkits/gtkmm24 CONFIGURE_ARGS+=--disable-gnome PLIST_SUB+= GNOME="@comment " .endif .if ${PORT_OPTIONS:MNETWORK} -LIB_DEPENDS+= gnet-2.0.0:${PORTSDIR}/net/gnet2 +LIB_DEPENDS+= libgnet-2.0.so:${PORTSDIR}/net/gnet2 .else CONFIGURE_ARGS+=--disable-distribution .endif Added: head/x11/workrave/files/patch-backend__include__ICore.hh ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11/workrave/files/patch-backend__include__ICore.hh Thu Jun 5 19:57:16 2014 (r356693) @@ -0,0 +1,10 @@ +--- backend/include/ICore.hh.orig 2010-12-05 21:01:31.000000000 +0300 ++++ backend/include/ICore.hh 2014-05-17 03:18:53.674936521 +0400 +@@ -21,6 +21,7 @@ + #define ICORE_HH + + #include ++#include + + namespace workrave { + Modified: head/x11/workrave/pkg-plist ============================================================================== --- head/x11/workrave/pkg-plist Thu Jun 5 19:55:52 2014 (r356692) +++ head/x11/workrave/pkg-plist Thu Jun 5 19:57:16 2014 (r356693) @@ -1,25 +1,15 @@ bin/workrave -%%GNOME%%libdata/bonobo/servers/Workrave-Applet.server -%%GNOME%%libdata/bonobo/servers/Workrave-Control.server +%%GNOME%%etc/sound/events/workrave.soundlist %%GNOME%%libexec/workrave-applet -%%GNOME%%share/gnome-2.0/ui/GNOME_WorkraveApplet.xml share/dbus-1/services/org.workrave.Workrave.service +%%GNOME%%share/dbus-1/services/org.workrave.WorkraveAppletFactory.service +%%GNOME%%share/gnome-panel/applets/org.workrave.WorkraveApplet.panel-applet +%%GNOME%%share/gnome-panel/ui/workrave-applet-menu.xml +share/icons/hicolor/48x48/apps/workrave-icon-huge.png +share/icons/hicolor/scalable/apps/workrave-sheep.svg share/locale/ga/LC_MESSAGES/workrave.mo share/locale/ko/LC_MESSAGES/workrave.mo share/locale/te/LC_MESSAGES/workrave.mo -share/icons/hicolor/48x48/apps/workrave-icon-huge.png -share/icons/hicolor/scalable/apps/workrave-sheep.svg -share/sounds/workrave/subtle/break-ignored.wav -share/sounds/workrave/subtle/break-prelude.wav -share/sounds/workrave/subtle/daily-limit.wav -share/sounds/workrave/subtle/exercise-ended.wav -share/sounds/workrave/subtle/exercise-step.wav -share/sounds/workrave/subtle/exercises-ended.wav -share/sounds/workrave/subtle/micro-break-ended.wav -share/sounds/workrave/subtle/micro-break-started.wav -share/sounds/workrave/subtle/rest-break-ended.wav -share/sounds/workrave/subtle/rest-break-started.wav -share/sounds/workrave/subtle/soundtheme share/sounds/workrave/default/break-ignored.wav share/sounds/workrave/default/break-prelude.wav share/sounds/workrave/default/daily-limit.wav @@ -31,6 +21,17 @@ share/sounds/workrave/default/micro-brea share/sounds/workrave/default/rest-break-ended.wav share/sounds/workrave/default/rest-break-started.wav share/sounds/workrave/default/soundtheme +share/sounds/workrave/subtle/break-ignored.wav +share/sounds/workrave/subtle/break-prelude.wav +share/sounds/workrave/subtle/daily-limit.wav +share/sounds/workrave/subtle/exercise-ended.wav +share/sounds/workrave/subtle/exercise-step.wav +share/sounds/workrave/subtle/exercises-ended.wav +share/sounds/workrave/subtle/micro-break-ended.wav +share/sounds/workrave/subtle/micro-break-started.wav +share/sounds/workrave/subtle/rest-break-ended.wav +share/sounds/workrave/subtle/rest-break-started.wav +share/sounds/workrave/subtle/soundtheme share/workrave/images/workrave.xpm %%DATADIR%%/exercises/backward-shoulder-stretch.png %%DATADIR%%/exercises/chair-pushup-1.png