Commit Graph

42 Commits

Author SHA1 Message Date
sthen
26b7111ff3 mark makehuman as BROKEN for now; it was triggering a deprecation in older
numpy which has now become a failure

https://github.com/makehumancommunity/makehuman/issues/217
2023-01-16 12:12:24 +00:00
sthen
dae9f91e31 bump for MODPY_DEFAULT_VERSION_3 change 2022-11-13 15:28:39 +00:00
naddy
af6a79943b drop RCS Ids 2022-03-11 19:22:04 +00:00
sthen
5e4370b64d bump REVISION for switch from Python 3.8 -> 3.9 2021-11-02 00:01:12 +00:00
sthen
3cbe1c2f30 Reverse the polarity of MODPY_VERSION; default is now 3.x,
if a port needs 2.x then set MODPY_VERSION=${MODPY_DEFAULT_VERSION_2}.

This commit doesn't change any versions currently used; it may be that
some ports have MODPY_DEFAULT_VERSION_2 but don't require it, those
should be cleaned up in the course of updating ports where possible.

Python module ports providing py3-* packages should still use
FLAVOR=python3 so that we don't have a mixture of dependencies some
using ${MODPY_FLAVOR} and others not.
2021-02-23 19:39:08 +00:00
rsadowski
9360cdeca5 Update makehuman to 1.2.0
From maintainer Dimitri Karamazov
2020-11-23 09:31:46 +00:00
rsadowski
9957f5ec4f Update makehuman to git tag b0ca7c8837327b6fbcccfcc85f75a9854f95ea05
Changelog:
*At the point of writing this, the source code is almost ready for a stable release.
*It is now possible to disable sample buffers via settings (on the general tab).
 This is the first thing to try on graphics cards which have trouble rendering
 the 3d canvas.
*It is now possible to enforce "noshaders" via settings (on the general tab).
 This is the second thing to try on graphics cards which have trouble rendering
 the 3d canvas.
*The UI should now scale properly on UHD/4K displays (thanks dennj). There is a
 setting ("use HDPI") for this under settings -> general.
*TARGETS: The core targets were reworked to assure left/right
 symmetry.

From maintainer Dimitri Karamazov
2020-08-16 08:03:05 +00:00
rsadowski
f57e607207 Add missing BUILD_DEPENDS
From Dimitri Karamazov (maintainer), spotted by sthen and kili
2020-07-16 04:36:04 +00:00
rsadowski
81908702a9 Update makehuman to 1.2.0beta2
This is an pre-release. Upstream marked it as versionSub = "beta2"
One port less with py2,qt4 dependencies.

Update diff from Dimitri Karamazov who also take maintainer,
Feedback from aja@, Thanks!
2020-07-13 20:09:27 +00:00
ajacoutot
c6dff2d4fd Update to makehuman-1.1.1. 2019-11-10 12:43:08 +00:00
cwen
b1a93a868e makehuman: add missing headers to fix the build with ports-gcc
OK sthen@
2019-08-29 21:30:20 +00:00
sthen
3318ced016 replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes 2019-07-12 20:46:54 +00:00
sthen
fb7f4374ad sync WANTLIB 2019-07-05 11:52:59 +00:00
jca
588f0a035b Update HOMEPAGE and drop MASTER_SITES
The new upstream is http://www.makehumancommunity.org/ and newer
releases (1.1.1 and 1.2.0 alpha) are available at
https://github.com/makehumancommunity/makehuman
2019-06-04 22:23:33 +00:00
sthen
25f0e460f2 Add COMPILER lines to c++ ports which currently use the default. Adjust
some existing COMPILER lines with arch restrictions etc. In the usual
case this is now using "COMPILER = base-clang ports-gcc base-gcc" on
ports with c++ libraries in WANTLIB.

This is basically intended to be a noop on architectures using clang
as the system compiler, but help with other architectures where we
currently have many ports knocked out due to building with an unsuitable
compiler -

- some ports require c++11/newer so the GCC version in base that is used
on these archirtectures is too old.

- some ports have conflicts where an executable is built with one compiler
(e.g. gcc from base) but a library dependency is built with a different
one (e.g. gcc from ports), resulted in mixing incompatible libraries in the
same address space.

devel/gmp is intentionally skipped as it's on the path to building gcc -
the c++ library there is unused in ports (and not built by default upstream)
so intending to disable building gmpcxx in a future commit.
2018-10-24 14:27:57 +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
4db91b5089 correct C++, agrees with clang 2017-05-07 22:10:12 +00:00
sthen
bcbf44ab87 use LIBCXX 2017-04-10 11:46:18 +00:00
naddy
c253f424ca garbage collect CONFIGURE_SHARED 2016-03-11 19:59:11 +00:00
sthen
9005d1d063 sync WANTLIB 2016-01-17 17:29:07 +00:00
jasper
3e8b310348 sed -i 2015-10-08 12:02:03 +00:00
sthen
5b20a18d31 sync WANTLIB 2015-08-19 18:55:04 +00:00
naddy
570aa62a9c Drop remaining MD5/RMD160/SHA1 checksums. 2015-01-18 03:12:39 +00:00
ajacoutot
619928bb5c No need for gtar anymore. 2013-04-28 08:04:27 +00:00
ajacoutot
58f1a6f9f6 USE_LIBTOOL=Yes is the default now. 2013-03-21 08:45:11 +00:00
espie
e4fa65e765 PERMIT_* / REGRESS -> TEST sweep 2013-03-11 11:10:51 +00:00
naddy
d0ef1a6b53 fileutils, sh-utils, textutils are superseded by coreutils.
From: Antti Harri
2012-03-20 16:36:16 +00:00
ajacoutot
62e4351341 Drop maintainership. 2012-03-15 13:38:33 +00:00
ajacoutot
901aed738b Update to makehuman-0.9.1rc1. 2011-10-23 11:06:44 +00:00
espie
88d20077a4 new depends 2010-11-17 08:05:12 +00:00
espie
0abe08ec35 WANTLIB conversion 2010-11-09 18:22:26 +00:00
ajacoutot
ff07e285bc Remove USE_X11. 2010-10-24 20:58:58 +00:00
kili
8fc6287292 WANTLIB changes after xcb addition and bump. 2009-08-10 06:29:51 +00:00
jasper
6ea22ca3a3 - switch ports that are currently using glut to use freeglut
from tobias ulmer (MAINTAINER),
objections from oga@, testing and ok sthen@
2009-04-09 13:01:53 +00:00
simon
68a2007cc1 remove surrounding quotes from COMMENT/BROKEN/PERMIT_* 2007-09-15 20:09:40 +00:00
ajacoutot
c284788fd6 - more WANTLIB fixes 2007-06-02 00:48:30 +00:00
steven
bb5bc74f4b shorten COMMENT to less than 60 characters 2007-05-15 08:27:27 +00:00
espie
9eafbbfb35 base64 checksums. 2007-04-05 16:19:55 +00:00
espie
0f5dc96ea1 say goodbye to GNU land. 2006-12-16 12:22:32 +00:00
ajacoutot
52549db985 - remove useless doc directory and its content
- pthread is not needed
- bump PKGNAME

asked by and ok steven@
2006-11-23 08:52:45 +00:00
ajacoutot
38b952becb Import makehuman 0.9
MakeHuman 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.

ok jasper@
2006-11-21 18:39:28 +00:00