aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/reallyslick
Commit message (Collapse)AuthorAgeFilesLines
* Bump PORTREVISION for ports depending on the canonical version of GCCgerald2019-07-271-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
* graphics/reallyslick: fix buildpkubaj2019-06-151-1/+1
| | | | | | | Switch to ports GCC to fix: /usr/local/lib/libgraphite2.so.3: undefined reference to `__cxa_throw_bad_array_new_length@CXXABI_1.3.8' Approved by: mentors (implicite approval)
* Update ImageMagick to 6.9.10.14 [1]kwm2018-11-111-2/+2
| | | | | | | | | | | | | | | | | | * Add PKGNAMESUFFIX and rename the directory. This was done to show that IM6 is not the "main" version. But still fully supported by upstream. * Convert a number of options to optionhelpers. * Add option for ISO/IEC 23008-12:2017 HEIF suport * Add comment to pkg-descr explaining IM6's "legacy" tag. * Add comment to the patch-config_policy.xml file why it still needed. Please note that IM7 is not a drop in replacement due to library API and command arguments changes. And as a result ports need to decide for themself which version to use. Chase these changes in all the ports that using IM6. PR: 225102 (based on, only the version update) [1] Submitted by: Pascal Christen <pascal.christen@hostpoint.ch>
* graphis/reallyslick: Fix build with Clang 6tobik2018-09-021-4/+4
| | | | | | | | | | | | | hyperspace.cpp:387:19: error: non-constant-expression cannot be narrowed from type 'double' to 'float' in initializer list [-Wc++11-narrowing] float diff[3] = {flarepos[0] - camPos[0], flarepos[1] - camPos[1], flarepos[2] - camPos[2]}; ^~~~~~~~~~~~~~~~~~~~~~~ http://beefy11.nyi.freebsd.org/data/head-i386-default/p478276_s338342/logs/errors/reallyslick-0.9.1_20.log - Attempt build on arm* again; the error message is the same as on amd64/i386 - Mark as LLD_UNSAFE when compiled with FREEALUT=on because of OpenAL [1] PR: 226980 [1]
* Mark broken on armvX.linimon2018-03-181-1/+4
| | | | While here, pet portlint.
* Bump portrevision to chase graphics/glew shard library version update.zeising2017-11-191-1/+1
| | | | | | | PR: 223370 Submitted by: zeising exp-run by: antoine Approved by: antoine
* ImageMagick to 6.9.9-15.kwm2017-09-281-1/+1
| | | | | | | | | | | | | | * Disable FPX (FlashPix) support by default. This image format is really rare these days coupled with that there are known CVE's in libfpx and it doesn't seem to be maintained these days. It doesn't make sense to keep it enabled by default anymore. [1] * Add new option for RAW support * Fix portscout macro to only show 6.9.x versions Bump other ports for the shared library bumps in IM 6. PR: 222309 [1] Submitted by: Anton Yuzhaninov <citrin+pr@citrin.ru> [1]
* Chase ImageMagick shlib bumpkwm2017-05-261-1/+1
|
* Revision bump of all ports with USE_GL after consolidation of mesa-libsrezny2017-05-231-1/+1
| | | | | Approved by: swills (mentor) Differential Revision: https://reviews.freebsd.org/D10845
* Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.mat2016-04-011-2/+2
| | | | | With hat: portmgr Sponsored by: Absolight
* Update ImageMagick to 6.9.0.4.kwm2015-01-191-2/+2
| | | | | | | | | | | | | | | | | | - Normalize the ImageMagick library name so it stays the same regardless of what the 16-bit and HDRI option are set to [1]. Teach cmake to look for the new name. Bump ports that link to the libraries due to this. - As a result do away with the "HALFSUPPORTED" option block, and list 16-bit and HDRI with the other options. - ImageMagick ships a basic SVG plugin when not using librsvg2 for SVG support. This basic SVG plugin needs libxml2 to work [2]. Make libxml2 a mandatory dependency (instead of only when the SVG option was selected). - Don't touch .keep files in the modules directory, there files there so it useless. PR: 194949 [1] PR: 195227 [2] Requested by: many [1] Submitted by: software-freebsd@interfasys.ch [2]
* Replace USES=libtool:oldver with USES=libtool or USES=libtool:keepla intijl2014-12-091-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the 32 ports that still use it. Bump PORTREVISION on their dependent ports except the ones that depend on these: audio/libogg audio/libvorbis devel/pcre ftp/curl graphics/jpeg graphics/libart_lgpl graphics/tiff textproc/expat2 textproc/libxslt In these cases the same trick as in the recent gettext update is used. The ports install a symlink with the old library version. When enough of their dependent ports have had regular updates the remaining ones can get a PORTREVISION bump and the links can be removed. Also remove the devel/pcre dependency from USE_GNOME=glib20. It causes over 2200 packages to depend on devel/pcre while less than 200 actually link with it. The glib20 package still depends on devel/pcre so this should not make a difference for ports with USE_GNOME=glib20. Also, libdata/pkgconfig/glib-2.0.pc lists pcre as a private library so USE_GNOME=glib20 should not propagate it. PR: 195724 Exp-run by: antoine Approved by: portmgr (antoine)
* Remove * from LIB_DEPENDS lines and specify the default library namekwm2014-11-071-1/+1
| | | | for ImageMagick. Using '*' it is unsupported and potention bugs here.
* Update the default version of GCC in the Ports Collection from GCC 4.7.4gerald2014-09-111-1/+1
| | | | | | | | | | to GCC 4.8.3. Part II, Bump PORTREVISIONs. PR: 192025 Tested by: antoine (-exp runs) Approved by: portmgr (implicit)
* converters/fribidi:tijl2014-08-311-1/+1
| | | | | - Add USES=libtool and bump dependent ports - Add INSTALL_TARGET=install-strip
* - Fix missing library problems when the linker enforces explicit linkingtijl2014-08-261-6/+4
| | | | | | PR: 192062 Exp-run by: antoine Approved by: portmgr (antoine)
* Update to 6.8.9-3 [1][3].kwm2014-06-181-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Use USES=compiler:openmp for the OPENMP option[2] Ditch the use of perl for patching etc [4] and silence perl threaded check [6] -delay option spurious message should be fixed [5] JASPER option was replace by JPEG2000 for JP2k support. Put 16BIT_PIXEL and HDRI option separate option block. These options change the library name, so the user needs to take this into consideration. Use new LIB_DEPENDS syntax. Use @sample for config files. Sprinkle some USES=pkgconfig for some ports, since we don't pull it in anymore at run-time. PR: 185462 [1] PR: 187548 [2] PR: 182793 [3] PR: 181746 [4] PR: 176047 [5] PR: 190814 [6] Submitted by: c.petrik.sosa@gmail.com [1] Matthieu Volat <mazhe@alkumuna.eu> [2] free.bsd@webstyle.ch [3] andrnils@gmail.com [4] rfg@tristatelogic.com [5] Michelle Sullivan <michelle@sorbs.net> [6] Approved by: portmgr (blanket) (for NO_STAGED ports)
* - Switch to USES=libtool, drop .la filesamdmi32014-06-042-5/+2
|
* - Add staging supportpawel2014-04-292-24/+36
| | | | | - Convert to new LIB_DEPENDS format, USES=tar:bzip2 - Use options helpers
* The FreeBSD x11@ and graphics team proudly presentszeising2014-04-171-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)
* Convert the tree to USES=openalantoine2013-12-261-1/+1
| | | | Approved by: portmgr (bapt)
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-211-0/+1
| | | | graphics)
* Fix build with linker that does not copy the dt_need from libraries it linksbapt2013-07-261-8/+3
| | | | | | | | with like recent binutils. [1] Trim header Convert to USES=gmake Obtained from: DPorts [1]
* This changes almost all the "gnomehack" only USE_GNOME cases to USES= pathfix.eadler2013-03-191-1/+1
| | | | | | | | | If a port used other USE_GNOME items it was untouched. The ports that used other USES were fixed by hand. PR: ports/177081 Reviewed by: bapt Approved by: portmgr (miwi)
* - Bump port after ImageMagick updatebeech2012-12-121-2/+2
| | | | | - Remove version - Bump PORTREVISION
* Switch from libglut to freeglut and retire libglut. Libglut hasn't beenkwm2012-08-051-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | developed in years and has been dropped from the MESA 8.0 distribution. Freeglut is a rewrite of glut and is actively developed and is used by many linux distributions instead of libglut. Bump all ports that directly depend on libglut because of the shlib version change. There are some extra items in this patch. *) Because freeglut doesn't have the same dependancies as libglut, some ports need extra dependencies added to USE_XORG to make them build. *) Mark graphics/f90gl broken, f90gl depends on a header that is only shipped with libglut. *) Remove option for libglut/freeglut selection in games/cake, only freeglut remains now. *) While here fix a png related build issue games/vegastrike. Thanks to miwi for running the exp-run. Approved by: portmgr (miwi) Collaboration with: zeising@ Obtained from: xorg-dev staging area.
* Conver to new options frameworkbapt2012-06-131-6/+7
|
* - update png to 1.5.10dinoex2012-06-011-1/+1
|
* Update ImageMagick to 6.7.2-10 (shlib bumped to .5)mm2011-10-111-2/+2
|
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)amdmi32011-09-241-3/+2
| | | | | | | | | - Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead PR: 157936 Submitted by: myself Exp-runs by: pav Approved by: pav
* -remove MD5ohauer2011-07-031-1/+0
|
* Update ImageMagick to 6.6.2-10mm2010-07-251-2/+2
|
* - Add glew to the list of supported USE_GL variablesgahr2010-04-281-1/+1
| | | | | | - Patch ports depending on GLEW directly Approved by: portmgr (pav)
* - Bump Magick++, MagickWand or MagickCore dependencymm2010-03-291-2/+2
|
* - update to 1.4.1dinoex2010-03-281-1/+1
| | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi
* - update to jpeg-8dinoex2010-02-051-1/+1
|
* - Introduce USE_OPENAL variable for OpenAL consumerspav2010-01-261-1/+2
| | | | | | | | | - Switch to openal-soft as a default OpenAL implementation PR: ports/142123 Submitted by: mva Tested by: pointyhat exp-run Approved by: portmgr (hat)
* - Update to 0.9.1miwi2010-01-224-26/+29
| | | | | PR: 142981 Submitted by: Ports Fury
* - Switch SourceForge ports to the new File Release System: categories ↵amdmi32009-08-221-1/+1
| | | | starting with G
* - bump all port that indirectly depends on libjpeg and have not yet been ↵dinoex2009-07-311-0/+1
| | | | | | bumped or updated Requested by: edwin
* - Update to version 0.9.0miwi2009-05-2911-140/+131
| | | | | PR: 135034 Submitted by: Ports Fury
* - Update ImageMagick to 6.4.9.2mm2009-02-111-2/+2
| | | | | - Libraries Magick++, MagickCore and MagickWand bumped to 2 - Update all ports using libraries above
* Reset dyeske@gmail.com at his request.linimon2009-02-032-4/+1
| | | | Hat: portmgr
* - Fix buildmiwi2008-06-061-4/+4
| | | | | | PR: 124089 Submitted by: Ganael Laplanche <ganael.laplanche@martymac.com> Approved by: maintainer
* - Mark BROKEN: matrixview.c:83:24: error: magick/api.h: No such file or ↵pav2008-05-121-0/+2
| | | | | | directory Reported by: pointyhat
* - Chase graphics/ImageMagick shlib version bumpmiwi2008-04-221-2/+2
| | | | Pointyhat to: mi@
* - Remove USE_X_PREFIXbeech2008-03-221-2/+1
| | | | | | - Bump portrevision Approved by: David Yeske <dyeske@gmail.com> (maintainer, implicit)
* dyeske at yahoo dot com -> dyeske at gmail dot comedwin2007-07-062-3/+3
|
* - Welcome X.org 7.2 \o/.flz2007-05-201-1/+1
| | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
* - Change dependencies reflecting update in graphics/ImageMagickmnag2006-05-241-1/+2
| | | | - Bump PORTREVISION
* Fix build on 4.x.lawrance2006-04-284-0/+102
| | | | Reported by: Kris
* Update to 0.8.1.lawrance2006-04-253-5/+19
| | | | | | PR: ports/95310 (superseding ports/93111*) Submitted by: UMENO Takashi <umeno@rr.iij4u.or.jp> Approved by: dyeske@yahoo.com (maintainer, timeout 2 months*)
* SHA256ifyedwin2006-01-221-0/+1
| | | | Approved by: krion@
* - Update to 0.7.6pav2004-04-173-12/+14
| | | | | | PR: ports/64998 Submitted by: UMENO Takashi <umeno@rr.iij4u.or.jp> Approved by: maintainer timeout (2 weeks)
* SIZEify (maintainer timeout)trevor2004-03-311-0/+1
|
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.marcus2004-02-041-0/+1
| | | | (Part 2)
* BROKEN: Broken pkg-plistkris2004-01-301-0/+2
|
* De-pkg-comment.knu2003-02-212-1/+1
|
* New port reallystick version 0.6.6: OpenGL screensaver collectionlioux2002-11-255-0/+60
Submitted by: David Yeske <dyeske@yahoo.com