diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-07-06 14:04:45 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-07-06 14:04:45 +0000 |
commit | cb55216f82cdc035d132ea06abde1b91bb11fd20 (patch) | |
tree | a7093fba440c8a59595efba86d95fb7e6a9f7adf /java/eclipse | |
parent | Use correct end tag. (diff) |
- 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
Notes
Notes:
svn path=/head/; revision=391412
Diffstat (limited to 'java/eclipse')
-rw-r--r-- | java/eclipse/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/java/eclipse/Makefile b/java/eclipse/Makefile index d0cf9be3782f..3636df6a562d 100644 --- a/java/eclipse/Makefile +++ b/java/eclipse/Makefile @@ -18,6 +18,8 @@ BUILD_DEPENDS= ${LOCALBASE}/share/java/maven31/bin/mvn:${PORTSDIR}/devel/maven31 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 |