Index: head/graphics/kisomandel/Makefile =================================================================== --- head/graphics/kisomandel/Makefile (revision 99170) +++ head/graphics/kisomandel/Makefile (revision 99171) @@ -1,39 +1,36 @@ # ex:ts=8 # New ports collection makefile for: Kisomandel # Date created: Jun 10, 2001 # Whom: ijliao # # $FreeBSD$ # PORTNAME= kisomandel PORTVERSION= 0.66 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= arved MAINTAINER= ports@freebsd.org COMMENT= A fractal rendering program with nice 3d-display in realtime LIB_DEPENDS= png:${PORTSDIR}/graphics/png USE_BZIP2= yes USE_REINPLACE= yes -USE_QT_VER= 2 +USE_QT_VER= 3 GNU_CONFIGURE= yes WRKSRC= ${WRKDIR}/${PORTNAME} USE_GMAKE= yes .include -.if ${OSVERSION} >= 501000 -BROKEN= "Does not compile" -.endif - post-patch: - @${REINPLACE_CMD} -e "s,-lqt,-lqt2,g" ${WRKSRC}/configure + @${REINPLACE_CMD} -e "s,-lqt,-lqt-mt ${PTHREAD_LIBS},g" ${WRKSRC}/configure @${FIND} ${WRKSRC} -name Makefile.in | ${XARGS} \ - ${REINPLACE_CMD} -e "s,-lqt,-lqt2,g" + ${REINPLACE_CMD} -e "s,-lqt,-lqt-mt ${PTHREAD_LIBS},g" @${REINPLACE_CMD} -e "s,malloc.h,stdlib.h,g" ${WRKSRC}/kisomandel/fractal.cpp .include Property changes on: head/graphics/kisomandel/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.8 \ No newline at end of property +1.9 \ No newline at end of property Index: head/graphics/kisomandel/files/patch-settings =================================================================== --- head/graphics/kisomandel/files/patch-settings (nonexistent) +++ head/graphics/kisomandel/files/patch-settings (revision 99171) @@ -0,0 +1,48 @@ +--- settings.h.orig Fri Jan 23 20:58:47 2004 ++++ kisomandel/settings.h Fri Jan 23 20:59:01 2004 +@@ -29,6 +29,7 @@ + #include + #include + #include ++#include + + #include "kisomandel.h" + #include "isosettings_form.h" +--- settings.cpp.orig Fri Jan 23 20:58:51 2004 ++++ kisomandel/settings.cpp Fri Jan 23 20:59:31 2004 +@@ -52,7 +52,7 @@ + + ///////////////////// DoubleNumEdit ///////////////////// + +-DoubleNumEdit::DoubleNumEdit (QWidget *parent = 0, const char* name = 0, WFlags fl = 0 ) : QLineEdit (parent,name) ++DoubleNumEdit::DoubleNumEdit (QWidget *parent , const char* name , WFlags fl ) : QLineEdit (parent,name) + { + setValidator (new QDoubleValidator(this) ); + } +@@ -108,7 +108,7 @@ + + ///////////////////// IsoPrefsForm ///////////////////// + +-IsoPrefs::IsoPrefs (QWidget* parent = 0, const char* name = 0, WFlags fl = 0 ) : IsoPrefsForm (parent,name) ++IsoPrefs::IsoPrefs (QWidget* parent , const char* name , WFlags fl ) : IsoPrefsForm (parent,name) + { + settingUp=false; + +@@ -283,7 +283,7 @@ + ///////////////////// FractPrefsForm ///////////////////// + + +-FractPrefs::FractPrefs (QWidget* parent = 0, const char* name = 0, WFlags fl = 0 ) : FractPrefsForm (parent,name) ++FractPrefs::FractPrefs (QWidget* parent , const char* name , WFlags fl ) : FractPrefsForm (parent,name) + { + if (fract->prefsPosX == -1 || fract->prefsPosY == -1) + { +@@ -537,7 +537,7 @@ + + ///////////////////// GeneralPrefsForm ///////////////////// + +-GeneralPrefs::GeneralPrefs (QWidget* parent = 0, const char* name = 0, WFlags fl = 0 ) ++GeneralPrefs::GeneralPrefs (QWidget* parent , const char* name , WFlags fl ) + { + if (mainwin->generalPrefsPosX == -1 || mainwin->generalPrefsPosY == -1) + { Property changes on: head/graphics/kisomandel/files/patch-settings ___________________________________________________________________ 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