From owner-freebsd-ports@FreeBSD.ORG Tue May 13 08:39:34 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 D48FE37B401 for ; Tue, 13 May 2003 08:39:34 -0700 (PDT) Received: from mail.bellavista.cz (mail.bellavista.cz [213.235.167.218]) by mx1.FreeBSD.org (Postfix) with ESMTP id D4B6243FBD for ; Tue, 13 May 2003 08:39:33 -0700 (PDT) (envelope-from neuhauser@bellavista.cz) Received: from freepuppy.bellavista.cz (freepuppy.bellavista.cz [10.0.0.10]) by mail.bellavista.cz (Postfix) with ESMTP id D5E5944F; Tue, 13 May 2003 17:39:31 +0200 (CEST) Received: by freepuppy.bellavista.cz (Postfix, from userid 1001) id D43D92FDAB2; Tue, 13 May 2003 17:39:30 +0200 (CEST) Date: Tue, 13 May 2003 17:39:30 +0200 From: Roman Neuhauser To: Sean_Welch@alum.wofford.org Message-ID: <20030513153930.GM1036@freepuppy.bellavista.cz> Mail-Followup-To: Sean_Welch@alum.wofford.org, freebsd-ports@FreeBSD.org References: <3803858.1052770119648.JavaMail.nobody@thecount.psp.pas.earthlink.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3803858.1052770119648.JavaMail.nobody@thecount.psp.pas.earthlink.net> User-Agent: Mutt/1.5.1i cc: freebsd-ports@FreeBSD.org Subject: Re: Problems building mesagl on FreeBSD4.8-RELEASE 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: Tue, 13 May 2003 15:39:35 -0000 # welchsm@earthlink.net / 2003-05-12 13:08:35 -0500: > 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 I'll take the risk of making a fool of myself... I'm not quite sure, but this change would break the build for 5.x boxen. You'd have to add more logic to differentiate between the branches. BTW, you can have send-pr(1) save the PR instead of expediting it out. Maybe you could post a complete PR here? -- If you cc me or remove the list(s) completely I'll most likely ignore your message. see http://www.eyrie.org./~eagle/faqs/questions.html