aboutsummaryrefslogtreecommitdiff
path: root/graphics/inventor
Commit message (Collapse)AuthorAgeFilesLines
* Set LLD_UNSAFE=yes that the port will continue to link with ld.bfdKirill Ponomarev2018-01-071-0/+1
| | | | | | | | | | | if /usr/bin/ld is lld, until the issue can be addressed. PR: 214864 Approved by: portmgr (LLD_UNSAFE blanket) Sponsored by: The FreeBSD Foundation Notes: svn path=/head/; revision=458374
* 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
* Update freetype2 to 2.7.1.Koop Mast2017-03-081-1/+4
| | | | | | | | | | | | | | | | | * List licenses * Add DEBUG, DOCS, TABLE_VALIDATION and SUBPIXEL_HINTING options. * Sort options lines by name. * Add pkg-message describing how certain options can be overwritten at run time, like the subpixel hinting engine. * Fix the build of graphics/inventor. PR: ports/211201 Submitted by: Piotr Kubaj <pkubaj@anongoth.pl> Discussed with: jbeigh@, lightside@gmx.com Exp-run: antoine@ (earlier version) Notes: svn path=/head/; revision=435690
* graphics/inventor: unbreak with libc++ 3.9Jan Beich2017-02-012-0/+24
| | | | | | | | | | | | | | | | | | | ./SoInput.c++:2813:8: error: cannot initialize a variable of type 'char *' with an rvalue of type 'const char *' char *firstPlus = strchr(n, '+'); ^ ~~~~~~~~~~~~~~ SoInteractionKit.c++:857:12: error: cannot initialize a variable of type 'char *' with an rvalue of type 'const char *' char *dotPtr = strchr( partName.getString(), '.' ); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ SoInteractionKit.c++:858:12: error: cannot initialize a variable of type 'char *' with an rvalue of type 'const char *' char *brackPtr = strchr( partName.getString(), '[' ); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Reported by: pkg-fallout Notes: svn path=/head/; revision=433091
* - Fix trailing whitespace in pkg-descrs, categories [g-n]*Dmitry Marakasov2016-05-191-10/+10
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=415499
* graphics/inventor: Fix build with libc++ 3.8.0Kurt Jaeger2016-04-305-0/+79
| | | | | | | | | PR: 208845 Submitted by: dim Approved by: c47g@gmx.at (maintainer timeout) Notes: svn path=/head/; revision=414327
* 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
* UnbreakAntoine Brodin2015-10-161-0/+2
| | | | Notes: svn path=/head/; revision=399518
* Drop 8 support.Mathieu Arnold2015-10-151-6/+0
| | | | | | | | | With hat: portmgr Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D3694 Notes: svn path=/head/; revision=399346
* Convert to USES=jpegAntoine Brodin2015-06-221-3/+2
| | | | Notes: svn path=/head/; revision=390310
* converters/libiconv:Tijl Coosemans2015-04-157-169/+30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Remove const qualifier from iconv(3) to match POSIX: http://pubs.opengroup.org/onlinepubs/9699919799/functions/iconv.html - Patch iconv.h to expose more GNU extensions when LIBICONV_PLUG is defined because the base system iconv supports these extensions too. Add/remove patches to/from ports to call iconv with non-const arguments. This breaks some ports on FreeBSD 10 because base system iconv.h still has the const qualifier. Fix this by letting USES=iconv add a build dependency on converters/libiconv so ports can use its iconv.h (with LIBICONV_PLUG defined) instead of the base system iconv.h. This exposed some ports that link with libiconv when it is available instead of using libc iconv. In these cases one of the following changes has been made: - patch configure scripts to test for libc iconv first - add ac_cv_lib_iconv_libiconv=no or similar to CONFIGURE_ARGS to disable some configure tests - converters/wkhtmltopdf: this includes Qt4 so add a patch from devel/qt4 - lang/gcc5-aux: respect CFLAGS and friends during configure such that LIBICONV_PLUG is defined in the iconv test, also switch to external gettext - mail/gnarwl: replace patches with CPPFLAGS/LIBS - multimedia/ffmpeg2theora: remove iconv test from SConstruct and use ICONV_LIB in port Makefile instead, also fix a bug in subtitles.c - net-im/licq: finish conversion to cmake - net-mgmt/bandwidthd, net-mgmt/icinga, net-mgmt/nagios, net-mgmt/nagios4: don't need iconv - textproc/p5-XML-TinyXML: finish conversion to USES=perl5 Other changes: - databases/qdbm and slaves: respect CFLAGS and friends, also enable bzip2 and lzo support - games/ldmud: respect CFLAGS and friends - graphics/inventor: replace some patches with MAKE_ARGS/MAKE_ENV to respect CFLAGS and friends, also remove FreeBSD/alpha patch and add missing xorg dependencies PR: 199099 Exp-run by: antoine Approved by: portmgr (antoine) Notes: svn path=/head/; revision=384038
* Make fonts repecting XDGBaptiste Daroussin2015-03-213-3/+3
| | | | | | | | | | | | | Xorg is now looking in ${LOCALBASE}/share/fonts by default Xorg now accepts symlinks in etc/X11/fontpath.d (as decribed in Xserver(1)) Large cleanup on lots of font ports All fonts are now properly dynamically generating fonts.dir and fonts.scale instead of sometime overwriting existing ones) All fonts are generating fontconfig's cache Improve consistency in fonts ports Notes: svn path=/head/; revision=381876
* Cleanup plistBaptiste Daroussin2014-10-201-44/+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 missing library problems when the linker enforces explicit linkingTijl Coosemans2014-08-262-1/+7
| | | | | | | | | PR: 192062 Exp-run by: antoine Approved by: portmgr (antoine) Notes: svn path=/head/; revision=366215
* - Support stagingJason E. Hale2014-06-254-126/+412
| | | | | | | | | | | | | | | - Add LICENSE - Convert WITH_DEBUG into DEBUG option - Strip binaries - Remove superfluous leading words from COMMENT - Pet portlint(1) - Clean up pkg-descr - Bump PORTREVISION Approved by: portmgr (blanket approval) Notes: svn path=/head/; revision=359251
* The FreeBSD x11@ and graphics team proudly presentsNiclas Zeising2014-04-161-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* - Fix build with modern compilersPietro Cerutti2013-10-2113-15/+139
| | | | | | | | | PR: 182900 Submitted by: gahr Approved by: maintainer Notes: svn path=/head/; revision=331098
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | graphics) Notes: svn path=/head/; revision=327733
* Mark as job unsafeBaptiste Daroussin2013-07-101-0/+1
| | | | Notes: svn path=/head/; revision=322713
* Convert from USE_MOTIF to USES=motifBaptiste Daroussin2013-07-101-8/+2
| | | | | | | | | While here: - Trim headers - Convert some USE_GMAKE to USES=gmake Notes: svn path=/head/; revision=322621
* - Convert USE_ICONV=yes to USES=iconvMarcus von Appen2013-04-271-1/+1
| | | | | | | | | - Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here Reviewed by: zeising Notes: svn path=/head/; revision=316662
* - register conflicts with graphics/Coin and x11-toolkits/SoXtRuslan Makhmatkhanov2012-06-051-0/+2
| | | | | | | | | PR: 168674 Submitted by: Christian Gusenbauer <c47g at gmx dot at> (maintainer) Reported by: Sulev-Madis 'ketas' Silber <madis555 at hot dot ee> Notes: svn path=/head/; revision=298447
* - fix build on amd64, enable that platformPietro Cerutti2011-06-0810-40/+117
| | | | | | | | | PR: 157704 Submitted by: gahr@FreeBSD.org Approved by: Christian Gusenbauer <c47g@gmx.at> (maintainer) Notes: svn path=/head/; revision=275229
* Bump PORTREVISION after open-mofit updateMax Brazhnikov2011-05-021-1/+1
| | | | Notes: svn path=/head/; revision=273475
* - update to jpeg-8Dirk Meyer2010-02-051-2/+2
| | | | Notes: svn path=/head/; revision=249285
* - SUB_FILES += pkg-messagePhilip M. Gollucci2010-01-122-1/+3
| | | | | | | | | PR: ports/142539 Submitted by: Sevan Janiyan <venture37@geeklan.co.uk> Approved by: Christian Gusenbauer <c47g@gmx.at> (maintainer) Notes: svn path=/head/; revision=247670
* - update to jpeg7Dirk Meyer2009-07-181-2/+2
| | | | | | | Tested by: pav on pointyhat Notes: svn path=/head/; revision=238018
* inventor requires libXi.Florent Thoumie2009-01-311-1/+1
| | | | | | | Reported by: pointyhat via erwin Notes: svn path=/head/; revision=227277
* - Remove unneeded dependency from gtk12/gtk20 [1]Martin Wilke2008-04-192-4/+3
| | | | | | | | | | | | | | | | | | - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG - Remove X11BASE support in favor of LOCALBASE or PREFIX - Use USE_LDCONFIG instead of INSTALLS_SHLIB - Remove unneeded USE_GCC 3.4+ Thanks to all Helpers: Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr, ehaupt, nox, itetcu, flz, pav PR: 116263 Tested on: pointyhat Approved by: portmgr (pav) Notes: svn path=/head/; revision=211584
* - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORGMartin Wilke2008-03-221-3/+2
| | | | | | | | | - Bump PORTREVISION Approved by: portmgr (xorg cleanup) Notes: svn path=/head/; revision=209570
* Remove always-false/true conditions based on OSVERSION 500000Edwin Groothuis2007-10-041-7/+1
| | | | Notes: svn path=/head/; revision=200773
* Fix build caused by Xorg 7.2 migration.Maho Nakata2007-05-261-1/+2
| | | | | | | Submitted by: Christian Gusenbauer <c47g@gmx.at> (maintainer) Notes: svn path=/head/; revision=191892
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-2/+2
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* * A bug fix (patch-open.c).Maho Nakata2007-03-242-1/+30
| | | | | | | | | * Bump portrevision. Submitted by: maintainer Notes: svn path=/head/; revision=188215
* Build fix with gcc41Maho Nakata2006-12-161-0/+11
| | | | | | | Submitted by: Christian Gusenbauer <c47g@gmx.at> via kris Notes: svn path=/head/; revision=179985
* Remove USE_REINPLACE for categories starting with a GEdwin Groothuis2006-05-071-1/+0
| | | | Notes: svn path=/head/; revision=161663
* SHA256ifyEdwin Groothuis2006-01-221-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154157
* Fix pkg-plist and typoMaho Nakata2005-01-303-3/+22
| | | | | | | Submitted by: Christian Gusenbauer <c47g@gmx.at> and kris via pointyhat Notes: svn path=/head/; revision=127689
* Replace explicit XFree86-4-libraries dependencies with USE_XLIB, USE_XPM, andEric Anholt2004-05-291-2/+2
| | | | | | | USE_GL as appropriate. Notes: svn path=/head/; revision=110331
* Fix build with freetype2-2.1.7.Joe Marcus Clarke2004-04-031-0/+12
| | | | | | | Reported by: bento via kris Notes: svn path=/head/; revision=106013
* SIZEify (maintainer timeout)Trevor Johnson2004-03-311-0/+1
| | | | Notes: svn path=/head/; revision=105747
* - Use USE_ICONV knobKirill Ponomarev2004-03-301-1/+1
| | | | | | | Approved by: portmgr Notes: svn path=/head/; revision=105722
* Possible fix on 4-STABLEMaho Nakata2004-03-071-0/+15
| | | | | | | Submitted by: maintainer Christian Gusenbauer <cg17123@gmx.at> Notes: svn path=/head/; revision=103189
* BROKEN on 4.x: Does not compileKris Kennaway2004-02-221-0/+4
| | | | Notes: svn path=/head/; revision=101696
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-0/+1
| | | | | | | (Part 2) Notes: svn path=/head/; revision=99920
* Fix typo in ONLY_FOR_ARCHSMaho Nakata2003-10-211-1/+1
| | | | | | | | Submitted by: maintainer (Christian Gusenbauer <c47g@gmx.at>) Pointed out by: kris via bento Notes: svn path=/head/; revision=91853
* a) add a possible patch to build on Alpha.Maho Nakata2003-08-192-1/+25
| | | | | | | | | | b) however, for safety, set ONLY_FOR_ARCHS= i386 Submitted by: kris via bento Christian Gusenbauer <c47g@gmx.at> (maitainer) Notes: svn path=/head/; revision=87238
* SGI's Open Inventor (TM)Maho Nakata2003-08-0322-0/+1451
an object-oriented 3D toolkit offering a comprehensive solution to interactive graphics programming problems. PR: 46731 Submitted by: Christian Gusenbauer <c47g@gmx.at> Notes: svn path=/head/; revision=86210