Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
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) |
0.2.9 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 ) |
0.2.9 20 Jul 2022 14:22:40 |
Tobias C. Berner (tcberner) |
net-im: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <ports@c0decafe.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Alberto Villa <avilla@FreeBSD.org>
* Alexander Logvinov <ports@logvinov.com>
* Alexander Timoshenko <gonzo@univ.kiev.ua>
* Andrew Lewis <freeghb@gmail.com>
* Andrey Akhmichin <sepulkarium45@yahoo.com>
* Bartek Rutkowski <r@robakdesign.com>
* Bernard Spil <brnrd@freebsd.org>
* Brendan Molloy <brendan+freebsd@bbqsrc.net>
* Denis Shaposhnikov <dsh@vlink.ru> (Only the first 15 lines of the commit message are shown above ) |
0.2.9 30 Apr 2022 08:03:20 |
Tobias C. Berner (tcberner) |
framework: convert bsd.gstreamer.mk to Uses/gstreamer.mk
- convert bsd.gstreamer.mk to Uses/gstreamer.mk
- convert ports tree to make use of USES=gstreamer
- remove duplicate dependency lines from the tree
Differential Revision: https://reviews.freebsd.org/D35097 |
0.2.9 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.2.9 04 Feb 2021 08:51:12 |
antoine |
Mark MAKE_JOBS_UNSAFE
libtool: error: cannot find the library 'libfarstream-0.2.la' or unhandled
argument 'libfarstream-0.2.la'
Reported by: pkg-fallout
MFH: 2021Q1 |
0.2.9 29 Sep 2020 12:07:28 |
bapt |
First batch at upgrading gnome to 3.36/3.38
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 (Only the first 15 lines of the commit message are shown above ) |
0.2.8_1 09 May 2020 19:24:50 |
tijl |
Update devel/gmake to 4.3.
Some changes have been made in this release that break backwards
compatibility. Let USES=gmake force users to upgrade to this version so
port maintainers don't have to support older versions.
PR: 245725
Exp-run by: antoine
Approved by: portmgr (antoine) |
0.2.8_1 29 Dec 2019 12:22:31 |
mandree |
net-im/farstream: import patch to isolate from Git version updates
...on the download portal of the patch.
PR: 242657
Approved by: gnome@ (kwm) |
0.2.8_1 28 Sep 2019 17:47:45 |
jbeich |
net-im/farstream: regen patches (gitlub bug)
--- 11dde55cbaf5179e8e1885cf1483e538a8d5a4a9.patch.orig
+++ 11dde55cbaf5179e8e1885cf1483e538a8d5a4a9.patch
@@ -52,5 +52,5 @@ index e8684fd5..99ea03a0 100644
}
--
-2.21.0
+2.22.0
PR: 240906
Reported by: Robert Cina |
0.2.8_1 21 Sep 2019 15:17:32 |
pkubaj |
net-im/farstream: merge a patch necessary for Lync calls, pet portlint
Merge
https://gitlab.collabora.com/farstream/farstream/commit/11dde55cbaf5179e8e1885cf1483e538a8d5a4a9.patch
to fix Lync calls with net-im/pidgin-sipe.
Add USES=localbase:ldflags.
Move some entries to fix portlint issues.
PR: 240348
Approved by: gnome (maintainer timeout), tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D21713 |
0.2.8 03 Nov 2018 11:58:10 |
tijl |
Update GStreamer to 1.14.4.
PR: 231406
Submitted by: Greg V <greg@unrelenting.technology>
Exp-run by: antoine
Approved by: portmgr (antoine) |
0.2.7 14 Sep 2018 20:37:17 |
sunpoet |
Update WWW
Approved by: portmgr (blanket) |
0.2.7 01 Apr 2016 14:16:20 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight |
0.2.7 08 Aug 2015 16:25:27 |
kwm |
Update farstream to 0.2.7.
Bump revision because of shlib change. |
0.2.6_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 ) |
0.2.6 15 Jan 2015 17:02:11 |
kwm |
Update libnice to 0.1.8.
Enable introspection support. |
0.2.4 01 Jan 2015 23:28:42 |
kwm |
Fix farsight2 build on arm, by explicitly linking to -lm for sqrt(3)
While here apply the same the same to farstream
PR: 196070
Submitted by: mikael.urankar@gmail.com
Verified by: sbruno@ |
0.2.4 19 Nov 2014 11:49:06 |
kwm |
The FreeBSD GNOME team proudly presents GNOME 3.14 and Cinnamon 2.2.
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 (Only the first 15 lines of the commit message are shown above ) |