Date: Mon, 6 Jul 2015 14:04:46 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391412 - head/java/eclipse Message-ID: <201507061404.t66E4koD077314@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201507061404.t66E4koD077314>