aboutsummaryrefslogtreecommitdiff
path: root/sysutils/bamf
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* sysutils/bamf: fix build on GCC architecturesPiotr Kubaj2020-07-051-2/+2
| | | | | | | | | | Use newer GCC: cc1: error: unrecognized command line option "-Warray-bounds" MFH: 2020Q3 (fix build blanket) Notes: svn path=/head/; revision=541264
* Update to 0.5.4Li-Wen Hsu2020-06-294-17/+57
| | | | | | | | | | Pass maintainership to submitter PR: 243490 Submitted by: Olivier Duchateau <duchateau.olivier@gmail.com> Notes: svn path=/head/; revision=540826
* Add USES=xorg USES=gl, ports categories sNiclas Zeising2019-11-071-1/+2
| | | | | | | | Add USES=xorg and USES=gl to ports in categories starting with 's' While here, try to sprinkle other USES (mostly gnome and sdl) as needed. Notes: svn path=/head/; revision=516988
* The updated libgtop included in the GNOME 3.28 update broke runtime forKoop Mast2018-09-301-1/+1
| | | | | | | | | | mate ports that use libgtop [1]. Bump all users not included in the GNOME update to fix these issues. Reported by: Barbara Guida <barbara.freebsd@gmail.com> [1] Notes: svn path=/head/; revision=480982
* Reduce dependency on the python2 metaportAntoine Brodin2018-02-191-1/+2
| | | | | | | | PR: 225752 Submitted by: Yasuhiro KIMURA Notes: svn path=/head/; revision=462307
* Convert Python ports to FLAVORS.Mathieu Arnold2017-11-301-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* Take in olivierd@'s commit bit on his request.Rene Ladan2017-03-191-1/+1
| | | | | | | | Submitted by: olivierd@ With hat: portmgr-secretary Notes: svn path=/head/; revision=436494
* - Update to 0.5.3Olivier Duchateau2016-08-296-14/+223
| | | | | | | | | - Sort USES - Re-generate patches, using 'make makepatch' - Add new patches, in order to remove all references to systemd Notes: svn path=/head/; revision=421095
* Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.Mathieu Arnold2016-04-011-5/+5
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412349
* - Update to 0.5.1Olivier Duchateau2015-04-183-18/+5
| | | | | | | - Remove unneeded patch Notes: svn path=/head/; revision=384211
* Cleanup plistAntoine Brodin2014-11-221-3/+0
| | | | Notes: svn path=/head/; revision=373038
* The FreeBSD GNOME team proudly presents GNOME 3.14 and Cinnamon 2.2.Koop Mast2014-11-192-1/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* - Convert ports of sysutils/ to new USES=pythonMarcus von Appen2014-10-241-2/+1
| | | | | | | Approved by: portmgr (implicit) Notes: svn path=/head/; revision=371454
* - Update to 0.5.0Olivier Duchateau2014-08-035-16/+39
| | | | Notes: svn path=/head/; revision=363857
* BAMF, is a simple DBus daemon and C wrapper library of applications matchingOlivier Duchateau2014-07-035-0/+71
framework. WWW: https://launchpad.net/bamf Notes: svn path=/head/; revision=360351