Index: head/graphics/fracplanet/Makefile =================================================================== --- head/graphics/fracplanet/Makefile (revision 296993) +++ head/graphics/fracplanet/Makefile (revision 296994) @@ -1,51 +1,52 @@ # New ports collection makefile for: fracplanet # Date created: 15 Sep 2005 # Whom: Igor Pokrovsky # # $FreeBSD$ # PORTNAME= fracplanet PORTVERSION= 0.4.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org COMMENT= An interactive generator of planets and terrain BUILD_DEPENDS= xsltproc:${PORTSDIR}/textproc/libxslt LIB_DEPENDS= boost_program_options.4:${PORTSDIR}/devel/boost-libs WRKSRC= ${WRKDIR}/${PORTNAME} +USE_GL= glu USE_QT_VER= 4 QT_COMPONENTS= corelib gui opengl \ moc_build qmake_build QT_NONSTANDARD= yes HAS_CONFIGURE= yes CONFIGURE_ENV= QTDIR="${QT_PREFIX}" CONFIGURE_ARGS= -spec ${QMAKESPEC} USE_GMAKE= yes MAN1= ${PORTNAME}.1 PORTDOCS= ${PORTNAME}.css ${PORTNAME}.htm PLIST_FILES= bin/${PORTNAME} post-patch: .for file in BUILD VERSION configure @${REINPLACE_CMD} -e \ '/^#!/s|/.*bash|/bin/sh|g' ${WRKSRC}/${file} .endfor do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/man/man1/${PORTNAME}.1 ${MAN1PREFIX}/man/man1 .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} .for file in ${PORTDOCS} ${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR} .endfor .endif .include Property changes on: head/graphics/fracplanet/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.13 \ No newline at end of property +1.14 \ No newline at end of property Index: head/graphics/fracplanet/files/patch-fracplanet.pro =================================================================== --- head/graphics/fracplanet/files/patch-fracplanet.pro (nonexistent) +++ head/graphics/fracplanet/files/patch-fracplanet.pro (revision 296994) @@ -0,0 +1,11 @@ +--- fracplanet.pro~ 2012-05-19 23:50:08.000000000 -0300 ++++ fracplanet.pro 2012-05-19 23:50:19.000000000 -0300 +@@ -8,7 +8,7 @@ + + HEADERS += $$system(ls *.h) + SOURCES += $$system(ls *.cpp) +-LIBS += -lboost_program_options ++LIBS += -lboost_program_options -lGLU + + DEFINES += QT_DLL + Property changes on: head/graphics/fracplanet/files/patch-fracplanet.pro ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.3 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/graphics/fracplanet/files/patch-triangle_mesh_viewer_display.cpp =================================================================== --- head/graphics/fracplanet/files/patch-triangle_mesh_viewer_display.cpp (nonexistent) +++ head/graphics/fracplanet/files/patch-triangle_mesh_viewer_display.cpp (revision 296994) @@ -0,0 +1,11 @@ +--- triangle_mesh_viewer_display.cpp~ 2012-05-19 23:49:24.000000000 -0300 ++++ triangle_mesh_viewer_display.cpp 2012-05-19 23:49:55.000000000 -0300 +@@ -24,6 +24,8 @@ + #include "matrix33.h" + #include "triangle_mesh_viewer.h" + ++#include ++ + TriangleMeshViewerDisplay::TriangleMeshViewerDisplay(TriangleMeshViewer* parent,const QGLFormat& format,const ParametersRender* param,const std::vector& m,bool verbose) + :QGLWidget(format,parent) + ,_notify(*parent) Property changes on: head/graphics/fracplanet/files/patch-triangle_mesh_viewer_display.cpp ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property