mirror of
https://git.freebsd.org/ports.git
synced 2025-07-05 11:29:15 -04:00
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
10 lines
545 B
INI
10 lines
545 B
INI
--- 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
|