aboutsummaryrefslogtreecommitdiff
path: root/graphics/opencollada
Commit message (Collapse)AuthorAgeFilesLines
* */*: Sunset 12.4-RELEASE/12-STABLE from ports treeMuhammad Moinur Rahman2023-12-311-2/+0
| | | | | | | | | | | | | | | | | | | | | - Remove all references to defunct ARCH arm - Remove all references to defunct ARCH sparc64 - Remove x11-drivers/xf86-video-sunffb which requires defunct sparc64 ARCH - Remove sysutils/afbinit requires defunct sparc64 ARCH - Remove all references to bktr driver - Remove all references to defunct FreeBSD_12 - Remove all references to OSVERSION/OSREL corresponding to 12 - Remove conditionals in Mk/Uses/cabal.mk - Remove sparc reference from Mk/Uses/qt-dist.mk - Remove BROKEN_sparc64/NOT_FOR_ARCH=sparc64 - Remove BROKEN_FreeBSD_12* from: - Remove OpenSSL patches from: - Remove conditional flags for OSVERSION >= 1300000 to fixed flags. Also move conditional flags for non sparc64/arm ARCH to fixed flags. Reviewed by: brooks, jbeich, rene, salvadore Differential Revision: https://reviews.freebsd.org/D42068
* graphics/opencollada: Convert REINPLACE_CMD to patch filePo-Chuan Hsieh2023-03-212-8/+54
|
* graphics/opencollada: Fix the build against Clang 15 (+)Dima Panov2023-02-191-0/+8
| | | | | Approved by: portmgr blanket (fix build) Sponsored by: Serenity Cybersecurity, LLC
* Remove WWW entries moved into port MakefilesStefan Eßer2022-09-071-2/+0
| | | | | | | | | | Commit b7f05445c00f has added WWW entries to port Makefiles based on WWW: lines in pkg-descr files. This commit removes the WWW: lines of moved-over URLs from these pkg-descr files. Approved by: portmgr (tcberner)
* Add WWW entries to port MakefilesStefan Eßer2022-09-071-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It has been common practice to have one or more URLs at the end of the ports' pkg-descr files, one per line and prefixed with "WWW:". These URLs should point at a project website or other relevant resources. Access to these URLs required processing of the pkg-descr files, and they have often become stale over time. If more than one such URL was present in a pkg-descr file, only the first one was tarnsfered into the port INDEX, but for many ports only the last line did contain the port specific URL to further information. There have been several proposals to make a project URL available as a macro in the ports' Makefiles, over time. This commit implements such a proposal and moves one of the WWW: entries of each pkg-descr file into the respective port's Makefile. A heuristic attempts to identify the most relevant URL in case there is more than one WWW: entry in some pkg-descr file. URLs that are not moved into the Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr files in order to preserve them. There are 1256 ports that had no WWW: entries in pkg-descr files. These ports will not be touched in this commit. The portlint port has been adjusted to expect a WWW entry in each port Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as deprecated. Approved by: portmgr (tcberner)
* textproc/libxml2: bump all LIB_DEPENDS consumersCharlie Li2022-04-101-1/+1
| | | | | | | | This is a separate commit to facilitate easier cherry-picking for quarterly. PR: 262853, 262940, 262877, 263126 Approved by: fluffy (mentor)
* textproc/libxml2: bump all dependenciesMatthias Fechner2022-03-261-1/+1
| | | | | This should make sure that all dependent ports will pick up the new version commited with a13ec21cd733f67a9fc0dc00ab45268bdc236246
* graphics/opencollada: Fix build with Clang 13+Tatsuki Makino2022-03-251-0/+11
| | | | | PR: 260808 Reported by: Robert Cina <transitive@gmail.com>
* graphics/opencollada: Convert REINPLACE_CMD to patch filePo-Chuan Hsieh2021-05-112-3/+11
|
* One more small cleanup, forgotten yesterday.Mathieu Arnold2021-04-071-1/+0
| | | | Reported by: lwhsu
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2019-07-261-1/+1
| | | | | | | | | | | | | | | | | | as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3 to GCC 9.1 under most circumstances now after revision 507371. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang, c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib plus, everything INDEX-11 shows with a dependency on lang/gcc9 now. PR: 238330 Notes: svn path=/head/; revision=507372
* graphics/opencollada: back out r494777 after base r345021Jan Beich2019-03-131-26/+0
| | | | | | | PR: 236313 Notes: svn path=/head/; revision=495589
* graphics/opencollada: unbreak with clang 8 on i386Jan Beich2019-03-061-0/+26
| | | | | | | | | PR: 236313 Reported by: pkg-fallout Approved by: portmgr blanket Notes: svn path=/head/; revision=494777
* Change cmake default behaviour to outsource.Tobias C. Berner2018-12-251-1/+1
| | | | | | | | | | | | | | Ports that build out of source now simply can use "USES=cmake" instead of "USES=cmake:outsource". Ports that fail to build out of source now need to specify "USES=cmake:insource". I tried to only set insource where explictely needed. PR: 232038 Exp-run by: antoine Notes: svn path=/head/; revision=488341
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2018-12-121-0/+1
| | | | | | | | | | | | | | | | | | defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t GCC 8.2 under most circumstances. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang, c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib plus, as a double check, everything INDEX-11 showed depending on lang/gcc7. PR: 231590 Notes: svn path=/head/; revision=487272
* Update to 1.6.68Sunpoet Po-Chuan Hsieh2018-11-274-16/+28
| | | | | | | | | | | | | - Add USES=gnome - Use USES=localbase - Build static library - Reformat pkg-descr - Take maintainership Changes: https://github.com/KhronosGroup/OpenCOLLADA/commits/master Notes: svn path=/head/; revision=486027
* - Update to 1.6.67Wen Heping2018-11-212-4/+4
| | | | Notes: svn path=/head/; revision=485492
* graphics/opencollada: update to 1.6.65Fernando Apesteguía2018-10-122-5/+4
| | | | | | | Approved by: tcberner (mentor, implicit) Notes: svn path=/head/; revision=481897
* graphics/opencollada: update to 1.6.64Fernando Apesteguía2018-10-112-5/+5
| | | | | | | | Reported by: portscout Approved by: tcberner (mentor, implicit) Notes: svn path=/head/; revision=481852
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2018-07-291-0/+1
| | | | | | | | | | | | | | | | | in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which has now moved from GCC 6 to GCC 7 by default. This includes ports - featuring USE_GCC=yes or USE_GCC=any, - featuring USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and those - with USES=compiler specifying one of openmp, nestedfct, c11, c++0x, c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib. PR: 222542 Notes: svn path=/head/; revision=475857
* graphics/opencollada: update to 1.6.63Fernando Apesteguía2018-07-223-50/+6
| | | | | | | | | | | Bump PORTREVISION for dependent ports Reported by: portscout Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D16353 Notes: svn path=/head/; revision=475100
* Fix port builds for architectures which remain on gcc as the default compiler.Mark Linimon2018-06-111-6/+4
| | | | | | | | | | | | | | | | | This will primarily help powerpc64. For archs where clang is the default compiler, these changes will have no effect, as the base compiler already has these capabilities (primarily, but not exclusively, c++-11). Tested for no-harm on amd64. While here, pet portlint. Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=472160
* Bump PORTREVISION after devel/pcre update.Kirill Ponomarev2018-05-191-1/+1
| | | | Notes: svn path=/head/; revision=470360
* Fix build with pcre 8.42Kirill Ponomarev2018-05-192-1/+15
| | | | | | | | PR: 220613 Submitted by: adamw Notes: svn path=/head/; revision=470358
* Fix build on armThomas Zander2018-02-182-1/+46
| | | | | | | | | | | | | Details: - Obtain patch-2d66943 from upstream head - Bump PORTREVISION - While on it: Pet portlint PR: 225680 Submitted by: mikael.urankar@gmail.com Notes: svn path=/head/; revision=462249
* Fix build with clang 6Antoine Brodin2018-01-231-0/+11
| | | | | | | | | | | | | /wrkdirs/usr/ports/graphics/opencollada/work/OpenCOLLADA-1.6.47/COLLADAStreamWriter/src/COLLADASWLibraryAnimations.cpp:65:79: error: no matching constructor for initialization of 'std::vector<Animation *>' : Library ( streamWriter, CSWC::CSW_ELEMENT_LIBRARY_ANIMATIONS ), mOpenAnimations ( NULL ) ^ ~~~~ PR: 224669 Reported by: pkg-fallout Reviewed by: rakuco@ Notes: svn path=/head/; revision=459795
* Update to 1.6.47.Tobias C. Berner2017-05-102-4/+4
| | | | Notes: svn path=/head/; revision=440586
* Provide more descriptive error messages for ports failing on powerpc64.Mark Linimon2017-04-301-1/+1
| | | | | | | Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=439778
* graphics/opencollada: update 1.6.25 -> 1.6.37Kurt Jaeger2017-02-043-4/+5
| | | | | | | - unfortunatly, the project does not publish a changelog or release notes Notes: svn path=/head/; revision=433290
* Reset mva@'s ports, he handed in his ports bit.Rene Ladan2017-01-221-1/+1
| | | | Notes: svn path=/head/; revision=432169
* - Update to version 1.6.25Marcus von Appen2016-07-294-17/+7
| | | | Notes: svn path=/head/; revision=419245
* graphics/opencollada: Fix build with libc++ 3.8.0Kurt Jaeger2016-05-051-0/+11
| | | | | | | | | PR: 208905 Submitted by: dim Approved by: mva (maintainer timeout) Notes: svn path=/head/; revision=414660
* many ports: mark broken on powerpc64Steve Wills2016-04-211-0/+2
| | | | Notes: svn path=/head/; revision=413746
* Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.Mathieu Arnold2016-04-011-1/+1
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412346
* Mark as broken on sparc64: fails to build (runaway process).Mark Linimon2015-09-261-0/+2
| | | | | | | Approved by: portmgr (sparc64 blanket) Notes: svn path=/head/; revision=397997
* - Update to a snapshot from 2015-05-19Marcus von Appen2015-07-084-5/+15
| | | | | | | This update contains many bug fixes. Notes: svn path=/head/; revision=391574
* Update ports in the games category to not use GH_COMMIT.Mathieu Arnold2015-05-072-6/+3
| | | | | | | | | | With minor cleanups to make things simpler. With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=385633
* Cleanup plistBaptiste Daroussin2014-10-201-12/+0
| | | | Notes: svn path=/head/; revision=371283
* - Update to snapshot version from 2014-05-28Marcus von Appen2014-05-293-4/+6
| | | | Notes: svn path=/head/; revision=355680
* The FreeBSD x11@ and graphics team proudly presentsNiclas Zeising2014-04-161-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | a zeising, kwm production, with help from dumbbell, bdrewery: NEW XORG ON FREEBSD 9-STABLE AND 10-STABLE This update switches over to use the new xorg stack by default on FreeBSD 9 and 10 stable, on osversions where vt(9) is available. It is still possible to use the old stack by specifying WITHOUT_NEW_XORG in /etc/make.conf . FreeBSD 8-STABLE and released versions of FreeBSD still use the old version. A package repository with binary packages for new xorg will be available soon. This patch also contains updates of libxcb and related ports, pixman, as well as some drivers and utilities. Bump portrevisions for xf86-* ports, as well as virtualbox-ose-additions due to xserver version change. Apart from these updates, the way shared libraries are handled has been changed for all xorg ports, as well as libxml2 and freetype, which means ltverhack is gone and as a consequence shared libraries have been bumped. The plan is that this change will make library bumps less likely in the future. All affected ports have had their portrevisions bumped as a consequence of this. Fix some issues where WITH_NEW_XORG weren't detected properly on CURRENT. Update instructions, hardware support, and more notes can be found on https://wiki.freebsd.org/Graphics Thanks to: all testers, bdrewery and the FreeBSD x11@ team exp-run by: bdrewery [1] PR: ports/187602 [1] Approved by: portmgr (bdrewery), core (jhb) Notes: svn path=/head/; revision=351411
* - Update to snapshot from 14-02-2014Marcus von Appen2014-04-126-74/+4
| | | | Notes: svn path=/head/; revision=351088
* - Respect CMAKE_BUILD_TYPEMax Brazhnikov2013-12-041-1/+1
| | | | | | | Approved by: portmgr (bapt) Notes: svn path=/head/; revision=335626
* - Enable proper ldconfig detectionMarcus von Appen2013-11-171-1/+2
| | | | Notes: svn path=/head/; revision=334113
* OpenCOLLADA is a reader and writer library for the COLLADA format, anMarcus von Appen2013-11-168-0/+466
open, royalty-free standard for exchanging 3D asset information between applications, digital content creation tools and libraries. WWW: http://opencollada.org Notes: svn path=/head/; revision=334023