Bug 102792 - games/palomino: does not build
Summary: games/palomino: does not build
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Andrew Pantyukhin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-09-02 16:20 UTC by Dmitry Marakasov
Modified: 2006-09-03 19:48 UTC (History)
0 users

See Also:


Attachments
palomino.log.gz (6.13 KB, text/plain)
2006-09-02 16:20 UTC, Dmitry Marakasov
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Dmitry Marakasov 2006-09-02 16:20:19 UTC
New port games/palomino does not build. Seems like ${X11BASE}/include is not passed to gcc via -I option (so GL/gl.h and GL/glu.h are not being found). Also this port does not respect ${CC}/${CXX}/${CFLAGS}/${CXXFLAGS}. Who let this in?

How-To-Repeat: cd /usr/ports/games/palomino && make
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2006-09-02 16:20:36 UTC
Responsible Changed
From-To: freebsd-ports-bugs->infofarmer

Over to maintainer
Comment 2 Andrew Pantyukhin freebsd_committer freebsd_triage 2006-09-03 10:29:05 UTC
On 9/2/06, Dmitry Marakasov <amdmi3@mail.ru> wrote:
> New port games/palomino does not build. Seems like ${X11BASE}/include
> is not passed to gcc via -I option (so GL/gl.h and GL/glu.h are not being
> found). Also this port does not respect ${CC}/${CXX}/${CFLAGS}/${CXXFLAGS}.
> Who let this in?
>
> begin 644 palomino.log.gz

What does /usr/local/include/GL/glut.h do on your system?

I'll look into the issues of respect some time later. Patch is
welcome.

Please limit lines to 60-75 chars. Thanks!
Comment 3 Dmitry Marakasov 2006-09-03 16:41:00 UTC
* Andrew Pantyukhin (infofarmer@FreeBSD.org) wrote:
> What does /usr/local/include/GL/glut.h do on your system?
> 
> I'll look into the issues of respect some time later. Patch is
> welcome.

Thanks.
/usr/local/include/glut.h belonged to ports/graphics/freeglut.
After removing named port, palomino compiles without errors.
Looks like freeglut should be added as CONFLICT or something.
No patch ATM, sorry :(

-- 
Best regards,
 Dmitry                          mailto:amdmi3@mail.ru
Comment 4 sat freebsd_committer freebsd_triage 2006-09-03 19:48:46 UTC
State Changed
From-To: open->closed

Committed, thanks!