diff options
-rw-r--r-- | x11-fm/worker/Makefile | 8 | ||||
-rw-r--r-- | x11-fm/worker/distinfo | 4 |
2 files changed, 3 insertions, 9 deletions
diff --git a/x11-fm/worker/Makefile b/x11-fm/worker/Makefile index 57087fb269f6..4de2118eceaf 100644 --- a/x11-fm/worker/Makefile +++ b/x11-fm/worker/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= worker -PORTVERSION= 3.7.0 +PORTVERSION= 3.7.1 CATEGORIES= x11-fm MASTER_SITES= http://www.boomerangsworld.de/cms/worker/downloads/ @@ -16,12 +16,6 @@ RUN_DEPENDS= bash:${PORTSDIR}/shells/bash USES= compiler:c++11-lib pkgconfig shebangfix tar:bzip2 GNU_CONFIGURE= yes USE_XORG= x11 xinerama -# From version 3.7.0 worker automatically detects proper pthread flags -# which should be passed to compiler, for FreeBSD it properly sets -# PTHREAD_CFLAGS to '-pthread', but leaves PTHREAD_LIBS variable empty, -# making linker scream and fail about unresolved pthread_* functions. -# This hack helps to pass proper flags to the linker. -CONFIGURE_ENV= PTHREAD_LIBS="-pthread" SHEBANG_FILES= ${WRKSRC}/scripts/*.sh \ ${WRKSRC}/scripts/xeditor diff --git a/x11-fm/worker/distinfo b/x11-fm/worker/distinfo index 0708866654fb..86e4f7a4866f 100644 --- a/x11-fm/worker/distinfo +++ b/x11-fm/worker/distinfo @@ -1,2 +1,2 @@ -SHA256 (worker-3.7.0.tar.bz2) = 98038936650c2e6b20cb883f7c7b5804ba713a9f1c08385ceb81acf0e3ae608b -SIZE (worker-3.7.0.tar.bz2) = 1519441 +SHA256 (worker-3.7.1.tar.bz2) = 5b1c97809544e8cba64ca0bbc4445aed51be95c7b9f71f4da142267c6910ef13 +SIZE (worker-3.7.1.tar.bz2) = 1498786 |