From owner-freebsd-ports@FreeBSD.ORG Thu Apr 24 05:10:11 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 27C0737B404; Thu, 24 Apr 2003 05:10:11 -0700 (PDT) Received: from maya40.nic.fr (maya40.nic.fr [192.134.4.151]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5AEBD43FB1; Thu, 24 Apr 2003 05:10:09 -0700 (PDT) (envelope-from francois.tigeot@nic.fr) Received: from brazil.nic.fr (brazil.nic.fr [192.134.4.77]) by maya40.nic.fr (8.12.4/8.12.4) with ESMTP id h3OCA3vg893011; Thu, 24 Apr 2003 14:10:03 +0200 (CEST) Received: from brazil.nic.fr (localhost [IPv6:::1]) by brazil.nic.fr (8.12.6p2/8.12.6) with ESMTP id h3OCA7tA074803; Thu, 24 Apr 2003 14:10:08 +0200 (CEST) (envelope-from tigeot@brazil.nic.fr) Received: (from tigeot@localhost) by brazil.nic.fr (8.12.6p2/8.12.6/Submit) id h3OCA7oh074802; Thu, 24 Apr 2003 14:10:07 +0200 (CEST) Date: Thu, 24 Apr 2003 14:10:07 +0200 From: Francois Tigeot To: kde@FreeBSD.org, ports@FreeBSD.org Message-ID: <20030424121007.GA94649@brazil.nic.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit User-Agent: Mutt/1.4.1i Organization: AFNIC / NIC-France Subject: Patch to enable cervisia in FreeBSD 5 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Apr 2003 12:10:11 -0000 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 # 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