aboutsummaryrefslogtreecommitdiff
path: root/games/aisleriot
Commit message (Collapse)AuthorAgeFilesLines
* games/aisleriot: update to 3.22.30Charlie Li2024-02-103-97/+96
| | | | Also fix plist with lang/guile3
* */*: Sanitize MANPREFIX for meson portsMuhammad Moinur Rahman2024-01-122-2/+2
| | | | Approved by: portmgr
* */*: Bump consumers of x11-toolkits/gtk30Nuno Teixeira2023-12-231-1/+1
| | | | New version of gtk3 in tree
* */*: adapt to new guile frameworkAndrew "RhodiumToad" Gierth2023-07-301-8/+6
| | | | | | | | | | - change all ports using guile to USES=guile - flavorize guile-lib, guile-cairo, slib-guile PR: 260960 Reported by: Martin Neubauer <m.ne@gmx.net> Approved by: bofh Differential Revision: https://reviews.freebsd.org/D40194
* bsd.sites.mk: Update all ports using USE_GITLABFelix Palmen2023-07-121-1/+1
| | | | | | | | | | Replace GL_COMMIT by GL_TAGNAME in all ports. The new GL_TAGNAME is backwards-compatible (accepting any commit hash as before), but also understands an actual tag name. Moving to tag names where appropriate is left to individual ports' maintainers. Approved by: portmgr (tcberner, mentor) Differential Revision: https://reviews.freebsd.org/D37077
* all: remove explicit versions in USES=python for "3.x+"Rene Ladan2023-06-271-1/+1
| | | | | | | | | | | | | | | | | | | The logic in USES=python will automatically convert this to 3.8+ by itself. Adjust two ports that only had Python 3.7 mentioned but build fine on Python 3.8 too. finance/quickfix: mark BROKEN with PYTHON libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++ -DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable -Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong -fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi -Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings -Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x -MT _quickfix_la-QuickfixPython.lo -MD -MP -MF .deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp -fPIC -DPIC -o .libs/_quickfix_la-QuickfixPython.o warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option] QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found ^~~~~~~~~~ 1 warning and 1 error generated. Reviewed by: portmgr, vishwin, yuri Differential Revision: <https://reviews.freebsd.org/D40568>
* accessibility/at-spi2-core: update to 2.46.0Tobias C. Berner2023-03-021-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | What's new in at-spi2-core 2.46.0: * Fix GetInterfaces documentation on org.a11y.atspi.Accessible interface. What's new in at-spi2-core 2.45.91: * Send device event controller events using the same signature as other events. * Document the Accessible, Action, and Cache dbus interfaces. * Fix license of atspi-gmain.c (#87). What's new in at-spi2-core 2.45.90: * xml: Add some documentation. * xml: Fix event arguments. * xml: Add some missing DeviceEventController methods. * Bind the AT-SPI bus to the graphical session. * Mark bus service as belonging to the session slice. * Add ATSPI_ROLE_PUSH_BUTTON_MENU. * Add an "announcement" event/signal to allow objects to send notifications (!63). * Various code clean-ups and test improvements. What's new in at-spi2-core 2.45.1: * Atk and at-spi2-atk are now merged into this project. * Now requires meson 0.56.2 and glib 2.67.4. * at-spi2-atk: Expose the accessible hierarchy via dbus introspection. * Properly escape the AT-SPI bus address; fixes warnings about the address not containing a colon (!55). * Add a text value to AtspiValue, so that a value can expose a textual description, as in the new Atk value API. * Add atspi_event_listener_register_with_app, to allow an event listener to be registered only for a given application (!52). - accessibility/atk and accessibility/at-spi2-atk have been merged into accessibility/at-spi2-core - accessibility/at-spi2-core: bump consumers of removed ports atk and at-spi2-atk PR: 269704 Exp-run by: antoine ---
* games/aisleriot: Update to 3.22.25Daniel Engberg2022-10-303-10/+10
| | | | | | | | Use USE_GITLAB to follow Porters Handbook more closely Upstream doesn't provide changelog(s) between releases PR: 267067 Approved by: portmgr (maintainer timeout, 2+ weeks)
* Remove WWW entries moved into port MakefilesStefan Eßer2022-09-071-2/+0
| | | | | | | | | | Commit b7f05445c00f has added WWW entries to port Makefiles based on WWW: lines in pkg-descr files. This commit removes the WWW: lines of moved-over URLs from these pkg-descr files. Approved by: portmgr (tcberner)
* Add WWW entries to port MakefilesStefan Eßer2022-09-071-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It has been common practice to have one or more URLs at the end of the ports' pkg-descr files, one per line and prefixed with "WWW:". These URLs should point at a project website or other relevant resources. Access to these URLs required processing of the pkg-descr files, and they have often become stale over time. If more than one such URL was present in a pkg-descr file, only the first one was tarnsfered into the port INDEX, but for many ports only the last line did contain the port specific URL to further information. There have been several proposals to make a project URL available as a macro in the ports' Makefiles, over time. This commit implements such a proposal and moves one of the WWW: entries of each pkg-descr file into the respective port's Makefile. A heuristic attempts to identify the most relevant URL in case there is more than one WWW: entry in some pkg-descr file. URLs that are not moved into the Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr files in order to preserve them. There are 1256 ports that had no WWW: entries in pkg-descr files. These ports will not be touched in this commit. The portlint port has been adjusted to expect a WWW entry in each port Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as deprecated. Approved by: portmgr (tcberner)
* games/aisleriot: Use 'gnome' dir not 'gnome3'Neel Chauhan2022-08-092-6/+6
|
* games: remove 'Created by' linesTobias C. Berner2022-07-201-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | A big Thank You to the original contributors of these ports: * <benlutz@datacomm.ch> * <janos.mohacsi@bsd.hu> * Aaron Baugher * Aaron Dalton <aaron@FreeBSD.org> * Aaron Dalton <aaron@daltons.ca> * Aaron VonderHaar <avh4@usa.net> * Aaron Zauner <az_mail@gmx.at> * Adam Kranzel (adam@alameda.edu) * Adam Weinberger <adamw@FreeBSD.org> * Ade Lovett <ade@FreeBSD.org> * Akinori MUSHA aka knu <knu@idaemons.org> * Alejandro Pulver <alejandro@varnet.biz> * Alejandro Pulver <alepulver@FreeBSD.org> * Alex Dupre <ale@FreeBSD.org> * Alex Trull <freebsd.alex@trull.org> * Alexander G. Chetirbock <bock@bock.nnov.ru> * Alexander Langer <alex@FreeBSD.org> * Alexander Logvinov <ports@logvinov.com> * Alexander Vereeken <Alexander88207@protonmail.com> * Alexander Yerenkow <yerenkow@gmail.com> * Alexey Dokuchaev <danfe@FreeBSD.org> * Alexey Dokuchaev <danfe@regency.nsu.ru> * Alfonso S. Siciliano <alfix86@gmail.com> * Alonso Cardenas Marquez <acm@FreeBSD.org> * Amar Takhar <verm@drunkmonk.net> * Andreas Klemm <andreas@klemm.gtn.com> * Andrej Zverev * Andrew Pantyukhin <infofarmer@FreeBSD.org> * Andrey Zakhvatov * Andrey Zakhvatov <andy@icc.surw.chel.su> * Andy Kosela <akosela@andykosela.com> * Anton Yudin <toha@FreeBSD.org> * Arjan van Leeuwen <avleeuwen@piwebs.com> * Ayumi M <ayu@commun.jp> * Bartosz Fabianowski <freebsd@chillt.de> * Beech Rintoul <beech@FreeBSD.org> * Ben Smithurst <ben@scientia.demon.co.uk> * Bob Bomar <bob@fly.homeunix.org> * Brian Buchanan <brian@CSUA.Berkeley.EDU> * Ceri Davies (ceri@FreeBSD.org) * Chris D. Faulhaber <jedgar@FreeBSD.org> * Christian Brueffer <chris@unixpages.org> * Christoph Mallon <christoph.mallon@gmx.de> * Christopher Preston <rbg@gayteenresource.org> * Dag-Erling C. Smørgrav <des@FreeBSD.org> * Daniel J. O'Connor <darius@dons.net.au> * Daniel O'Connor <darius@dons.net.au> * Daniel Roethlisberger <daniel@roe.ch> * Danilo Egea Gondolfo <danilo@FreeBSD.org> * Dave Chapeskie <dchapes@ddm.on.ca> * Dave Walton <dwalton@acm.org> * David Siebörger <drs@rucus.ru.ac.za> * Dmitry Marakasov <amdmi3@FreeBSD.org> * Dom Mitchell <dom@happygiraffe.net> * Dominic Fandrey * Dominic Fandrey <kamikaze@bsdforen.de> * Don Croyle <croyle@gelemna.org> * Donald Burr <dburr@FreeBSD.org> * Eckart "Isegrim" Hofmann * Ed Schouten <ed@fxq.nl> * Edwin Groothuis * Edwin Groothuis <edwin@mavetju.org> * Edwin Mons * Emanuel Haupt <ehaupt@FreeBSD.org> * Emanuel Haupt <ehaupt@critical.ch> * Emmanuel Vadot <manu@FreeBSD.org> * Eric Anholt * Eric Anholt <anholt@FreeBSD.org> * Erik Olson <erikolson@olsonexpress.com> * Filippo Natali <filippo@widestore.net> * Frank Laszlo <laszlof@freebsdmatrix.net> * Frederic Culot <culot@FreeBSD.org> * Frederic Culot <frederic@culot.org> * Fredrik Carlsson <fredrik@wasadata.com> * FreeBSD GNOME Team <gnome@FreeBSD.org> * FreeBSD GNOME Team <gnome@freebsd.org> * Ganael Laplanche <ganael.laplanche@martymac.org> * Gautam Mani <execve@gmail.com> * Gea-Suan Lin <gslin@gslin.org> * Ginzburg Oleg * GreenDog <fiziologus@gmail.com> * Gustavo Perez Querol <gustau.perez@gmail.com> * Göran Runfeldt <goranrunfeldt@home.se> * HIYAMA Takeshi <th@cis.ibaraki.ac.jp> * HOTARU-YA <hotaru@tail.net> * Holger Lamm <holger@eit.uni-kl.de> * Igor Pokrovsky <ip@doom.homeunix.org> * Igor Pokrovsky <tiamat@comset.net> * Igor Pokrovsky <tiamat@telegraph.spb.ru> * Ilya A. Arhipov <admin@gorodkirov.ru> * Ilya A. Arkhipov <rum1cro@yandex.ru> * James FitzGibbon <jfitz@FreeBSD.org> * James Howard <howardj@wam.umd.edu> * Jan Jungnickel <jan@jungnickel.com> * Jan Stocker <Jan.Stocker@t-online.de> * Janni * Janos Mohacsi <janos.mohacsi@bsd.hu> * Jason Helfman <jgh@FreeBSD.org> * Jean-Marc Zucconi <jmz@FreeBSD.org> * Jean-Yves Lefort <jylefort@FreeBSD.org> * Jean-Yves Lefort <jylefort@brutele.be> * Jeremy <karlj000@unbc.ca> * Jeremy Chadwick <yoshi@parodius.com> * Jesse Smith <jessefrgsmith@yahoo.ca> * Jim Mock <jim@FreeBSD.org> * Joe Marcus Clarke <marcus@FreeBSD.org> * Joel Sutton <jsutton@bbcon.com.au> * Joel Sutton <sutton@aardvark.apana.org.au> * Jordan DeLong <fracture@allusion.net> * Jordan Irwin <antumdeluge@gmail.com> * Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe> * Jose Alonso Cardenas Marquez <acm@FreeBSD.org> * Josh Tolbert * Julian Assange * Juraj Lutter <otis@sk.freebsd.org> * Kalten <kalten@gmx.at> * Karsten Brandt <kbrandt@sdf-eu.org> * Kevin Zheng <kevinz5000@gmail.com> * Kirill Ponomarew <krion@FreeBSD.org> * Kirill Ponomarew <ponomarew@oberon.net> * Klaus Goger <klaus.goger@reflex.at> * Koop Mast <kwm@FreeBSD.org> * Kris Kennaway <kris@FreeBSD.org> * Kuang-che Wu <kcwu@csie.org> * Kyle Evans <kevans@FreeBSD.org> * Lars Engels <lars.engels@0x20.net> * Lars Thegler <lars@thegler.dk> * Leland Wang <llwang@infor.org> * Loren M. Lang <lorenl@alzatex.com> * Mahdi Mokhtari <mokhi64@gmail.com> * Makoto YAMAKURA <makoto@pinpott.spnet.ne.jp> * Marc van Woerkom <3d@FreeBSD.org> * Mark Huizer <xaa+ports@timewasters.nl> * Mark Murray <markm@FreeBSD.org> * Mark Pulford <mark@kyne.com.au> * Martin Kropfinger * Martin Tournoij <carpetsmoker@xs4all.nl> * Martin Tournoij <martin@arp242.net> * Martin Wilke <miwi@FreeBSD.org> * Mateusz Piotrowski <0mp@FreeBSD.org> * Matthew Gibson <mdg583@hotmail.com> * Matthew Hunt <mph@FreeBSD.org> * Matthew Hunt <mph@pobox.com> * Max Khon <fjoe@FreeBSD.org> * Maxim Sobolev <sobomax@FreeBSD.org> * Maxime Henrion <mux@FreeBSD.org> * Michael Alyn Miller <malyn@strangeGizmo.com> * Michael Johnson <ahze@FreeBSD.org> * Michael L. Hostbaek (mich@freebsdcluster.org) * Michael Nottebrock <lofi@FreeBSD.org> * Michael Williams <ports@mgwsoftware.com> * Miguel Mendez <flynn@energyhq.es.eu.org> * Neil Blakey-Milner <nbm@FreeBSD.org> * Nick Johnson <freebsd@spatula.net> * Nicklas Johnson <freebsd@spatula.net> * Nicola Vitale <nivit@FreeBSD.org> * Nik Clayton <nik@FreeBSD.org> * Nikolai Lifanov <lifanov@mail.lifanov.com> * Oleg Alexeenkov * Oliver Lehmann <lehmann@ans-netz.de> * Patrick Li <pat@FreeBSD.org> * Patrick Li <pat@databits.net> * Pav Lucistnik <pav@FreeBSD.org> * Pawel Pekala <pawel@FreeBSD.org> * Peter Dunning * Peter Pentchev <roam@FreeBSD.org> * Philippe Audeoud <jadawin@tuxaco.net> * Pierre-Paul Lavoie <ppl@nbnet.nb.ca> * Piotr Kubaj <pkubaj@FreeBSD.org> * Piotr Kubaj <pkubaj@anongoth.pl> * Radim Kolar * Ralf Becker <ralf@akk.org> * Raymond Pasco <ray@cultofray.net> * Robert Gogolok <gogo@cs.uni-sb.de> * Rozhuk Ivan <rozhuk.im@gmail.com> * Rusmir Dusko <nemysis@FreeBSD.org> * Ryo MIYAMOTO * Sakai Hiroaki <sakai@miya.ee.kagu.sut.ac.jp> * Sakai Hiroaki <sakai@seki.ee.kagu.sut.ac.jp> * Satoshi Asami <asami@FreeBSD.org> * Sean Bruno * Sean Farley <sean-freebsd@farley.org> * Seiichirou Hiraoka * Seiichirou Hiraoka <flathill@flathill.gr.jp> * Sergey Akifyev * Shaun Amott <shaun@inerd.com> * Shinya Esu <esu@yk.rim.or.jp> * Simon Barner <barner@gmx.de> * Stas Timokhin <devel@stasyan.com> * Stas Timokhin <stast@bsdportal.ru> * Stefan Eggers <seggers@semyam.dinoco.de> * Stefan Esser <se@FreeBSD.org> * Stefan Farfeleder <e0026813@stud3.tuwien.ac.at> * Stefan Jahn <stefan.jahn@nemesis-sektor.de> * Stefan Zehl <sec@42.org> * Stephen Hurd <shurd@FreeBSD.org> * Steve Wills <swills@FreeBSD.org> * Steven H. Samorodin (samorodi@NUXI.com) * Steven Wallace <swallace@FreeBSD.org> * Sugimoto Sadahiro <ixtl@utmc.or.jp> * Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> * Sven Moeller <smoeller@nichthelfer.de> * TAKAHASHI Kaoru <kaoru@kaisei.org> * TAKATSU Tomonari <tota@FreeBSD.org> * Tatsuya Kuidoh <cdr@ga.xdsl.ne.jp> * Thomas Gellekum <tg@FreeBSD.org> * Thomas Vogt <thomas.vogt@bsdunix.ch> * Tobias Gion * Tobias Rehbein <tobias.rehbein@web.de> * Toru YANO <toru@s-fine.co.jp> * Travis Poppe <tlp@liquidx.org> * UMENO Takashi * UMENO Takashi <umeno@rr.iij4u.or.jp> * Vanilla I. Shu <vanilla@MinJe.com.TW> * Vasily Postnicov <shamaz.mazum@gmail.com> * Vladimir Kondratiev <wulf@cicgroup.ru> * Will Andrews <andrews@technologist.com> * Wouter Reckman <gennerate@zonnet.nl> * Ying-Chieh Liao <ijliao@FreeBSD.org> * Yinghong Liu <relaxbsd@gmail.com> * Yinghong.Liu <relaxbsd@gmail.com> * Yonatan <onatan@gmail.com> * Yuichi Narahara * Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp> * Yukihiro Nakai <nakai@FreeBSD.org> * Yukihiro Nakai <nakai@mlab.t.u-tokyo.ac.jp> * Yuri Victorovich <yuri@rawbw.com> * aaron@FreeBSD.org * ada@bsd.org * alepulver * arved * asami * ayu <ayunyan@gmail.com> * benlutz@datacomm.ch * buratello@easy.com * chinsan * chinsan <chinsan.tw@gmail.com> * chris_pressey@yahoo.ca * driedfruit * edwin@mavetju.org * eivind * elfrink@introcom.nl * erich@FreeBSD.org * ericyu@mail2000.com.tw * glewis@FreeBSD.org * gmarco@giovannelli.it * gurkan@phys.ethz.ch * ijliao * issei <issei@jp.FreeBSD.org> * jamie * janek * janos.mohacsi@bsd.hu * jkh * jmacd * jmz * joerg * joerg@FreeBSD.org * johans * johnh@isi.edu * jseger@scds.com * krion@FreeBSD.org * kris@FreeBSD.org * lightside <lightside@gmx.com> * loader <loader@freebsdmall.com> * marina@surferz.net * markand * markm * mdodd * mek * michael johnson <ahze@ahze.net> * minter@lunenburg.org * nbm * neuroworker@gmail.com * nox@jelal.kn-bremen.de * pat@databits.net * petef@FreeBSD.org * pgs (original) * proff * pypt * refugee * roam@FreeBSD.org * se * searle * sec@42.org * simonm@dcs.gla.ac.uk * steve farrell * swallace * thierry@pompo.net * tmartin@andrew.cmu.edu * verm@drunkmonk.net * will * xaa@stack.nl With hat: portmgr
* games/aisleriot: unbreak build with Meson 0.61.0Jan Beich2022-01-242-0/+5
| | | | | | | | data/meson.build:20:5: ERROR: Function does not take positional arguments. PR: 260943 Reported by: antoine (via exp-run) Regressed by: https://github.com/mesonbuild/meson/commit/61f2866a9fa1
* */*: Remove redundant '-[0-9]*' from CONFLICTS_INSTALLStefan Eßer2021-11-231-1/+1
| | | | | | | | | The conflict checks compare the patterns first against the package names without version (as reported by "pkg query "%n"), then - if there was no match - agsinst the full package names including the version (as reported by "pkg query "%n-%v"). Approved by: portmgr (blanket)
* games/aisleriot: update to 3.22.19Jan Beich2021-11-142-4/+4
| | | | | Changes: https://gitlab.gnome.org/GNOME/aisleriot/-/compare/3.22.18...3.22.19 Reported by: Repology
* *: apply refactor.remove-consecutive-empty-linesTobias Kortkamp2021-10-191-1/+0
| | | | Submitted by: portedit
* INSTALLS_ICONS: retire the macro and rework the related dependenciesBaptiste Daroussin2021-10-101-1/+0
| | | | | | | While here, make sure gtk-update-icon-cache is only on run dependency where added as a dependency Enforce gtk3 to depend on gtk-update-icon-cache (previously it was inheriting the dependency)
* games/aisleriot: Update to 3.22.18Neel Chauhan2021-10-062-4/+4
|
* games/aisleriot: update to 3.22.17Tobias C. Berner2021-07-172-4/+4
|
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* fix staging of aisleriotChristoph Moench-Tegeder2021-02-061-1/+5
| | | | | | | | | | | | "FAILED: install script '/wrkdirs/usr/ports/games/aisleriot/work/aisleriot-3.22.14/data/meson_desktopfile.py /usr/local/share/applications sol.desktop' exit code 127, stopped" - explicitly declare build-dependency on python - shebangfix included python-scripts, as they are referencing "python3", which we only install with the python3 meta-package (which is not pulled in when depending on python) Notes: svn path=/head/; revision=564207
* Update to 3.22.14Baptiste Daroussin2021-02-063-33/+238
| | | | | | | | | Directly fetch from gitlab switch to meson drop the unused gconf2 dependency Notes: svn path=/head/; revision=564201
* Prefer graphics/ligvrsvg2-rust over graphics/librsvg2Tobias C. Berner2020-11-091-0/+1
| | | | | | | | | | | | | | - switch to the more modern version of librsvg2 on architectures supporting rust - this will fix some graphical issues on these architectures PR: 250276 Exp-run by: antoine Submitted by: tobik Differential Revision: https://reviews.freebsd.org/D18878 Notes: svn path=/head/; revision=554733
* First batch at upgrading gnome to 3.36/3.38Baptiste Daroussin2020-09-292-5/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update evolution-dataserver to 3.38.0 and because of ABI breakage update ports depending on it Update bijiben to 3.38.0 Update gnome-calendar to 3.38.0 Update gnome-contacts to 3.38 Update gnome-maps to 3.38.0 Patch gnome-todo to work with newer evolution-dataserver (patched obtained from OpenBSD/Archlinux) Update evolution to 3.38.0 Update evolution-ews to 3.38.0 (among changes it brings support for office365) Update folks to 0.14.0 Update cheese to 3.38.0 Update aisleriot to 3.22.9 Update five-or-more to 3.22.2 Update fastream to 0.2.9 Update gnome-control-center to 3.36.4 Update gnmoe-settings-daemon to 3.38.0 Update meld to 3.21.0 Update gnome-desktop to 3.38.0 and because of ABI breakage bump portrevision of all dependant ports not touched by this update Update gnome-session to 3.38.0 Update gnome-shell to 3.36.6, now run depends on gdm Update gnome-shell-extensions to 3.36.3 Update mutter to 3.36.6 Notes: svn path=/head/; revision=550494
* Add USES=xorg USES=gl, ports categories gNiclas Zeising2019-11-051-1/+2
| | | | | | | | Add USES=xorg and USES=gl to ports in categories starting with 'g'. While here, try to sprinkle other USES (mostly gnome and sdl) as needed. Notes: svn path=/head/; revision=516845
* Update Guile to version 2.2.5, modern stable version, and fix dependentAlexey Dokuchaev2019-06-272-94/+94
| | | | | | | | | | | | | | | | | | | | ports to build against it. Most changes are rather minor and mechanical except for the devel/gdb (obtained via their bugtracker [1], courtesy of Doug Evans). One port (science/meep) I had to mark BROKEN after fixing it proved to be very tedious and actually unreliable. It is very old, there are newer versions available so it should be fixed by updating. One port (devel/libruin) had revealed a bug in the new Guile code (an auxiliary script, really) that had to be worked-round; reference to the problematic upstream commit is provided in the patch. PR: 229613 Exp-run by: antoine [1] https://sourceware.org/bugzilla/show_bug.cgi?id=21104#c8 Notes: svn path=/head/; revision=505200
* The FreeBSD GNOME team proudly presents GNOME 3.28 for FreeBSD.Koop Mast2018-09-302-6/+5
| | | | | | | | | | | | The offical GNOME 3.28 release notes can be found at https://help.gnome.org/misc/release-notes/3.28/ Thanks to Antoine Brodin for running the exp-runs. PR: 229761 Notes: svn path=/head/; revision=480951
* devel/boehm-gc: update to 7.6.8Fernando Apesteguía2018-08-311-1/+1
| | | | | | | | | | | | | | | ChangeLog: https://github.com/ivmai/bdwgc/releases/tag/v7.6.8 * Giving maintainership to yasu@utahime.org * Bumping PORTREVISION for dependent ports PR: 230577 Submitted by: yasu@utahime.org Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D16704 Notes: svn path=/head/; revision=478604
* Bump PORTREVISION due upgrade of devel/boehm-gc to 7.6.6Carlos J. Puga Medina2018-06-011-1/+1
| | | | | | | | PR: 228597 Approved by: portmgr (antoine) Notes: svn path=/head/; revision=471254
* Bump PORTREVISION due upgrade of devel/boehm-gc to 7.6.4Carlos J. Puga Medina2018-03-101-1/+1
| | | | | | | | | | PR: 225560 Submitted by: Yasuhiro KIMURA <yasu@utahime@org> Reviewed by: cpm Approved by: portmgr (antoine) Notes: svn path=/head/; revision=464068
* Bump PORTREVISION due upgrade of devel/boehm-gc to 7.6.2Carlos J. Puga Medina2018-01-081-1/+1
| | | | | | | Approved by: portmgr (antoine) Notes: svn path=/head/; revision=458427
* games/aisleriot: merge couple of fixes from gnome devel repoRuslan Makhmatkhanov2017-05-121-1/+3
| | | | | | | | | | | - add missing dependency upon libcanberra (reported by QA) - change CONFLICTS because it only conflicts on install phase - bump PORTREVISON because of dependency list change With hat: gnome Notes: svn path=/head/; revision=440693
* games/aisleriot: update 3.18.2 -> 3.22.2Kurt Jaeger2017-05-123-24/+30
| | | | | | | | | | | | | | | | https://download.gnome.org/sources/aisleriot/3.20/aisleriot-3.20.0.changes https://download.gnome.org/sources/aisleriot/3.20/aisleriot-3.20.1.changes https://download.gnome.org/sources/aisleriot/3.20/aisleriot-3.20.2.changes https://download.gnome.org/sources/aisleriot/3.22/aisleriot-3.22.0.changes https://download.gnome.org/sources/aisleriot/3.22/aisleriot-3.22.1.changes https://download.gnome.org/sources/aisleriot/3.22/aisleriot-3.22.2.changes PR: 218862 Submitted by: w.schwarzenfeld@utanet.at Reported by: rkoberman@gmail.com Notes: svn path=/head/; revision=440673
* Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.Mathieu Arnold2016-04-011-5/+5
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412346
* The FreeBSD GNOME team proudly presents GNOME 3.18 for FreeBSD.Koop Mast2016-02-143-5/+137
| | | | | | | | | | | | | | | | | | | | | | | | The offical GNOME 3.18 release notes can be found at https://help.gnome.org/misc/release-notes/3.18/ This update doesn't contain the glib/gtk c++ bindings which will be done in a another update due to the requirement on c++11 and the amount of fallout this probably will give. GDM is still at version 3.16 due to some issues. Bump mate-themes to use the gtk 3.18 version of the themes. Thanks to Antoine Brodin for running the exp-runs. This release was made possible by the following people: Gustau Perez Ting-Wei_Lan PR: 207006 Notes: svn path=/head/; revision=408881
* Update appstream-glib to 0.5.4.Koop Mast2015-11-221-1/+1
| | | | | | | | Switch from custom code to using USES=libarchive. Adjust BUILD_DEPEND lines in where needed. Notes: svn path=/head/; revision=402209
* The FreeBSD GNOME team proudly presents GNOME 3.16 for FreeBSD.Koop Mast2015-08-053-5/+7
| | | | | | | | | | | | | | | | | | | | | The offical GNOME 3.16 release notes can be found at https://help.gnome.org/misc/release-notes/3.16/ Upgrade instructions for port users: Delete the old tracker package with: # pkg delete -f tracker And user port upgrade tool of choice to upgrade. Thanks to Antoine Brodin for running the exp-runs. This release was made possible by the following people: Gustau Perez Ting-Wei_Lan PR: 201980 Notes: svn path=/head/; revision=393607
* Update aisleriot to 3.14.2.Koop Mast2015-01-154-24/+22
| | | | Notes: svn path=/head/; revision=377123
* Split devel/gettext in devel/gettext-runtime and devel/gettext-tools. TheTijl Coosemans2014-11-291-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | first contains runtime libraries such as libintl and the latter contains developer tools such as msgfmt. Ports that use gettext will usually need a LIB_DEPENDS on gettext-runtime and a BUILD_DEPENDS on gettext-tools. USES=gettext-runtime can be used to set a LIB/BUILD/RUN_DEPENDS on devel/gettext-runtime and USES=gettext-tools can be used to set a BUILD/RUN_DEPENDS on devel/gettext-tools. USES=gettext is now the same as "USES=gettext-runtime gettext-tools" meaning a LIB_DEPENDS on devel/gettext-runtime and a BUILD_DEPENDS on devel/gettext-tools. Update gettext to 0.19.3. Remove :oldver from converters/libiconv and devel/gettext-runtime. Leave symlinks with the old library versions to avoid the need to bump PORTREVISION on a large number of dependent ports. When most of the dependent ports have had normal version updates, PORTREVISION can be bumped on the remaining ones (low number) and the links can be removed. Fix some ports that installed files in lib/locale instead of share/locale. PR: 194038 Reviewed by: bapt Exp-run: antoine Approved by: portmgr (antoine) Notes: svn path=/head/; revision=373636
* The FreeBSD GNOME team proudly presents GNOME 3.14 and Cinnamon 2.2.Koop Mast2014-11-195-0/+1917
Gnome 3.14.1 and Cinnamon 2.2.16 are supported on FreeBSD 9.3-RELEASE and up. This commit removes the old GNOME 2 desktop, bindings and some ports that can't be compiled. A few ports where updated to more recent versions to allow them to compile with this update. Apart from updating ports to newer versions GDM is more integrated with gnome-shell now, and handles several things for the GNOME desktop such as screen locking. If you want to use GNOME 3 via startx, you will have to add your own lock screen/screensaver. For example xscreensaver can be used for sessions started without GDM. Shell Extensions can be installed via https://extensions.gnome.org/ , we have ported a few that can't be installed via this way. The old gnome-utils and gnome-games ports where split up into single ports and where converted to meta-ports. gnome-terminal requires a UTF-8 locale to run, gdm handles this already, but if you use startx you need to do this yourself. Upgrade instructions: Delete the old and conflicting packages: # pkg delete clutter gnome-utils gnome-panel gnome-keyring vala-vapigen \ guile gcalctool gnome-media libgnomekbd # pkg delete gnome-screensaver gnome-applets bug-buddy evolution-exchange \ evolution-webcal gnome-system-tools seahorse-plugins gnome-control-center For package users the following lines will be enough: # pkg upgrade # pkg install gnome3 For ports users should do the following: # portmaster -a # portmaster x11/gnome3 We are currently aware of two issues. The first issue is a bug in the file monitoring code in the glib20 port. This bug causes glib programs to crash when files in a monitored directory are added or removed. Upstream is aware of the problem, but since the problem is quite complex there is no solution yet. This problem isn't restricted to BSD. The second issue is that on certain video cards totem will display a purple/pink overlay on the video. It not clear yet where the issues comes from. Major thanks goes to Gustau Perez for being a driving force behind getting GNOME 3 up to speed again. Also thanks to Antoine Brodin for running the exp-runs. This update was also made possible by: Joe Maloney Kris Moore Beeblebrox Ryan Lortie Antoine Jacoutot and everyone I missed Notes: svn path=/head/; revision=372768