Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 24 Apr 2003 14:10:07 +0200
From:      Francois Tigeot <francois.tigeot@nic.fr>
To:        kde@FreeBSD.org, ports@FreeBSD.org
Subject:   Patch to enable cervisia in FreeBSD 5
Message-ID:  <20030424121007.GA94649@brazil.nic.fr>

next in thread | raw e-mail | index | archive | help
Hi,

The building of cervisia has been disabled in the kdesdk3 port under
FreeBSD 5.

The original reason for this (C++ breakage in sys/wait.h) is no longer
present in 5.0-RELEASE.

Please consider the following patch against devel/kdesdk3/Makefile


--- Makefile.orig       Thu Apr 24 14:02:48 2003
+++ Makefile    Thu Apr 24 11:59:45 2003
@@ -32,8 +32,9 @@
 .include <bsd.port.pre.mk>
 
 # Doesn't compile due to C++-unsafe header sys/wait.h.
-# XXX: Need to figure out when this actually happens.
-.if ${OSVERSION} > 500000
+# XXX: Need to figure out when this actually happens but
+# 5.0-RELEASE is safe
+.if ${OSVERSION} > 500000 && ${OSVERSION} < 500043
 WITHOUT_CERVISIA=      yes
 .endif # ${OSVERSION} > 500000


-- 
François Tigeot    | AFNIC
http://www.nic.fr/ | mailto:nic@nic.fr



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030424121007.GA94649>