From owner-freebsd-ports@FreeBSD.ORG Mon May 12 13:08:41 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 4F7E337B401 for ; Mon, 12 May 2003 13:08:41 -0700 (PDT) Received: from avocet.mail.pas.earthlink.net (avocet.mail.pas.earthlink.net [207.217.120.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 870FD43FDD for ; Mon, 12 May 2003 13:08:40 -0700 (PDT) (envelope-from welchsm@earthlink.net) Received: from thecount.psp.pas.earthlink.net ([207.217.78.22]) by avocet.mail.pas.earthlink.net with esmtp (Exim 3.33 #1) id 19FJbD-000563-00 for freebsd-ports@FreeBSD.org; Mon, 12 May 2003 13:08:39 -0700 Received: from [207.217.78.203] by EarthlinkWAM via HTTP; Mon May 12 13:08:39 PDT 2003 Message-ID: <3803858.1052770119648.JavaMail.nobody@thecount.psp.pas.earthlink.net> Date: Mon, 12 May 2003 13:08:35 -0500 (GMT) From: Sean Welch To: freebsd-ports@FreeBSD.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Mailer: Earthlink Web Access Mail version 3.0 Subject: Problems building mesagl on FreeBSD4.8-RELEASE X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Sean_Welch@alum.wofford.org List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 May 2003 20:08:41 -0000 I would file a PR, but as none of my FreeBSD systems are set up to mail directly I can't use send-pr (using webmail currently), and the web interface at freebsd.org is still not available. I had to apply the following patch (to a patch) in order to get it to compile: --- patch-aa.orig Sat May 10 15:33:00 2003 +++ patch-aa Mon May 12 14:59:31 2003 @@ -32,6 +32,6 @@ echo "${ECHO_T}yes" >&6 - CFLAGS="$CFLAGS -D_REENTRANT -DPTHREADS" + CFLAGS="$CFLAGS -D_THREAD_SAFE -D_REENTRANT -DPTHREADS" - THREAD_LIBS="$THREAD_LIBS -lc_r" + THREAD_LIBS="$THREAD_LIBS -pthread" else echo "$as_me: failed program was:" >&5