aboutsummaryrefslogtreecommitdiff
path: root/graphics/Coin
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Chase GH_ACCOUNT rename for Greg VJan Beich2021-04-061-1/+1
|
* graphics/Coin: Fix GLX glue trying to use non-GLX displayChristoph Moench-Tegeder2020-07-222-1/+7
| | | | | | | | | | | this is said to make Coin usable on Wayland and the likes PR: 248154 Submitted by: Greg V Obtained from: https://github.com/coin3d/coin/pull/404 Notes: svn path=/head/; revision=542891
* Regular USE_GITHUB cleanup.Mathieu Arnold2020-03-032-5/+5
| | | | Notes: svn path=/head/; revision=527679
* update the Coin3D stack to it's latest releaseChristoph Moench-Tegeder2020-01-179-147/+77
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Coin has moved to a new place on the web https://coin3d.github.io/ and the project has rolled new releases. Additionally, it's undergoing relicensing (most parts are now licensed user BSD 3-clause). This updates graphics/Coin to 4.0 graphics/py-pivy to 0.6.5 x11-toolkits/soqt to 1.6.0 Further, graphics/py-pivy-devel and x11-toolkits/soqt-devel have been renamed to graphics/py-pivy and x11-toolkits/soqt respectively (losing their -devel suffixes). Previously, these ports had been forks and/or pre-releases of the old Qt4-based pivy and soqt ports. As these old ports are long gone and these new versions have been updated to officially released versions, it seemed prudent to remove the devel from their names. Bumping FreeCAD for dependency change. Adding PORTEPOCH to soqt to prevent PKGVERSION going backwards. Thanks to pfg@, who contributed the update to graphics/Coin and reviewed my patches. While here, I'm taking over maintainership of these ports. Submitted by: pfg@ (graphics/Coin) Reviewed by: pfg@ Notes: svn path=/head/; revision=523366
* Add USES=xorg USES=gl, ports categories gNiclas Zeising2019-11-051-1/+1
| | | | | | | | Add USES=xorg and USES=gl to ports in categories starting with 'g'. While here, try to sprinkle other USES (mostly gnome and sdl) as needed. Notes: svn path=/head/; revision=516845
* graphics/Coin: Add USES=gl; Fix USE_GL; Add LICENSE_FILEYuri Victorovich2018-12-151-3/+4
| | | | Notes: svn path=/head/; revision=487543
* The update to CMake 3.12 showed up compile failures (see the new patches,Adriaan de Groot2018-06-174-1/+72
| | | | | | | | | | | all of which are from upstream). All of these show Clang being more strict in its C++ than before. Reported by: tcberner Obtained from: upstream Notes: svn path=/head/; revision=472637
* Revision bump of all ports with USE_GL after consolidation of mesa-libsMatthew Rezny2017-05-231-1/+1
| | | | | | | | Approved by: swills (mentor) Differential Revision: https://reviews.freebsd.org/D10845 Notes: svn path=/head/; revision=441503
* The output of tools like awk, date, sort, tr,... depends on the currentTijl Coosemans2017-01-181-1/+0
| | | | | | | | | | | | | | | | | | | | | locale set by the user. Add LANG=C and LC_ALL=C at the beginning of bsd.port.mk and export them so all commands are executed with the C locale. LC_ALL=C overrides all other LC_* variables. LANG is used by setlocale(3) as default value for LC_* variables, so normally it isn't used when LC_ALL is set, but there's code out there that looks at LANG directly so it's safer to set it as well. The only commands not captured by this are != assignments before any inclusion of bsd.port.*mk. Introduce USE_LOCALE=<locale> that adds LANG=<locale> and LC_ALL=<locale> to CONFIGURE_ENV and MAKE_ENV so upstream build systems can be executed with a different locale (e.g. USE_LOCALE=en_US.UTF-8). PR: 215882 Exp-run by: antoine Approved by: portmgr (antoine) Notes: svn path=/head/; revision=431796
* Use USES=pathfix where applicable.Mathieu Arnold2016-10-212-12/+1
| | | | | | | | | | | PR: 213195 Submitted by: mat Exp-run by: antoine Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D8093 Notes: svn path=/head/; revision=424427
* Do not require GCC.Thierry Thomas2016-08-295-14/+58
| | | | | | | | PR: 211760 Submitted by: pfg Notes: svn path=/head/; revision=421092
* 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
* - Strip libraryDmitry Marakasov2015-05-091-1/+2
| | | | Notes: svn path=/head/; revision=385885
* graphics category: Remove $PTHREAD_LIBSJohn Marino2015-03-251-4/+7
| | | | | | | | | graphics/zbar didn't pass check-plist (pre-existing), fixed. approved by: PTHREAD blanket Notes: svn path=/head/; revision=382266
* Update "BSD" license in graphics categoryMark Felder2014-12-061-1/+1
| | | | Notes: svn path=/head/; revision=374159
* Cleanup plistBaptiste Daroussin2014-10-201-51/+0
| | | | Notes: svn path=/head/; revision=371283
* Update the default version of GCC in the Ports Collection from GCC 4.7.4Gerald Pfeifer2014-09-101-1/+1
| | | | | | | | | | | | | to GCC 4.8.3. Part II, Bump PORTREVISIONs. PR: 192025 Tested by: antoine (-exp runs) Approved by: portmgr (implicit) Notes: svn path=/head/; revision=367888
* Fix the build with GCC 4.8. Coin mixes stdlib.h (the C header) and cstdlibGerald Pfeifer2014-08-261-0/+1
| | | | | | | | | | | | (the C++ header) quite freely, which results in conflicts and fails with recent compilers. Address this via a post-patch substitution to avoid some 70 individual patches. PR: 192133 Submitted by: Christoph Moench-Tegeder <cmt@burggraben.net> Notes: svn path=/head/; revision=366193
* Teach 'coin-config --ldflags' to use -Wl,-rpath,/usr/local/lib insteadAdam Weinberger2014-08-171-1/+4
| | | | | | | | | of -R/usr/local/lib. This is required on -current but should work fine elsewhere. Notes: svn path=/head/; revision=365193
* Update WWW and MASTER_SITES for four coin3d portsJohn Marino2014-08-062-3/+2
| | | | | | | | | | | | | | * graphics/Coin * graphics/simage * x11-toolkits/soqt * x11-toolkits/soXt PR: 192442 Submitted by: Shane Ambler Approved by: general blanket (1/4 ports maintained) Notes: svn path=/head/; revision=364222
* graphics/Coin: hardcode debug offJohn Marino2014-07-051-1/+1
| | | | | | | | | When WITH_DEBUG is set, this port will fail staging as the result won't match the pkg-plist due to file name changes during a debug regime. To fix, configure Coin with debug off always. Notes: svn path=/head/; revision=360791
* - Switch graphics/simage USES=libtool, drop .la filesDmitry Marakasov2014-06-231-1/+1
| | | | | | | | | | | - Strip library - Use new LIB_DEPENDS syntax - Bump dependent ports as .so version has changed Approved by: portmgr blanket Notes: svn path=/head/; revision=358884
* - Switch to USES=libtool, drop .la filesDmitry Marakasov2014-06-232-4/+4
| | | | | | | | | - Bump dependent ports as .so version has changed Approved by: portmgr blanket Notes: svn path=/head/; revision=358883
* Reset maintainership by maintainer's request.Ruslan Makhmatkhanov2014-03-041-1/+1
| | | | | | | | | | Thank you for your past work on this, Cristiano! PR: 187228 187227 Submitted by: Cristiano Rolim Pereira <cristianorolim@hotmail.com> (maintainer) Notes: svn path=/head/; revision=346989
* Convert the tree to USES=openalAntoine Brodin2013-12-251-1/+1
| | | | | | | Approved by: portmgr (bapt) Notes: svn path=/head/; revision=337464
* - Fix build of x11-toolkits/SoXt which depends on graphics/CoinSunpoet Po-Chuan Hsieh2013-12-013-5/+15
| | | | | | | | | | | | - Add LICENSE - Support STAGEDIR PR: ports/183824 Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com> Approved by: maintainer (timeout, 21 days) Notes: svn path=/head/; revision=335398
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-5/+2
| | | | | | | graphics) Notes: svn path=/head/; revision=327733
* Force numerous ports that fail to build with clang over to instead alwaysMark Linimon2012-10-091-0/+1
| | | | | | | | | | | | | | | | | | | | | | rely on gcc. The patch uses the new USE_GCC=any code in Mk/bsd.gcc.mk to accomplish this. The ports chosen were ports that blocked 2 or more ports from building with clang. (There are several hundred other ports that still fail to build with clang, even with this patch. This is merely one step along the way.) Those interested in fixing these ports with clang, and have clang as their default compiler, can simply set FORCE_BASE_CC_FOR_TESTING=yes. For those who have gcc as their default compiler, this change is believed to cause no change. Hat: portmgr Tested with: multiple runs on amd64-8-exp-bcm and 9-exp-clang, with various combinations of patch/no-patch and flag settings. Notes: svn path=/head/; revision=305610
* - update png to 1.5.10Dirk Meyer2012-06-011-1/+1
| | | | Notes: svn path=/head/; revision=297915
* - bump PORTREVISION after graphics/simage updateMartin Wilke2011-07-032-3/+2
| | | | Notes: svn path=/head/; revision=276959
* - update to 1.4.1Dirk Meyer2010-03-281-0/+1
| | | | | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi Notes: svn path=/head/; revision=251605
* - Update to 3.1.3Dmitry Marakasov2010-03-155-27/+11
| | | | | | | | | | - Pass maintainership to submitter PR: 144501 Submitted by: Cristiano Rolim Pereira <cristianorolim@hotmail.com> Notes: svn path=/head/; revision=251088
* - update to jpeg-8Dirk Meyer2010-02-051-1/+1
| | | | Notes: svn path=/head/; revision=249285
* - Introduce USE_OPENAL variable for OpenAL consumersPav Lucistnik2010-01-251-2/+3
| | | | | | | | | | | | - Switch to openal-soft as a default OpenAL implementation PR: ports/142123 Submitted by: mva Tested by: pointyhat exp-run Approved by: portmgr (hat) Notes: svn path=/head/; revision=248567
* For ports maintained by ports@FreeBSD.org, remove names and/orDoug Barton2009-12-211-3/+0
| | | | | | | | | | | e-mail addresses from the pkg-descr file that could reasonably be mistaken for maintainer contact information in order to avoid confusion on the part of users looking for support. As a pleasant side effect this also avoids confusion and/or frustration for people who are no longer maintaining those ports. Notes: svn path=/head/; revision=246327
* - Update to 3.1.2Sylvio Cesar Teixeira2009-11-132-4/+4
| | | | | | | Approved by: itetcu, miwi (mentors) Notes: svn path=/head/; revision=244188
* - Update to 3.1.1Sylvio Cesar Teixeira2009-11-073-6/+7
| | | | | | | | | PR: ports/139877 Submitted by: sylvio@ (myself) Approved by: itetcu (mentor) Notes: svn path=/head/; revision=243938
* - bump all port that indirectly depends on libjpeg and have not yet been ↵Dirk Meyer2009-07-311-1/+1
| | | | | | | | | bumped or updated Requested by: edwin Notes: svn path=/head/; revision=238701
* - Update X.org ports to 7.4+ (few ports are more recent than the katamari).Florent Thoumie2009-01-231-0/+2
| | | | | | | | | | | - Bump PORTREVISION for all ports depending on libglut since the shlib version number went from 4 to 3. - Bump PORTREVISION for all ports depending on libXaw as libXaw.so.8 isn't installed anymore. - Couple of ports fixes (mostly missing xorg components added to USE_XORG). Notes: svn path=/head/; revision=226727
* - Update to 3.0.0Beech Rintoul2009-01-235-24/+97
| | | | | | | | PR: ports/130894 Submitted by: Cristiano Rolim Pereira <cristianorolim@hotmail.com> Notes: svn path=/head/; revision=226706
* Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.Rong-En Fan2008-08-211-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Specifically, newer autoconf (> 2.13) has different semantic of the configure target. In short, one should use --build=CONFIGURE_TARGET instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning and the old semantic may be removed in later autoconf releases. To workaround this issue, many ports hack the CONFIGURE_TARGET variable so that it contains the ``--build='' prefix. To solve this issue, under the fact that some ports still have configure script generated by the old autoconf, we use runtime detection in the do-configure target so that the proper argument can be used. Changes to Mk/*: - Add runtime detection magic in bsd.port.mk - Remove CONFIGURE_TARGET hack in various bsd.*.mk - USE_GNOME=gnometarget is now an no-op Changes to individual ports, other than removing the CONFIGURE_TARGET hack: = pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables) - comms/gnuradio - science/abinit - science/elmer-fem - science/elmer-matc - science/elmer-meshgen2d - science/elmerfront - science/elmerpost = use x86_64 as ARCH - devel/g-wrap = other changes - print/magicfilter GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf Total # of ports modified: 1,027 Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes) PR: 126524 (obsoletes 52917) Submitted by: rafan Tested on: two pointyhat 7-amd64 exp runs (by pav) Approved by: portmgr (pav) Notes: svn path=/head/; revision=218938
* - Update to version 2.5.0, which achieves full OpenInventor 2.1 compatibility.Li-Wen Hsu2007-12-274-8/+110
| | | | | | | | | | - Add experimental JavaScript support PR: ports/118679 Submitted by: "Pedro F. Giffuni" <giffunip AT tutopia.com> Notes: svn path=/head/; revision=204610
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-0/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* - Update to 2.4.6Martin Wilke2007-04-203-6/+9
| | | | Notes: svn path=/head/; revision=190506
* - Fix build with gcc41Martin Wilke2006-10-074-5/+26
| | | | | | | | PR: ports/104078 Submitted by: trasz Notes: svn path=/head/; revision=174756
* - s,INSTALLS_SHLIB,USE_LDCONFIG,gCheng-Lung Sung2006-08-141-1/+1
| | | | | | | | | | | - these include dns/ editors/ emulators/ finance/ games/ graphics/ maintained by ports@ PR: ports/101916 Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org> Notes: svn path=/head/; revision=170640
* Remove USE_REINPLACE for categories starting with a GEdwin Groothuis2006-05-071-1/+0
| | | | Notes: svn path=/head/; revision=161663
* Conversion to a single libtool environment.Ade Lovett2006-02-232-2/+3
| | | | | | | Approved by: portmgr (kris) Notes: svn path=/head/; revision=156749
* - Add SHA256Pav Lucistnik2005-11-261-0/+1
| | | | Notes: svn path=/head/; revision=149530