diff options
author | Greg Lewis <glewis@FreeBSD.org> | 2008-01-16 16:26:13 +0000 |
---|---|---|
committer | Greg Lewis <glewis@FreeBSD.org> | 2008-01-16 16:26:13 +0000 |
commit | cb9199750d61f5d9ef1da9a04ef6eb51e17a76da (patch) | |
tree | 74d3efd26350811f7e5adad2e76081648a1e72b6 /java/eclipse-devel/files | |
parent | Update to mhash-0.9.9, fixing several style issues, lots of memory (diff) |
. Make eclipse-devel.desktop point to eclipse-devel as it should rather
than eclipse. [1]
. Use a more consistent naming convention as per other -devel ports. [1]
. Remove trailing blank lines in distinfo to make portlint(1) happier. [1]
. Force eclipse-devel to use one of the jdk* ports rather than the
diablo-jdk15 port on FreeBSD 7.x and higher as mixing the native
7.x libraries of eclipse and the native 6.x libraries of diablo-jdk
is a recipe for trouble. [2]
PR: 119403 [1], 118115 [2]
Submitted by: Daniel Rucci <rucci@smurfbsd.warganizer.com> [1]
Notes
Notes:
svn path=/head/; revision=205726
Diffstat (limited to 'java/eclipse-devel/files')
-rw-r--r-- | java/eclipse-devel/files/eclipse.desktop | 2 | ||||
-rw-r--r-- | java/eclipse-devel/files/eclipse.in | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/java/eclipse-devel/files/eclipse.desktop b/java/eclipse-devel/files/eclipse.desktop index 37a3c2b75e31..310996614773 100644 --- a/java/eclipse-devel/files/eclipse.desktop +++ b/java/eclipse-devel/files/eclipse.desktop @@ -1,7 +1,7 @@ [Desktop Entry] Comment=Eclipse IDE Name=Eclipse -Exec=%%PREFIX%%/bin/eclipse +Exec=%%PREFIX%%/bin/eclipse-devel Encoding=UTF-8 Terminal=false Type=Application diff --git a/java/eclipse-devel/files/eclipse.in b/java/eclipse-devel/files/eclipse.in index 3f30044bbe93..6e7b9a3dc712 100644 --- a/java/eclipse-devel/files/eclipse.in +++ b/java/eclipse-devel/files/eclipse.in @@ -45,4 +45,4 @@ if [ ! -x "${ECLIPSE_HOME}/eclipse" ]; then exit 1 fi -JAVA_VERSION="%%JAVA_VERSION%%" JAVA_OS="%%JAVA_OS%%" PATH=${JAVA_HOME}/bin:${PATH} exec "${ECLIPSE_HOME}/eclipse" $@ +JAVA_VERSION="%%JAVA_VERSION%%" JAVA_OS="%%JAVA_OS%%" %%JAVA_VENDOR_SPECIFICATION%% PATH=${JAVA_HOME}/bin:${PATH} exec "${ECLIPSE_HOME}/eclipse" $@ |