svn commit: r477451 - in head/editors: openoffice-4 openoffice-devel

Don Lewis truckman at FreeBSD.org
Fri Aug 17 21:44:29 UTC 2018


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 at 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


More information about the svn-ports-all mailing list