From owner-svn-ports-head@freebsd.org Fri Aug 17 21:44:29 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9E44B107C6BF; Fri, 17 Aug 2018 21:44:29 +0000 (UTC) (envelope-from truckman@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 523A1742DF; Fri, 17 Aug 2018 21:44:29 +0000 (UTC) (envelope-from truckman@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 338EF6654; Fri, 17 Aug 2018 21:44:29 +0000 (UTC) (envelope-from truckman@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w7HLiTfb085658; Fri, 17 Aug 2018 21:44:29 GMT (envelope-from truckman@FreeBSD.org) Received: (from truckman@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w7HLiSd7085657; Fri, 17 Aug 2018 21:44:28 GMT (envelope-from truckman@FreeBSD.org) Message-Id: <201808172144.w7HLiSd7085657@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: truckman set sender to truckman@FreeBSD.org using -f From: Don Lewis Date: Fri, 17 Aug 2018 21:44:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r477451 - in head/editors: openoffice-4 openoffice-devel X-SVN-Group: ports-head X-SVN-Commit-Author: truckman X-SVN-Commit-Paths: in head/editors: openoffice-4 openoffice-devel X-SVN-Commit-Revision: 477451 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Aug 2018 21:44:29 -0000 Author: truckman Date: Fri Aug 17 21:44:28 2018 New Revision: 477451 URL: https://svnweb.freebsd.org/changeset/ports/477451 Log: Explicitly depend on python2 since the OpenOffice pyuno module fails to build with python3. No PORTREVISION bump since this does not change the package. PR: 229408 Submitted by: Curtis Villamizar Modified: head/editors/openoffice-4/Makefile head/editors/openoffice-devel/Makefile Modified: head/editors/openoffice-4/Makefile ============================================================================== --- head/editors/openoffice-4/Makefile Fri Aug 17 21:43:38 2018 (r477450) +++ head/editors/openoffice-4/Makefile Fri Aug 17 21:44:28 2018 (r477451) @@ -121,7 +121,7 @@ EXECBASE?= openoffice-${AOOSUFFIX} USES= autoreconf bison compiler:c++11-lib cpe \ desktop-file-utils \ - gettext-runtime gmake iconv jpeg perl5 pkgconfig python \ + gettext-runtime gmake iconv jpeg perl5 pkgconfig python:2.7 \ shared-mime-info ssl tar:bzip2 USE_GL= gl glu USE_GNOME= gtk20 libxslt libidl glib20 Modified: head/editors/openoffice-devel/Makefile ============================================================================== --- head/editors/openoffice-devel/Makefile Fri Aug 17 21:43:38 2018 (r477450) +++ head/editors/openoffice-devel/Makefile Fri Aug 17 21:44:28 2018 (r477451) @@ -134,7 +134,7 @@ EXECBASE?= openoffice-${AOOSUFFIX} USES= autoreconf bison compiler:c++11-lib cpe \ desktop-file-utils \ - gettext-runtime gmake iconv jpeg perl5 pkgconfig python \ + gettext-runtime gmake iconv jpeg perl5 pkgconfig python:2.7 \ shared-mime-info ssl tar:${TARTYPE} USE_GL= gl glu USE_GNOME= gtk20 libxslt libidl glib20