aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorsobomax <sobomax@FreeBSD.org>2001-09-27 23:13:40 +0800
committersobomax <sobomax@FreeBSD.org>2001-09-27 23:13:40 +0800
commit9e4d9ce833d8c07494bbd7c1dd70c9ddfc143228 (patch)
tree9653a58794a34d372b6474f69caa55d2771aa51e /www
parentadf6a02b5a5126720b1c6bfcfa9cf5df3aea37f7 (diff)
downloadfreebsd-ports-gnome-9e4d9ce833d8c07494bbd7c1dd70c9ddfc143228.tar.gz
freebsd-ports-gnome-9e4d9ce833d8c07494bbd7c1dd70c9ddfc143228.tar.zst
freebsd-ports-gnome-9e4d9ce833d8c07494bbd7c1dd70c9ddfc143228.zip
Make galeon-config-tool working on FreeBSD.
Submitted by: Alexander Leidinger <Alexander@Leidinger.net>
Diffstat (limited to 'www')
-rw-r--r--www/galeon/Makefile1
-rw-r--r--www/galeon/files/patch-galeon-config-tool.in14
-rw-r--r--www/galeon2/Makefile1
-rw-r--r--www/galeon2/files/patch-galeon-config-tool.in14
4 files changed, 30 insertions, 0 deletions
diff --git a/www/galeon/Makefile b/www/galeon/Makefile
index d8fbbb9538c2..0b1ec6da60b2 100644
--- a/www/galeon/Makefile
+++ b/www/galeon/Makefile
@@ -7,6 +7,7 @@
PORTNAME= galeon
PORTVERSION= 0.12.2
+PORTREVISION= 1
CATEGORIES= www gnome
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
diff --git a/www/galeon/files/patch-galeon-config-tool.in b/www/galeon/files/patch-galeon-config-tool.in
new file mode 100644
index 000000000000..baaed017f92a
--- /dev/null
+++ b/www/galeon/files/patch-galeon-config-tool.in
@@ -0,0 +1,14 @@
+
+$FreeBSD$
+
+--- galeon-config-tool.in.orig Sat Sep 15 14:58:19 2001
++++ galeon-config-tool.in Thu Sep 27 18:10:38 2001
+@@ -4,7 +4,7 @@
+
+ clean () {
+
+- if ps hu -C galeon-bin | grep $USER &>/dev/null 2>&1; then
++ if ps | awk '{print $5}' | grep -q galeon-bin; then
+ echo "Sorry, this script won't work while galeon is running"
+
+ else
diff --git a/www/galeon2/Makefile b/www/galeon2/Makefile
index d8fbbb9538c2..0b1ec6da60b2 100644
--- a/www/galeon2/Makefile
+++ b/www/galeon2/Makefile
@@ -7,6 +7,7 @@
PORTNAME= galeon
PORTVERSION= 0.12.2
+PORTREVISION= 1
CATEGORIES= www gnome
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
diff --git a/www/galeon2/files/patch-galeon-config-tool.in b/www/galeon2/files/patch-galeon-config-tool.in
new file mode 100644
index 000000000000..baaed017f92a
--- /dev/null
+++ b/www/galeon2/files/patch-galeon-config-tool.in
@@ -0,0 +1,14 @@
+
+$FreeBSD$
+
+--- galeon-config-tool.in.orig Sat Sep 15 14:58:19 2001
++++ galeon-config-tool.in Thu Sep 27 18:10:38 2001
+@@ -4,7 +4,7 @@
+
+ clean () {
+
+- if ps hu -C galeon-bin | grep $USER &>/dev/null 2>&1; then
++ if ps | awk '{print $5}' | grep -q galeon-bin; then
+ echo "Sorry, this script won't work while galeon is running"
+
+ else