Date: Fri, 17 Aug 2018 21:44:28 +0000 (UTC) From: Don Lewis <truckman@FreeBSD.org> 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 Message-ID: <201808172144.w7HLiSd7085657@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <curtis@ipv6.occnc.com> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201808172144.w7HLiSd7085657>