summaryrefslogtreecommitdiff
path: root/java/netbeans/files
diff options
context:
space:
mode:
authorJimmy Olgeni <olgeni@FreeBSD.org>2008-05-14 21:16:57 +0000
committerJimmy Olgeni <olgeni@FreeBSD.org>2008-05-14 21:16:57 +0000
commit694b9167b2dacae57f19cfcb637afb2dfb6f7367 (patch)
tree51df679e6e20babf582b48730a5531f7d2c7f5b6 /java/netbeans/files
parentUpdate to 0.17 (diff)
Upgrade to version 6.1.
Notes
Notes: svn path=/head/; revision=213065
Diffstat (limited to 'java/netbeans/files')
-rw-r--r--java/netbeans/files/patch-platform8_lib_nbexec (renamed from java/netbeans/files/patch-platform7_lib_nbexec)10
1 files changed, 5 insertions, 5 deletions
diff --git a/java/netbeans/files/patch-platform7_lib_nbexec b/java/netbeans/files/patch-platform8_lib_nbexec
index 2c73cee9eabc..1a60b4a90ae2 100644
--- a/java/netbeans/files/patch-platform7_lib_nbexec
+++ b/java/netbeans/files/patch-platform8_lib_nbexec
@@ -1,9 +1,9 @@
$FreeBSD$
---- platform7/lib/nbexec.orig
-+++ platform7/lib/nbexec
-@@ -253,7 +253,7 @@
+--- platform8/lib/nbexec.orig
++++ platform8/lib/nbexec
+@@ -270,7 +270,7 @@
# detect system http proxy setting
detect_gnome_proxy () {
@@ -12,7 +12,7 @@ $FreeBSD$
if [ -x $gconftool ] ; then
proxy_mode=`$gconftool --get /system/proxy/mode 2>/dev/null`
if [ "$proxy_mode" = "manual" ] ; then
-@@ -282,18 +282,18 @@
+@@ -299,18 +299,18 @@
detect_kde_proxy () {
kioslaverc="${HOME}/.kde/share/config/kioslaverc"
if [ -f $kioslaverc ] ; then
@@ -35,7 +35,7 @@ $FreeBSD$
http_proxy_tmp="DIRECT"
return 0
fi
-@@ -314,14 +314,14 @@
+@@ -331,14 +331,14 @@
close
EOF