From owner-svn-ports-all@freebsd.org Thu Jan 16 16:29:14 2020 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 83E031EE1BC; Thu, 16 Jan 2020 16:29:14 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 47z8lt2wF7z4FVt; Thu, 16 Jan 2020 16:29:14 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 5F83C22404; Thu, 16 Jan 2020 16:29:14 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 00GGTElK057949; Thu, 16 Jan 2020 16:29:14 GMT (envelope-from madpilot@FreeBSD.org) Received: (from madpilot@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 00GGTEKl057947; Thu, 16 Jan 2020 16:29:14 GMT (envelope-from madpilot@FreeBSD.org) Message-Id: <202001161629.00GGTEKl057947@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: madpilot set sender to madpilot@FreeBSD.org using -f From: Guido Falsi Date: Thu, 16 Jan 2020 16:29:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r523249 - head/sysutils/catfish X-SVN-Group: ports-head X-SVN-Commit-Author: madpilot X-SVN-Commit-Paths: head/sysutils/catfish X-SVN-Commit-Revision: 523249 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Jan 2020 16:29:14 -0000 Author: madpilot Date: Thu Jan 16 16:29:13 2020 New Revision: 523249 URL: https://svnweb.freebsd.org/changeset/ports/523249 Log: - Fix build after the manpage handling changes in r523104 - Disable the ZEITGEIST option by default and add "broken" to the comment. The zeitgeist port only provides python 2 libraries. If catfish is compiled with the ZEITGEIST option on, it compiles and runs fine, but the zeitgeist support is not present anyway. Reported by: Marko Cupać Modified: head/sysutils/catfish/Makefile head/sysutils/catfish/pkg-plist Modified: head/sysutils/catfish/Makefile ============================================================================== --- head/sysutils/catfish/Makefile Thu Jan 16 16:12:21 2020 (r523248) +++ head/sysutils/catfish/Makefile Thu Jan 16 16:29:13 2020 (r523249) @@ -28,7 +28,7 @@ NO_ARCH= yes INSTALLS_ICONS= yes OPTIONS_DEFINE= DOCS ZEITGEIST -OPTIONS_DEFAULT=ZEITGEIST POLKIT +OPTIONS_DEFAULT=POLKIT OPTIONS_MULTI= PRIVILEGES OPTIONS_MULTI_PRIVILEGES= POLKIT SUDO @@ -38,13 +38,8 @@ POLKIT_RUN_DEPENDS= pkexec:sysutils/polkit SUDO_DESC= Provide sudo support SUDO_RUN_DEPENDS= sudo:security/sudo -ZEITGEIST_DESC= Provide recent search suggestions +ZEITGEIST_DESC= Provide recent search suggestions (broken) ZEITGEIST_LIB_DEPENDS= libzeitgeist-2.0.so:sysutils/zeitgeist - -post-install: - ${MV} ${STAGEDIR}${PREFIX}/share/man/man1/catfish.1 ${STAGEDIR}${PREFIX}/man/man1/catfish.1 - (cd ${STAGEDIR}${PREFIX}/share && ${RMDIR} -p man/man1) - ${GZIP} ${STAGEDIR}${PREFIX}/man/man1/catfish.1 .include Modified: head/sysutils/catfish/pkg-plist ============================================================================== --- head/sysutils/catfish/pkg-plist Thu Jan 16 16:12:21 2020 (r523248) +++ head/sysutils/catfish/pkg-plist Thu Jan 16 16:29:13 2020 (r523249) @@ -1,5 +1,5 @@ bin/catfish -man/man1/catfish.1.gz +share/man/man1/catfish.1.gz %%PYTHON_SITELIBDIR%%/catfish/CatfishPrefsDialog.py %%PYTHON_SITELIBDIR%%/catfish/CatfishSearchEngine.py %%PYTHON_SITELIBDIR%%/catfish/CatfishWindow.py