summaryrefslogtreecommitdiffstats
path: root/devel/oaf
diff options
context:
space:
mode:
authorsobomax <sobomax@FreeBSD.org>2001-09-04 12:15:10 +0000
committersobomax <sobomax@FreeBSD.org>2001-09-04 12:15:10 +0000
commit66264fe95849e5ca030bed6053ab14695921a036 (patch)
tree2c168c3655942c0d221e8f8d9d57e03f0b5357ae /devel/oaf
parent6de57172b3261153d8d99abce8ceb59a4e4bca82 (diff)
downloadFreeBSD-ports-66264fe95849e5ca030bed6053ab14695921a036.zip
FreeBSD-ports-66264fe95849e5ca030bed6053ab14695921a036.tar.gz
Fix a bug that prevents some applications (e.g. Evolution) from starting-up
properly. This doesn't fix Nautilus, however. :( Submitted by: obrien
Diffstat (limited to 'devel/oaf')
-rw-r--r--devel/oaf/Makefile1
-rw-r--r--devel/oaf/files/patch-liboaf::oaf-registration.c13
2 files changed, 14 insertions, 0 deletions
diff --git a/devel/oaf/Makefile b/devel/oaf/Makefile
index dff0687..753de7f 100644
--- a/devel/oaf/Makefile
+++ b/devel/oaf/Makefile
@@ -7,6 +7,7 @@
PORTNAME= oaf
PORTVERSION= 0.6.5
+PORTREVISION= 1
CATEGORIES= devel gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= unstable/sources/oaf
diff --git a/devel/oaf/files/patch-liboaf::oaf-registration.c b/devel/oaf/files/patch-liboaf::oaf-registration.c
new file mode 100644
index 0000000..4282b65
--- /dev/null
+++ b/devel/oaf/files/patch-liboaf::oaf-registration.c
@@ -0,0 +1,13 @@
+
+$FreeBSD$
+
+--- liboaf/oaf-registration.c 2001/09/04 11:05:52 1.1
++++ liboaf/oaf-registration.c 2001/09/04 11:06:15
+@@ -395,6 +395,7 @@
+ if (od_iorstr)
+ oaf_setenv ("OAF_OD_IOR", od_iorstr);
+
++ sigprocmask (SIG_SETMASK, &omask, NULL);
+
+ close (iopipes[0]);
+
OpenPOWER on IntegriCloud