summaryrefslogtreecommitdiff
path: root/sysutils/conky (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* - 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
* - 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
* - Convert USE_ICONV=yes to USES=iconvMarcus von Appen2013-04-271-3/+1
| | | | | | | | - Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig and USE_GETTEXT=yes to USES=gettext while here Notes: svn path=/head/; revision=316683
* Finish converting the whole ports tree to USES=pkgconfigBaptiste Daroussin2013-04-231-1/+1
| | | | Notes: svn path=/head/; revision=316355
* - Convert to new options framework [1]Guido Falsi2013-02-141-85/+108
| | | | | | | | | | | | | | | | | - Use USE_PKGCONFIG instead of USE_GNOME=pkgconfig [1] - Remove ABI version numbers from LIB_DEPENDS [1] - Trim Makefile headers on sysutils/conky-awesome [1] - Update maintainer address [2] - Add new options [2] - Bump PORTREVISION [2] PR: ports/176038 [1] Submitted by: myself Reviewed by: bapt [1] Approved by: Nikos Ntarmos <ntarmos@ceid.upatras.gr> (maintainer) [2] Notes: svn path=/head/; revision=312241
* - Add missing patch to fix the build on i386Martin Wilke2013-02-101-0/+18
| | | | | | | Reported in: 175979 Notes: svn path=/head/; revision=312013
* - Remove some empty patches.Martin Wilke2013-02-084-0/+0
| | | | Notes: svn path=/head/; revision=311910
* - Update to 1.9.0Martin Wilke2013-02-0810-255/+80
| | | | | | | | | | PR: 168161 Submitted by: lbartoletti <coder@tuxfamily.org> Lars Engels <lars.engels@0x20.net> Approved by: maintainer Notes: svn path=/head/; revision=311909
* - Fix build with llvm/clang and other miscellanous compile issuesPhilip M. Gollucci2012-03-085-10/+161
| | | | | | | | | | | - Bump PORTREVISION PR: ports/164893 Submitted by: Brandon Gooch <jamesbrandongooch@gmail.com> & Nikos Ntarmos <ntarmos@ceid.upatras.gr> (maintainer) Notes: svn path=/head/; revision=292931
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)Dmitry Marakasov2011-09-231-1/+1
| | | | | | | | | | | | - 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 Notes: svn path=/head/; revision=282282
* - BMPx has gone, remove the option from BMPx [1]Baptiste Daroussin2011-09-122-73/+4
| | | | | | | | | | - while here remove CPPFLAGS from CONFIGURE_ENV - default package unchange: no portrevision bump Approved by: Nikos Ntarmos <ntarmos@cs.uoi.gr> (maintainer) [1] Notes: svn path=/head/; revision=281655
* update audacious to 2.5.4Oliver Lehmann2011-07-281-1/+1
| | | | | | | Bump PORTREVISION of affected ports Notes: svn path=/head/; revision=278459