diff options
author | beech <beech@FreeBSD.org> | 2007-09-22 05:36:23 +0800 |
---|---|---|
committer | beech <beech@FreeBSD.org> | 2007-09-22 05:36:23 +0800 |
commit | b53281a3888de055724ffdcacf839216cbf92c38 (patch) | |
tree | 1885f983c5bd224b565535e63672b0da0ff13948 | |
parent | e2cb418b5f392e7767c575b6c2153b28a6b1f81d (diff) | |
download | freebsd-ports-gnome-b53281a3888de055724ffdcacf839216cbf92c38.tar.gz freebsd-ports-gnome-b53281a3888de055724ffdcacf839216cbf92c38.tar.zst freebsd-ports-gnome-b53281a3888de055724ffdcacf839216cbf92c38.zip |
- Send to attic and point to graphics/blender
- Note: No longer needed since binary version is no longer in the tree.
Requested by: David Yeske <dyeske@gmail.com> (maintainer)
Approved by: sat (mentor)
-rw-r--r-- | CVSROOT/modules | 1 | ||||
-rw-r--r-- | MOVED | 1 | ||||
-rw-r--r-- | graphics/Makefile | 1 | ||||
-rw-r--r-- | graphics/blender-devel/Makefile | 91 | ||||
-rw-r--r-- | graphics/blender-devel/distinfo | 3 | ||||
-rw-r--r-- | graphics/blender-devel/files/patch-source_blender_blenlib_intern-storage.c | 20 | ||||
-rw-r--r-- | graphics/blender-devel/files/patch-source_nan_definitions.mk | 31 | ||||
-rw-r--r-- | graphics/blender-devel/pkg-descr | 4 |
8 files changed, 1 insertions, 151 deletions
diff --git a/CVSROOT/modules b/CVSROOT/modules index 7f54e790505e..14976ab96b78 100644 --- a/CVSROOT/modules +++ b/CVSROOT/modules @@ -915,7 +915,6 @@ blast ports/x11/blast blat ports/biology/blat bld ports/net/bld blender ports/graphics/blender -blender-devel ports/graphics/blender-devel bless ports/editors/bless blimitd ports/sysutils/blimitd blinkensisters ports/games/blinkensisters @@ -3241,3 +3241,4 @@ net/ng_netflow||2007-09-18|Has expired: already in base in all supported version java/jdk12-doc||2007-09-18|Has expired: Obsolete version of jdk japanese/netypesv||2007-09-18|Has expired: Depends on obsolete version of jdk net-im/micq|net-im/climm|2007-09-18|Project renamed +graphics/blender-devel|graphics/blender|2007-09-21|Not needed since binary version is gone diff --git a/graphics/Makefile b/graphics/Makefile index 095519256aec..6346c5f4b63e 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -37,7 +37,6 @@ SUBDIR += batik SUBDIR += bbrb SUBDIR += blender - SUBDIR += blender-devel SUBDIR += bmeps SUBDIR += bmp-rootvis SUBDIR += bmp2html diff --git a/graphics/blender-devel/Makefile b/graphics/blender-devel/Makefile deleted file mode 100644 index c49922d0d89b..000000000000 --- a/graphics/blender-devel/Makefile +++ /dev/null @@ -1,91 +0,0 @@ -# New ports collection makefile for: blender -# Date created: 27 Feb 2003 -# Whom: David Yeske <dyeske@gmail.com> -# -# $FreeBSD$ - -PORTNAME= blender -PORTVERSION= 2.44 -CATEGORIES= graphics games -MASTER_SITES= http://download.blender.org/source/ \ - http://mirror.cs.umn.edu/blender.org/source/ \ - http://public.planetmirror.com/pub/blender/source/ -PKGNAMESUFFIX= -devel - -MAINTAINER= dyeske@gmail.com -COMMENT= 3D modeling/rendering/animation/gaming package - -LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ - freetype.9:${PORTSDIR}/print/freetype2 \ - png.5:${PORTSDIR}/graphics/png \ - tiff.4:${PORTSDIR}/graphics/tiff \ - SDL.11:${PORTSDIR}/devel/sdl12 \ - Half.4:${PORTSDIR}/graphics/OpenEXR \ - openal.0:${PORTSDIR}/audio/openal \ - alut.1:${PORTSDIR}/audio/freealut \ - avutil.1:${PORTSDIR}/multimedia/ffmpeg - -CONFLICTS= blender-[0-9]* -PLIST_FILES= bin/blender -USE_X_PREFIX= yes -USE_GETTEXT= yes -USE_PYTHON= 2.4+ -USE_SDL= sdl -USE_GL= yes -USE_GMAKE= yes - -.if defined(WITH_OPTIMIZED_CFLAGS) -CFLAGS+= -O3 -ffast-math -.endif - -MAKE_ENV+= NAN_CPPFLAGS="-I${LOCALBASE}/include/freetype2 \ - -I${LOCALBASE}/include \ - -I${LOCALBASE}/include/OpenEXR \ - -I${PYTHON_INCLUDEDIR}" -MAKE_ENV+= NAN_FREETYPE="${LOCALBASE}" -MAKE_ENV+= NAN_OPENEXR="${LOCALBASE}" -MAKE_ENV+= WITH_BF_BLENDERPLAYER="false" - -pre-everything:: -.if !defined(WITH_OPTIMIZED_CFLAGS) - @${ECHO_MSG} "You can enable additional compilation optimizations" - @${ECHO_MSG} "by defining WITH_OPTIMIZED_CFLAGS" -.endif - -post-patch: - @${REINPLACE_CMD} -e \ - 's|sdl11-config|${SDL_CONFIG}|; \ - s|2.3|${PYTHON_VER}|' \ - ${WRKSRC}/source/nan_definitions.mk - - @${REINPLACE_CMD} -e \ - 's|WITH_ICONV=true|WITH_ICONV=false|; \ - s|NAN_PYTHON=.*|NAN_PYTHON=${LOCALBASE}|; \ - s|2.4|${PYTHON_VER}|; \ - s|NAN_JPEG=.*|NAN_JPEG=${LOCALBASE}|; \ - s|NAN_OPENEXR=.*|NAN_OPENEXR=${LOCALBASE}|; \ - s|NAN_PNG=.*|NAN_PNG=${LOCALBASE}|' \ - ${WRKSRC}/user-def.mk - - @${REINPLACE_CMD} -e \ - 's|gcc|${CC}|; \ - s|g++|${CXX}|; \ - s|-pipe||; \ - s|-O2|${CFLAGS}|; \ - s|-D_THREAD_SAFE|${PTHREAD_CFLAGS}|; \ - s|/usr/X11R6|${X11BASE}|' \ - ${WRKSRC}/source/nan_compile.mk - - @${REINPLACE_CMD} -e \ - 's|-lc_r||; \ - s|-pthread|-lintl -lIlmThread ${PTHREAD_LIBS}|' \ - ${WRKSRC}/source/nan_link.mk - - @${REINPLACE_CMD} -e \ - 's|-FIX_NAN_WARN||' \ - ${WRKSRC}/source/nan_warn.mk - -do-install: - @${INSTALL_PROGRAM} ${WRKSRC}/obj/freebsd/bin/blender ${PREFIX}/bin - -.include <bsd.port.mk> diff --git a/graphics/blender-devel/distinfo b/graphics/blender-devel/distinfo deleted file mode 100644 index f5d572fa76d3..000000000000 --- a/graphics/blender-devel/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (blender-2.44.tar.gz) = 7ac841f6feb27e9d7fb6d77cf137be12 -SHA256 (blender-2.44.tar.gz) = 8fa5a46ea65d2a8b87fd1368d5984dfa0a41bdc3cfe24c776e069a4fe40102d1 -SIZE (blender-2.44.tar.gz) = 14362667 diff --git a/graphics/blender-devel/files/patch-source_blender_blenlib_intern-storage.c b/graphics/blender-devel/files/patch-source_blender_blenlib_intern-storage.c deleted file mode 100644 index d8f979bdbf3b..000000000000 --- a/graphics/blender-devel/files/patch-source_blender_blenlib_intern-storage.c +++ /dev/null @@ -1,20 +0,0 @@ ---- source/blender/blenlib/intern/storage.c.orig Sun Mar 19 14:28:01 2006 -+++ source/blender/blenlib/intern/storage.c Mon Aug 21 23:50:20 2006 -@@ -50,7 +50,7 @@ - #include <time.h> - #include <sys/stat.h> - --#if !defined(linux) && (defined(__sgi) || defined(__sun__) || defined(__sun) || defined(__sparc) || defined(__sparc__)) -+#if !defined(__FreeBSD__) && !defined(linux) && (defined(__sgi) || defined(__sun__) || defined(__sun) || defined(__sparc) || defined(__sparc__)) - #include <sys/statfs.h> - #endif - -@@ -196,7 +196,7 @@ - #ifdef __BeOS - return -1; - #endif --#if !defined(linux) && (defined (__sgi) || defined (__sun__) || defined (__sun) || defined(__sparc) || defined(__sparc__)) -+#if !defined(__FreeBSD__) && !defined(linux) && (defined (__sgi) || defined (__sun__) || defined (__sun) || defined(__sparc) || defined(__sparc__)) - - if (statfs(name, &disk, sizeof(struct statfs), 0)){ - /* printf("diskfree: Couldn't get information about %s.\n",dir); */ diff --git a/graphics/blender-devel/files/patch-source_nan_definitions.mk b/graphics/blender-devel/files/patch-source_nan_definitions.mk deleted file mode 100644 index 81c41c1bb688..000000000000 --- a/graphics/blender-devel/files/patch-source_nan_definitions.mk +++ /dev/null @@ -1,31 +0,0 @@ ---- source/nan_definitions.mk.orig Wed Nov 22 11:05:35 2006 -+++ source/nan_definitions.mk Wed Mar 21 21:24:37 2007 -@@ -55,9 +55,9 @@ - export NAN_LIBDIR ?= $(NANBLENDERHOME)/../lib - export NAN_OBJDIR ?= $(NANBLENDERHOME)/obj - # Library Config_Guess DIRectory -- export LCGDIR = $(NAN_LIBDIR)/$(CONFIG_GUESS) -+ export LCGDIR = $(NAN_LIBDIR)/freebsd - # Object Config_Guess DIRectory -- export OCGDIR = $(NAN_OBJDIR)/$(CONFIG_GUESS) -+ export OCGDIR = $(NAN_OBJDIR)/freebsd - - export NAN_MOTO ?= $(LCGDIR)/moto - ifeq ($(FREE_WINDOWS), true) -@@ -132,7 +132,7 @@ - export NAN_OPENEXR_LIBS ?= $(NAN_OPENEXR)/lib/libIlmImf.a $(NAN_OPENEXR)/lib/libHalf.a $(NAN_OPENEXR)/lib/libIex.a - else - export NAN_OPENEXR ?= /usr/local -- export NAN_OPENEXR_LIBS ?= $(NAN_OPENEXR)/lib/libIlmImf.a $(NAN_OPENEXR)/lib/libHalf.a $(NAN_OPENEXR)/lib/libIex.a -+ export NAN_OPENEXR_LIBS ?= $(NAN_OPENEXR)/lib/libIlmImf.a $(NAN_OPENEXR)/lib/libIlmThread.a $(NAN_OPENEXR)/lib/libHalf.a $(NAN_OPENEXR)/lib/libIex.a - endif - endif - export NAN_OPENEXR_INC ?= -I$(NAN_OPENEXR)/include -I$(NAN_OPENEXR)/include/OpenEXR -@@ -291,6 +291,7 @@ - - # enable freetype2 support for text objects - # export WITH_FREETYPE2 ?= true -+ export NAN_NO_KETSJI=true - - else - ifeq ($(OS),irix) diff --git a/graphics/blender-devel/pkg-descr b/graphics/blender-devel/pkg-descr deleted file mode 100644 index 6970edb1caac..000000000000 --- a/graphics/blender-devel/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -Blender is a free and fully functional 3D -modeling/rendering/animation/gaming package. - -WWW: http://www.blender.org/ |