From owner-freebsd-gnome@FreeBSD.ORG Sat Feb 14 15:34:43 2004 Return-Path: Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 81D2E16A4CE for ; Sat, 14 Feb 2004 15:34:43 -0800 (PST) Received: from epz01.nefonline.de (epz01.nefonline.de [212.204.66.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id C48E243D1D for ; Sat, 14 Feb 2004 15:34:42 -0800 (PST) (envelope-from J.Keil@gmx.de) Received: from chephren.lokal.lan (DSL01.212.114.235.244.NEFkom.net [212.114.235.244]) by epz01.nefonline.de (NEFkom Mailservice) with SMTP id i1ENYeF04322 for ; Sun, 15 Feb 2004 00:34:40 +0100 Date: Sun, 15 Feb 2004 00:34:37 +0100 From: Jochen Keil To: gnome@FreeBSD.org Message-Id: <20040215003437.2c240192@chephren.lokal.lan> X-Mailer: Sylpheed version 0.9.9claws (GTK+ 1.2.10; i386-portbld-freebsd5.2.1) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: mozilla-1.6_2,2 port X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: J.Keil@gmx.de List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Feb 2004 23:34:43 -0000 Hi I wanted to compile the mozilla port but it didn't work because there are some files which are using "lpthreads" instead of "pthreads" which won't work on a BSD system as far as i know The files are located as follows: in /usr/ports/www/mozilla/work/mozilla/js/src: Makefile, Makefile.in in /usr/ports/www/mozilla/work/mozilla/nsprpub: configure, configure.in in /usr/ports/www/mozilla/work/mozilla/directory/c-sdk: configure, configure.in in /usr/ports/www/mozilla/work/mozilla: configure, configure.in A simple sed -e s/lpthreads/pthreads/g on this files will do it. Regards, Jochen Keil -- FreeBSD chephren.lokal.lan 5.2-CURRENT FreeBSD 5.2-CURRENT #0: Sat Feb 14 13:08:20 CET 2004 jochen@chephren.lokal.lan:/usr/obj/usr/src/sys/CHEPHREN i386