aboutsummaryrefslogtreecommitdiff
path: root/deskutils/gnome-contacts
Commit message (Collapse)AuthorAgeFilesLines
* MFH: r552393Piotr Kubaj2020-11-061-1/+1
| | | | | | | | | | | | | | | deskutils/gnome-contacts: fix build on GCC architectures Use C11 compiler: In file included from /usr/local/include/libhandy-1/handy.h:50, from src/gnome-contacts.p/contacts-addressbook-dialog.c:26: /usr/local/include/libhandy-1/hdy-swipe-tracker.h:23: error: redefinition of typedef 'HdySwipeTracker' /usr/local/include/libhandy-1/hdy-types.h:15: error: previous declaration of 'HdySwipeTracker' was here Approved by: portmgr (fix build blanket) Notes: svn path=/branches/2020Q4/; revision=554177
* First batch at upgrading gnome to 3.36/3.38Baptiste Daroussin2020-09-294-19/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 forgotten patch during last upgradeBaptiste Daroussin2020-09-251-0/+14
| | | | Notes: svn path=/head/; revision=550036
* update to 2.32.1Baptiste Daroussin2020-09-253-13/+9
| | | | | | | | | | This a first step in the upgrade, which is good enough to be built with newer version of vala without having yet to upgrade many other libs More further update will happen later Notes: svn path=/head/; revision=550031
* Add USES=xorg USES=gl, ports categories dNiclas Zeising2019-11-041-2/+2
| | | | | | | | 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
* The FreeBSD GNOME team proudly presents GNOME 3.28 for FreeBSD.Koop Mast2018-09-305-73/+26
| | | | | | | | | | | | 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
* Unbreak build of deskutils/gnome-contacts with vala 0.36Don Lewis2018-01-242-0/+45
| | | | | | | | PR: 225123, 221941 Submitted by: cpm Notes: svn path=/head/; revision=459815
* Chase evolution-data-server shared library bump.Koop Mast2017-06-131-1/+1
| | | | Notes: svn path=/head/; revision=443492
* 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
* Chase evolution-data-server shlib bumps.Koop Mast2017-05-171-1/+1
| | | | Notes: svn path=/head/; revision=441071
* LIB_DEPENDS=libglib-2.0.so should be USE_GNOME=glib20.Adam Weinberger2017-01-071-12/+11
| | | | | | | | Also, while here, sort the LIB_DEPENDS in desktutils/gnome-contacts, because wow. Notes: svn path=/head/; revision=430761
* deskutils/gnome-contacts: bump PORTREVISIONJohn Marino2016-10-221-1/+1
| | | | Notes: svn path=/head/; revision=424489
* deskutils/gnome-contacts: restore CHEESE optionJohn Marino2016-10-221-2/+13
| | | | | | | | | | | | | | | Since version 3.18, the --without-cheese configuration argument didn't work out of the box. However, touching a couple of files causes c source files to be regenerated enabling the option to be honored. This commit restores the options as they were before r421349 but now disabling the default CHEESE option works. PR: 207426 Approved by: follow-on commit (r421349) Notes: svn path=/head/; revision=424488
* devel/nspr, security/nss: drop version from SONAMEJan Beich2016-10-091-1/+1
| | | | | | | | | | | | | | | | | | | | | No other downstream appends synthetic library version, and doing so causes underlinking due to fragile build system (see below). Not to mention being unable to swap out bundled libs from upstream builds. $ cc -lplds4 -L/usr/local/lib /usr/lib/crt1.o: In function `_start1': crt1_c.c:(.text+0xa6): undefined reference to `main' /usr/local/lib/libplds4.so: undefined reference to `pthread_set_name_np' /usr/local/lib/libplds4.so: undefined reference to `pthread_create' /usr/local/lib/libplds4.so: undefined reference to `pthread_condattr_init' /usr/local/lib/libplds4.so: undefined reference to `pthread_setschedparam' /usr/local/lib/libplds4.so: undefined reference to `pthread_getschedparam' PR: 213144 Exp-run by: antoine Notes: svn path=/head/; revision=423591
* deskutils/gnome-contacts: remove CHEESE optionJohn Marino2016-09-041-10/+2
| | | | | | | | | | | | | Since version 3.18 was introduced (Feb 2016), it's not been possible to build gnome-contacts with the CHEESE option turned off. Since it appears to be required now, remove this option and set the configuration and dependencies for cheese unconditionally. PR: 207426 Approved by: maintainer timeout (6.5 months) Notes: svn path=/head/; revision=421349
* deskutils/gnome-contacts: Fix buildKurt Jaeger2016-09-021-5/+25
| | | | | | | | | | | | | - added missing depends - fixed several USE_GNOME aspects - NLS option added PR: 210971 Reported by: lumiwa@gmail.com Submitted by: Walter Schwarzenfeld <w.schwarzenfeld@utanet.at> Notes: svn path=/head/; revision=421250
* Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.Mathieu Arnold2016-04-011-10/+10
| | | | | | | | 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-4/+5
| | | | | | | | | | | | | | | | | | | | | | | | 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
* The FreeBSD GNOME team proudly presents GNOME 3.16 for FreeBSD.Koop Mast2015-08-053-12/+20
| | | | | | | | | | | | | | | | | | | | | 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 GNOME to 3.14.2.Koop Mast2014-12-032-4/+4
| | | | | | | | | | | | | | | | | This update was brought to you in collaboration with Gustua Perez Make sure gtk30 pulls it the default theme (adwaita-icon-theme). Update the extra gnome-shell-extensions so they work with gnome-shell 3.14. Drop metacity from gnome3 meta-port. Remove the gtile gnome-shell extension since it proven to be buggy. Exp-run done by antoine@ for gdk-pixbuf2 deprecated API. PR: 195414 Obtained from: gnome dev repo Notes: svn path=/head/; revision=373802
* The FreeBSD GNOME team proudly presents GNOME 3.14 and Cinnamon 2.2.Koop Mast2014-11-194-0/+126
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