aboutsummaryrefslogtreecommitdiff
path: root/net-im/libaccounts-glib
Commit message (Collapse)AuthorAgeFilesLines
* 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)
* net-im/libaccounts-glib: update to 1.26Tobias C. Berner2022-09-072-6/+5
| | | | - No release notes available
* framework: switch tree to using vala.mkTobias C. Berner2022-08-261-3/+2
| | | | PR: 249940
* net-im/libaccounts-glib: remove not necessary CFLAGS_powerpc64Piotr Kubaj2022-04-211-1/+0
|
* net-im/libaccounts-glib: drop unnecesary CFLAGS for powerpc64lePiotr Kubaj2022-04-171-1/+0
|
* textproc/libxml2: bump all LIB_DEPENDS consumersCharlie Li2022-04-101-1/+1
| | | | | | | | This is a separate commit to facilitate easier cherry-picking for quarterly. PR: 262853, 262940, 262877, 263126 Approved by: fluffy (mentor)
* textproc/libxml2: bump all dependenciesMatthias Fechner2022-03-261-0/+1
| | | | | This should make sure that all dependent ports will pick up the new version commited with a13ec21cd733f67a9fc0dc00ab45268bdc236246
* cleanup: remove 'Created by' linesTobias C. Berner2021-07-211-2/+0
|
* Regenerate all distfiles using gitlab as source.Matthias Fechner2021-04-091-3/+3
| | | | | | | | | | | | This regeneration is required as the new gitlab version changed the address and the directory the source files can be downloaded. This commit also applies some small fixes to make sure all ports using gitlab are buildable. Reviewed by: mat Approved by: portmgr Differential Revision: https://reviews.freebsd.org/D29628
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Add -Wno-error in powerpc64le case, similar to powerpc64 case.Mark Linimon2020-09-231-0/+1
| | | | | | | Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=549845
* net-im/libaccounts-glib: add tests-option to mesonTobias C. Berner2020-07-252-5/+9
| | | | | | | | | | | | | | Fixes: [...] Build type: native build WARNING: Unknown options: "tests" The value of new options can be set with: [...] Reported by: antoine Notes: svn path=/head/; revision=543406
* Update accounts-sso portsTobias C. Berner2020-07-115-34/+49
| | | | | | | - this fixes for example kio-gdrive Notes: svn path=/head/; revision=541960
* Bump a few PORTREVISIONs after r498529Antoine Brodin2019-04-101-1/+1
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=498530
* Introduce DOCS option to net-im/libaccounts-glib.Adriaan de Groot2019-03-112-49/+63
| | | | | | | | | | | | | | This allows the documentation -- HTML produced through gtkdoc -- to be removed from the package. It also tightens up the build requirements a little bit. Committed with some changes from the submitted patch. PR: 236257 Submitted by: rozhuk.im@gmail.com Notes: svn path=/head/; revision=495352
* net-im/libaccounts-glib: fix build on powerpc64Tobias C. Berner2018-10-041-1/+2
| | | | | | | | PR: 231916 Submitted by: Piotr Kubaj <pkubaj@anongoth.pl> Notes: svn path=/head/; revision=481246
* Switch the accounts-sso ports to USE_GITLAB.Tobias C. Berner2018-04-292-7/+5
| | | | | | | * Due to the different fetch method the distinfo changed. Notes: svn path=/head/; revision=468640
* Fix packaging with python3Antoine Brodin2017-12-131-0/+1
| | | | Notes: svn path=/head/; revision=456216
* Fix plist after r437491.Raphael Kubo da Costa2017-04-032-1/+1
| | | | | | | | The textproc/gtk-doc update to 1.25 includes upstream commit 3a3d70d24, which causes gtk-doc to stop generating index.sgml. Notes: svn path=/head/; revision=437609
* Use USES=pathfix where applicable.Mathieu Arnold2016-10-211-1/+0
| | | | | | | | | | | PR: 213195 Submitted by: mat Exp-run by: antoine Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D8093 Notes: svn path=/head/; revision=424427
* Update to 1.21.Raphael Kubo da Costa2016-04-084-41/+19
| | | | | | | | | | | | | | | The project is now hosted on GitLab, which is better than Google Drive from a porting perspective. We can now drop a few workarounds and patches that have been upstreamed. Unfortunately this release is being fetched directly from GitLab and thus we need to run gtkdocize and autoreconf ourselves as there is no actual release tarball. Submitted by: Tobias Berner <tcberner@gmail.com> Notes: svn path=/head/; revision=412745
* Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.Mathieu Arnold2016-04-011-2/+2
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412348
* The FreeBSD GNOME team proudly presents GNOME 3.18 for FreeBSD.Koop Mast2016-02-141-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | 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
* By default libtool replaces -export-symbols <file> with -retain-symbols-fileTijl Coosemans2015-08-021-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | <file> on ELF systems, but this doesn't really do what -export-symbols is meant to do. On GNU ELF systems it converts <file> to a simple version script first and then uses -version-script instead of -retain-symbols-file. Let USES=libtool patch libtool scripts to do this on all systems with GNU ld(1). Bump PORTREVISION on all ports where the build log contains -export-symbols. audio/calf: This port builds a module that now exports only one function, but it also builds a number of executables that link to this module and expect to see other functions. Because it's already a bit dodgy to link to a module (libtool warns about this) let the module continue to export only one function and instead build an ordinary library from the same source that the executables can link to. Fix a number of other issues in the same Makefile.am and clean up the port Makefile. japanese/scim-honoka: Tries to hide all symbols that start with an underscore, but because this library is written in C++ all symbols start with _Z so it ends up hiding everything. Just don't hide anything at all like the textproc/scim configure script does. multimedia/schroedinger: Apply an upstream patch. textproc/scim-input-pad: Same as japanese/scim-honoka. PR: 201922 Approved by: portmgr (antoine) Exp-run by: antoine Notes: svn path=/head/; revision=393429
* New port: net-im/libaccounts-glib.Raphael Kubo da Costa2015-07-035-0/+134
From pkg-descr: Accounts and SSO (Single Sign-On) framework for Linux and POSIX based platforms. WWW: https://code.google.com/p/accounts-sso/ Necessary for the upcoming libaccounts-qt5, which is used in newer versions of KDE Telepathy. Submitted by: Tobias Berner <tcberner@gmail.com> via area51 Notes: svn path=/head/; revision=391272