Index: head/graphics/autoq3d/Makefile =================================================================== --- head/graphics/autoq3d/Makefile (revision 296992) +++ head/graphics/autoq3d/Makefile (revision 296993) @@ -1,56 +1,58 @@ # New ports collection makefile for: autoq3d # Date created: 28 Jul 2007 # Whom: Yinghong.Liu # # $FreeBSD$ # PORTNAME= autoq3d DISTVERSION= 1.40 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/AutoQ3D%20${PORTVERSION} DISTNAME= AutoQ3DCommunity${PORTVERSION:C/\./-/}qt4source MAINTAINER= ports@FreeBSD.org COMMENT= A complete QT quick 3d model editor program LICENSE= GPLv2 GPLv3 LICENSE_COMB= dual +USE_GL= glu USE_ZIP= yes USE_QT_VER= 4 QT_COMPONENTS= corelib gui opengl \ moc_build qmake_build MAKE_JOBS_SAFE= yes DESKTOP_ENTRIES= "AutoQ3D" \ "A complete QT quick 3d model editor program" \ "AutoQ3D" \ "AutoQ3D" \ "Qt;KDE;Graphics;" \ "false" post-patch: .for file in src/main.cpp src/fgui/cadform.cpp src/dialogs/prgsettings.cpp @${REINPLACE_CMD} -e \ 's|/usr/share/AutoQ3D-Community|${DATADIR}|g' ${WRKSRC}/${file} .endfor do-configure: @(cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${QMAKE} ${QMAKEFLAGS}) do-install: ${INSTALL_PROGRAM} ${WRKSRC}/AutoQ3D ${PREFIX}/bin @${MKDIR} ${DATADIR} ${INSTALL_DATA} ${WRKSRC}/*.htm ${DATADIR} ${INSTALL_DATA} ${WRKSRC}/*.qm ${DATADIR} @${MKDIR} ${DATADIR}/images ${INSTALL_DATA} ${WRKSRC}/images/*.png ${DATADIR}/images @${MKDIR} ${PREFIX}/share/pixmaps ${INSTALL_DATA} ${WRKSRC}/AutoQ3D.png ${PREFIX}/share/pixmaps .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/docs/*.txt ${DOCSDIR} .endif .include Property changes on: head/graphics/autoq3d/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.10 \ No newline at end of property +1.11 \ No newline at end of property Index: head/graphics/autoq3d/files/patch-AutoQ3D.pro =================================================================== --- head/graphics/autoq3d/files/patch-AutoQ3D.pro (nonexistent) +++ head/graphics/autoq3d/files/patch-AutoQ3D.pro (revision 296993) @@ -0,0 +1,10 @@ +--- AutoQ3D.pro~ 2012-05-19 22:52:00.000000000 -0300 ++++ AutoQ3D.pro 2012-05-19 22:56:52.000000000 -0300 +@@ -8,6 +8,7 @@ + win32:LIBS+= -L$(QTDIR)/plugins/imageformats -lqjpeg4 + + QT += opengl ++LIBS += -lGLU + DEPENDPATH += . \ + src \ + src/cmds \ Property changes on: head/graphics/autoq3d/files/patch-AutoQ3D.pro ___________________________________________________________________ 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 Index: head/graphics/autoq3d/files/patch-src__fgui__glapparea.cpp =================================================================== --- head/graphics/autoq3d/files/patch-src__fgui__glapparea.cpp (nonexistent) +++ head/graphics/autoq3d/files/patch-src__fgui__glapparea.cpp (revision 296993) @@ -0,0 +1,11 @@ +--- src/fgui/glapparea.cpp~ 2012-05-19 22:54:35.000000000 -0300 ++++ src/fgui/glapparea.cpp 2012-05-19 22:54:50.000000000 -0300 +@@ -24,6 +24,8 @@ + #include + #include + ++#include ++ + + GLAppArea::GLAppArea( QWidget* parent,QStringList* strlista) + : QGLWidget( parent) Property changes on: head/graphics/autoq3d/files/patch-src__fgui__glapparea.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