83 Commits

Author SHA1 Message Date
pascal
cb37224fd9 Update to blender 2.79. 2017-11-09 17:00:28 +00:00
sthen
5e964ab0df bump LIBCXX/LIBECXX/COMPILER_LIBCXX ports. 2017-07-26 22:45:14 +00:00
espie
8ac47fd9c6 use COMPILER_LIBCXX where applicable 2017-07-16 19:18:47 +00:00
espie
cc5bc426ed switch everything to new COMPILER idiom, even stuff that won't build with clang
yet, but at least that part is done.
2017-05-31 08:08:15 +00:00
espie
33d5f6e07e WANT_CXX and small clang fixes 2017-05-27 06:54:39 +00:00
pascal
81ff2b758f Update to blender 2.78c. 2017-03-07 21:49:22 +00:00
shadchin
c81443522e Switch on Python 3.6
ok pascal@
2017-01-10 08:41:34 +00:00
pascal
71f17147d5 Update to blender 2.78. 2016-10-09 13:23:34 +00:00
pascal
a24c221aa4 Update to blender 2.77a. 2016-08-08 14:14:18 +00:00
sthen
79eebe6f17 wantlib syncs 2016-07-06 21:25:23 +00:00
pascal
b01174ae9b Update my mail address. 2016-05-07 12:40:56 +00:00
pascal
4bde14bf82 Update to Blender 2.77. 2016-03-30 13:30:04 +00:00
pascal
c1ec0c96dd update to blender 2.76b 2015-12-30 12:35:45 +00:00
pascal
fcc53af49f Update to blender 2.76. 2015-10-12 12:29:02 +00:00
pascal
f483798f56 Update to blender 2.75. 2015-09-22 18:48:40 +00:00
pascal
f0585aa4cf gcc4 bumps, reminded by aja@ 2015-05-28 10:17:22 +00:00
pascal
4b033515d5 Fix a bunch of my ports in preparation for decoupling CXXFLAGS from CFLAGS.
found by naddy@ in a bulk with jsg@'s diff
2015-05-12 11:58:51 +00:00
pascal
50505ca8bc Update to blender 2.74. 2015-04-01 21:26:40 +00:00
pascal
1681ceb428 Update to blender 2.73. 2015-01-10 00:30:48 +00:00
dcoppa
63f9f3563a Fix -Werror=sign-conversion triggered in blf_glyph.c
(https://developer.blender.org/rB2420a3c189951dbe910bd65e3b2c58082bfb4b1b)
2014-12-25 22:44:42 +00:00
pascal
e56b210647 Update to blender 2.72b. 2014-11-21 18:55:16 +00:00
brad
644fd86483 Don't use malloc.h header on OpenBSD.
ok pascal@
2014-10-29 22:55:06 +00:00
pascal
517c4d8b2a Fix build on i386. Reported by sthen@ 2014-07-11 11:48:58 +00:00
pascal
fd2070837a Update to blender 2.71. 2014-07-03 14:41:48 +00:00
rpointel
e9ce04d993 MODPY_VERSION was badly used in PLIST, hardcode 3.3 now.
spotted by naddy@ and sthen@, ok sthen@ for the fix.
2014-06-04 13:37:39 +00:00
pascal
6cb2d30b2c Enable OpenColorIO support. 2014-03-25 10:38:07 +00:00
pascal
74e8fea054 Update to latest version, blender 2.70. Switch to gcc 4.8. 2014-03-24 21:16:14 +00:00
landry
85ff25dc6d Mark as BROKEN-powerpc, build keeps getting stuck infinitely on makesrna/intern/rna_nodetree_gen.c 2013-11-25 20:11:24 +00:00
sthen
701c91e413 kill VMEM_WARNING 2013-11-25 14:16:22 +00:00
ajacoutot
5dd4c93d89 Bump after default py3 version switch. 2013-05-30 13:09:20 +00:00
jasper
3a3a2a5797 nojunk is already set by cmake.port.mk; pointed out by espie@ 2013-05-21 12:31:51 +00:00
jasper
21ccc83333 set DPB_PROPERTIES=nojunk as this ends up in my build with "!".
ok pascal@ (MAINTAINER)
2013-05-21 07:33:06 +00:00
pascal
f7e16f1a4f Update to blender 2.67. 2013-05-18 22:01:28 +00:00
nigel
3b58304cba PYTHON_LIBRARY setting not required and wrong after python 3.2.4 update,
removed cmake finds the library now.
Ok Pascal Maintainer
2013-04-30 10:18:42 +00:00
espie
e4fa65e765 PERMIT_* / REGRESS -> TEST sweep 2013-03-11 11:10:51 +00:00
pascal
23b9d0352a Fix copy-paste error breaking the build on powerpc.
ok aja@
2012-11-26 15:02:40 +00:00
ajacoutot
02b00762de Recent update broke powerpc; mark it as such. 2012-11-24 08:36:26 +00:00
pascal
b8e5559059 Update to blender 2.64a. 2012-10-31 17:45:55 +00:00
landry
387d95e266 Mark as BROKEN-sparc64 because of horrible casts.
(CUdeviceptr)((uchar*)mem.device_pointer + offset)
-> error: cast from 'ccl::uchar*' to 'CUdeviceptr' loses precision
tried whacking it with some obvious hacks but failed.
2012-09-26 16:26:01 +00:00
pascal
3398ce5c83 Update to blender 2.63a, mostly bugfixes. While here, delete a non-working
mirror.
2012-05-14 18:31:43 +00:00
pascal
afc1d3acf2 Enable the new 'cycles' rendering engine. There may still be some rough edges,
but overall it is working well.  Initially requested and tested by peters at
schwertfisch dot de (thanks).

Also, remove mention of ffmpeg flavour from DESCR.
2012-05-09 12:45:50 +00:00
pascal
ff89b11140 Update to blender 2.63. Get rid of ffmpeg flavour since it doesn't compile on
mips64el anyway, and enable ffmpeg unconditionally.
2012-05-07 15:45:42 +00:00
naddy
ce3281d632 just use statvfs() on OpenBSD and skip the misguided attempt to
check operating system features with __sparc__; ok pascal@
2012-04-16 12:03:25 +00:00
pascal
769cbec015 Add a FLAVOR for building blender with ffmpeg support.
Requested and tested by peters at schwertfisch dot de.

ok ajacoutot@
2012-04-02 07:11:46 +00:00
sthen
a6b6b5e408 OpenJPEG 1.5 uses 'OPJ_FALSE' rather than a namespace-polluting 'false',
adapt blender to use this. Fixes build problem reported by naddy@, ok pascal@.
Missed in my build tests of OpenJPEG due to outdated INDEX...
2012-03-30 14:51:55 +00:00
pascal
5c4031120f Update blender to 2.62.
tested by armani@

minor tweaks and ok ajacoutot@
2012-02-26 20:37:25 +00:00
espie
d6e7b9cbe6 normalize pkgpath 2011-09-16 10:02:36 +00:00
sthen
25ed732647 fix with openbsd!=4.x 2011-07-20 12:56:53 +00:00
jasper
eec0417831 bump after default python version switch 2011-06-08 17:31:05 +00:00
fgsch
8926e4c80c remove dependency on python 2.5. some testing by me and searching online
agrees it's not needed.  kili@ ok.
2011-03-23 12:10:54 +00:00