forked from Lainports/freebsd-ports
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
42 lines
1.1 KiB
XML
42 lines
1.1 KiB
XML
--- eclipse/features/org.eclipse.cdt_3.0.1/feature.xml.orig Thu Nov 3 05:32:10 2005
|
|
+++ eclipse/features/org.eclipse.cdt_3.0.1/feature.xml Fri Dec 2 23:19:06 2005
|
|
@@ -112,6 +112,14 @@
|
|
fragment="true"/>
|
|
|
|
<plugin
|
|
+ id="org.eclipse.cdt.core.freebsd"
|
|
+ os="freebsd"
|
|
+ download-size="0"
|
|
+ install-size="0"
|
|
+ version="3.0.1"
|
|
+ fragment="true"/>
|
|
+
|
|
+ <plugin
|
|
id="org.eclipse.cdt.core.qnx"
|
|
os="qnx"
|
|
download-size="0"
|
|
@@ -198,6 +206,24 @@
|
|
id="org.eclipse.cdt.core.linux.x86"
|
|
os="linux"
|
|
arch="x86"
|
|
+ download-size="0"
|
|
+ install-size="0"
|
|
+ version="3.0.1"
|
|
+ fragment="true"/>
|
|
+
|
|
+ <plugin
|
|
+ id="org.eclipse.cdt.core.freebsd.x86"
|
|
+ os="freebsd"
|
|
+ arch="x86"
|
|
+ download-size="0"
|
|
+ install-size="0"
|
|
+ version="3.0.1"
|
|
+ fragment="true"/>
|
|
+
|
|
+ <plugin
|
|
+ id="org.eclipse.cdt.core.freebsd.amd64"
|
|
+ os="freebsd"
|
|
+ arch="amd64"
|
|
download-size="0"
|
|
install-size="0"
|
|
version="3.0.1"
|