aboutsummaryrefslogtreecommitdiff
path: root/graphics/gnash
Commit message (Collapse)AuthorAgeFilesLines
* - fix option GTK2Dirk Meyer2014-05-111-3/+2
| | | | Notes: svn path=/head/; revision=353651
* 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
* - add USES=tar:bzip2Dirk Meyer2014-04-061-2/+1
| | | | Notes: svn path=/head/; revision=350358
* Update the default version of GCC used in the Ports Collection fromGerald Pfeifer2014-03-101-1/+1
| | | | | | | | | | | | | | GCC 4.6.4 to GCC 4.7.3. This entails updating the lang/gcc port as well as changing the default in Mk/bsd.default-versions.mk. Part II, Bump PORTREVISIONs. PR: 182136 Supported by: Christoph Moench-Tegeder <cmt@burggraben.net> (fixing many ports) Tested by: bdrewery (two -exp runs) Notes: svn path=/head/; revision=347809
* Replace USE_GCC=4.2+ by USE_GCC=any. [1]Gerald Pfeifer2014-03-011-1/+1
| | | | | | | | | And USE_GMAKE by USES=gmake where touching a port because of the above. Approved by: portmgr (bapt) [1] Notes: svn path=/head/; revision=346721
* Chase boost and icu bumpBaptiste Daroussin2014-02-071-1/+1
| | | | | | | While here convert some LIB_DEPENDS Notes: svn path=/head/; revision=343214
* - set BROKEN from FreeBSD-10, fails in boost ABIDirk Meyer2014-01-251-0/+4
| | | | Notes: svn path=/head/; revision=341039
* - use STAGEDIRDirk Meyer2013-12-152-52/+38
| | | | | | | | | - use USE_WEBPLUGINS - use OPT_* flags - clean LIB_DEPENDS Notes: svn path=/head/; revision=336568
* Convert LIB_DEPENDS for ports depending on boostBaptiste Daroussin2013-12-121-6/+6
| | | | Notes: svn path=/head/; revision=336255
* - revert default to FFMPG0Dirk Meyer2013-10-291-6/+6
| | | | Notes: svn path=/head/; revision=331932
* - new default option FFMPEG2Dirk Meyer2013-10-263-110/+121
| | | | Notes: svn path=/head/; revision=331658
* Update to libmpc version 1.0.1 which brings the following fixes:Gerald Pfeifer2013-10-261-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Switched to automake 1.11.6, see CVE-2012-3386. - #14669: Fixed extraction of CC from gmp.h. - Fixed case of intermediate zero real or imaginary part in mpc_fma, found by hydra with GMP_CHECK_RANDOMIZE=1346362345. This is on top of the following changes from version 1.0 - Licence change towards LGPLv3+ for the code and GFDLv1.3+ (with no invariant sections) for the documentation. - 100% of all lines are covered by tests - Renamed functions . mpc_mul_2exp to mpc_mul_2ui . mpc_div_2exp to mpc_div_2ui - 0^0, which returned (NaN,NaN) previously, now returns (1,+0). - Removed compatibility with K&R compilers, which was untestable due to lack of such compilers. - New functions . mpc_log10 . mpc_mul_2si, mpc_div_2si - Speed-ups . mpc_fma - Bug fixes . mpc_div and mpc_norm now return a value indicating the effective rounding direction, as the other functions. . mpc_mul, mpc_sqr and mpc_norm now return correct results even if there are over- or underflows during the computation. . mpc_asin, mpc_proj, mpc_sqr: Wrong result when input variable has infinite part and equals output variable is corrected. . mpc_fr_sub: Wrong return value for imaginary part is corrected. Convert to the new LIB_DEPENDS standard and remove hard-coded .so versions from a couple of dependent ports. Bump PORTREVISIONS of all dependent ports. PR: 183141 Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=331644
* - Remove manual creation and removal of share/applications, as it's now in ↵Dmitry Marakasov2013-10-221-1/+0
| | | | | | | | | the mtree (categories starting with [fgijk]) Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=331272
* graphics/gnash: link using ffmpeg0William Grzybowski2013-10-102-6/+117
| | | | | | | | | - Link using ffmpeg0 Approved by: portmgr (bapt, implicit) Notes: svn path=/head/; revision=329955
* - fix misplaced NO_STAGE in slaveports and ifdefsDirk Meyer2013-09-211-1/+1
| | | | Notes: svn path=/head/; revision=327804
* 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
* Eradicate USE_GNOME=pkgconfig from graphicsBaptiste Daroussin2013-09-011-2/+2
| | | | | | | | | | | | While here: - trim headers - convert: * USE_GNOME=gnomehack -> USES=pathfix * USE_GMAKE=yes -> USES=gmake * USE_PERL5 -> USES=perl5 Notes: svn path=/head/; revision=325928
* - Remove MAKE_JOBS_SAFE variableAlex Kozlov2013-08-141-1/+0
| | | | | | | Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=324744
* - Update to 7.31.0Sunpoet Po-Chuan Hsieh2013-07-111-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | - Bump PORTREVISION for ftp/curl shlib change - Add TEST_DEPENDS - Convert to new options framework - Adjust options: - Add COOKIES - Add CYASSL, NSS, POLARSSL, THREADED_RESOLVER, TLS_SRP [1] - Add GSSAPI and SPNEGO [2] - Remove KERBEROS4 - Rename LIBIDN to IDN - Remove TRACKMEMORY [1] - Sort option handler - Add SLAVEDIRS: ftp/curl-hiphop - Cosmetic change - Cleanup Makefile header - While I'm here, fix typo (PORTREVSION) in x11-wm/ede/Makefile Changes: http://curl.haxx.se/changes.html PR: ports/172325 (-exp run), ports/177369 (based on) [1] Submitted by: Hirohisa Yamaguchi <umq@ueo.co.jp> [1], hrs (via email) [2] Exp run by: miwi Notes: svn path=/head/; revision=322783
* Fix build of gnash [1] and vlc [2] after libva update.Guido Falsi2013-07-062-1/+14
| | | | | | | | | PR: ports/180118 [2] Submitted by: Geraud CONTINSOUZAS <geraud@gcu.info> Approved by: dinoex [1], nox [2] Notes: svn path=/head/; revision=322412
* - remove option KDE3Dirk Meyer2013-07-062-42/+9
| | | | | | | | PR: 180271 Submitted by: Rene Ladan Notes: svn path=/head/; revision=322399
* Update to 17.0.6 (this should also fix the build on head after theFlorian Smeets2013-06-041-1/+1
| | | | | | | | | | | clang 3.3 merge) PR: ports/179034 [1] Submitted by: Jan Beich <jbeich@tormail.org>, Nikolai Lifanov <lifanov@mail.lifanov.com> [1] Notes: svn path=/head/; revision=319872
* - Convert USE_GETTEXT to USES (part 3)Alex Kozlov2013-04-241-1/+1
| | | | | | | Approved by: portmgr (bapt) Notes: svn path=/head/; revision=316464
* Chase boost updateBaptiste Daroussin2013-01-311-1/+1
| | | | Notes: svn path=/head/; revision=311310
* - rever libname for gtkglextDirk Meyer2012-12-301-1/+1
| | | | | | | Submitted by: Jason E. Hale Notes: svn path=/head/; revision=309658
* - update dependecy to new xulrunnerDirk Meyer2012-12-091-17/+13
| | | | | | | PR: 173258 Notes: svn path=/head/; revision=308568
* - Move libxul 1.9.2 to www/libxul19Beat Gaetzi2012-09-101-3/+3
| | | | | | | | | | | | | - Update www/libxul to 10.0.7 - Update all dependent ports to use www/libxul19 (no functional changes) - Bump PORTREVISION on ports where libxul is a run dependency as the resulting package will change. Submitted by: Jan Beich <jbeich@tormail.org> With hat: gecko Notes: svn path=/head/; revision=304053
* - shorter desc for optionsDirk Meyer2012-06-301-8/+8
| | | | Notes: svn path=/head/; revision=300260
* - remove extra dirDirk Meyer2012-06-221-0/+1
| | | | Notes: svn path=/head/; revision=299757
* - fix Unterminated quoted string on FreeBSD 9.xDirk Meyer2012-06-183-9/+35
| | | | | | | | - fix unexpected operator on FreeBSD 7.x - merge REINPLACE_CMD Notes: svn path=/head/; revision=299542
* - update to 0.8.10Dirk Meyer2012-06-156-113/+84
| | | | | | | | - use OPTIONS_DEFINE - take maintainership Notes: svn path=/head/; revision=299315
* - Convert USE_QT_VER=4 and QT_COMPONETS to USE_QT4Martin Wilke2012-06-061-2/+1
| | | | | | | Review by: bapt, David Naylor (kde team) Notes: svn path=/head/; revision=298557
* - update png to 1.5.10Dirk Meyer2012-06-011-1/+1
| | | | Notes: svn path=/head/; revision=297915
* - build with giflibDirk Meyer2012-02-201-1/+1
| | | | Notes: svn path=/head/; revision=291904
* - Update devel/sdl12 to 1.2.15Marcus von Appen2012-02-181-1/+1
| | | | | | | | | | | | | | | | - Update audio/sdl_mixer to 1.2.15 - Update graphics/sdl_image to 1.2.12 - Update graphics/sdl_ttf to 2.0.11 - Update graphics/sdl_gfx to 2.0.23 - Update net/sdl_net to 1.2.8 - Bump PORTREVISIONs on ports that depend on one or more packages due to ABI and shared library version changes - Update Mk/bsd.sdl.mk accordingly for the new shared library versions Tested by: exp-run by pav Notes: svn path=/head/; revision=291667
* - Bump PORTREVISION to chase the update of multimedia/libvpxAshish SHUKLA2012-02-161-1/+1
| | | | Notes: svn path=/head/; revision=291538
* - Drop maintainershipDmitry Marakasov2012-02-121-1/+1
| | | | Notes: svn path=/head/; revision=291097
* - Fix segfault with OpenGL selected as the only rendererDmitry Marakasov2011-09-062-0/+12
| | | | | | | | PR: 156088 Submitted by: Lars <dakta@gmx.de> Notes: svn path=/head/; revision=281315
* - Update to 0.8.9 (1)Dmitry Marakasov2011-09-068-83/+87
| | | | | | | | | | - Fix typo (2) PR: 157961 (1), 159865 (2) Submitted by: "Christian Mangin" <cmangin@arobas.net> (1), Kaspars Bankovskis <kaspars@bankovskis.lv> (2) Notes: svn path=/head/; revision=281301
* -remove MD5Olli Hauer2011-07-031-1/+0
| | | | Notes: svn path=/head/; revision=276992
* Bump due to ffmpeg update to 0.7.1Martin Matuska2011-06-243-1/+31
| | | | Notes: svn path=/head/; revision=276239
* - Fix conditionDmitry Marakasov2011-03-101-2/+2
| | | | Notes: svn path=/head/; revision=270604
* - Add VAAPI supportDmitry Marakasov2011-03-102-0/+19
| | | | | | | | PR: 153729 Submitted by: Anonymous <swell.k@gmail.com> Notes: svn path=/head/; revision=270597
* Sync to new bsd.autotools.mkAde Lovett2010-12-041-1/+1
| | | | Notes: svn path=/head/; revision=265663
* - Fix build with gcc44Dmitry Marakasov2010-10-031-0/+10
| | | | | | | Submitted by: Andriy Gapon Notes: svn path=/head/; revision=262350
* - Update to 0.8.8Dmitry Marakasov2010-10-015-275/+193
| | | | Notes: svn path=/head/; revision=262243
* - Update ffmpeg to 0.6Martin Matuska2010-07-241-1/+1
| | | | Notes: svn path=/head/; revision=258164
* Bounce PORTREVISION for gettext-related ports. Have fun, ya'll.Ade Lovett2010-05-311-1/+1
| | | | Notes: svn path=/head/; revision=255371
* Chase the ftp/curl shlib version bump.Peter Pentchev2010-04-031-2/+2
| | | | Notes: svn path=/head/; revision=252125
* - 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