summaryrefslogtreecommitdiff
path: root/www/amphetadesk/files/patch-lib::AmphetaDesk::WWW.pm
diff options
context:
space:
mode:
authorMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2005-10-11 22:10:24 +0000
committerMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2005-10-11 22:10:24 +0000
commitca7d54cfa73c075de1d95f7cd336c4f51a13f3ca (patch)
treecf16fadb65e284d3cb1ca4707989baaf7959e7ce /www/amphetadesk/files/patch-lib::AmphetaDesk::WWW.pm
parentUpdate to 3.5.4 (diff)
o Take over maintainership on previous maintainers request
o Uphold hier(7) o Add rc.d(8) rc.subr(8) script o Fix several warnings o Change default rss channels to BSD based ones: - http://www.freebsd.org/ - http://www.freshports.org/ - http://www.oreillynet.com/pub/au/73 - http://bsdnews.com/ o Fetch an updated full channel list from the Internet if none previously exist o Add fork(2)/exec(3) browser support with signal(3) SIGCHLD handling o AmphetaDesk now allows per user configurations. Due to that, it now requires a user with a home directory so that. One can use the rc.d script to choose a user to launch AmphetaDesk from startup or just to run it normally from any user other than root o Bump PORTREVISION Approved by: Kenneth Stailey <kstailey@yahoo.com> (previous maintainer)
Diffstat (limited to 'www/amphetadesk/files/patch-lib::AmphetaDesk::WWW.pm')
-rw-r--r--www/amphetadesk/files/patch-lib::AmphetaDesk::WWW.pm22
1 files changed, 22 insertions, 0 deletions
diff --git a/www/amphetadesk/files/patch-lib::AmphetaDesk::WWW.pm b/www/amphetadesk/files/patch-lib::AmphetaDesk::WWW.pm
new file mode 100644
index 000000000000..c6c78d128b9f
--- /dev/null
+++ b/www/amphetadesk/files/patch-lib::AmphetaDesk::WWW.pm
@@ -0,0 +1,22 @@
+--- lib/AmphetaDesk/WWW.pm.orig Tue Oct 29 03:30:40 2002
++++ lib/AmphetaDesk/WWW.pm Mon Oct 10 14:16:59 2005
+@@ -103,7 +103,9 @@
+ $req->proxy_authorization_basic($un, $pw); }
+
+ # set our referer and grab our URL.
++ if (get_setting("user_http_referer")) {
+ $req->referer( get_setting("user_http_referer") );
++ }
+ my $res = $ua->request($req);
+
+ # did things go happily or sadly?
+@@ -171,7 +173,9 @@
+ $req->proxy_authorization_basic($un, $pw); }
+
+ # set our referer and grab our URL.
++ if (get_setting("user_http_referer")) {
+ $req->referer( get_setting("user_http_referer") );
++ }
+ my $res = $ua->request($req);
+
+ # did things go happily or sadly?