aboutsummaryrefslogtreecommitdiff
path: root/x11/eaglemode
Commit message (Collapse)AuthorAgeFilesLines
* ${RM} already has -f.Mathieu Arnold2016-10-211-3/+3
| | | | | | | | | | PR: 213570 Submitted by: mat Exp-run by: antoine Sponsored by: Absolight Notes: svn path=/head/; revision=424411
* - Update to 0.91.0Dmitry Marakasov2016-09-272-10/+10
| | | | Notes: svn path=/head/; revision=422836
* Chase update of Poppler after revision r421386Olivier Duchateau2016-09-051-1/+1
| | | | Notes: svn path=/head/; revision=421390
* Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.Mathieu Arnold2016-04-011-5/+5
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412351
* Update poppler to 0.40.0. [1]Koop Mast2016-01-211-0/+1
| | | | | | | | | | | | Add patches to py-poppler [2] and rubygem-poppler [3] to fix the build of these ports with poppler 0.39+. PR: 206293 [1] Submitted by: olivierd@ [1] Obtained from: ubuntu [2], rubygem-poppler upstream [3] Notes: svn path=/head/; revision=406872
* Improve shebangfix frameworkDmitry Marakasov2015-10-191-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | - Support multiple values in *_OLD_CMD, i.e. we can now fix both "/usr/bin/python" and "/usr/bin/env python" at the same time - Default *_OLD_CMD values are now always appended, so you don't need to specify them in individual ports - Add lua support (depends on USES=lua) - Add more default values, such as "/usr/bin/env foo" for python, perl, bash, ruby and lua - Shebangfix now matches whole words, e.g. we will no longer (erroneously) replace "/usr/bin/perl5.005" with "${perl_CMD}5.005" (but "/usr/bin/perl -tt" is still (correctly) replaced with "${perl_CMD} -tt") Note that *_OLD_CMD items containing spaces must now be quoted (e.g. perl_OLD_CMD=/bin/perl /usr/bin/perl "/usr/bin/env perl") Update shebangfix usage according to new rules in many ports: - Remove *_OLD_CMD for patterns now replaced by default - Quote custom *_OLD_CMD which contain spaces Fix shebangfix usage in many ports (irrelevant to infrastructure change): - Remove redundant SHEBANG_LANG (no need to duplicate default langs) - Remove redundant *_CMD (such as python_CMD=${LOCALBASE}/bin/python${PYTHON_VER} when USES=python is present) - Never use *_OLD_CMD in REINPLACE_CMD matchers, these should always look for exact string Approved by: portmgr (bapt) Differential Revision: D3756 Notes: svn path=/head/; revision=399684
* - Switch to options helpersDmitry Marakasov2015-08-242-37/+24
| | | | | | | - Update to 0.89.1 Notes: svn path=/head/; revision=395156
* Update poppler to 0.34.0. [1]Koop Mast2015-08-021-0/+1
| | | | | | | | | | Chase all users of shlib version change of libpoppler.so. PR: 201477 [1] Submitted by: olivierd@ [1] Notes: svn path=/head/; revision=393431
* Convert to USES=jpegAntoine Brodin2015-06-221-3/+2
| | | | Notes: svn path=/head/; revision=390310
* - Update to 0.89.0Dmitry Marakasov2015-05-272-6/+13
| | | | | | | - Fix shebangs Notes: svn path=/head/; revision=387532
* - Add LICENSEDmitry Marakasov2015-04-052-4/+5
| | | | | | | - Update to 0.88.0 Notes: svn path=/head/; revision=383396
* x11/eaglemode: set make enviroment for do-build targetJohn Marino2015-02-201-1/+2
| | | | | | | | | PR: 197848 Submitted by: marino Approved by: maintainer (amdmi3) Notes: svn path=/head/; revision=379436
* Update poppler to 0.30.0 [1].Koop Mast2015-02-031-0/+1
| | | | | | | | | | | | | | Make sure we use openjpeg1 in poppler, while openjpeg2 support was added there still bugs in openjpeg2 that need to be fixed. Add patches to inkscape for API changes in poppler 0.29.0 [2]. PR: 196599 [1] Submitted by: olivierd@ [1] Exp-run by: antoine@ Obtained from: upstream [2] Notes: svn path=/head/; revision=378348
* - Update to 0.87.0Dmitry Marakasov2015-01-232-4/+3
| | | | Notes: svn path=/head/; revision=377722
* - Properly strip all binariesDmitry Marakasov2015-01-131-2/+10
| | | | Notes: svn path=/head/; revision=376943
* Bump portrevision after png updateBaptiste Daroussin2014-12-251-0/+1
| | | | Notes: svn path=/head/; revision=375598
* - Update to 0.86.0Dmitry Marakasov2014-12-112-4/+3
| | | | Notes: svn path=/head/; revision=374546
* Bump PORTREVISION after graphics/poppler update to 0.26.3Max Brazhnikov2014-11-251-1/+1
| | | | Notes: svn path=/head/; revision=373404
* - Update libxine to 1.2.6 - changelog is here:Juergen Lock2014-10-181-1/+1
| | | | | | | | | | | | | http://anonscm.debian.org/hg/xine-lib/xine-lib-1.2/file/9aef7a72d009/ChangeLog - Remove an inline from include/xine/xineutils.h for the benefit of using libxine with base gcc 4.2 . - Bump PORTREVISIONs for ports depending on libxine. (now also non-default rdeps as per the new rule) Notes: svn path=/head/; revision=371159
* Update the default version of GCC in the Ports Collection from GCC 4.7.4Gerald Pfeifer2014-09-101-0/+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
* - Update to 0.85.0Dmitry Marakasov2014-07-222-6/+9
| | | | | | | | - Bring back xine support - Strip binaries Notes: svn path=/head/; revision=362595
* - Convert USE_BZIP2 to USESDmitry Marakasov2014-05-071-2/+1
| | | | Notes: svn path=/head/; revision=353189
* 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
* - Support stagingDmitry Marakasov2014-03-072-665/+12
| | | | | | | - Use new LIB_DEPENDS syntax Notes: svn path=/head/; revision=347377
* Update poppler to 0.24.4.Koop Mast2013-12-271-1/+2
| | | | | | | | | | | | Update comment. Use new LIB_DEPENDS syntax, use USES=pathfix. Stagify. Bump portrevision of all affected ports, and Update poppler* LIB_DEPENDS to new syntax. Notes: svn path=/head/; revision=337749
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | x11) Notes: svn path=/head/; revision=327777
* Add an explicit dependency on pkgconfAntoine Brodin2013-09-091-1/+2
| | | | | | | Approved by: portmgr (bapt) Notes: svn path=/head/; revision=326840
* - Trim Makefile headersDmitry Marakasov2013-07-122-4/+4
| | | | | | | | | | | | - Drop ABI versions from LIB_DEPENDS - OptionsNG - Pet portlint - Switch to dynamic plist where useful - Canonicalize patch names - Fix DOS line endings in patch files Notes: svn path=/head/; revision=322840
* - Update to 0.84.0Dmitry Marakasov2013-03-103-17/+37
| | | | Notes: svn path=/head/; revision=313789
* - Remove outdated OSVERSION conditionalsDmitry Marakasov2012-07-101-4/+0
| | | | Notes: svn path=/head/; revision=300742
* - update png to 1.5.10Dirk Meyer2012-06-011-2/+2
| | | | Notes: svn path=/head/; revision=297915
* - Update multimedia/libxine to 1.2.1 with a commit merged from hgJuergen Lock2012-02-261-3/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | to fix DVB support. (which still is broken for tuners using hardware pid filtering, like when running webcamd with "-m dvb-usb-init.force_pid_filter_usage=1".) - Add patches to fix build of ports depending on libxine to: audio/amarok, graphics/gimageview [1], graphics/pornview [1], graphics/osg [2], graphics/osg-devel [2], multimedia/emotion, x11/kdelibs4 [3], multimedia/kmplayer, multimedia/konverter, multimedia/qdvdauthor [4], multimedia/vdr-plugin-xineliboutput, multimedia/xfce4-media [5], multimedia/xine_artsplugin, multimedia/k9copy-kde4 [6] - Fix RUN_DEPENDS= xine... which should be LIB_DEPENDS for audio/atunes . [7] - Mark multimedia/phonon-xine BROKEN which refuses to build with libxine 1.2.x and is deprecated upstream. [3] - Disable XINE knob for x11/eaglemode for which I don't have a fix. [2] - Note: multimedia/kaffeine runs after rakuco's x11/kdelibs4 fix, but it only shows a green window at least with mp4 or ts files. (avi files and audio still work.) It seems the kaffeine developers have found this too and are now switching away from libxine in their git repo - so I guess we'll have a broken kaffeine at least until they release a new version. - Bump PORTREVISIONs for ports depending on libxine by default. - Add optional libbluray support to multimedia/libxine and multimedia/vdr-plugin-xineliboutput. PR: ports/165057 [6] Submitted by: nox (self) [6], rakuco [3] Approved by: dinoex (maintainer, via irc) [1], amdmi3 (maintainer, via private email) [2], kde@ (rakuco, via irc) [3], Phil Oleson <oz@nixil.net> (maintainer, via private email) [4], xfce@ (rene, via irc) [5], Eduardo Gielamo Oliveira <egoliveira@gmail.com> (maintainer) [6], lme (maintainer, via irc) [7] Thanx to: Darren Salt (upstream libxine maintainer) for a few hints on irc to help with patching ports depending on deprecated libxine features Notes: svn path=/head/; revision=292268
* - Bump PORTREVISION to chase the update of multimedia/libvpxAshish SHUKLA2012-02-161-0/+1
| | | | Notes: svn path=/head/; revision=291538
* - Update to 0.82.0Dmitry Marakasov2011-06-233-4/+5
| | | | Notes: svn path=/head/; revision=276175
* - Update to 0.81.0Dmitry Marakasov2011-05-163-6/+20
| | | | Notes: svn path=/head/; revision=274183
* - Update to 0.80.0Dmitry Marakasov2010-11-153-4/+11
| | | | Notes: svn path=/head/; revision=264601
* - Update to 0.79.0Dmitry Marakasov2010-08-313-5/+12
| | | | Notes: svn path=/head/; revision=260229
* - Mark BROKEN in 6.x for all archsDmitry Marakasov2010-08-031-2/+2
| | | | | | | Reported by: pointyhat via pav Notes: svn path=/head/; revision=258732
* - Bump PORTREVISION as wellDmitry Marakasov2010-07-291-0/+1
| | | | Notes: svn path=/head/; revision=258434
* - Fix plistDmitry Marakasov2010-07-292-2/+8
| | | | | | | Reported by: QAT Notes: svn path=/head/; revision=258433
* - Update to 0.78.0Dmitry Marakasov2010-07-283-9/+26
| | | | Notes: svn path=/head/; revision=258351
* - Update to 0.77.0Dmitry Marakasov2010-05-243-9/+116
| | | | Notes: svn path=/head/; revision=254933
* Chase audio/libmodplug update.Emanuel Haupt2010-04-241-1/+1
| | | | Notes: svn path=/head/; revision=253157
* - update to 1.4.1Dirk Meyer2010-03-281-1/+2
| | | | | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi Notes: svn path=/head/; revision=251605
* - Update to 0.76.0Dmitry Marakasov2010-02-153-7/+7
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=249903
* - update to jpeg-8Dirk Meyer2010-02-051-2/+2
| | | | Notes: svn path=/head/; revision=249285
* - update to jpeg7Dirk Meyer2009-07-181-1/+2
| | | | | | | Tested by: pav on pointyhat Notes: svn path=/head/; revision=238018
* - Update to 0.75.0Dmitry Marakasov2009-04-233-4/+12
| | | | Notes: svn path=/head/; revision=232522
* - Update to 0.74.0Dmitry Marakasov2009-03-233-21/+35
| | | | Notes: svn path=/head/; revision=230815
* Mark as broken on sparc64-6.Mark Linimon2009-03-181-0/+4
| | | | Notes: svn path=/head/; revision=230382