Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 27 Aug 2014 14:23:57 +0000 (UTC)
From:      Bartek Rutkowski <robak@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r366329 - in head/java/eclipse: . files scripts
Message-ID:  <201408271423.s7RENv8M098726@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: robak
Date: Wed Aug 27 14:23:57 2014
New Revision: 366329
URL: http://svnweb.freebsd.org/changeset/ports/366329
QAT: https://qat.redports.org/buildarchive/r366329/

Log:
  java/eclipse: Set a default theme and external browser
  
  PR:		192696
  Submitted by:	Jimmy Kelley <ljboiler@gmail.com>
  Reviewed by:	swills (mentor), marino (mentor)
  Approved by:	mentors (implicit)

Modified:
  head/java/eclipse/Makefile
  head/java/eclipse/files/patch-submodules
  head/java/eclipse/scripts/pre-patch

Modified: head/java/eclipse/Makefile
==============================================================================
--- head/java/eclipse/Makefile	Wed Aug 27 14:08:31 2014	(r366328)
+++ head/java/eclipse/Makefile	Wed Aug 27 14:23:57 2014	(r366329)
@@ -3,7 +3,7 @@
 
 PORTNAME=	eclipse
 PORTVERSION=	4.3.2
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	java devel
 MASTER_SITES=	https://googledrive.com/host/0B2kYpXHnC5LpSk01bU1ud0N5bXc/
 DISTFILES=	eclipse.platform.releng.aggregator-${PORTVERSION}.xz \

Modified: head/java/eclipse/files/patch-submodules
==============================================================================
--- head/java/eclipse/files/patch-submodules	Wed Aug 27 14:08:31 2014	(r366328)
+++ head/java/eclipse/files/patch-submodules	Wed Aug 27 14:23:57 2014	(r366329)
@@ -2457,3 +2457,63 @@ index b3ed6f8..7544d34 100644
      </plugins>
    </build>
  
+--- a/eclipse.platform/platform/org.eclipse.platform/plugin.xml.orig	2014-06-05 16:12:04.000000000 -0500
++++ b/eclipse.platform/platform/org.eclipse.platform/plugin.xml	2014-08-01 17:23:26.000000000 -0500
+@@ -141,6 +141,12 @@
+             basestylesheeturi="css/e4_default_gtk.css"
+             id="org.eclipse.e4.ui.css.theme.e4_default"
+             label="%theme.gtk"
++            os="freebsd">
++      </theme>
++      <theme
++            basestylesheeturi="css/e4_default_gtk.css"
++            id="org.eclipse.e4.ui.css.theme.e4_default"
++            label="%theme.gtk"
+             os="linux">
+       </theme>
+       <theme
+--- a/eclipse.platform.ua/org.eclipse.ui.intro.universal/plugin.xml.orig	2014-06-05 17:05:18.000000000 -0500
++++ b/eclipse.platform.ua/org.eclipse.ui.intro.universal/plugin.xml	2014-08-01 19:39:25.000000000 -0500
+@@ -46,7 +46,7 @@
+             <implementation
+                   style="themes/shared/html/shared.css,$theme$/html/shared.css,$theme$/html/font-$fontStyle$.css,$theme$/html/$direction$.css"
+                   kind="html"
+-                  os="win32,linux,macosx,solaris">
++                  os="win32,freebsd,linux,macosx,solaris">
+             </implementation>
+             <implementation
+                   kind="swt">
+--- a/eclipse.platform.ui/bundles/org.eclipse.ui.browser/plugin.xml.orig	2014-06-05 17:09:12.000000000 -0500
++++ b/eclipse.platform.ui/bundles/org.eclipse.ui.browser/plugin.xml	2014-08-01 19:58:51.000000000 -0500
+@@ -83,6 +83,17 @@
+ 
+    <!-- Web Browsers -->
+    <extension point="org.eclipse.ui.browser.browsers">
++      <!-- FreeBSD -->
++      <browser
++         id="org.eclipse.ui.browser.firefox"
++         name="%browserFirefox"
++         os="freebsd"
++         executable="firefox"
++         factoryclass="org.eclipse.ui.internal.browser.browsers.MozillaFactory">
++         <location>
++            usr/local/bin/firefox
++         </location>
++      </browser>
+       <!-- Linux -->
+       <browser
+          id="org.eclipse.ui.browser.firefox"
+--- a/eclipse.platform.text/org.eclipse.ui.workbench.texteditor/plugin.xml.orig	2014-06-05 17:04:42.000000000 -0500
++++ b/eclipse.platform.text/org.eclipse.ui.workbench.texteditor/plugin.xml	2014-08-01 20:03:04.000000000 -0500
+@@ -1184,6 +1184,11 @@
+             %blockSelectionModeFont.description
+          </description>
+          <fontValue
++               os="freebsd"
++               value="Monospace-regular-10"
++               ws="gtk">
++         </fontValue>
++         <fontValue
+                os="linux"
+                value="Monospace-regular-10"
+                ws="gtk">

Modified: head/java/eclipse/scripts/pre-patch
==============================================================================
--- head/java/eclipse/scripts/pre-patch	Wed Aug 27 14:08:31 2014	(r366328)
+++ head/java/eclipse/scripts/pre-patch	Wed Aug 27 14:23:57 2014	(r366329)
@@ -1,7 +1,5 @@
 #!/bin/sh
 
-set -x
-
 # Copy the Linux 'native' code for the FreeBSD versions
 # At this point, just make sure the directory and file names are "freebsd"
 # These files will be patched in the do-patch step. 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201408271423.s7RENv8M098726>