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

(-)worker/Makefile (-7 / +1 lines)
Lines 2-8 Link Here
2
# $FreeBSD: head/x11-fm/worker/Makefile 386868 2015-05-20 17:10:03Z amdmi3 $
2
# $FreeBSD: head/x11-fm/worker/Makefile 386868 2015-05-20 17:10:03Z amdmi3 $
3
3
4
PORTNAME=	worker
4
PORTNAME=	worker
5
PORTVERSION=	3.7.0
5
PORTVERSION=	3.7.1
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
8
Lines 16-27 Link Here
16
USES=		compiler:c++11-lib pkgconfig shebangfix tar:bzip2
16
USES=		compiler:c++11-lib pkgconfig shebangfix tar:bzip2
17
GNU_CONFIGURE=	yes
17
GNU_CONFIGURE=	yes
18
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"
25
19
26
SHEBANG_FILES=	${WRKSRC}/scripts/*.sh \
20
SHEBANG_FILES=	${WRKSRC}/scripts/*.sh \
27
		${WRKSRC}/scripts/xeditor
21
		${WRKSRC}/scripts/xeditor
(-)worker/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (worker-3.7.0.tar.bz2) = 98038936650c2e6b20cb883f7c7b5804ba713a9f1c08385ceb81acf0e3ae608b
1
SHA256 (worker-3.7.1.tar.bz2) = 5b1c97809544e8cba64ca0bbc4445aed51be95c7b9f71f4da142267c6910ef13
2
SIZE (worker-3.7.0.tar.bz2) = 1519441
2
SIZE (worker-3.7.1.tar.bz2) = 1498786

Return to bug 200681