mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Upgrade to version 4.1 (plus JDK home fix from ports/76670)
PR: ports/76670 Submitted by: Miguel Mendez <flynn(at)energyhq.es.eu.org>
This commit is contained in:
parent
2e536bde74
commit
22da1138bc
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=135393
20 changed files with 5570 additions and 4790 deletions
|
@ -6,10 +6,10 @@
|
|||
#
|
||||
|
||||
PORTNAME= netbeans
|
||||
PORTVERSION= 4.0
|
||||
PORTVERSION= 4.1
|
||||
CATEGORIES= java devel
|
||||
MASTER_SITES= # http://www.netbeans.org/download/release36/promoted/FCS/
|
||||
DISTNAME= netbeans-4_0-bin
|
||||
MASTER_SITES=
|
||||
DISTNAME= netbeans-4_1
|
||||
|
||||
MAINTAINER= olgeni@FreeBSD.org
|
||||
COMMENT= A full-featured integrated environment for Java
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
MD5 (netbeans-4_0-bin.tar.bz2) = 316d552aa2f09e1ad92e7075a44f87aa
|
||||
SIZE (netbeans-4_0-bin.tar.bz2) = 31453414
|
||||
MD5 (netbeans-4_1.tar.bz2) = dcb45827c75aad703bc0a14b67e0aa45
|
||||
SIZE (netbeans-4_1.tar.bz2) = 40884468
|
||||
|
|
14
java/netbeans/files/patch-etc_netbeans.conf
Normal file
14
java/netbeans/files/patch-etc_netbeans.conf
Normal file
|
@ -0,0 +1,14 @@
|
|||
|
||||
$FreeBSD$
|
||||
|
||||
--- etc/netbeans.conf.orig
|
||||
+++ etc/netbeans.conf
|
||||
@@ -6,7 +6,7 @@
|
||||
netbeans_default_options="-J-Xms32m -J-Xmx128m -J-XX:PermSize=32m -J-XX:MaxPermSize=96m -J-Xverify:none"
|
||||
|
||||
# default location of J2SE JDK, can be overridden by using --jdkhome <dir> switch
|
||||
-#netbeans_jdkhome="/path/to/jdk"
|
||||
+netbeans_jdkhome="/usr/local/jdk1.4.2"
|
||||
|
||||
# clusters' paths separated by path.separator (semicolon on Windows, colon on Unices)
|
||||
#netbeans_extraclusters="/absolute/path/to/cluster1:/absolute/path/to/cluster2"
|
File diff suppressed because it is too large
Load diff
|
@ -6,10 +6,10 @@
|
|||
#
|
||||
|
||||
PORTNAME= netbeans
|
||||
PORTVERSION= 4.0
|
||||
PORTVERSION= 4.1
|
||||
CATEGORIES= java devel
|
||||
MASTER_SITES= # http://www.netbeans.org/download/release36/promoted/FCS/
|
||||
DISTNAME= netbeans-4_0-bin
|
||||
MASTER_SITES=
|
||||
DISTNAME= netbeans-4_1
|
||||
|
||||
MAINTAINER= olgeni@FreeBSD.org
|
||||
COMMENT= A full-featured integrated environment for Java
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
MD5 (netbeans-4_0-bin.tar.bz2) = 316d552aa2f09e1ad92e7075a44f87aa
|
||||
SIZE (netbeans-4_0-bin.tar.bz2) = 31453414
|
||||
MD5 (netbeans-4_1.tar.bz2) = dcb45827c75aad703bc0a14b67e0aa45
|
||||
SIZE (netbeans-4_1.tar.bz2) = 40884468
|
||||
|
|
14
java/netbeans4/files/patch-etc_netbeans.conf
Normal file
14
java/netbeans4/files/patch-etc_netbeans.conf
Normal file
|
@ -0,0 +1,14 @@
|
|||
|
||||
$FreeBSD$
|
||||
|
||||
--- etc/netbeans.conf.orig
|
||||
+++ etc/netbeans.conf
|
||||
@@ -6,7 +6,7 @@
|
||||
netbeans_default_options="-J-Xms32m -J-Xmx128m -J-XX:PermSize=32m -J-XX:MaxPermSize=96m -J-Xverify:none"
|
||||
|
||||
# default location of J2SE JDK, can be overridden by using --jdkhome <dir> switch
|
||||
-#netbeans_jdkhome="/path/to/jdk"
|
||||
+netbeans_jdkhome="/usr/local/jdk1.4.2"
|
||||
|
||||
# clusters' paths separated by path.separator (semicolon on Windows, colon on Unices)
|
||||
#netbeans_extraclusters="/absolute/path/to/cluster1:/absolute/path/to/cluster2"
|
File diff suppressed because it is too large
Load diff
|
@ -6,10 +6,10 @@
|
|||
#
|
||||
|
||||
PORTNAME= netbeans
|
||||
PORTVERSION= 4.0
|
||||
PORTVERSION= 4.1
|
||||
CATEGORIES= java devel
|
||||
MASTER_SITES= # http://www.netbeans.org/download/release36/promoted/FCS/
|
||||
DISTNAME= netbeans-4_0-bin
|
||||
MASTER_SITES=
|
||||
DISTNAME= netbeans-4_1
|
||||
|
||||
MAINTAINER= olgeni@FreeBSD.org
|
||||
COMMENT= A full-featured integrated environment for Java
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
MD5 (netbeans-4_0-bin.tar.bz2) = 316d552aa2f09e1ad92e7075a44f87aa
|
||||
SIZE (netbeans-4_0-bin.tar.bz2) = 31453414
|
||||
MD5 (netbeans-4_1.tar.bz2) = dcb45827c75aad703bc0a14b67e0aa45
|
||||
SIZE (netbeans-4_1.tar.bz2) = 40884468
|
||||
|
|
14
java/netbeans5/files/patch-etc_netbeans.conf
Normal file
14
java/netbeans5/files/patch-etc_netbeans.conf
Normal file
|
@ -0,0 +1,14 @@
|
|||
|
||||
$FreeBSD$
|
||||
|
||||
--- etc/netbeans.conf.orig
|
||||
+++ etc/netbeans.conf
|
||||
@@ -6,7 +6,7 @@
|
||||
netbeans_default_options="-J-Xms32m -J-Xmx128m -J-XX:PermSize=32m -J-XX:MaxPermSize=96m -J-Xverify:none"
|
||||
|
||||
# default location of J2SE JDK, can be overridden by using --jdkhome <dir> switch
|
||||
-#netbeans_jdkhome="/path/to/jdk"
|
||||
+netbeans_jdkhome="/usr/local/jdk1.4.2"
|
||||
|
||||
# clusters' paths separated by path.separator (semicolon on Windows, colon on Unices)
|
||||
#netbeans_extraclusters="/absolute/path/to/cluster1:/absolute/path/to/cluster2"
|
File diff suppressed because it is too large
Load diff
|
@ -6,10 +6,10 @@
|
|||
#
|
||||
|
||||
PORTNAME= netbeans
|
||||
PORTVERSION= 4.0
|
||||
PORTVERSION= 4.1
|
||||
CATEGORIES= java devel
|
||||
MASTER_SITES= # http://www.netbeans.org/download/release36/promoted/FCS/
|
||||
DISTNAME= netbeans-4_0-bin
|
||||
MASTER_SITES=
|
||||
DISTNAME= netbeans-4_1
|
||||
|
||||
MAINTAINER= olgeni@FreeBSD.org
|
||||
COMMENT= A full-featured integrated environment for Java
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
MD5 (netbeans-4_0-bin.tar.bz2) = 316d552aa2f09e1ad92e7075a44f87aa
|
||||
SIZE (netbeans-4_0-bin.tar.bz2) = 31453414
|
||||
MD5 (netbeans-4_1.tar.bz2) = dcb45827c75aad703bc0a14b67e0aa45
|
||||
SIZE (netbeans-4_1.tar.bz2) = 40884468
|
||||
|
|
14
java/netbeans55/files/patch-etc_netbeans.conf
Normal file
14
java/netbeans55/files/patch-etc_netbeans.conf
Normal file
|
@ -0,0 +1,14 @@
|
|||
|
||||
$FreeBSD$
|
||||
|
||||
--- etc/netbeans.conf.orig
|
||||
+++ etc/netbeans.conf
|
||||
@@ -6,7 +6,7 @@
|
||||
netbeans_default_options="-J-Xms32m -J-Xmx128m -J-XX:PermSize=32m -J-XX:MaxPermSize=96m -J-Xverify:none"
|
||||
|
||||
# default location of J2SE JDK, can be overridden by using --jdkhome <dir> switch
|
||||
-#netbeans_jdkhome="/path/to/jdk"
|
||||
+netbeans_jdkhome="/usr/local/jdk1.4.2"
|
||||
|
||||
# clusters' paths separated by path.separator (semicolon on Windows, colon on Unices)
|
||||
#netbeans_extraclusters="/absolute/path/to/cluster1:/absolute/path/to/cluster2"
|
File diff suppressed because it is too large
Load diff
|
@ -6,10 +6,10 @@
|
|||
#
|
||||
|
||||
PORTNAME= netbeans
|
||||
PORTVERSION= 4.0
|
||||
PORTVERSION= 4.1
|
||||
CATEGORIES= java devel
|
||||
MASTER_SITES= # http://www.netbeans.org/download/release36/promoted/FCS/
|
||||
DISTNAME= netbeans-4_0-bin
|
||||
MASTER_SITES=
|
||||
DISTNAME= netbeans-4_1
|
||||
|
||||
MAINTAINER= olgeni@FreeBSD.org
|
||||
COMMENT= A full-featured integrated environment for Java
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
MD5 (netbeans-4_0-bin.tar.bz2) = 316d552aa2f09e1ad92e7075a44f87aa
|
||||
SIZE (netbeans-4_0-bin.tar.bz2) = 31453414
|
||||
MD5 (netbeans-4_1.tar.bz2) = dcb45827c75aad703bc0a14b67e0aa45
|
||||
SIZE (netbeans-4_1.tar.bz2) = 40884468
|
||||
|
|
14
java/netbeans61/files/patch-etc_netbeans.conf
Normal file
14
java/netbeans61/files/patch-etc_netbeans.conf
Normal file
|
@ -0,0 +1,14 @@
|
|||
|
||||
$FreeBSD$
|
||||
|
||||
--- etc/netbeans.conf.orig
|
||||
+++ etc/netbeans.conf
|
||||
@@ -6,7 +6,7 @@
|
||||
netbeans_default_options="-J-Xms32m -J-Xmx128m -J-XX:PermSize=32m -J-XX:MaxPermSize=96m -J-Xverify:none"
|
||||
|
||||
# default location of J2SE JDK, can be overridden by using --jdkhome <dir> switch
|
||||
-#netbeans_jdkhome="/path/to/jdk"
|
||||
+netbeans_jdkhome="/usr/local/jdk1.4.2"
|
||||
|
||||
# clusters' paths separated by path.separator (semicolon on Windows, colon on Unices)
|
||||
#netbeans_extraclusters="/absolute/path/to/cluster1:/absolute/path/to/cluster2"
|
File diff suppressed because it is too large
Load diff
Loading…
Add table
Reference in a new issue