summaryrefslogtreecommitdiff
path: root/java/eclipse-cdt/files/patch-cdt.core-fragment.xml
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2006-01-03 03:28:05 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2006-01-03 03:28:05 +0000
commit257d46643508f582b41b39766dbc45982d8076a6 (patch)
treed44fcb0f8527201ab1f239369f6e04ad51428f0c /java/eclipse-cdt/files/patch-cdt.core-fragment.xml
parentMark 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
Diffstat (limited to 'java/eclipse-cdt/files/patch-cdt.core-fragment.xml')
-rw-r--r--java/eclipse-cdt/files/patch-cdt.core-fragment.xml22
1 files changed, 22 insertions, 0 deletions
diff --git a/java/eclipse-cdt/files/patch-cdt.core-fragment.xml b/java/eclipse-cdt/files/patch-cdt.core-fragment.xml
new file mode 100644
index 000000000000..59e5a3ec2af5
--- /dev/null
+++ b/java/eclipse-cdt/files/patch-cdt.core-fragment.xml
@@ -0,0 +1,22 @@
+--- eclipse/plugins/org.eclipse.cdt.core.freebsd_3.0.1/fragment.xml.orig Sat Dec 3 01:37:37 2005
++++ eclipse/plugins/org.eclipse.cdt.core.freebsd_3.0.1/fragment.xml Sat Dec 3 17:46:30 2005
+@@ -1,8 +1,8 @@
+ <?xml version="1.0" encoding="UTF-8"?>
+ <?eclipse version="3.0"?>
+ <fragment
+- id="org.eclipse.cdt.core.linux"
+- name="%fragmentName.linux"
++ id="org.eclipse.cdt.core.freebsd"
++ name="%fragmentName.freebsd"
+ version="3.0.1"
+ provider-name="%providerName"
+ plugin-id="org.eclipse.cdt.core"
+@@ -16,7 +16,7 @@
+ <extension
+ point="org.eclipse.cdt.core.ProcessList">
+ <processList
+- platform="linux"
++ platform="freebsd"
+ class="org.eclipse.cdt.internal.core.linux.ProcessList">
+ </processList>
+ </extension>