aboutsummaryrefslogtreecommitdiff
path: root/accessibility/redshift
Commit message (Collapse)AuthorAgeFilesLines
* Update automake to 1.16.1. Also remove automake-wrapper. We haven't hadTijl Coosemans2018-06-141-6/+3
| | | | | | | | | | | multiple versions of automake in years and probably won't in the future. PR: 228809 Exp-run by: antoine Approved by: portmgr (antoine) Notes: svn path=/head/; revision=472376
* accessibility/redshift: update to 1.12Steve Wills2018-05-214-14/+13
| | | | Notes: svn path=/head/; revision=470560
* accessibility/redshift: update to 1.11Steve Wills2018-05-094-30/+67
| | | | Notes: svn path=/head/; revision=469472
* accessibility/redshift: take maintainership since I use thisSteve Wills2018-04-051-1/+1
| | | | Notes: svn path=/head/; revision=466573
* Give back to the ports poolMark Felder2018-04-051-1/+1
| | | | | | | | I do not have a FreeBSD install with a graphical desktop to test updates on at this time. Notes: svn path=/head/; revision=466570
* Convert Python ports to FLAVORS.Mathieu Arnold2017-11-301-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Ports using USE_PYTHON=distutils are now flavored. They will automatically get flavors (py27, py34, py35, py36) depending on what versions they support. There is also a USE_PYTHON=flavors for ports that do not use distutils but need FLAVORS to be set. A USE_PYTHON=noflavors can be set if using distutils but flavors are not wanted. A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been added to cope with Python ports that did not have the Python PKGNAMEPREFIX but are flavored. USES=python now also exports a PY_FLAVOR variable that contains the current python flavor. It can be used in dependency lines when the port itself is not python flavored. For example, deskutils/calibre. By default, all the flavors are generated. To only generate flavors for the versions in PYTHON2_DEFAULT and PYTHON3_DEFAULT, define BUILD_DEFAULT_PYTHON_FLAVORS in your make.conf. In all the ports with Python dependencies, the *_DEPENDS entries MUST end with the flavor so that the framework knows which to build/use. This is done by appending '@${PY_FLAVOR}' after the origin (or @${FLAVOR} if in a Python module with Python flavors, as the content will be the same). For example: RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} PR: 223071 Reviewed by: portmgr, python Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D12464 Notes: svn path=/head/; revision=455210
* accessibility/redshift: fix shebangsMark Felder2017-06-091-2/+6
| | | | | | | | | | - Also add LICENSE and LICENSE_FILE PR: 219526 MFH: 2017Q2 Notes: svn path=/head/; revision=443042
* 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
* Remove libiconv.so.3 compatibility link that was added in r374303 toTijl Coosemans2016-12-081-1/+1
| | | | | | | | prevent massive PORTREVISION bumps. Bump dependent ports that have not been bumped since. Notes: svn path=/head/; revision=428150
* accessibility/redshift: Fix warningsMark Felder2016-06-221-0/+2
| | | | | | | | | | USE_XORG is required for proper dependency declaration MFH: 2016Q2 Differential Revision: https://reviews.freebsd.org/D6883 Notes: svn path=/head/; revision=417321
* - Fix trailing whitespace in pkg-descrs, categories [a-f]*Dmitry Marakasov2016-05-191-2/+2
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=415498
* Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.Mathieu Arnold2016-04-011-2/+2
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412344
* Add build dependency required for VIDMODE and older Nvidia graphics driversMark Felder2015-03-301-0/+1
| | | | | | | PR: 199004 Notes: svn path=/head/; revision=382669
* - Convert <OPTION>_USE= PYTHON... to <OPTION>_USES= python...Marcus von Appen2015-01-031-1/+1
| | | | | | | With hat: python@ Notes: svn path=/head/; revision=376110
* Cleanup plistBaptiste Daroussin2014-12-091-5/+0
| | | | Notes: svn path=/head/; revision=374347
* Reduce unnecessary bsd.port.options.mk inclusion by usingAdam Weinberger2014-07-031-42/+15
| | | | | | | | | OPTIONS helpers. Approved by: portmgr (blanket) Notes: svn path=/head/; revision=360453
* - Convert use_xz,bzip to USESMartin Wilke2014-05-301-2/+1
| | | | | | | Approved by: portmgr Notes: svn path=/head/; revision=355787
* Part 1 at removing now useless FETCH_ARGS redifitionBaptiste Daroussin2014-01-031-1/+0
| | | | Notes: svn path=/head/; revision=338511
* Fix building with the GUI optionMark Felder2013-11-252-19/+31
| | | | | | | | | | Split the Gnome clock integration into its own option PR: ports/182925 Approved by: swills (mentor) Notes: svn path=/head/; revision=334904
* Support STAGEMark Felder2013-10-262-3/+1
| | | | | | | Approved by: swills (mentor) Notes: svn path=/head/; revision=331645
* Add no stage all over the place in accessibility in preparation for the ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | staging area support Notes: svn path=/head/; revision=327684
* Introduce ICONV_CONFIGURE_ARG variable defined at Uses/iconv.mk.Boris Samorodov2013-09-041-2/+2
| | | | | | | | | | | It's value is "--with-libiconv-prefix=/usr/local" for systems before 100043 with ports libiconv and to use at systems post 100043 with base iconv it's value is "" (NULL). Co-authors: bapt, madpilot and bsam (me) Notes: svn path=/head/; revision=326316
* Add an explicit dependency on pkgconfBaptiste Daroussin2013-09-021-1/+1
| | | | Notes: svn path=/head/; revision=326095
* Finish converting accessibility from USE_GMAKE to USES=gmakeBaptiste Daroussin2013-08-301-6/+2
| | | | | | | | | While here: - trim some headers - convert from USE_GNOME=pkgconfig to USES=pkgconfig Notes: svn path=/head/; revision=325643
* Fix my email address again, using proper @FreeBSD.org stylingMark Felder2013-07-291-2/+2
| | | | | | | Approved by: swills (mentor) Notes: svn path=/head/; revision=323891
* Update my email address throughout the treeMark Felder2013-07-251-2/+2
| | | | | | | Approved by: swills (mentor) Notes: svn path=/head/; revision=323636
* - Fix buildMartin Wilke2013-06-111-1/+1
| | | | | | | Reported by: pkg (DEVELOPER_MODE) Notes: svn path=/head/; revision=320595
* - Convert USE_GETTEXT to USES (part 3)Alex Kozlov2013-04-241-1/+1
| | | | | | | Approved by: portmgr (bapt) Notes: svn path=/head/; revision=316464
* Fix typo in the NLS port option.Raphael Kubo da Costa2012-08-251-1/+1
| | | | | | | | | PR: ports/170803 Submitted by: Artis Caune <artis.caune@gmail.com> Approved by: Mark Felder <feld@feld.me> (maintainer) Notes: svn path=/head/; revision=303105
* - Fix build with GUI enabledSteve Wills2012-07-241-2/+2
| | | | | | | | PR: ports/170099 Submitted by: Mark Felder <feld@feld.me> (maintainer) Notes: svn path=/head/; revision=301421
* - Convert to optionsng frameworkSteve Wills2012-06-111-12/+15
| | | | | | | | PR: ports/168825 Submitted by: Mark Felder <feld@feld.me> (maintainer) Notes: svn path=/head/; revision=299000
* - update png to 1.5.10Dirk Meyer2012-06-011-0/+1
| | | | Notes: svn path=/head/; revision=297915
* - Update to 1.7Dennis Herrmann2011-08-313-13/+8
| | | | | | | | PR: ports/160335 Submitted by: Mark Felder <feld@feld.me> (maintainer) Notes: svn path=/head/; revision=280923
* Redshift adjusts the color temperature of your screen accordingWesley Shields2010-11-254-0/+119
to your surroundings. This may help your eyes hurt less if you are working in front of the screen at night. WWW: http://jonls.dk/redshift/ PR: ports/152554 Submitted by: Mark Felder <feld@feld.me> Notes: svn path=/head/; revision=265125