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
Responsible Changed From-To: freebsd-ports-bugs->infofarmer Over to maintainer
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!
* 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
State Changed From-To: open->closed Committed, thanks!