diff options
author | dmcmahill <dmcmahill> | 2002-08-03 14:02:00 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill> | 2002-08-03 14:02:00 +0000 |
commit | ebfd99b33b7f1973adab0b02a26b7bb0423720c5 (patch) | |
tree | b0b44aa2be5c479d51e77b30ea7ad27c93ed2459 /graphics/blender | |
parent | 81919a0892478a8eb2c4f57b288344313e128e5a (diff) | |
download | pkgsrc-ebfd99b33b7f1973adab0b02a26b7bb0423720c5.tar.gz |
add sparc PLIST and enable in Makefile. Also change the check to look
for a compat_svr4 setup rather than compat_sunos as its a solaris-2.6
binary. Finally, add a mirror site.
Diffstat (limited to 'graphics/blender')
-rw-r--r-- | graphics/blender/Makefile | 11 | ||||
-rw-r--r-- | graphics/blender/PLIST.solaris-sparc | 32 |
2 files changed, 38 insertions, 5 deletions
diff --git a/graphics/blender/Makefile b/graphics/blender/Makefile index 68af481f17d..58cce6007d8 100644 --- a/graphics/blender/Makefile +++ b/graphics/blender/Makefile @@ -1,9 +1,10 @@ -# $NetBSD: Makefile,v 1.12 2002/07/14 22:50:33 rh Exp $ +# $NetBSD: Makefile,v 1.13 2002/08/03 14:02:00 dmcmahill Exp $ PKGNAME= blender-2.11 PKGREVISION= 5 CATEGORIES= graphics -MASTER_SITES= ftp://www.blender.nl/pub/ +MASTER_SITES= ftp://www.blender.nl/pub/ \ + ftp://ftp.cs.umn.edu/pub/blender/pub/versions/2.11 MAINTAINER= manu@netbsd.org HOMEPAGE= http://www.blender.nl @@ -17,7 +18,7 @@ NO_BUILD= yes CHECK_SHLIBS= NO # To be updated as other platforms PLIST will be built -ONLY_FOR_PLATFORM= *-*-i386 *-*-powerpc +ONLY_FOR_PLATFORM= *-*-i386 *-*-powerpc *-*-sparc .if (${MACHINE_ARCH} == "alpha") .if !exists(/emul/linux/lib/ld.so.1) @@ -31,8 +32,8 @@ DISTNAME= blender2.11-linux-glibc2.1.2-i386-static PLIST_ARCH= linux-i386 # .elif (${MACHINE_ARCH} == "sparc") -.if !exists(/emul/sunos/usr/lib/ld.so) -IGNORE= "${PKGNAME} requires SunOS libraries - see compat_sunos(8)" +.if !exists(/emul/svr4/usr/lib/ld.so) +IGNORE= "${PKGNAME} requires Solaris libraries - see compat_svr4(8)" .endif DISTNAME= blender2.11-solaris-2.6-sparc EXTRACT_SUFX= .tar.Z diff --git a/graphics/blender/PLIST.solaris-sparc b/graphics/blender/PLIST.solaris-sparc new file mode 100644 index 00000000000..1b4f62d5f5d --- /dev/null +++ b/graphics/blender/PLIST.solaris-sparc @@ -0,0 +1,32 @@ +@comment $NetBSD: PLIST.solaris-sparc,v 1.1 2002/08/03 14:02:00 dmcmahill Exp $ +bin/blender +lib/blender/README +lib/blender/blender +lib/blender/copyright.txt +lib/blender/plugins/Makefile +lib/blender/plugins/bmake +lib/blender/plugins/include/floatpatch.h +lib/blender/plugins/include/iff.h +lib/blender/plugins/include/plugin.h +lib/blender/plugins/include/util.h +lib/blender/plugins/sequence/Makefile +lib/blender/plugins/sequence/blur.c +lib/blender/plugins/sequence/scatter.c +lib/blender/plugins/sequence/showzbuf.c +lib/blender/plugins/texture/Makefile +lib/blender/plugins/texture/clouds2.c +lib/blender/plugins/texture/tiles.c +lib/blender/python/ivexport.py +lib/blender/python/lwo2iv.py +lib/blender/python/lwoimport.py +lib/blender/python/mimport.py +lib/blender/python/objimport.py +lib/blender/python/povexport.py +lib/blender/python/ribexport.py +lib/blender/python/wrlexport.py +@dirrm lib/blender/plugins/include +@dirrm lib/blender/plugins/sequence +@dirrm lib/blender/plugins/texture +@dirrm lib/blender/plugins +@dirrm lib/blender/python +@dirrm lib/blender |