Index: head/graphics/fraqtive/Makefile =================================================================== --- head/graphics/fraqtive/Makefile (revision 296983) +++ head/graphics/fraqtive/Makefile (revision 296984) @@ -1,46 +1,48 @@ # New ports collection makefile for: fraqtive # Date created: Wed Sep 7 22:29:05 CEST 2005 # Whom: Markus Brueffer # # $FreeBSD$ # PORTNAME= fraqtive PORTVERSION= 0.4.5 PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= SF/fraqtive/Fraqtive/Fraqtive%20${PORTVERSION}/ MAINTAINER= makc@FreeBSD.org COMMENT= Draws Mandelbrot and Julia fractals USE_BZIP2= yes USE_QT_VER= 4 QT_COMPONENTS= gui opengl qmake_build uic_build moc_build rcc_build QT_NONSTANDARD= yes +USE_GL= glu HAS_CONFIGURE= yes CONFIGURE_ENV= QMAKESPEC="${QMAKESPEC}" \ QMAKE_CFLAGS="${CFLAGS}" CONFIGURE_ARGS= -prefix ${PREFIX} -qmake ${QMAKE} +MAKE_JOBS_SAFE= yes OPTIONS= SSE2 "Enable SSE2 optimization" off STRIP_FILES= bin/fraqtive .include .if !defined(WITH_SSE2) CONFIGURE_ARGS+=-no-sse2 .endif post-configure: @${FIND} ${WRKSRC} -name Makefile | ${XARGS} ${REINPLACE_CMD} \ -e 's|^CC .*|CC=${CC}|; s|^CXX .*|CXX=${CXX}|' \ -e 's|^LINK .*|LINK=${CXX}|' \ -e 's|^CFLAGS .*|CFLAGS=${CFLAGS} -Wall -W $$\(DEFINES\)|' \ -e 's|^CXXFLAGS .*|CXXFLAGS=${CXXFLAGS} -Wall -W $$\(DEFINES\)|' post-install: ${STRIP_CMD} ${STRIP_FILES:S,^,${PREFIX}/,} .include Property changes on: head/graphics/fraqtive/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.15 \ No newline at end of property +1.16 \ No newline at end of property Index: head/graphics/fraqtive/files/patch-src__meshview.cpp =================================================================== --- head/graphics/fraqtive/files/patch-src__meshview.cpp (nonexistent) +++ head/graphics/fraqtive/files/patch-src__meshview.cpp (revision 296984) @@ -0,0 +1,11 @@ +--- src/meshview.cpp 2009/12/17 19:54:48 66 ++++ src/meshview.cpp 2012/04/03 22:32:00 74 +@@ -16,6 +16,8 @@ + # define M_PI 3.14159265358979323846 + #endif + ++#include ++ + #include + #include + #include Property changes on: head/graphics/fraqtive/files/patch-src__meshview.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 Index: head/graphics/fraqtive/files/patch-src__src.pro =================================================================== --- head/graphics/fraqtive/files/patch-src__src.pro (nonexistent) +++ head/graphics/fraqtive/files/patch-src__src.pro (revision 296984) @@ -0,0 +1,13 @@ +--- src/src.pro 2009/12/15 17:10:52 64 ++++ src/src.pro 2012/04/03 22:32:00 74 +@@ -154,6 +154,10 @@ + LIBS += -lshell32 + } + ++unix { ++ LIBS += -lGLU ++} ++ + MOC_DIR = ../tmp + RCC_DIR = ../tmp + UI_DIR = ../tmp Property changes on: head/graphics/fraqtive/files/patch-src__src.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