1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-03 06:04:53 +00:00

. Update to 3.0.2.

PR:		95128
Submitted by:	Panagiotis Astithas <past@ebs.gr>
This commit is contained in:
Greg Lewis 2006-06-14 16:03:54 +00:00
parent 6ed2ea1c77
commit f62ba5cc03
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=165437
14 changed files with 659 additions and 655 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= cdt
PORTVERSION= 3.0.1
PORTVERSION= 3.0.2
CATEGORIES= java devel
MASTER_SITES= http://download.eclipse.org/tools/cdt/releases/eclipse3.1/dist/${PORTVERSION}/
PKGNAMEPREFIX= eclipse-
@ -31,18 +31,22 @@ ECLIPSE_OS= freebsd
ECLIPSE_ARCH= amd64
.else
ECLIPSE_ARCH= x86
PLIST_FILES+= eclipse/plugins/org.eclipse.cdt.core.freebsd.x86_3.0.1/os/freebsd/x86/libpty.so \
eclipse/plugins/org.eclipse.cdt.core.freebsd.x86_3.0.1/os/freebsd/x86/libspawner.so
PLIST_FILES+= eclipse/plugins/org.eclipse.cdt.core.freebsd.x86_3.0.2/os/freebsd/x86/libpty.so \
eclipse/plugins/org.eclipse.cdt.core.freebsd.x86_3.0.2/os/freebsd/x86/libspawner.so
.endif
MAKE_ENV+= ECLIPSE_ARCH=${ECLIPSE_ARCH} \
ECLIPSE_OS=${ECLIPSE_OS} \
PORTVERSION=${PORTVERSION} \
JAVA_HOME=${JAVA_HOME}
PLIST_SUB+= PORTVERSION=${PORTVERSION}
do-build:
@${RM} ${WRKSRC}/eclipse/features/org.eclipse.cdt_${PORTVERSION}/*.orig
@${RM} ${WRKSRC}/eclipse/features/org.eclipse.cdt.source_${PORTVERSION}/*.orig
@${RM} ${WRKSRC}/eclipse/plugins/org.eclipse.cdt.core.freebsd.x86_${PORTVERSION}/*.orig
@${RM} ${WRKSRC}/eclipse/plugins/org.eclipse.cdt.source.freebsd.gtk.x86_${PORTVERSION}/*.orig
@${RM} ${WRKSRC}/eclipse/plugins/org.eclipse.cdt.source.freebsd.gtk.x86_${PORTVERSION}/src/org.eclipse.cdt.core.freebsd_${PORTVERSION}/library/*.orig
@${RM} ${WRKSRC}/eclipse/plugins/org.eclipse.cdt.core.freebsd_${PORTVERSION}/*.orig
@${RM} ${WRKSRC}/eclipse/plugins/org.eclipse.cdt.core_${PORTVERSION}/*.orig
@${RM} ${WRKSRC}/eclipse/plugins/org.eclipse.cdt.managedbuilder.gnu.ui_${PORTVERSION}/*.orig

View File

@ -1,3 +1,3 @@
MD5 (eclipse/org.eclipse.cdt.sdk-3.0.1-linux.x86.tar.gz) = eab0b40b99b0d37dd0f1b0d963cd554a
SHA256 (eclipse/org.eclipse.cdt.sdk-3.0.1-linux.x86.tar.gz) = 3f6ffbb28f32e1e61f4f54a64524ec3c42a5eb88dfdcc540fe9c3e89cdfa9500
SIZE (eclipse/org.eclipse.cdt.sdk-3.0.1-linux.x86.tar.gz) = 19619055
MD5 (eclipse/org.eclipse.cdt.sdk-3.0.2-linux.x86.tar.gz) = 9bca43cd6ec7393d63ce735961b490c2
SHA256 (eclipse/org.eclipse.cdt.sdk-3.0.2-linux.x86.tar.gz) = 145999c97aa7b53532f1f2ba2fd6e5897a2fd47ade8976caf38547ccefacaa3d
SIZE (eclipse/org.eclipse.cdt.sdk-3.0.2-linux.x86.tar.gz) = 17493088

View File

@ -1,5 +1,5 @@
--- 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
--- eclipse/features/org.eclipse.cdt_3.0.2/feature.xml.orig Tue Mar 28 22:33:44 2006
+++ eclipse/features/org.eclipse.cdt_3.0.2/feature.xml Tue Mar 28 22:36:03 2006
@@ -112,6 +112,14 @@
fragment="true"/>
@ -8,35 +8,35 @@
+ os="freebsd"
+ download-size="0"
+ install-size="0"
+ version="3.0.1"
+ version="3.0.2"
+ fragment="true"/>
+
+ <plugin
id="org.eclipse.cdt.core.qnx"
os="qnx"
download-size="0"
@@ -198,6 +206,24 @@
@@ -197,6 +205,24 @@
<plugin
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"
+ version="3.0.2"
+ fragment="true"/>
+
+ <plugin
+ id="org.eclipse.cdt.core.freebsd.amd64"
+ os="freebsd"
+ arch="amd64"
+ download-size="0"
+ install-size="0"
+ version="3.0.2"
+ fragment="true"/>
+
+ <plugin
+ id="org.eclipse.cdt.core.freebsd.x86"
+ os="freebsd"
arch="x86"
download-size="0"
install-size="0"
version="3.0.1"

View File

@ -1,5 +1,5 @@
--- eclipse/plugins/org.eclipse.cdt.source.freebsd.gtk.x86_3.0.1/src/org.eclipse.cdt.core.freebsd_3.0.1/library/Makefile.orig Sat Dec 3 01:27:30 2005
+++ eclipse/plugins/org.eclipse.cdt.source.freebsd.gtk.x86_3.0.1/src/org.eclipse.cdt.core.freebsd_3.0.1/library/Makefile Sat Dec 3 01:28:54 2005
--- eclipse/plugins/org.eclipse.cdt.source.freebsd.gtk.x86_3.0.2/src/org.eclipse.cdt.core.freebsd_3.0.2/library/Makefile.orig Tue Mar 28 22:42:53 2006
+++ eclipse/plugins/org.eclipse.cdt.source.freebsd.gtk.x86_3.0.2/src/org.eclipse.cdt.core.freebsd_3.0.2/library/Makefile Tue Mar 28 22:51:40 2006
@@ -5,17 +5,17 @@
endif

View File

@ -1,5 +1,5 @@
--- 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
--- eclipse/plugins/org.eclipse.cdt.core.freebsd_3.0.2/fragment.xml.orig Tue Mar 28 22:55:21 2006
+++ eclipse/plugins/org.eclipse.cdt.core.freebsd_3.0.2/fragment.xml Tue Mar 28 22:56:00 2006
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.0"?>
@ -8,7 +8,7 @@
- name="%fragmentName.linux"
+ id="org.eclipse.cdt.core.freebsd"
+ name="%fragmentName.freebsd"
version="3.0.1"
version="3.0.2"
provider-name="%providerName"
plugin-id="org.eclipse.cdt.core"
@@ -16,7 +16,7 @@

View File

@ -1,5 +1,5 @@
--- eclipse/plugins/org.eclipse.cdt.source.freebsd.gtk.x86_3.0.1/src/org.eclipse.cdt.core.freebsd_3.0.1/library/openpty.c.orig Wed Jan 11 22:04:49 2006
+++ eclipse/plugins/org.eclipse.cdt.source.freebsd.gtk.x86_3.0.1/src/org.eclipse.cdt.core.freebsd_3.0.1/library/openpty.c Wed Jan 11 22:52:35 2006
--- eclipse/plugins/org.eclipse.cdt.source.freebsd.gtk.x86_3.0.2/src/org.eclipse.cdt.core.freebsd_3.0.2/library/openpty.c.orig Thu Mar 30 19:18:06 2006
+++ eclipse/plugins/org.eclipse.cdt.source.freebsd.gtk.x86_3.0.2/src/org.eclipse.cdt.core.freebsd_3.0.2/library/openpty.c Thu Mar 30 19:18:47 2006
@@ -20,7 +20,6 @@
#include <grp.h>

View File

@ -1,5 +1,5 @@
--- eclipse/plugins/org.eclipse.cdt.core.freebsd.x86_3.0.1/fragment.xml.orig Sat Dec 3 17:47:53 2005
+++ eclipse/plugins/org.eclipse.cdt.core.freebsd.x86_3.0.1/fragment.xml Sat Dec 3 18:03:31 2005
--- eclipse/plugins/org.eclipse.cdt.core.freebsd.x86_3.0.2/fragment.xml.orig Thu Mar 30 19:49:21 2006
+++ eclipse/plugins/org.eclipse.cdt.core.freebsd.x86_3.0.2/fragment.xml Thu Mar 30 19:49:46 2006
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.0"?>
@ -7,5 +7,5 @@
- id="org.eclipse.cdt.core.linux.x86"
+ id="org.eclipse.cdt.core.freebsd.x86"
name="X86 Fragment"
version="3.0.1"
version="3.0.2"
provider-name="Eclipse.org"

View File

@ -1,9 +1,9 @@
--- eclipse/features/org.eclipse.cdt.source_3.0.1/feature.xml.orig Thu Nov 3 05:32:10 2005
+++ eclipse/features/org.eclipse.cdt.source_3.0.1/feature.xml Fri Dec 2 23:29:17 2005
--- eclipse/features/org.eclipse.cdt.source_3.0.2/feature.xml.orig Thu Mar 30 19:51:01 2006
+++ eclipse/features/org.eclipse.cdt.source_3.0.2/feature.xml Thu Mar 30 19:52:13 2006
@@ -22,4 +22,6 @@
<plugin ws="win32" os="win32" fragment="true" arch="x86" download-size="0" install-size="0" id="org.eclipse.cdt.source.win32.win32.x86" version="3.0.1"/>
<plugin ws="motif" os="solaris" fragment="true" arch="sparc" download-size="0" install-size="0" id="org.eclipse.cdt.source.solaris.motif.sparc" version="3.0.1"/>
<plugin ws="gtk" os="linux" fragment="true" arch="x86_64" download-size="0" install-size="0" id="org.eclipse.cdt.source.linux.gtk.x86_64" version="3.0.1"/>
+ <plugin ws="gtk" os="freebsd" fragment="true" arch="x86" download-size="0" install-size="0" id="org.eclipse.cdt.source.freebsd.gtk.x86" version="3.0.1"/>
+ <plugin ws="gtk" os="freebsd" fragment="true" arch="amd64" download-size="0" install-size="0" id="org.eclipse.cdt.source.freebsd.gtk.amd64" version="3.0.1"/>
<plugin ws="win32" os="win32" fragment="true" arch="x86" download-size="0" install-size="0" id="org.eclipse.cdt.source.win32.win32.x86" version="3.0.2"/>
<plugin ws="motif" os="solaris" fragment="true" arch="sparc" download-size="0" install-size="0" id="org.eclipse.cdt.source.solaris.motif.sparc" version="3.0.2"/>
<plugin ws="gtk" os="linux" fragment="true" arch="x86_64" download-size="0" install-size="0" id="org.eclipse.cdt.source.linux.gtk.x86_64" version="3.0.2"/>
+ <plugin ws="gtk" os="freebsd" fragment="true" arch="x86" download-size="0" install-size="0" id="org.eclipse.cdt.source.freebsd.gtk.x86" version="3.0.2"/>
+ <plugin ws="gtk" os="freebsd" fragment="true" arch="amd64" download-size="0" install-size="0" id="org.eclipse.cdt.source.freebsd.gtk.amd64" version="3.0.2"/>
</feature>

View File

@ -1,5 +1,5 @@
--- 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
--- eclipse/plugins/org.eclipse.cdt.managedbuilder.gnu.ui_3.0.2/plugin.properties.orig Thu Mar 30 19:56:24 2006
+++ eclipse/plugins/org.eclipse.cdt.managedbuilder.gnu.ui_3.0.2/plugin.properties Thu Mar 30 19:57:25 2006
@@ -36,6 +36,10 @@
TargetName.solaris.exe=Solaris Executable
TargetName.solaris.so=Solaris Shared Library

View File

@ -1,5 +1,5 @@
--- eclipse/plugins/org.eclipse.cdt.managedbuilder.gnu.ui_3.0.1/plugin.xml.orig Thu Nov 3 05:32:10 2005
+++ eclipse/plugins/org.eclipse.cdt.managedbuilder.gnu.ui_3.0.1/plugin.xml Fri Dec 2 23:55:19 2005
--- eclipse/plugins/org.eclipse.cdt.managedbuilder.gnu.ui_3.0.2/plugin.xml.orig Thu Mar 30 20:02:27 2006
+++ eclipse/plugins/org.eclipse.cdt.managedbuilder.gnu.ui_3.0.2/plugin.xml Thu Mar 30 20:05:59 2006
@@ -1334,7 +1334,7 @@
errorParsers="org.eclipse.cdt.core.MakeErrorParser;org.eclipse.cdt.core.GCCErrorParser;org.eclipse.cdt.core.GLDErrorParser;org.eclipse.cdt.core.GASErrorParser">
<toolChain

View File

@ -1,5 +1,5 @@
--- 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
--- eclipse/plugins/org.eclipse.cdt.core_3.0.2/plugin.properties.orig Thu Mar 30 20:15:52 2006
+++ eclipse/plugins/org.eclipse.cdt.core_3.0.2/plugin.properties Thu Mar 30 20:16:31 2006
@@ -56,6 +56,7 @@
fragmentName.solaris = C/C++ Development Tools Core for Solaris
fragmentName.win32 = C/C++ Development Tools Core for Windows

View File

@ -1,5 +1,5 @@
--- eclipse/plugins/org.eclipse.cdt.source.freebsd.gtk.x86_3.0.1/fragment.xml.orig Thu Nov 3 05:32:08 2005
+++ eclipse/plugins/org.eclipse.cdt.source.freebsd.gtk.x86_3.0.1/fragment.xml Sat Dec 3 00:06:43 2005
--- eclipse/plugins/org.eclipse.cdt.source.freebsd.gtk.x86_3.0.2/fragment.xml.orig Thu Mar 30 20:17:30 2006
+++ eclipse/plugins/org.eclipse.cdt.source.freebsd.gtk.x86_3.0.2/fragment.xml Thu Mar 30 20:17:52 2006
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.0"?>
@ -7,5 +7,5 @@
- id="org.eclipse.cdt.source.linux.gtk.x86"
+ id="org.eclipse.cdt.source.freebsd.gtk.x86"
name="%pluginName"
version="3.0.1"
version="3.0.2"
provider-name="Eclipse.org"

File diff suppressed because it is too large Load Diff

View File

@ -1,5 +1,5 @@
#!/bin/sh
# $FreeBSD: /tmp/pcvs/ports/java/eclipse-cdt/scripts/pre-patch,v 1.1 2006-01-03 03:28:05 edwin Exp $
# $FreeBSD: /tmp/pcvs/ports/java/eclipse-cdt/scripts/pre-patch,v 1.2 2006-06-14 16:03:54 glewis Exp $
copy_dir()
{
@ -31,12 +31,12 @@ prepare_files()
}
COPY_LIST="
eclipse/plugins/org.eclipse.cdt.core.linux.x86_3.0.1
eclipse/plugins/org.eclipse.cdt.core.linux.x86_3.0.1/os/linux
eclipse/plugins/org.eclipse.cdt.core.linux.x86_3.0.1/os/linux/x86
eclipse/plugins/org.eclipse.cdt.core.linux_3.0.1
eclipse/plugins/org.eclipse.cdt.source.linux.gtk.x86_3.0.1
eclipse/plugins/org.eclipse.cdt.source.linux.gtk.x86_3.0.1/src/org.eclipse.cdt.core.linux_3.0.1
eclipse/plugins/org.eclipse.cdt.core.linux.x86_3.0.2
eclipse/plugins/org.eclipse.cdt.core.linux.x86_3.0.2/os/linux
eclipse/plugins/org.eclipse.cdt.core.linux.x86_3.0.2/os/linux/x86
eclipse/plugins/org.eclipse.cdt.core.linux_3.0.2
eclipse/plugins/org.eclipse.cdt.source.linux.gtk.x86_3.0.2
eclipse/plugins/org.eclipse.cdt.source.linux.gtk.x86_3.0.2/src/org.eclipse.cdt.core.linux_3.0.2
"
prepare_files