View | Details | Raw Unified | Return to bug 196958
Collapse All | Expand All

(-)Makefile (-9 / +13 lines)
Lines 2-8 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	worker
4
PORTNAME=	worker
5
PORTVERSION=	3.5.2
5
PORTVERSION=	3.6.0
6
CATEGORIES=	x11-fm
6
CATEGORIES=	x11-fm
7
MASTER_SITES=	http://www.boomerangsworld.de/cms/worker/downloads/
7
MASTER_SITES=	http://www.boomerangsworld.de/cms/worker/downloads/
8
EXTRACT_ONLY=	${DISTNAME}${EXTRACT_SUFX}
8
EXTRACT_ONLY=	${DISTNAME}${EXTRACT_SUFX}
Lines 16-36 Link Here
16
16
17
GNU_CONFIGURE=	yes
17
GNU_CONFIGURE=	yes
18
USE_XORG=	x11
18
USE_XORG=	x11
19
USE_GCC=	yes
20
19
21
USES=	shebangfix tar:bzip2
20
USES=	shebangfix tar:bzip2
22
SHEBANG_FILES=	${WRKSRC}/scripts/*.sh \
21
SHEBANG_FILES=	${WRKSRC}/scripts/*.sh \
23
		${WRKSRC}/scripts/xeditor
22
		${WRKSRC}/scripts/xeditor
24
23
25
CFLAGS+=	${PTHREAD_CFLAGS}
24
OPTIONS_DEFINE=	XFT AVFS
26
25
27
OPTIONS_DEFINE=	XFT
26
AVFS_DESC=	Use AVFS library to access an archives
28
27
AVFS_LIB_DEPENDS=	libavfs.so:${PORTSDIR}/sysutils/avfs
29
XFT_CONFIGURE_ENABLE=	xft
28
XFT_CONFIGURE_ENABLE=	xft
30
XFT_USE=	XORG=xft
29
XFT_USE=	XORG=xft
31
30
32
pre-configure:
31
.include <bsd.port.pre.mk>
33
	@${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g' \
34
		${WRKSRC}/configure
35
32
36
.include <bsd.port.mk>
33
.if ${OSVERSION} < 1000024
34
USE_GCC=	4.6+
35
.else
36
CONFIGURE_ARGS+=	--disable-cxx-check
37
CXXFLAGS+=	-std=c++11
38
.endif
39
40
.include <bsd.port.post.mk>
(-)distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (worker-3.5.2.tar.bz2) = 9619edd29359d9e107aeb666208e379852cd462857fcfbf6f4507a8923226af6
1
SHA256 (worker-3.6.0.tar.bz2) = 3b8f5451523fe73cd81317689ee61e3f8ed43a8f2087c945970cfb369110f735
2
SIZE (worker-3.5.2.tar.bz2) = 1488217
2
SIZE (worker-3.6.0.tar.bz2) = 1495468
(-)files/patch-src__dmcacheentrynwc.hh (+10 lines)
Line 0 Link Here
1
--- src/dmcacheentrynwc.hh.orig	2015-01-08 18:44:53.000000000 +0300
2
+++ src/dmcacheentrynwc.hh	2015-01-20 14:58:29.000000000 +0300
3
@@ -25,6 +25,7 @@
4
 #include "wdefines.h"
5
 #include "nwc_dir.hh"
6
 #include <aguix/refcount.hh>
7
+#include <functional>
8
 
9
 class DirBookmarksSettings;
10
 class DirFilterSettings;
(-)files/patch-src__pathjumpui.hh (+11 lines)
Line 0 Link Here
1
--- src/pathjumpui.hh.orig	2015-01-08 18:44:53.000000000 +0300
2
+++ src/pathjumpui.hh	2015-01-20 00:01:56.000000000 +0300
3
@@ -101,7 +101,7 @@
4
                                                     m_always_ignore( false )
5
         {}
6
 
7
-        bool operator<( const pathjump_entry &rhs )
8
+        bool operator<( const pathjump_entry &rhs ) const
9
         {
10
             if ( m_blockcount < rhs.m_blockcount ) return true;
11
             else if ( m_blockcount == rhs.m_blockcount ) {
(-)pkg-plist (+2 lines)
Lines 96-98 Link Here
96
%%DATADIR%%/config-updates/update-3.3.3.conf
96
%%DATADIR%%/config-updates/update-3.3.3.conf
97
%%DATADIR%%/config-updates/update-3.4.0-utf8.conf
97
%%DATADIR%%/config-updates/update-3.4.0-utf8.conf
98
%%DATADIR%%/config-updates/update-3.4.0.conf
98
%%DATADIR%%/config-updates/update-3.4.0.conf
99
%%DATADIR%%/config-updates/update-3.6.0-utf8.conf
100
%%DATADIR%%/config-updates/update-3.6.0.conf

Return to bug 196958