FreeBSD Port: pornview-0.2.0.p.1

Jonathan Belson jon at witchspace.com
Sat May 17 05:36:22 PDT 2003


Kris Kennaway wrote:
> The package builds currently fail on 4.x:
> 
> http://bento.freebsd.org/errorlogs/i386-4-latest/pornview-0.2.0.p.1_1.log
> 
> Your workaround does not sound like a solution though.  stdin et al
> are defined for a reason ;-)

The problem is in the following structure:

struct ChildContext_Tag
{
	...blah...
     int     stdout_fd;
     int     stderr_fd;
     int     stdin_fd;
	...blah...
};

The author's (perfectly legitimate) members are being mangled by
the preprocessor.  It seems a little unfair to ask the author to
change them, the only other alternative I can see is to s/// every
reference to something that doesn't clash with the FreeBSD stdio.h.

Ugly :-(


--Jon

http://www.witchspace.com



More information about the freebsd-ports mailing list