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 |