aboutsummaryrefslogtreecommitdiff
path: root/sysutils/conky
Commit message (Collapse)AuthorAgeFilesLines
* - Update conky to 1.11.6Guido Falsi2020-07-273-16/+4
| | | | | | | - Remove patch now included upstream Notes: svn path=/head/; revision=543553
* Multiple ports: improve regex complianceKyle Evans2020-06-081-3/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | These changes largely fall into just two categories: 1. Need textproc/gsed for GNU extensions 2. Extraneous escapes that can go away For #1, there's a further subdivision into those that require autoconf magic and those that can get away with BINARY_ALIAS=sed=${LOCALBASE}/bin/gsed. -CURRENT will soon gain GNU extensions, but these will take longer to get to all supported releases; we must switch them to gsed to ensure we're actually properly building them as intended. For #2, I've fixed these as I can and we should upstream these fixes. PORTREVISION is bumped for all of the above, because we will almost certainly build these differently when the replacements actually start working. These were all detected by the below-referenced exp-run [1]. The patch included forbids many ordinary characters from being escaped, since we'll later imbue those with special meanings. This has had the nice side effect of picking up various things that we didn't handle properly, e.g. \t and \r for tab and carriage return. PR: 229925 [1] Approved by: koobs (mentor) Approved by: portmgr (blanket: trivial build fixes) MFH: no (invasive risk) Differential Revision: https://reviews.freebsd.org/D25185 Notes: svn path=/head/; revision=538197
* Fix if_mounted and if_running variablesGuido Falsi2020-01-092-1/+12
| | | | | | | | | PR: 243088 Submitted by: Helge Oldach <freebsd@oldach.net> Obtained from: https://github.com/brndnmtthws/conky/pull/924 Notes: svn path=/head/; revision=522493
* Sprinkle more USES=xorgNiclas Zeising2019-11-071-0/+4
| | | | Notes: svn path=/head/; revision=517008
* Add USES=xorg and USES=glNiclas Zeising2019-11-071-0/+1
| | | | | | | Add USES=xorg and USES=gl to a few remaining ports. Notes: svn path=/head/; revision=517001
* Fix document generation.Guido Falsi2019-09-012-11/+9
| | | | | | | | | PR: 240244 Submitted by: James Stark <james.e.stark@gmail.com> MFH: 2019Q3 Notes: svn path=/head/; revision=510734
* Update conky to 1.11.5Guido Falsi2019-08-142-5/+4
| | | | Notes: svn path=/head/; revision=508968
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2019-07-261-0/+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 Notes: svn path=/head/; revision=507372
* Update conky to 1.11.4Guido Falsi2019-06-256-71/+12
| | | | Notes: svn path=/head/; revision=505074
* - Allow building with lua 5.2Guido Falsi2019-04-211-2/+3
| | | | | | | | | - Make LUA_CAIRO option default to on Suggested by: lme Notes: svn path=/head/; revision=499597
* Fix build on non-x86 archs by disabling apm.Mark Linimon2019-03-082-0/+16
| | | | | | | Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=495008
* - Upgrade conky to 1.11.3Guido Falsi2019-02-244-29/+4
| | | | | | | - Remove patches included upstream Notes: svn path=/head/; revision=493754
* Import upstream patch in conky.Guido Falsi2019-01-143-11/+23
| | | | | | | | Obtained from: https://github.com/brndnmtthws/conky/commit/298eb76434cc2a62c76df706ff01ccd9c77a4681 https://github.com/brndnmtthws/conky/commit/1fc2b17eb5c93ea7d0c00e6e7448fc9bc69aa276 Notes: svn path=/head/; revision=490255
* Update conky to 1.11.2Guido Falsi2019-01-1110-104/+50
| | | | | | | | New version uses an embedded version of toloa++ and drops support for lua 5.1 Notes: svn path=/head/; revision=489991
* - Update conky to 1.11.1Guido Falsi2019-01-079-134/+117
| | | | | | | - Silence some portlint warnings Notes: svn path=/head/; revision=489621
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2018-12-121-1/+1
| | | | | | | | | | | | | | | | | | defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t GCC 8.2 under most circumstances. 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, as a double check, everything INDEX-11 showed depending on lang/gcc7. PR: 231590 Notes: svn path=/head/; revision=487272
* Fix build with GCC-based architectures.Guido Falsi2018-11-291-0/+23
| | | | | | | | | | | Fix changes the name of a variable to avoid clash with a function name defined in an include file used by GCC. PR: 233616 Submitted by: Piotr Kubaj <pkubaj@anongoth.pl> Notes: svn path=/head/; revision=486162
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2018-07-291-1/+1
| | | | | | | | | | | | | | | | | in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which has now moved from GCC 6 to GCC 7 by default. This includes ports - featuring USE_GCC=yes or USE_GCC=any, - featuring USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and those - with USES=compiler specifying one of openmp, nestedfct, c11, c++0x, c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib. PR: 222542 Notes: svn path=/head/; revision=475857
* Import upstream patch to fix OSS (sound mixer) support.Guido Falsi2018-03-243-1/+32
| | | | | | | | | | While here, fix malformed line in patch causing build time warning. Reported by: pong (via IRC) Obtained from: https://github.com/brndnmtthws/conky/commit/6b386589c0822bdaf5ed38d5f388cf902e0e749e Notes: svn path=/head/; revision=465440
* - Update conky to 1.10.8Guido Falsi2018-02-093-41/+5
| | | | | | | - Remove local patch included upstream Notes: svn path=/head/; revision=461335
* Import upstream patch to fix runtime crash.Guido Falsi2018-01-312-2/+38
| | | | | | | | | PR: 225523 Submitted by: Hatronmorus <ebirth@b0ss.net> Obtained from: https://github.com/brndnmtthws/conky/commit/562c7375883445acb58388ff16d9eb126b7e12a1 Notes: svn path=/head/; revision=460469
* Update conky to 1.10.7Guido Falsi2018-01-222-5/+4
| | | | Notes: svn path=/head/; revision=459685
* Fix whitespace issues (mixed tab/spaces, alignment) in a few ports.Jimmy Olgeni2017-11-021-1/+1
| | | | | | | This round is @FreeBSD.org residents except teams. Notes: svn path=/head/; revision=453381
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2017-09-101-1/+1
| | | | | | | | | | | | | | | | | (via Mk/bsd.default-versions.mk and lang/gcc) which has moved from GCC 5.4 to GCC 6.4 under most circumstances. 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, c++11-lib, c++11-lang, c++14-lang, c++0x, c11, or gcc-c++11-lib. PR: 219275 Notes: svn path=/head/; revision=449591
* Make ninja opt-out in cmake.mkTobias C. Berner2017-06-251-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | Using ninja instead of make (1) can lead to significant speed ups while building. Therefore switch from having the ninja generator opt-in to having it opt-out. Previously cmake-ports that wanted to use ninja could set CMAKE_NINJA=yes now, ports that do not work with ninja can set cmake:<existing args>,noninja Note, that needing this should be an exception and most often points to a broken cmake of the port. The ports using cmake were modified * removed USES=gmake, if ninja is used * removed MAKE_ARGS, if ninja is used * added the cmake-argument noninja if necessary PR: 219629 PR: 213331 Exp-run by: antoine Reviewed by: rakuco Differential Revision: https://reviews.freebsd.org/D10748 Notes: svn path=/head/; revision=444324
* 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
* Bump PORTREVISIONs for ports depending on the canonical version of GCC andGerald Pfeifer2017-04-011-0/+1
| | | | | | | | | | | | | | | | | lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some circumstances such as versions of FreeBSD or platforms). This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using using Mk/bsd.octave.mk which in turn has USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang, c++11-lang, c++0x, c11, or gcc-c++11-lib. PR: 216707 Notes: svn path=/head/; revision=437439
* Attempt to fix build on tier-2 archs.Mark Linimon2017-01-041-0/+18
| | | | | | | | Tested on: armv6 Submitted by: madpilot (maintainer) Notes: svn path=/head/; revision=430594
* - Update conky to 1.10.6Guido Falsi2016-12-123-29/+4
| | | | | | | - Remove patch submitted upstream Notes: svn path=/head/; revision=428403
* Make conky try to get CPU temperature from more than just one sysctl.Guido Falsi2016-10-042-0/+25
| | | | | | | | PR: 210235 Submitted by: walter@pelissero.de Notes: svn path=/head/; revision=423301
* - Update to 1.10.5Guido Falsi2016-10-049-169/+8
| | | | | | | - Remove patches which have been accepted upstream Notes: svn path=/head/; revision=423260
* Fix build by enforcing METAR option when XOAP option is enabled.Guido Falsi2016-10-041-1/+1
| | | | | | | | Reported by: pilot513 at gmail.com (via email) MFH: 2016Q4 Notes: svn path=/head/; revision=423259
* Fix ${top name} configuration variable output.Guido Falsi2016-09-292-2/+10
| | | | | | | | Reported by: Szabolcs Grof <grof.szabolcs at gmail.com> (via email, with patch) Notes: svn path=/head/; revision=422935
* Add dependency on libinotify and fix build when it is present.Guido Falsi2016-09-291-2/+4
| | | | | | | | Reported by: Walter Schwarzenfeld <w.schwarzenfeld at utanet.at> (via email) Notes: svn path=/head/; revision=422930
* - Update conky and conky-awesome to 1.10.4Guido Falsi2016-09-2818-454/+296
| | | | | | | | | | | | | | | | | - Take maintainership [1] - Options adapted to new version - Removed LUA option since it's a mandatoory requirement now - Use project own install target - Fix installation of lua helper libraries - Project moved to github - in conky-awesome, properly use OPTIONS_EXCLUDE PR: 212629 Submitted by: me Approved by: ntarmos@ceid.upatras.gr (former maintainer) [1] Notes: svn path=/head/; revision=422880
* Fix typoPawel Pekala2016-07-261-1/+1
| | | | Notes: svn path=/head/; revision=419144
* - Add explicit IMPLIES between dependencies and simplify option handling [1]Pawel Pekala2016-07-261-40/+26
| | | | | | | | | | | | - Convert to USES=localbase - Switch some options helpers from LIB_DEPENDS to USE=xorg and USE=gnome PR: 210414 [1] (based on) Submitted by: elferdo@gmail.com Approved by: maintainer timeout Notes: svn path=/head/; revision=419142
* When there is a do-install target, do not use a post-install target, doMathieu Arnold2016-07-191-2/+0
| | | | | | | | | | | | | | | everything at once. Sometime, rename post-install into a options helper target. I did not fix ports that were such a mess that I could not figure out what they really wanted to do. I also did not change ports that had some version of an auto-plist code in post-install, for the same reason. With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=418767
* - Fix battery percentage calculation and add support for ${battery_short} ↵Lars Engels2016-04-267-78/+285
| | | | | | | | | | | | | | | | and ${battery_bar} [1] - Remove a bogus __FreeBSD_kernel__ check in freebsd.c - Re-gen patches with "make makepatch" - Bump PORTREVISION PR: 208651 [1] Submitted by: Helge Oldach <freebsd@oldach.net> Approved by: maintainer timeout (17 days) MFH: 2016Q2 Notes: svn path=/head/; revision=414044
* Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.Mathieu Arnold2016-04-011-12/+12
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412349
* - Fix build with LUA_CAIRO or LUA_IMLIB2 enabledDmitry Marakasov2015-12-021-1/+1
| | | | | | | | | | PR: 204778 Submitted by: walkerd@pamandduncan.co.uk Approved by: portmgr blanket MFH: 2015Q4 (blanket) Notes: svn path=/head/; revision=402833
* - Add CPE infoDmitry Marakasov2015-04-241-1/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=384690
* Bump PORTREVISION following the last commitCarlo Strub2014-08-311-1/+1
| | | | Notes: svn path=/head/; revision=366820
* Enable XFT option by defaultCarlo Strub2014-08-311-1/+1
| | | | | | | | | PR: 192866 Submitted by: Jean-Sebastien Pedron Approved by: Nikos Ntarmos (maintainer) Notes: svn path=/head/; revision=366819
* Convert to USES=luaBaptiste Daroussin2014-05-261-1/+1
| | | | Notes: svn path=/head/; revision=355383
* 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 patch to fix diskio memory leakJason E. Hale2014-03-282-5/+13
| | | | | | | | | | | | | | - Bump PORTREVISION While here: - Convert USE_BZIP2 -> USES PR: ports/181040 Submitted by: Ken DEGUCHI <kdeguchi@sz.tokoha-u.ac.jp> Approved by: maintainer timeout (~8 months) Notes: svn path=/head/; revision=349402
* Allow slave port to set it's own COMMENTPawel Pekala2014-01-301-1/+1
| | | | Notes: svn path=/head/; revision=341890
* - Add staging support and use option helpers [1]Pawel Pekala2014-01-302-124/+55
| | | | | | | | | | | | | | - Remove leading article from COMMENT - Convert USE_GMAKE to USES=gmake - Convert to new LIB_DEPENDS format - Remove tab character from WWW: line PR: ports/185302 [1] (based on) Submitted by: Zsolt Udvari <udvzsolt@gmail.com> Approved by: maintainer timeout Notes: svn path=/head/; revision=341879
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | sysutils) Notes: svn path=/head/; revision=327772