FreeBSD Bugzilla – Attachment 167318 Details for
Bug 207436
multimedia/emby-server: Fix problem with timezone being set to UTC
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch to fix multimedia/emby-server timezone issue and remove pkg-install
emby.diff (text/plain), 1.78 KB, created by
Ben Woods
on 2016-02-23 09:24:20 UTC
(
hide
)
Description:
Patch to fix multimedia/emby-server timezone issue and remove pkg-install
Filename:
MIME Type:
Creator:
Ben Woods
Created:
2016-02-23 09:24:20 UTC
Size:
1.78 KB
patch
obsolete
>Index: multimedia/emby-server/Makefile >=================================================================== >--- multimedia/emby-server/Makefile (revision 409375) >+++ multimedia/emby-server/Makefile (working copy) >@@ -3,6 +3,7 @@ > > PORTNAME= emby-server > PORTVERSION= 3.0.5821 >+PORTREVISION= 1 > CATEGORIES= multimedia > > MAINTAINER= woodsb02@gmail.com >Index: multimedia/emby-server/files/emby-server.in >=================================================================== >--- multimedia/emby-server/files/emby-server.in (revision 409375) >+++ multimedia/emby-server/files/emby-server.in (working copy) >@@ -50,13 +50,6 @@ > start_precmd=%%RC_NAME%%_precmd > %%RC_NAME%%_precmd() > { >- : ${LC_ALL:="C"} >- : ${LANG:="C"} >- : ${TZ:="UTC"} >- export LC_ALL >- export LANG >- export TZ >- > if [ ! -e "${pidfile}" ]; then > install -g ${%%RC_NAME%%_group} -o ${%%RC_NAME%%_user} -- /dev/null "${pidfile}"; > fi >Index: multimedia/emby-server/pkg-install >=================================================================== >--- multimedia/emby-server/pkg-install (revision 409375) >+++ multimedia/emby-server/pkg-install (nonexistent) >@@ -1,15 +0,0 @@ >-#!/bin/sh >- >-if [ $# -ne 2 ]; then >- echo "usage: $0 distname { PRE-INSTALL | POST-INSTALL }" >&2 >- exit 1 >-fi >- >-case $2 in >- POST-INSTALL) >- echo "Downloading Mozilla's root certificates and importing into the Mono Trust store..." >- ${PKG_PREFIX}/bin/mozroots --import --sync >- ;; >-esac >- >-exit 0 > >Property changes on: multimedia/emby-server/pkg-install >___________________________________________________________________ >Deleted: fbsd:nokeywords >## -1 +0,0 ## >-yes >\ No newline at end of property >Deleted: svn:eol-style >## -1 +0,0 ## >-native >\ No newline at end of property >Deleted: svn:mime-type >## -1 +0,0 ## >-text/plain >\ No newline at end of property
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
Flags:
woodsb02
:
maintainer-approval+
Actions:
View
|
Diff
Attachments on
bug 207436
: 167318 |
167319