FreeBSD Bugzilla – Attachment 156838 Details for
Bug 200248
[maintainer-update] x11-fm/worker update 3.6.2 to 3.7.0
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch
worker.patch (text/plain), 1.83 KB, created by
mp39590
on 2015-05-16 19:58:20 UTC
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
mp39590
Created:
2015-05-16 19:58:20 UTC
Size:
1.83 KB
patch
obsolete
>diff -ruN worker.orig/Makefile worker/Makefile >--- worker.orig/Makefile 2015-05-13 02:02:42.540167000 +0300 >+++ worker/Makefile 2015-05-16 22:53:54.949957000 +0300 >@@ -2,8 +2,7 @@ > # $FreeBSD: head/x11-fm/worker/Makefile 384170 2015-04-17 19:41:12Z marino $ > > 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 @@ > 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 -ruN worker.orig/distinfo worker/distinfo >--- worker.orig/distinfo 2015-05-13 02:02:42.541194000 +0300 >+++ worker/distinfo 2015-05-13 02:03:17.824683000 +0300 >@@ -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 >diff -ruN worker.orig/pkg-plist worker/pkg-plist >--- worker.orig/pkg-plist 2015-05-13 02:02:42.543150000 +0300 >+++ worker/pkg-plist 2015-05-16 16:30:20.719917000 +0300 >@@ -98,3 +98,5 @@ > %%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
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 200248
: 156838