aboutsummaryrefslogtreecommitdiff
path: root/net/liferea/files
diff options
context:
space:
mode:
authorHye-Shik Chang <perky@FreeBSD.org>2006-03-19 07:37:34 +0000
committerHye-Shik Chang <perky@FreeBSD.org>2006-03-19 07:37:34 +0000
commite0e53cd929472023d6227a9973d770439a2a29db (patch)
tree07457885e77847b75185c7668f767ab9ae8c9201 /net/liferea/files
parent2470af1a6ccf416e8ff67058fd26dcd6d231d8fb (diff)
downloadports-e0e53cd929472023d6227a9973d770439a2a29db.tar.gz
ports-e0e53cd929472023d6227a9973d770439a2a29db.zip
Notes
Diffstat (limited to 'net/liferea/files')
-rw-r--r--net/liferea/files/patch-src::liferea21
1 files changed, 7 insertions, 14 deletions
diff --git a/net/liferea/files/patch-src::liferea b/net/liferea/files/patch-src::liferea
index cda39ddd085c..e1b2db08aced 100644
--- a/net/liferea/files/patch-src::liferea
+++ b/net/liferea/files/patch-src::liferea
@@ -1,16 +1,9 @@
---- src/liferea.orig Wed Jul 6 07:02:55 2005
-+++ src/liferea Fri Jul 8 10:17:39 2005
-@@ -18,21 +18,24 @@
-
- MOZILLA_FIVE_HOME=$MOZILLA_HOME
- export MOZILLA_FIVE_HOME
-+ echo Using mozilla from $MOZILLA_FIVE_HOME
- exec "$dist_bin/liferea-bin" $params
- fi
- }
+--- src/liferea.orig Fri Mar 3 23:18:13 2006
++++ src/liferea Thu Mar 16 17:18:19 2006
+@@ -22,15 +22,17 @@
look_for_mozilla() {
--
+
- results=`ls -1d $1 2>/dev/null | sort -n`
- while [ -n "$results" ]
- do
@@ -19,7 +12,7 @@
- path=`dirname $path` # strip comm.jar
- path=`dirname $path` # strip chrome
- run_with_mozilla $path
-+
+-
+ for p in $1; do
+ results=`ls -1d $p 2>/dev/null | sort -n`
+ while [ -n "$results" ]
@@ -29,12 +22,12 @@
+ path=`dirname $path` # strip comm.jar
+ path=`dirname $path` # strip chrome
+ run_with_mozilla $path
-
++
+ done
done
}
-@@ -40,6 +43,7 @@
+@@ -38,6 +40,7 @@
run_with_mozilla $MOZILLA_FIVE_HOME
fi