svn commit: r386868 - head/x11-fm/worker

Dmitry Marakasov amdmi3 at FreeBSD.org
Wed May 20 17:10:05 UTC 2015


Author: amdmi3
Date: Wed May 20 17:10:03 2015
New Revision: 386868
URL: https://svnweb.freebsd.org/changeset/ports/386868

Log:
  - Update to 3.7.0
  
  PR:		200248
  Submitted by:	mp39590 at gmail.com (maintainer)

Modified:
  head/x11-fm/worker/Makefile
  head/x11-fm/worker/distinfo
  head/x11-fm/worker/pkg-plist

Modified: head/x11-fm/worker/Makefile
==============================================================================
--- head/x11-fm/worker/Makefile	Wed May 20 16:52:55 2015	(r386867)
+++ head/x11-fm/worker/Makefile	Wed May 20 17:10:03 2015	(r386868)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	worker
-PORTVERSION=	3.6.2
-PORTREVISION=	1
+PORTVERSION=	3.7.0
 CATEGORIES=	x11-fm
 MASTER_SITES=	http://www.boomerangsworld.de/cms/worker/downloads/
 
@@ -17,6 +16,12 @@ 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	Wed May 20 16:52:55 2015	(r386867)
+++ head/x11-fm/worker/distinfo	Wed May 20 17:10:03 2015	(r386868)
@@ -1,2 +1,2 @@
-SHA256 (worker-3.6.2.tar.bz2) = 86abb97534a6c57dcfb023be105636ec25ef4fb1089530153b49c431a7adf2fa
-SIZE (worker-3.6.2.tar.bz2) = 1499111
+SHA256 (worker-3.7.0.tar.bz2) = 98038936650c2e6b20cb883f7c7b5804ba713a9f1c08385ceb81acf0e3ae608b
+SIZE (worker-3.7.0.tar.bz2) = 1519441

Modified: head/x11-fm/worker/pkg-plist
==============================================================================
--- head/x11-fm/worker/pkg-plist	Wed May 20 16:52:55 2015	(r386867)
+++ head/x11-fm/worker/pkg-plist	Wed May 20 17:10:03 2015	(r386868)
@@ -98,3 +98,5 @@ share/applications/worker.desktop
 %%DATADIR%%/config-updates/update-3.4.0.conf
 %%DATADIR%%/config-updates/update-3.6.0-utf8.conf
 %%DATADIR%%/config-updates/update-3.6.0.conf
+%%DATADIR%%/config-updates/update-3.7.0-utf8.conf
+%%DATADIR%%/config-updates/update-3.7.0.conf


More information about the svn-ports-all mailing list