diff options
Diffstat (limited to 'graphics/makehuman')
-rw-r--r-- | graphics/makehuman/Makefile | 46 | ||||
-rw-r--r-- | graphics/makehuman/distinfo | 2 | ||||
-rw-r--r-- | graphics/makehuman/files/patch-src__ComponentID.h | 11 | ||||
-rw-r--r-- | graphics/makehuman/files/patch-src__FileTools.cpp | 11 | ||||
-rw-r--r-- | graphics/makehuman/files/patch-src__FileTools.h | 12 | ||||
-rw-r--r-- | graphics/makehuman/pkg-descr | 7 |
6 files changed, 0 insertions, 89 deletions
diff --git a/graphics/makehuman/Makefile b/graphics/makehuman/Makefile deleted file mode 100644 index 041ce95bdca3..000000000000 --- a/graphics/makehuman/Makefile +++ /dev/null @@ -1,46 +0,0 @@ -# Created by: Dmitry Marakasov <amdmi3@amdmi3.ru> -# $FreeBSD$ - -PORTNAME= makehuman -DISTVERSION= 0.9.1-rc1a -PORTREVISION= 15 -CATEGORIES= graphics -MASTER_SITES= SF/${PORTNAME}/MakeHuman%20Source/MakeHuman_091 - -MAINTAINER= ports@FreeBSD.org -COMMENT= Application for parametrical modeling of 3D humanoid characters - -BROKEN= unfetchable -DEPRECATED= Unfetchable, unmaintained -EXPIRATION_DATE= 2019-10-16 - -LIB_DEPENDS= libanimorph.so:graphics/animorph \ - libmhgui.so:graphics/mhgui - -USES= gmake pkgconfig -GNU_CONFIGURE= yes -USE_GL= glut -USE_GCC= any # Animation.cpp:94:26: error: variable length array of non-POD element type 'Animorph::BodySettings' - -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib - -PLIST_FILES= bin/${PORTNAME} -PORTDOCS= * -PORTDATA= * - -OPTIONS_DEFINE= DOCS - -post-patch: - @${REINPLACE_CMD} -e 's,find . \(-name .*\) -exec cp --parents {} \(.*\) \\;,find -d . \1 | ${CPIO} -dumpl \2,g' \ - ${WRKSRC}/pixmaps/Makefile.in ${WRKSRC}/data/Makefile.in - @${REINPLACE_CMD} -e '/getUserWorkDir/ s|"makehuman"|".makehuman"|g' ${WRKSRC}/src/util.cpp - @${REINPLACE_CMD} -e '/^makehuman_pixmapsdir =/ s|pixmaps/makehuman|makehuman/pixmaps|' ${WRKSRC}/pixmaps/Makefile.in - @${REINPLACE_CMD} -e '/^packagepixmapsdir=/ s|pixmaps/\$${PACKAGE}|$${PACKAGE}/pixmaps|' ${WRKSRC}/configure - @${REINPLACE_CMD} -e '/^makehumandocdir =/ s|doc/|share/doc/|' ${WRKSRC}/Makefile.in - -post-install: - ${FIND} ${STAGEDIR}${DATADIR} -type d -print0 | ${XARGS} -0 -n 10 ${CHMOD} 0755 - ${FIND} ${STAGEDIR}${DATADIR} -type f -print0 | ${XARGS} -0 -n 10 ${CHMOD} 0644 - -.include <bsd.port.mk> diff --git a/graphics/makehuman/distinfo b/graphics/makehuman/distinfo deleted file mode 100644 index bbaa466d4c74..000000000000 --- a/graphics/makehuman/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (makehuman-0.9.1-rc1a.tar.gz) = 928596672476dec5ce1147cf2eba8a350e84fa4be35b6082813bb2744487e6e0 -SIZE (makehuman-0.9.1-rc1a.tar.gz) = 29807456 diff --git a/graphics/makehuman/files/patch-src__ComponentID.h b/graphics/makehuman/files/patch-src__ComponentID.h deleted file mode 100644 index bd250e901626..000000000000 --- a/graphics/makehuman/files/patch-src__ComponentID.h +++ /dev/null @@ -1,11 +0,0 @@ ---- src/ComponentID.h.orig 2007-12-03 01:30:18.000000000 +0300 -+++ src/ComponentID.h 2013-09-14 14:26:25.451226331 +0400 -@@ -27,6 +27,8 @@ - #ifndef COMPONENTID_H - #define COMPONENTID_H 1 - -+#include <algorithm> // for for_each in *Panel.cpp -+ - #ifdef HAVE_CONFIG_H - #include <config.h> - #endif diff --git a/graphics/makehuman/files/patch-src__FileTools.cpp b/graphics/makehuman/files/patch-src__FileTools.cpp deleted file mode 100644 index cf7a9da5d4c8..000000000000 --- a/graphics/makehuman/files/patch-src__FileTools.cpp +++ /dev/null @@ -1,11 +0,0 @@ ---- src/FileTools.cpp.orig 2007-11-25 12:28:07.000000000 +0300 -+++ src/FileTools.cpp 2013-09-17 06:11:17.036227572 +0400 -@@ -45,6 +45,8 @@ - #include <dirent.h> - #include <limits.h> - #include <iostream> -+#include <cstdlib> -+#include <cstring> - - /* ========================================================================== * - * FileTools - Implementation diff --git a/graphics/makehuman/files/patch-src__FileTools.h b/graphics/makehuman/files/patch-src__FileTools.h deleted file mode 100644 index 556613014576..000000000000 --- a/graphics/makehuman/files/patch-src__FileTools.h +++ /dev/null @@ -1,12 +0,0 @@ ---- src/FileTools.h.orig 2007-11-25 12:28:06.000000000 +0300 -+++ src/FileTools.h 2014-03-29 06:24:08.329334425 +0400 -@@ -35,6 +35,9 @@ - #include <string> - #include <list> - #include <cassert> -+#include <stdint.h> -+#include <fcntl.h> -+#include <unistd.h> - - using std::string; - using std::list; diff --git a/graphics/makehuman/pkg-descr b/graphics/makehuman/pkg-descr deleted file mode 100644 index b7a9fd53abc1..000000000000 --- a/graphics/makehuman/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -MakeHuman(C) is an open-source, open graphics library, stand-alone, -multi-platform, software program, which is completely written in C -language. Its purpose is to provide a versatile, professional and -extremely specialized application for parametrical modeling of -three-dimensional humanoid characters. - -WWW: http://www.makehuman.org/ |