/tmp/cvsopCrj9

This commit is contained in:
Oliver Lehmann 2005-10-08 17:47:56 +00:00
parent b008bd83cc
commit c1fc2f1938
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=144585
2 changed files with 16 additions and 1 deletions

View File

@ -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/ \

View 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");