diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2006-01-03 03:28:05 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2006-01-03 03:28:05 +0000 |
commit | 257d46643508f582b41b39766dbc45982d8076a6 (patch) | |
tree | d44fcb0f8527201ab1f239369f6e04ad51428f0c /java/eclipse-cdt/files/patch-plugin.properties | |
parent | Mark it as broke on FreeBSD 4.x; it doesn't build. (diff) |
[patch] update java/eclipse-cdt to version 3.0.1
This patch updates java/eclipse-cdt to the latest version
3.0.1. It also installs the native shared libraries that
were previously missing. In order to do this the distfile
of the cdt-sdk had to be used instead. A static pkg-plist
is also used to help people searching through the ports
files.
PR: ports/89893
Submitted by: Panagiotis Astithas <past@ebs.gr>
Approved by: maintainer timeout
Notes
Notes:
svn path=/head/; revision=152641
Diffstat (limited to 'java/eclipse-cdt/files/patch-plugin.properties')
-rw-r--r-- | java/eclipse-cdt/files/patch-plugin.properties | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/java/eclipse-cdt/files/patch-plugin.properties b/java/eclipse-cdt/files/patch-plugin.properties new file mode 100644 index 000000000000..7221e9f84342 --- /dev/null +++ b/java/eclipse-cdt/files/patch-plugin.properties @@ -0,0 +1,10 @@ +--- eclipse/plugins/org.eclipse.cdt.core_3.0.1/plugin.properties.orig Thu Nov 3 05:32:10 2005 ++++ eclipse/plugins/org.eclipse.cdt.core_3.0.1/plugin.properties Fri Dec 2 23:37:25 2005 +@@ -56,6 +56,7 @@ + fragmentName.solaris = C/C++ Development Tools Core for Solaris + fragmentName.win32 = C/C++ Development Tools Core for Windows + fragmentName.macosx = C/C++ Development Tools Core for MacOS X ++fragmentName.freebsd = C/C++ Development Tools Core for FreeBSD + + CodeFormatter.name=C/C++ Code Formatter + CodeFormatter.name=C/C++ Code Formatters |