From owner-freebsd-ports@FreeBSD.ORG Fri May 16 12:30:56 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 A9FA237B401 for ; Fri, 16 May 2003 12:30:56 -0700 (PDT) Received: from mta01-svc.ntlworld.com (mta01-svc.ntlworld.com [62.253.162.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6D32543F3F for ; Fri, 16 May 2003 12:30:55 -0700 (PDT) (envelope-from jon@witchspace.com) Received: from witchspace.com ([80.3.251.242]) by mta01-svc.ntlworld.com (InterMail vM.4.01.03.37 201-229-121-137-20020806) with SMTP id <20030516193054.SLYB2283.mta01-svc.ntlworld.com@witchspace.com> for ; Fri, 16 May 2003 20:30:54 +0100 Received: (qmail 80018 invoked from network); 16 May 2003 19:30:53 -0000 Received: from unknown (HELO witchspace.com) (192.168.0.1) by dookie.witchspace.com with SMTP; 16 May 2003 19:30:53 -0000 Message-ID: <3EC53C6C.1040904@witchspace.com> Date: Fri, 16 May 2003 20:30:52 +0100 From: Jonathan Belson User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.3.1) Gecko/20030509 X-Accept-Language: en-us, en MIME-Version: 1.0 To: ports@FreeBSD.org Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: FreeBSD Port: pornview-0.2.0.p.1 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: Fri, 16 May 2003 19:30:56 -0000 Hiya I had some problems building 'pornview' on my -STABLE box, where it was failing with an error I couldn't quite figure out. After a bit of '-E' magic, I realised the author's code was being clobbered by the stdin/stdout/stderr #defines in stdio.h. My low tech solution was to #undef them in the code module in question (src/support/widgets/gtkmplayer.c) - after this the build was problem free. Has anyone else seen this problem? --Jon http://www.witchspace.com