Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.27 23 Jun 2024 13:46:22 |
Jason E. Hale (jhale) |
net-im/libaccounts-glib: Update to 1.27 |
1.26 05 Jan 2024 12:57:25 |
Tobias C. Berner (tcberner) |
net-im/libaccounts-glib: update WWW |
1.26 12 Jul 2023 18:56:04 |
Felix Palmen (zirias) |
bsd.sites.mk: Update all ports using USE_GITLAB
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 |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
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) |
1.26 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
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.
(Only the first 15 lines of the commit message are shown above ) |
1.26 07 Sep 2022 08:08:44 |
Tobias C. Berner (tcberner) |
net-im/libaccounts-glib: update to 1.26
- No release notes available |
1.25_2 26 Aug 2022 17:02:25 |
Tobias C. Berner (tcberner) |
framework: switch tree to using vala.mk
PR: 249940 |
1.25_2 21 Apr 2022 17:11:01 |
Piotr Kubaj (pkubaj) |
net-im/libaccounts-glib: remove not necessary CFLAGS_powerpc64 |
1.25_2 17 Apr 2022 11:05:53 |
Piotr Kubaj (pkubaj) |
net-im/libaccounts-glib: drop unnecesary CFLAGS for powerpc64le |
1.25_2 10 Apr 2022 19:11:41 |
Charlie Li (vishwin) |
textproc/libxml2: bump all LIB_DEPENDS consumers
This is a separate commit to facilitate easier cherry-picking for
quarterly.
PR: 262853, 262940, 262877, 263126
Approved by: fluffy (mentor) |
1.25_1 26 Mar 2022 08:27:27 |
Matthias Fechner (mfechner) |
textproc/libxml2: bump all dependencies
This should make sure that all dependent ports will pick
up the new version commited with a13ec21cd733f67a9fc0dc00ab45268bdc236246 |
1.25 21 Jul 2021 05:43:15 |
Tobias C. Berner (tcberner) |
cleanup: remove 'Created by' lines |
1.25 09 Apr 2021 18:44:23 |
Matthias Fechner (mfechner) |
Regenerate all distfiles using gitlab as source.
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 |
1.25 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.25 23 Sep 2020 20:40:08 |
linimon |
Add -Wno-error in powerpc64le case, similar to powerpc64 case.
Approved by: portmgr (tier-2 blanket) |
1.25 25 Jul 2020 08:46:52 |
tcberner |
net-im/libaccounts-glib: add tests-option to meson
Fixes:
[...]
Build type: native build
WARNING: Unknown options: "tests"
The value of new options can be set with:
[...]
Reported by: antoine |
1.25 11 Jul 2020 11:38:30 |
tcberner |
Update accounts-sso ports
- this fixes for example kio-gdrive |
1.21_3 10 Apr 2019 06:18:32 |
antoine |
Bump a few PORTREVISIONs after r498529
With hat: portmgr |
1.21_2 11 Mar 2019 12:17:47 |
adridg |
Introduce DOCS option to net-im/libaccounts-glib.
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 |
1.21_1 04 Oct 2018 20:19:46 |
tcberner |
net-im/libaccounts-glib: fix build on powerpc64
PR: 231916
Submitted by: Piotr Kubaj <pkubaj@anongoth.pl> |
1.21_1 29 Apr 2018 18:17:36 |
tcberner |
Switch the accounts-sso ports to USE_GITLAB.
* Due to the different fetch method the distinfo changed. |
1.21_1 13 Dec 2017 16:01:51 |
antoine |
Fix packaging with python3 |
1.21_1 03 Apr 2017 09:48:43 |
rakuco |
Fix plist after r437491.
The textproc/gtk-doc update to 1.25 includes upstream commit 3a3d70d24,
which causes gtk-doc to stop generating index.sgml. |
1.21 21 Oct 2016 15:21:13 |
mat |
Use USES=pathfix where applicable.
PR: 213195
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D8093 |
1.21 08 Apr 2016 13:06:18 |
rakuco |
Update to 1.21.
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> |
1.18_1 01 Apr 2016 14:16:20 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight |
1.18_1 14 Feb 2016 18:57:54 |
kwm |
The FreeBSD GNOME team proudly presents GNOME 3.18 for FreeBSD.
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 |
1.18_1 02 Aug 2015 15:03:20 |
tijl |
By default libtool replaces -export-symbols <file> with -retain-symbols-file
<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 (Only the first 15 lines of the commit message are shown above ) |
1.18 03 Jul 2015 20:52:55 |
rakuco |
New port: net-im/libaccounts-glib.
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 |