summaryrefslogtreecommitdiff
path: root/java/netbeans/files
diff options
context:
space:
mode:
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