/tmp/cvsopCrj9
This commit is contained in:
parent
b008bd83cc
commit
c1fc2f1938
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=144585
@ -7,7 +7,7 @@
|
||||
|
||||
PORTNAME= xfce4-fm
|
||||
PORTVERSION= 4.2.2
|
||||
PORTREVISION= 0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= x11-fm xfce
|
||||
MASTER_SITES= http://www.us.xfce.org/archive/xfce-${PORTVERSION}/src/ \
|
||||
http://www.ca-us.xfce.org/archive/xfce-${PORTVERSION}/src/ \
|
||||
|
15
x11-fm/xfce4-fm/files/patch-libs-tubo.c
Normal file
15
x11-fm/xfce4-fm/files/patch-libs-tubo.c
Normal file
@ -0,0 +1,15 @@
|
||||
--- libs/tubo.c.orig Sat Oct 8 11:33:42 2005
|
||||
+++ libs/tubo.c Sat Oct 8 11:34:37 2005
|
||||
@@ -296,9 +296,12 @@
|
||||
printf("tubowait...\n");
|
||||
#endif
|
||||
#ifdef __FreeBSD__
|
||||
+#include <osreldate.h>
|
||||
+#if __FreeBSD_version < 503000
|
||||
/* This apparently does the bug workaround for wait failure
|
||||
* on FreeBSD 5.1: */
|
||||
if (kill(PID,SIGCONT) == 0) return TRUE;
|
||||
+#endif
|
||||
#endif
|
||||
#ifdef HYPER_DEBUG
|
||||
printf("tubowait...dead...\n");
|
Loading…
Reference in New Issue
Block a user