From owner-freebsd-ports@FreeBSD.ORG Wed Sep 24 02:16:38 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 47A9416A4B3; Wed, 24 Sep 2003 02:16:38 -0700 (PDT) Received: from procyon.firepipe.net (procyon.firepipe.net [198.78.66.151]) by mx1.FreeBSD.org (Postfix) with ESMTP id BA6A74400D; Wed, 24 Sep 2003 02:16:37 -0700 (PDT) (envelope-from will@csociety.org) Received: by procyon.firepipe.net (Postfix, from userid 1000) id 3D10F2257B; Wed, 24 Sep 2003 02:16:37 -0700 (PDT) Date: Wed, 24 Sep 2003 02:16:36 -0700 From: Will Andrews To: current@freebsd.org, ports@freebsd.org, kde@freebsd.org Message-ID: <20030924091636.GK47671@procyon.firepipe.net> Mail-Followup-To: current@freebsd.org, ports@freebsd.org, kde@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.1i Subject: KDE 3.1.4 on 5.1-CURRENT fixes for PTHREAD_LIBS 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: Wed, 24 Sep 2003 09:16:38 -0000 Hello, With the help of Adriaan de Groot, Andy Fawcett, and Lauri Watts, I've successfully built KDE on 5.1-CURRENT as of 2003/09/19. The following patch can be applied: http://www.fruitsalad.org/patches/kde314-fixpth.diff using: cd /usr/ports && patch < kde314-fixpth.diff Please test this. Followups to kde@freebsd.org, flames to /dev/null. Thanks for your time. Note1: At the moment KDE hasn't been built on axp* for 4.9R, so this patch won't be committed in the meantime. Note2: Yes, we know -pthread was temporarily put back. It will be removed again soon. Note3: There are several ports that use KDE's configure scripts but are not maintained by us. These ports are most likely still broken. Some of them use our Makefile.kde code, and for those, I've added a line to ignore our pthfix since they will need their own. Note4: Patch has been applied to KDE HEAD to resolve the same issues. Therefore, this patch will be removed when 3.2 is released. Regards, -- wca