svn commit: r391412 - head/java/eclipse

Dmitry Marakasov amdmi3 at FreeBSD.org
Mon Jul 6 14:04:47 UTC 2015


Author: amdmi3
Date: Mon Jul  6 14:04:45 2015
New Revision: 391412
URL: https://svnweb.freebsd.org/changeset/ports/391412

Log:
  - Mark broken on 9.x i386: does not build:
  
  ...
  Installing org.eclipse.rcp.id 4.4.2.M20150204-1700.
  Installation failed.
  An error occurred while installing the items
   session context was:(profile=SDKProfile, phase=org.eclipse.equinox.internal.p2.engine.phases.Install, operand=null --> [R]org.eclipse.rcp.id.executable.gtk.freebsd.x86 4.4.2.M20150204-1700, action=org.eclipse.equinox.internal.p2.touchpoint.natives.actions.UnzipAction).
  ...
  [INFO] equinox-sdk ....................................... SUCCESS [4.776s]
  [INFO] org.eclipse.rcp.id ................................ FAILURE [4.674s]
  [INFO] org.eclipse.rcp.sdk.id ............................ SKIPPED
  ...
  
  Submitted by:	pkg-fallout
  Approved by:	portmgr blanket
  MFH:		2015Q3

Modified:
  head/java/eclipse/Makefile

Modified: head/java/eclipse/Makefile
==============================================================================
--- head/java/eclipse/Makefile	Mon Jul  6 13:08:08 2015	(r391411)
+++ head/java/eclipse/Makefile	Mon Jul  6 14:04:45 2015	(r391412)
@@ -18,6 +18,8 @@ BUILD_DEPENDS=	${LOCALBASE}/share/java/m
 LIB_DEPENDS=	libcairo.so:${PORTSDIR}/graphics/cairo \
 		libwebkitgtk-1.0.so:${PORTSDIR}/www/webkit-gtk2
 
+BROKEN_FreeBSD_9_i386=	does not build
+
 ONLY_FOR_ARCHS=	i386 amd64
 CONFLICTS_INSTALL=	eclipse
 


More information about the svn-ports-head mailing list