Index: head/graphics/sharpconstruct/Makefile =================================================================== --- head/graphics/sharpconstruct/Makefile (revision 201320) +++ head/graphics/sharpconstruct/Makefile (revision 201321) @@ -1,47 +1,38 @@ # ports collection makefile for: sharpconstruct # Date created: 24 Feb 2006 # Whom: Dmitry Marakasov # # $FreeBSD$ # PORTNAME= sharpconstruct PORTVERSION= 0.11 PORTREVISION= 1 CATEGORIES= graphics -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITES= SF MASTER_SITE_SUBDIR= sharp3d MAINTAINER= amdmi3@amdmi3.ru COMMENT= 3D modeller for organic shapes LIB_DEPENDS= gtkglextmm-x11-1.2.0:${PORTSDIR}/x11-toolkits/gtkglextmm \ glademm-2.4.1:${PORTSDIR}/devel/libglademm24 USE_BZIP2= yes USE_X_PREFIX= yes USE_GL= yes USE_GMAKE= yes GNU_CONFIGURE= yes -USE_GCC= 3.4+ MAN1= sharpconstruct.1 -ONLY_FOR_ARCHS= i386 - post-patch: @${REINPLACE_CMD} -e 's|malloc.h|stdlib.h|' ${WRKSRC}/include/Align.hh @${REINPLACE_CMD} -e 's|"/sharpconstruct|"|' ${WRKSRC}/src/MainWindow.cc @${REINPLACE_CMD} -e 's|/usr/share/sharpconstruct|${DATADIR}|' ${WRKSRC}/src/MainWindow.cc @${REINPLACE_CMD} -e '/FileDialog/,/}/ d' ${WRKSRC}/src/MainWindow.cc @${REINPLACE_CMD} -e 's|memalign(b,c)|malloc(c)|' ${WRKSRC}/include/Align.hh @${FIND} ${WRKSRC} -name Makefile.in -print0 | ${XARGS} -0 \ ${REINPLACE_CMD} -e '/^DEFS / s|$$| -DDATADIR=\\"${DATADIR}\\"|' -.include - -.if ${OSVERSION} >= 700042 -BROKEN= Does not compile with GCC 4.2 -.endif - -.include +.include Property changes on: head/graphics/sharpconstruct/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/sharpconstruct/files/patch-include-Optimized.h =================================================================== --- head/graphics/sharpconstruct/files/patch-include-Optimized.h (nonexistent) +++ head/graphics/sharpconstruct/files/patch-include-Optimized.h (revision 201321) @@ -0,0 +1,11 @@ +--- include/Optimized.h.orig Sat Dec 31 06:26:59 2005 ++++ include/Optimized.h Thu Oct 11 02:07:55 2007 +@@ -193,7 +193,7 @@ + void Normalize( Point3D& ); + + typedef Point3D Normal3D; +- typedef std::vector< Point3D, Align< Point3D > > Point3DVector; ++ typedef std::vector< Point3D > Point3DVector; + + void Normalize( Point3DVector& ); + /*class Point3DVector Property changes on: head/graphics/sharpconstruct/files/patch-include-Optimized.h ___________________________________________________________________ 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