svn commit: r388741 - head/x11-fm/worker
Guido Falsi
madpilot at FreeBSD.org
Sun Jun 7 19:57:49 UTC 2015
Author: madpilot
Date: Sun Jun 7 19:57:48 2015
New Revision: 388741
URL: https://svnweb.freebsd.org/changeset/ports/388741
Log:
Update to 3.7.1
PR: 200681
Submitted by: mp39590 at gmail.com (maintainer)
Modified:
head/x11-fm/worker/Makefile
head/x11-fm/worker/distinfo
Modified: head/x11-fm/worker/Makefile
==============================================================================
--- head/x11-fm/worker/Makefile Sun Jun 7 19:57:30 2015 (r388740)
+++ head/x11-fm/worker/Makefile Sun Jun 7 19:57:48 2015 (r388741)
@@ -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/bas
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
Modified: head/x11-fm/worker/distinfo
==============================================================================
--- head/x11-fm/worker/distinfo Sun Jun 7 19:57:30 2015 (r388740)
+++ head/x11-fm/worker/distinfo Sun Jun 7 19:57:48 2015 (r388741)
@@ -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
More information about the svn-ports-all
mailing list