Index: Makefile =================================================================== RCS file: /home/pcvs/ports/graphics/qslim/Makefile,v retrieving revision 1.28 diff -u -r1.28 Makefile --- Makefile 11 Aug 2011 19:19:34 -0000 1.28 +++ Makefile 6 Sep 2011 12:09:33 -0000 @@ -10,7 +10,8 @@ PORTVERSION= 2.1 PORTREVISION= 4 CATEGORIES= graphics -MASTER_SITES= http://graphics.cs.uiuc.edu/~garland/dist/ CENKES +MASTER_SITES= http://mgarland.org/files/dist/ \ + CENKES MAINTAINER= ports@FreeBSD.org COMMENT= SlimKit Surface Modeling Tools @@ -18,7 +19,7 @@ LIB_DEPENDS= png.6:${PORTSDIR}/graphics/png \ tiff.4:${PORTSDIR}/graphics/tiff \ gfx.0:${PORTSDIR}/graphics/libgfx \ - forms.1:${PORTSDIR}/x11-toolkits/xforms + forms.2:${PORTSDIR}/x11-toolkits/xforms CONFIGURE_WRKSRC= ${WRKSRC}/mixkit BUILD_WRKSRC= ${WRKSRC}/mixkit/src Index: pkg-descr =================================================================== RCS file: /home/pcvs/ports/graphics/qslim/pkg-descr,v retrieving revision 1.1 diff -u -r1.1 pkg-descr --- pkg-descr 6 Jan 2002 15:22:32 -0000 1.1 +++ pkg-descr 6 Sep 2011 12:16:03 -0000 @@ -5,4 +5,4 @@ The primary component of this package is the QSlim 2.0 surface simplification tool. -WWW: http://graphics.cs.uiuc.edu/~garland/software/qslim.html +WWW: http://mgarland.org/software/qslim.html Index: files/patch-mixkit-src_MxStdGUI.cxx =================================================================== RCS file: files/patch-mixkit-src_MxStdGUI.cxx diff -N files/patch-mixkit-src_MxStdGUI.cxx --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ files/patch-mixkit-src_MxStdGUI.cxx 6 Sep 2011 12:13:04 -0000 @@ -0,0 +1,11 @@ +--- mixkit/src/MxStdGUI.cxx.orig 2011-09-06 14:12:15.000000000 +0200 ++++ mixkit/src/MxStdGUI.cxx 2011-09-06 14:12:47.000000000 +0200 +@@ -15,7 +15,7 @@ + #include "MxGLUtils.h" + #include "MxSMF.h" + #include +-#include ++#include + #include + + Index: files/patch-tools-qslim_qvis.cxx =================================================================== RCS file: files/patch-tools-qslim_qvis.cxx diff -N files/patch-tools-qslim_qvis.cxx --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ files/patch-tools-qslim_qvis.cxx 6 Sep 2011 12:14:24 -0000 @@ -0,0 +1,11 @@ +--- tools/qslim/qvis.cxx.orig 2011-09-06 14:13:35.000000000 +0200 ++++ tools/qslim/qvis.cxx 2011-09-06 14:14:02.000000000 +0200 +@@ -14,7 +14,7 @@ + #include + #include + +-#include ++#include + #include + #include + #include