From 257d46643508f582b41b39766dbc45982d8076a6 Mon Sep 17 00:00:00 2001 From: Edwin Groothuis Date: Tue, 3 Jan 2006 03:28:05 +0000 Subject: [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 Approved by: maintainer timeout --- .../files/patch-managedbuilder.gnu-plugin.properties | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 java/eclipse-cdt/files/patch-managedbuilder.gnu-plugin.properties (limited to 'java/eclipse-cdt/files/patch-managedbuilder.gnu-plugin.properties') diff --git a/java/eclipse-cdt/files/patch-managedbuilder.gnu-plugin.properties b/java/eclipse-cdt/files/patch-managedbuilder.gnu-plugin.properties new file mode 100644 index 000000000000..51b5a5d53cca --- /dev/null +++ b/java/eclipse-cdt/files/patch-managedbuilder.gnu-plugin.properties @@ -0,0 +1,13 @@ +--- eclipse/plugins/org.eclipse.cdt.managedbuilder.gnu.ui_3.0.1/plugin.properties.orig Thu Nov 3 05:32:10 2005 ++++ eclipse/plugins/org.eclipse.cdt.managedbuilder.gnu.ui_3.0.1/plugin.properties Fri Dec 2 23:57:06 2005 +@@ -36,6 +36,10 @@ + TargetName.solaris.exe=Solaris Executable + TargetName.solaris.so=Solaris Shared Library + TargetName.solaris.lib=Solaris Static Library ++TargetName.freebsd=FreeBSD ++TargetName.freebsd.exe=FreeBSD Executable ++TargetName.freebsd.so=FreeBSD Shared Library ++TargetName.freebsd.lib=FreeBSD Static Library + + # Default Configuration Names + ConfigName.Rel=Release -- cgit v1.2.3