|
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 |