From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jan 23 12:40:26 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3805E16A4CE for ; Sun, 23 Jan 2005 12:40:26 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1E1B043D55 for ; Sun, 23 Jan 2005 12:40:26 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j0NCePuq030687 for ; Sun, 23 Jan 2005 12:40:25 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j0NCePYZ030686; Sun, 23 Jan 2005 12:40:25 GMT (envelope-from gnats) Date: Sun, 23 Jan 2005 12:40:25 GMT Message-Id: <200501231240.j0NCePYZ030686@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Sam Lawrance Subject: Re: ports/76332: [patch] unbreak graphics/osg X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Sam Lawrance List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Jan 2005 12:40:26 -0000 The following reply was made to PR ports/76332; it has been noted by GNATS. From: Sam Lawrance To: freebsd-gnats-submit@FreeBSD.org, isunin@dennougedougakkai-ndd.org Cc: Subject: Re: ports/76332: [patch] unbreak graphics/osg Date: Sun, 23 Jan 2005 23:36:00 +1100 I just tested the supplied fix under a January 12 RELENG_4 and it didn't work. The first problem I see is that the definition of NULL in tiffio.h: # define NULL (void *) 0 is interfering with a whole bunch of stuff, including C++ standard headers. I have privately emailed the maintainer asking if they are still interested in maintaining the port. If they aren't I may fix, update and maintain OSG unless somebody else is keen. -Sam