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

(-)worker/Makefile (-2 / +7 lines)
Lines 2-9 Link Here
2
# $FreeBSD: head/x11-fm/worker/Makefile 384170 2015-04-17 19:41:12Z marino $
2
# $FreeBSD: head/x11-fm/worker/Makefile 384170 2015-04-17 19:41:12Z marino $
3
3
4
PORTNAME=	worker
4
PORTNAME=	worker
5
PORTVERSION=	3.6.2
5
PORTVERSION=	3.7.0
6
PORTREVISION=	1
7
CATEGORIES=	x11-fm
6
CATEGORIES=	x11-fm
8
MASTER_SITES=	http://www.boomerangsworld.de/cms/worker/downloads/
7
MASTER_SITES=	http://www.boomerangsworld.de/cms/worker/downloads/
9
8
Lines 17-22 Link Here
17
USES=		compiler:c++11-lib pkgconfig shebangfix tar:bzip2
16
USES=		compiler:c++11-lib pkgconfig shebangfix tar:bzip2
18
GNU_CONFIGURE=	yes
17
GNU_CONFIGURE=	yes
19
USE_XORG=	x11 xinerama
18
USE_XORG=	x11 xinerama
19
# From version 3.7.0 worker automatically detects proper pthread flags
20
# which should be passed to compiler, for FreeBSD it properly sets
21
# PTHREAD_CFLAGS to '-pthread', but leaves PTHREAD_LIBS variable empty,
22
# making linker scream and fail about unresolved pthread_* functions.
23
# This hack helps to pass proper flags to the linker.
24
CONFIGURE_ENV=	PTHREAD_LIBS="-pthread"
20
25
21
SHEBANG_FILES=	${WRKSRC}/scripts/*.sh \
26
SHEBANG_FILES=	${WRKSRC}/scripts/*.sh \
22
		${WRKSRC}/scripts/xeditor
27
		${WRKSRC}/scripts/xeditor
(-)worker/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (worker-3.6.2.tar.bz2) = 86abb97534a6c57dcfb023be105636ec25ef4fb1089530153b49c431a7adf2fa
1
SHA256 (worker-3.7.0.tar.bz2) = 98038936650c2e6b20cb883f7c7b5804ba713a9f1c08385ceb81acf0e3ae608b
2
SIZE (worker-3.6.2.tar.bz2) = 1499111
2
SIZE (worker-3.7.0.tar.bz2) = 1519441
(-)worker/pkg-plist (+2 lines)
Lines 98-100 Link Here
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
99
%%DATADIR%%/config-updates/update-3.6.0-utf8.conf
100
%%DATADIR%%/config-updates/update-3.6.0.conf
100
%%DATADIR%%/config-updates/update-3.6.0.conf
101
%%DATADIR%%/config-updates/update-3.7.0-utf8.conf
102
%%DATADIR%%/config-updates/update-3.7.0.conf

Return to bug 200248