summaryrefslogtreecommitdiffstats
path: root/net/liferea/files
diff options
context:
space:
mode:
authormezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2006-08-20 03:06:20 +0800
committermezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2006-08-20 03:06:20 +0800
commit15b2da4e7400e4784657201f206a7ccf00cea053 (patch)
treeb494f0d4af7b3545290e2aefde4e83a06e9c1025 /net/liferea/files
parentee72fd0ff89d000d5eac8e5afb3bee4740fa0cc1 (diff)
downloadmarcuscom-ports-15b2da4e7400e4784657201f206a7ccf00cea053.tar
marcuscom-ports-15b2da4e7400e4784657201f206a7ccf00cea053.tar.gz
marcuscom-ports-15b2da4e7400e4784657201f206a7ccf00cea053.tar.bz2
marcuscom-ports-15b2da4e7400e4784657201f206a7ccf00cea053.tar.lz
marcuscom-ports-15b2da4e7400e4784657201f206a7ccf00cea053.tar.xz
marcuscom-ports-15b2da4e7400e4784657201f206a7ccf00cea053.tar.zst
marcuscom-ports-15b2da4e7400e4784657201f206a7ccf00cea053.zip
Sync w/ FreeBSD ports tree.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@7073 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'net/liferea/files')
-rw-r--r--net/liferea/files/patch-src-liferea.in37
1 files changed, 0 insertions, 37 deletions
diff --git a/net/liferea/files/patch-src-liferea.in b/net/liferea/files/patch-src-liferea.in
deleted file mode 100644
index 79bda00fe..000000000
--- a/net/liferea/files/patch-src-liferea.in
+++ /dev/null
@@ -1,37 +0,0 @@
---- src/liferea.in.orig Sun Mar 19 03:50:55 2006
-+++ src/liferea.in Tue Mar 21 09:56:50 2006
-@@ -22,15 +22,17 @@
-
- look_for_mozilla() {
-
-- results=`ls -1d $1 2>/dev/null | sort -n`
-- while [ -n "$results" ]
-- do
-- path=`echo "$results" | tail -n 1`
-- results=`echo "$results" | grep -v $path`
-- 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" ]
-+ do
-+ path=`echo "$results" | tail -n 1`
-+ results=`echo "$results" | grep -v $path`
-+ path=`dirname $path` # strip comm.jar
-+ path=`dirname $path` # strip chrome
-+ run_with_mozilla $path
-+
-+ done
- done
- }
-
-@@ -39,6 +41,7 @@
- fi
-
- @MOZILLA_LIB_DIR_SEARCH@
-+look_for_mozilla "%FREEBSD_MOZILLA_HOME%/chrome/comm.jar"
- look_for_mozilla "/usr/lib/mozilla*/chrome/comm.jar"
- look_for_mozilla "/usr/lib64/mozilla*/chrome/comm.jar"
- look_for_mozilla "/usr/local/mozilla*/chrome/comm.jar"