Created attachment 166874 [details] Patch to the ports tree The attached patch updates devel/visualparadigm to 13.0 build 20160203 This is a simple upgrade, no pkg-plist changes. New features can be seen here (although no specific changes are mentioned for this specific build): http://www.visual-paradigm.com/whats-new/ Attached poudriere logs for {9.3,10.2}amd64
Created attachment 166875 [details] poudriere log on 9.3-RELEASE-amd64
Created attachment 166876 [details] poudriere log on 10.2-RELEASE-amd64
Comment on attachment 166874 [details] Patch to the ports tree I'm the maintainer actually :) but I mark the patch as suggested by vlad-fbsd@acheronmedia.com
Does it still require the linux jdk ? Have you tested it against the native jdk ?
I did a run-test with or without JAVA_OS linux, over a ssh -X -Y session from my build-host, and it just sits at the splash screen saying that it's initialzing something ?
(In reply to Kurt Jaeger from comment #5) The port only works with the oracle jdk under linux emulation. It did work in July 2014 with OpenJDK although I was informed it was not officially supported. It stopped working in August 2015. Only Oracle JDK is supported now. Executing Visual_Paradigm with the java command from the oracle jdk launchs the application successfully. If you do it with the java command from OpenJDK it sits there forever.
Thanks, I was not aware how to call it with the linux jdk. I called it like this, via some ssh -X -Y connection: JAVA_HOME=/usr/local/linux-oracle-jdk1.8.0 /usr/local/visualparadigm/Visual_Paradigm Then the initialization step is sucessful and a window comes up. But I can't select any menues or options in that window ? Clicks do not seem to get through ?
(In reply to Kurt Jaeger from comment #7) I checked it right now and it's working for me but I think I know what is going on. When it starts, do you see the activate product window? I think you have it in the background so you can not click on anything unless you hit the "Cancel" or "Activate" buttons in that window. Maybe the remote session via ssh is playing tricks with the focus of the windows. BTW, it is free to get a open source license from the upstream project.
Yes, the activate-product screen comes up, I select "No thanks", the initialize-screen comes up, vanishes, the normal product screen comes up, and then I can't generate any response (no button reacts on clicks). Maybe it's because of the ssh -X -Y ? If I find the time, I'll test-run on 10.2a.
(In reply to Kurt Jaeger from comment #9) Yup, this conversations rings a bell... we had this same problem some time ago: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=183723 :)
A commit references this bug: Author: pi Date: Thu Feb 18 05:56:05 UTC 2016 New revision: 409091 URL: https://svnweb.freebsd.org/changeset/ports/409091 Log: devel/visualparadigm: 13.0.20160103 -> 13.0.20160203 Changes: http://www.visual-paradigm.com/whats-new/ PR: 207114 Submitted by: fernando.apesteguia@gmail.com (maintainer) Changes: head/devel/visualparadigm/Makefile head/devel/visualparadigm/distinfo
If it works elsewhere, and it's only me that has issues: Committed, thanks.