Date: Tue, 21 Jan 2020 17:38:48 +0000 (UTC) From: Guido Falsi <madpilot@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r523731 - in branches/2020Q1/deskutils/calibre: . files Message-ID: <202001211738.00LHcm2C068603@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: madpilot Date: Tue Jan 21 17:38:48 2020 New Revision: 523731 URL: https://svnweb.freebsd.org/changeset/ports/523731 Log: MFH: r523643 Fix calibre-server startup script by extending the PATH to include LOBALBASE/bin. The server looks in path for the pdftohtml binary, which is used to render PDF files for viewing in the browser. Reported by: Alexander Leidinger <Alexander@leidinger.net> Approved by: ports-secteam (joneum) Modified: branches/2020Q1/deskutils/calibre/Makefile branches/2020Q1/deskutils/calibre/files/calibre.in Directory Properties: branches/2020Q1/ (props changed) Modified: branches/2020Q1/deskutils/calibre/Makefile ============================================================================== --- branches/2020Q1/deskutils/calibre/Makefile Tue Jan 21 17:23:50 2020 (r523730) +++ branches/2020Q1/deskutils/calibre/Makefile Tue Jan 21 17:38:48 2020 (r523731) @@ -3,6 +3,7 @@ PORTNAME= calibre PORTVERSION= 4.7.0 +PORTREVISION= 1 CATEGORIES= deskutils python MASTER_SITES= http://download.calibre-ebook.com/${PORTVERSION}/ Modified: branches/2020Q1/deskutils/calibre/files/calibre.in ============================================================================== --- branches/2020Q1/deskutils/calibre/files/calibre.in Tue Jan 21 17:23:50 2020 (r523730) +++ branches/2020Q1/deskutils/calibre/files/calibre.in Tue Jan 21 17:38:48 2020 (r523731) @@ -31,6 +31,8 @@ . /etc/rc.subr +export PATH=$PATH:%%LOCALBASE%%/sbin:%%LOCALBASE%%/bin + name=calibre rcvar=calibre_enable
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202001211738.00LHcm2C068603>