freebsd-ports/net/blam/files/patch-blam.in
Tom McLaughlin 7027d6c4c7 Update to 1.8.4
* HTTP authentication.
* Ignoring SSL certificate errors (upon request).
* Partial support for Atom 1.0.
* Open links with target="_blank".
* Relative links work.
* Theme setting (and the program) works for first-time users (broken in
* previous release).
* RSS feeds with <content:encoded> work.
* The clipboard's content appears as the feed's address by default.
* Appear with the name 'blam' in process listings.

PR:		111635
Submitted by:	Phillip Neumann
Project by:	BSD# <http://www.mono-project.com/Mono:FreeBSD>
2007-06-10 20:32:06 +00:00

9 lines
392 B
Text

--- blam.in.orig Sun Apr 15 16:58:55 2007
+++ blam.in Sun Apr 15 16:59:02 2007
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/bin/sh
LD_LIBRARY_PATH="@prefix@/lib/blam:@MOZILLA_HOME@${LD_LIBRARY_PATH+:$LD_LIBRARY_PATH}" MOZILLA_FIVE_HOME=@MOZILLA_HOME@ \
-MOZILLA_HOME=@MOZILLA_HOME@ exec -a 'blam' mono @prefix@/lib/blam/blam.exe $@
+MOZILLA_HOME=@MOZILLA_HOME@ exec mono @prefix@/lib/blam/blam.exe $@