aboutsummaryrefslogtreecommitdiff
path: root/deskutils/cairo-dock-plugins
Commit message (Collapse)AuthorAgeFilesLines
* deskutils/cairo-dock-plugins: fix build on recent currentTobias C. Berner2020-08-282-0/+6
| | | | | | | Obtained from: https://github.com/Cairo-Dock/cairo-dock-plug-ins/commit/d08541a0afb4377ce2f35feb280fbe443870b587 Notes: svn path=/head/; revision=546723
* Clean up some thingsTobias Kortkamp2020-07-071-1/+0
| | | | | | | Reported by: portscan and common sense Notes: svn path=/head/; revision=541417
* Add USES=xorg USES=gl, ports categories dNiclas Zeising2019-11-041-1/+1
| | | | | | | | Add USES=xorg, USES=gl and in a few cases USES=gnome to ports in categories starting with 'd'. Notes: svn path=/head/; revision=516748
* Fix build with libetpan 1.9.4Sunpoet Po-Chuan Hsieh2019-11-032-0/+24
| | | | Notes: svn path=/head/; revision=516588
* Remove a bunch of unused *_DESCTobias Kortkamp2019-10-191-1/+1
| | | | Notes: svn path=/head/; revision=514770
* Fix packaging after r493883Antoine Brodin2019-02-271-4/+0
| | | | Notes: svn path=/head/; revision=494041
* Mark webkit-gtk[23] ports as depricated with the same date as webkit-gtk[23].Koop Mast2019-02-251-7/+5
| | | | | | | | | | | | Disable webkit-gtk[23] support if the port/plugin supports it. Remove options for webkit-gtk[23] using ports or if they don't have a option, mark them deprecated with the same date as webkit-gtk[23]. Haskell and geany where skipped and will be handled by the maintainers. Notes: svn path=/head/; revision=493883
* deskutils/cairo-dock-plugins: remove optional dependency on expired KDE4Rene Ladan2018-12-312-15/+1
| | | | Notes: svn path=/head/; revision=488775
* Mark QT4 ports/functionality for removal on 2019-03-15Rene Ladan2018-12-021-0/+8
| | | | | | | | | | | | | | While here, chase some KDE4 ports and functionality, these are scheduled for removal on 2018-12-31. Change the default option/flavor to QT5 where applicable or use alternative toolkits like GTK. Submitted by: tcberner Reviewed by: adridg, jhale, rene, tcberner Approved by: portmgr (implicit, flavor hook) Differential Revision: https://reviews.freebsd.org/D17741 Notes: svn path=/head/; revision=486467
* Replace bsd.qt.mk by Uses/qt.mk and Uses/qt-dist.mkTobias C. Berner2018-06-281-2/+2
| | | | | | | | | | | | | | | | | | From now on, ports that depend on Qt4 will have to set USES= qt:4 USE_QT= foo bar ports depending on Qt5 will use USES= qt:5 USE_QT= foo bar PR: 229225 Exp-run by: antoine Reviewed by: mat Approved by: portmgr (antoine) Differential Revision: →https://reviews.freebsd.org/D15540 Notes: svn path=/head/; revision=473503
* Bump PORTREVISION on ports depending on devel/libical.Don Lewis2018-03-201-1/+1
| | | | | | | PR: 226460 Notes: svn path=/head/; revision=465061
* - Fix LICENSEDmitry Marakasov2017-11-281-42/+22
| | | | | | | - Switch to opt_CMAKE_BOOL Notes: svn path=/head/; revision=455038
* Fix whitespace issues (mixed tab/spaces, alignment) in a few ports.Jimmy Olgeni2017-10-311-2/+2
| | | | Notes: svn path=/head/; revision=453238
* Add a fixup-lib-pkgconfig target to move files in lib/pkgconfig intoMathieu Arnold2017-06-061-2/+1
| | | | | | | | | | | | | | | | libdata/pkgconfig. Fix ports that where installing the file in the wrong place. PR: 218067 Submitted by: mat Exp-run by: antoine Reviewed by: rene, antoine Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D10129 Notes: svn path=/head/; revision=442784
* - Update devel/libical to version 2.0Pawel Pekala2017-05-031-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | - Bump PORTREVISION in all consumers - mail/claws-mail-vcalendar now builds, remove IGNORE - Mark devel/libical-glib as BROKEN Release Highlights WARNING: Version 2 IS NOT Binary Compatible with Older Versions Version 2 is Source Compatible with Older Versions Lots of source code scrubbing [New] RSCALE support (requires libicu from http://www.icu-project.org) [New] CalDAV attachment support (draft-daboo-caldav-attachments) [New] Resurrect the Berkeley DB storage support [Bug] issue83: Incorrect recurrence generation for weekly pattern Handle RRULEs better Handle threading better PR: 218711 Submitted by: myself Approved by: maintainer timeout Notes: svn path=/head/; revision=440024
* Replace Mk/bsd.kde4.mk by Mk/Uses/kde.mk in preparation for KDE Frameworks andTobias C. Berner2016-08-241-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Plasma5 ports At the moment KDE ports use bsd.kde4.mk to handle their dependencies. When working on the ports for KDE Frameworks and Plasma5 it seemed to be more reasonable to create a new kde.mk instead of adding an bsd.kde5.mk. The kde.mk in this review is a stripped down version of the one we are using in the KDE Test repositories plasma5 branch [1] to only contain the parts relevant to the current KDE4 ports in the portstree [2]. Changes to the KDE Ports needed by this: Replace USE_KDE4 by USE_KDE [3] Add USES=kde:4 [4] [1] http://src.mouf.net/area51/view/branches/plasma5/KDE/Mk/Uses/kde.mk [2] The version in the plasma5 branch also handles frameworks/plasma5 and handles MASTER_SITES via a KDE_DIST variable similar to bsd.qt.mk for Qt Ports -- I chose to leave this out for now, as the diff is already large enough. [3] I chose USE_KDE instead of USE_KDE4, USE_KDE5, USE_KDEX as the version we want is already specified as argument to kde:<arg> [4] For KDE Frameworks and Plasma5 ports this would be kde:5 PR: 210667 Approved by: portmgr, mat (mentor), rakuco (mentor) Reviewed by: mat, rakuco Differential Revision: https://reviews.freebsd.org/D6961 Notes: svn path=/head/; revision=420774
* - Fix licenseDmitry Marakasov2016-08-171-3/+2
| | | | | | | - Cosmetic fixes Notes: svn path=/head/; revision=420346
* - Update to version 1.7.2Pawel Pekala2016-08-091-1/+1
| | | | | | | | | - Convert to USES=ssl - Register dependency found by stage-qa - Bump affected deskutils/cairo-dock-plugins Notes: svn path=/head/; revision=419976
* deskutils/cairo-dock-plugins: Drop maintainershipTorsten Zuehlsdorff2016-07-181-1/+1
| | | | | | | | | PR: 211118 Submitted by: Ivan Klymenko <fidaj@ukr.net> (maintainer= Approved by: junovitch (mentor) Notes: svn path=/head/; revision=418698
* Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.Mathieu Arnold2016-04-011-21/+21
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412346
* Bump PORTREVISION for libupower-glib library version bump in r393607.Tijl Coosemans2015-08-171-1/+1
| | | | Notes: svn path=/head/; revision=394440
* Update zeitgeist to 0.9.14 [1]Koop Mast2015-08-021-2/+2
| | | | | | | | | | | | | | | | | | | This version of zeitgeist now bundles libzeitgeist in the port. The new libzeitgeist was bumped to libzeitgeist-1.0.so -> libzeitgeist-2.0.so. * deskutils/cairo-dock-plugins: supports both zeitgeist versions. * net-im/folks: Only supports the new 2.0 libzeitgeist library version. And this went unnoticed, woops. * sysutils/libzeitgeist: Remove since it is now bundled in zeitgeist. * sysutils/qzeitgeist: Update the port for the new zeitgeist API. * www/midori: Mark the zeitgeist option (non-default) broken until midori can be updated to a version that supports the new libzeitgeist 2.0 PR: 190729 [1] Submitted by: olivierd@ [1] Notes: svn path=/head/; revision=393430
* - Remove icons package, no longer neededDmitry Marakasov2015-05-092-5/+1
| | | | | | | | PR: 200067 Submitted by: fidaj@ukr.net (maintainer) Notes: svn path=/head/; revision=385878
* - Update to 3.4.1Dmitry Marakasov2015-05-092-5/+4
| | | | | | | | | | | - Follow upstream versioning - Simplify ports PR: 199805 Submitted by: fidaj@ukr.net (maintainer) Notes: svn path=/head/; revision=385877
* Unbreak by providing temporary host for the iconsAntoine Brodin2015-05-082-5/+4
| | | | Notes: svn path=/head/; revision=385842
* Mark BROKEN againAntoine Brodin2015-05-081-0/+2
| | | | Notes: svn path=/head/; revision=385835
* - The port fetches fine; remove dead mirrorDmitry Marakasov2015-05-071-3/+0
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=385623
* Update ports in the [bcd]* categories to not use GH_COMMIT.Mathieu Arnold2015-05-062-7/+4
| | | | | | | | | | With minor cleanups to make things simpler. With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=385521
* Mark a few ports BROKEN: unfetchableAntoine Brodin2015-04-121-0/+2
| | | | Notes: svn path=/head/; revision=383859
* - Update to version 3.4.0Pawel Pekala2014-12-286-530/+578
| | | | | | | | | | | | - Now hosted on github, new homepage - Add LICENSE - Add options for new plugins PR: 193233 Submitted by: maintainer Notes: svn path=/head/; revision=375699
* Cleanup plistBaptiste Daroussin2014-10-201-72/+0
| | | | Notes: svn path=/head/; revision=371262
* - Convert ports from databases/ and deskutils/ to new USES=pythonMarcus von Appen2014-10-191-2/+1
| | | | | | | Approved by: portmgr (implicit) Notes: svn path=/head/; revision=371173
* Fix USES=autoreconf conversionPawel Pekala2014-09-271-1/+1
| | | | | | | Reported by: antoine Notes: svn path=/head/; revision=369387
* - Convert mail/libetpan to USES=autoreconfPawel Pekala2014-09-271-1/+1
| | | | | | | | - Bump affected ports - Simplify pkg-plist in mail/claws-mail Notes: svn path=/head/; revision=369383
* Update the default version of GCC in the Ports Collection from GCC 4.7.4Gerald Pfeifer2014-09-101-1/+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
* cairo-dock-plugins: Resolve conflict seen with XFCE_INTEGRATION optionJohn Marino2014-07-271-3/+2
| | | | | | | | PR: 188233 Submitted by: maintainer (Ivan Klymenko) Notes: svn path=/head/; revision=363045
* mail/libetpan:Pawel Pekala2014-05-271-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | - Update to version 1.5, development moved to github - Convert to USES=libtool, don't install la file - Install striped version of library - Allow to compile with OpenSSL from base - Update homepage address - Bump affected deskutils/cairo-dock-plugins mail/claws-mail: - Update to version 3.10.0 - Convert to USES=libtool tar:bzip2 [1] - Don't install static plugin files [1] - Replace GMAKE with MAKE_CMD [1] Release notes: http://claws-mail.org/news.php mail/claws-mail-clamd: - Don't show pkg-message in post-install, staging takes care of that Submitted by: tijl via private mail [1] Notes: svn path=/head/; revision=355574
* 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
* Bump PORTREVISIONs for r350704 (liferea), r350914 (libxklavier),Tijl Coosemans2014-04-141-0/+1
| | | | | | | | | | | | r350957 (glade3). gnome-control-center, gnome-settings-daemon, gnome-screensaver: - Staging. - New LIB_DEPENDS syntax. - USES=tar:bzip2. Notes: svn path=/head/; revision=351252
* - Fix buildAntoine Brodin2013-12-244-9/+26
| | | | | | | | | | | - Do not reinplace binary files (*.wav, *.jpg...) - Stage support PR: ports/184944 Submitted by: Ivan Klymenko (maintainer) Notes: svn path=/head/; revision=337323
* In preparation for making libtool generate libraries with a sane name, fix allBaptiste Daroussin2013-12-111-11/+11
| | | | | | | LIB_DEPENDS in deskutils Notes: svn path=/head/; revision=336190
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | deskutils) Notes: svn path=/head/; revision=327718
* - Revert commit, maintainer made contactThomas Abthorpe2013-09-061-1/+1
| | | | | | | Submitted by: Ivan Klymenko (maintainer) Notes: svn path=/head/; revision=326458
* - Reassign to the heap due to maintainer mail bounceThomas Abthorpe2013-09-051-1/+1
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=326424
* - Remove MAKE_JOBS_SAFE variableAlex Kozlov2013-08-141-1/+0
| | | | | | | Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=324744
* deskutils/cairo-dock-plugins: update to 3.2.1William Grzybowski2013-06-2923-506/+224
| | | | | | | | | | | | | | | - Update to 3.2.1 [1] - Fix build with clang - Use space instead of tab for WWW - USES pkgconfig Changes: http://glx-dock.org/bg_topic.php?t=6836 PR: ports/180031 Submitted by: Ivan Klymenko <fidaj@ukr.net> (maintainer) [1] Notes: svn path=/head/; revision=322017
* - Fix buildMartin Wilke2013-06-112-2/+1
| | | | | | | Reported by: pkg (DEVELOPER_MODE) Notes: svn path=/head/; revision=320589
* - Convert USE_GETTEXT to USES (part 4)Alex Kozlov2013-04-261-2/+1
| | | | | | | Approved by: portmgr (bapt) Notes: svn path=/head/; revision=316596
* - convert USE_CMAKE to USESMax Brazhnikov2013-03-221-1/+1
| | | | | | | | | | - while here clean up some ports from CMAKE_VERBOSE, which is intended for users Approved by: portmgr (miwi) Notes: svn path=/head/; revision=314960
* - graphics/libexif:Po-Chien Lin2013-03-141-1/+1
| | | | | | | | | | | | | | | | * Update to 0.6.21 * Add LICENSE * Switch to OptionsNG and PORTDOCS - Document libexif 2012-07-12 vulnerabilty - Bump PORTREVISION for libexif related ports - Trim headers while here PR: ports/175910 Approved by: swills (mentor) Security: d881d254-70c6-11e2-862d-080027a5ec9a Notes: svn path=/head/; revision=314141