non port: www/epiphany/Makefile |
Number of commits found: 234 (showing only 100 on this page) |
Tuesday, 21 Jan 2025
|
03:12 Charlie Li (vishwin)
www/webkit2-gtk: bump consumer PORTREVISIONs after port consolidation
With hat: gnome
PR: 275914
bc2e3ed |
03:12 Charlie Li (vishwin)
www/webkit2-gtk: update to 2.46.5
Changelog:
https://github.com/WebKit/WebKit/blob/webkitgtk-2.46.5/Source/WebKit/gtk/NEWS
Now consolidated into one port with flavours since the codebase is
the same, just linked with different libraries resulting in different
SONAMEs and APIs. SONAMEs/flavours:
* GTK3 + libsoup = libwebkit2gtk-4.0 (40)
* GTK3 + libsoup3 = libwebkit2gtk-4.1 (41)
* GTK4 + libsoup3 = libwebkitgtk-6.0 (60)
Despite upstream's recommendation to use clang for better skia
optimisation, this port now USE_GCC due to extensive std::pair copy
constructor use that is not trivial to continue patching to stay
working with our libc++ version 1 ABI. See review D35327 for some
details.
Reported by: eduardo
PR: 275914
Differential Revision: https://reviews.freebsd.org/D45878
9431001 |
Monday, 4 Nov 2024
|
16:50 Gleb Popov (arrowd)
security/gcr: Update to 4.3.0
Move the previous version to security/gcr3 and switch consumer ports to it
PR: 282046
Approved by: vishwin
Sponsored by: Future Crew, LLC
791bbaf |
Friday, 12 Jan 2024
|
22:40 Muhammad Moinur Rahman (bofh)
*/*: Sanitize MANPREFIX for meson ports
Approved by: portmgr
9f8f710 |
Friday, 17 Nov 2023
|
11:46 Jan Beich (jbeich)
devel/icu: update to 74.1
Changes: https://github.com/unicode-org/icu/releases/tag/release-74-1
Reported by: GitHub (watch releases)
PR: 274317
Exp-run by: antoine (incomplete)
Approved by: fluffy
e55b801 |
Tuesday, 27 Jun 2023
|
19:34 Rene Ladan (rene)
all: remove explicit versions in USES=python for "3.x+"
The logic in USES=python will automatically convert this to 3.8+ by
itself.
Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.
finance/quickfix: mark BROKEN with PYTHON
libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++
-DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable
-Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong
-fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi
-Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings
-Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x
-MT _quickfix_la-QuickfixPython.lo -MD -MP -MF
.deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp -fPIC -DPIC -o
.libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean
'-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
^~~~~~~~~~
1 warning and 1 error generated.
Reviewed by: portmgr, vishwin, yuri
Differential Revision: <https://reviews.freebsd.org/D40568>
3d9a815 |
Thursday, 13 Apr 2023
|
00:56 Jan Beich (jbeich)
devel/icu: update to 73.1
- Temporarily switch to GitHub auto archive (release artifacts are N/A atm)
Changes: https://github.com/unicode-org/icu/releases/tag/release-73-1
Reported by: GitHub (watch releases)
PR: 270422
Exp-run by: antoine
f1f1a8b |
Thursday, 2 Mar 2023
|
05:23 Tobias C. Berner (tcberner)
accessibility/at-spi2-core: update to 2.46.0
What's new in at-spi2-core 2.46.0:
* Fix GetInterfaces documentation on org.a11y.atspi.Accessible
interface.
What's new in at-spi2-core 2.45.91:
* Send device event controller events using the same signature as other
events.
* Document the Accessible, Action, and Cache dbus interfaces.
* Fix license of atspi-gmain.c (#87).
What's new in at-spi2-core 2.45.90:
* xml: Add some documentation.
* xml: Fix event arguments.
* xml: Add some missing DeviceEventController methods.
* Bind the AT-SPI bus to the graphical session.
* Mark bus service as belonging to the session slice.
* Add ATSPI_ROLE_PUSH_BUTTON_MENU.
* Add an "announcement" event/signal to allow objects to send
notifications (!63).
* Various code clean-ups and test improvements.
What's new in at-spi2-core 2.45.1:
* Atk and at-spi2-atk are now merged into this project.
* Now requires meson 0.56.2 and glib 2.67.4.
* at-spi2-atk: Expose the accessible hierarchy via dbus introspection.
* Properly escape the AT-SPI bus address; fixes warnings about the address
not containing a colon (!55).
* Add a text value to AtspiValue, so that a value can expose a textual
description, as in the new Atk value API.
* Add atspi_event_listener_register_with_app, to allow an event listener
to be registered only for a given application (!52).
- accessibility/atk and accessibility/at-spi2-atk have been merged into
accessibility/at-spi2-core
- accessibility/at-spi2-core: bump consumers of removed ports atk and
at-spi2-atk
PR: 269704
Exp-run by: antoine
---
fa81a4f |
Wednesday, 19 Oct 2022
|
08:10 Jan Beich (jbeich)
devel/icu: update to 72.1
Changes: https://github.com/unicode-org/icu/releases/tag/release-72-1
Reported by: GitHub (watch releases)
PR: 266582
Exp-run by: antoine
dfe25d7 |
Wednesday, 7 Sep 2022
|
21:10 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.
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)
b7f0544 |
Monday, 5 Sep 2022
|
00:16 Dima Panov (fluffy)
www/epiphany: pet stage-qa, declare hidden dependency on gdkpixbuf2
d6c82b0 |
Monday, 15 Aug 2022
|
01:40 Neel Chauhan (nc)
www/epiphany: Update to 42.4
eaeab86 |
Saturday, 23 Jul 2022
|
11:37 Neel Chauhan (nc)
www/epiphany: Update to 42.3
bff3603 |
Wednesday, 20 Jul 2022
|
14:23 Tobias C. Berner (tcberner)
www: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
*
* <hvo.pm@xs4all.nl>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron LI <aly@aaronly.me>
* Aaron Zauner <az_mail@gmx.at>
* Abel Chow <achow@transoft.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Adrian Steinmann <ast@marabu.ch>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alan Eldridge <alane@FreeBSD.org>
* Aldert Nooitgedagt
* Alex Bakhtin <Alex.Bakhtin@gmail.com>
* Alex Deiter <Alex.Deiter@Gmail.COM>
* Alex Dupre <ale@FreeBSD.org>
* Alex Dupre <sysadmin@alexdupre.com>
* Alex Kapranoff <alex@kapranoff.ru>
* Alex Kapranoff <kapr@crosswinds.net>
* Alex Miller (<asm@asm.kiev.ua>)
* Alex Pesternikov <ap@page2rss.com>
* Alex Povolotsky <tarkhil@over.ru>
* Alex Varju <freebsd-ports@varju.ca>
* Alexander Koch <fbsd@meersau.de>
* Alexander Kriventsov
* Alexander Kriventsov <avk@vl.ru>
* Alexander Logvinov <info@logvinov.com>
* Alexander Logvinov <ports@logvinov.com>
* Alexander Moisseev <moiseev@mezonplus.ru>
* Alexander Nusov <alexander.nusov@nfvexpress.com>
* Alexander Zhuravlev <zaa@zaa.pp.ru>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Alexey V. Degtyarev
* Alfred Perlstein <alfred@freebsd.org>
* Allie Micka <allie@pajunas.com>
* Anatoliy Dmytriyev <tolid@plab.ku.dk>
* Anders Nordby <anders@FreeBSD.org>
* Anders Nordby <anders@fix.no>
* Andrea Cervesato <andrea@cervesato.it>
* Andrea Sozzi <as@g-cows.org>
* Andreas Klemm <andreas@klemm.gtn.com>
* Andrej Zverev <andrey.zverev@electro-com.ru>
* Andrew Pantyukhin <infofarmer@FreeBSD.org>
* Andrew T. Bennett <potatosaladx@gmail.com>
* Andrey Chernov <ache@FreeBSD.org>
* Andrey Kostenko <andrey@kostenko.name>
* Andrey Slusar <anray@FreeBSD.org>
* Anes Muhametov <anes@anes.su>
* Anes Mukhametov <anes@anes.su>
* Anonymous
* Antoine Brodin <antoine@FreeBSD.org>
* Anton Berezin <tobez@FreeBSD.org>
* Anton Berezin <tobez@tobez.org>
* Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>)
* Antony Mawer <ports@mawer.org>
* Aron Schlesinger <as@bsdgroup.de>
* Ask Bjoern Hansen <ask@valueclick.com>
* Autrijus Tang <autrijus@autrijus.org>
* Ayumi M <ayu@commun.jp>
* Babak Farrokhi <babak@farrokhi.net>
* Bartek Rutkowski <robak@FreeBSD.org>
* Bartlomiej Rutkowski <r@robakdesign.com>
* Bernard Spil <brnrd@FreeBSD.org>
* Bernard Spil <brnrd@freebsd.org>
* Bill Brinzer <bill.brinzer@gmail.com>
* Bill Swingle <unfurl@FreeBSD.org>
* Bob Bomar <bob@fly.homeunix.org>
* Boris Lytochkin (lytboris@gmail.com)
* Brandon Fosdick <bfoz@bfoz.net>
* Brendan Molloy <brendan+freebsd@bbqsrc.net>
* Brent J. Nordquist <bjn@visi.com>
* Brian Somers <brian@FreeBSD.org>
* CHOI Junho <cjh@FreeBSD.org>
* Carlo Strub
* Carlo Strub <cs@FreeBSD.org>
* Cecile Neu <neu@mycontrol.de>
* Chadwick Sorrell chad@wickdev.com
* Charlie & <root@dev2.rambler.ru>
* Cheng-Lung Sung <clsung@FreeBSD.org>
* Cheng-Lung Sung <clsung@dragon2.net>
* Chin-San Huang <chinsan@mail2000.com.tw>
* Choe, Cheng-Dae
* Chris D. Faulhaber <jedgar@fxp.org>
* Chris Larsen <darth@vader.dk>
* Christopher Key <cjk32@cam.ac.uk>
* Christopher Knaust <jigboe@gmx.de>
* Clement Laforet <clement@FreeBSD.org>
* Clement Laforet <sheepkiller@cultdeadsheep.org>
* Conor McDermottroe <ports@mcdermottroe.com>
* Cory R King <coryking@mozimedia.com>
* Craig Rodrigues <rodrigc@FreeBSD.org>
* Dan Langille <dan@langille.org>
* Dan Langille <dvl@FreeBSD.org>
* Daniel B. Hemmerich
* Daniel Gerzo <danger@FreeBSD.org>
* Daniel Morante <daniel@morante.net>
* Daniel Roethlisberger <daniel@roe.ch>
* Daniel Wijnands <daniel@itxl.nl>
* Danny Warren <danny@dannywarren.com>
* Dash|RD
* Dave Cottlehuber <dch@FreeBSD.org>
* David Barksdale <amatus@gnu.org>
* Dean Hollister <dean@odyssey.apana.org.au>
* Denis Pokataev <catone@cpan.org>
* Dennis Herrmann <adox@mcx2.org>
* Denny Lin <dennylin93@hs.ntnu.edu.tw>
* Dikshie <dikshie@sfc.wide.ad.jp>
* Dima Sivachenko
* Dima Sivachenko <dima@Chg.RU>
* Dirk Froemberg <dirk@FreeBSD.org>
* Ditesh Shashikant Gathani <ditesh@gathani.org>
* Dmitry Liakh <dliakh@ukr.net>
* Dmitry Semkin <lslarry@gmail.com>
* Dmitry Sivachenko <demon@FreeBSD.org>
* Dmitry Sivachenko <dima@Chg.RU>
* Dmitry Sivachenko <mitya@yandex-team.ru>
* Domas Mituzas <midom@dammit.lt>
* Dominic Mitchell <dom@happygiraffe.net>
* Dominique Goncalves <dominique.goncalves@gmail.com>
* Douglas Thrift
* Douglas Thrift <douglas@douglasthrift.net>
* Dryice Liu <dryice@FreeBSD.org>
* Dryice Liu <dryice@dryice.name>
* Elisey Savateev <b3k@mail.ru>
* Elvis Chiang <elvis@sslab.cs.ccu.edu.tw>
* Emanuel Haupt <ehaupt@FreeBSD.org>
* Emanuel Haupt <ehaupt@critical.ch>
* Eric Freeman <freebsdports@chillibear.com>
* Ernst de Haan <znerd@FreeBSD.org>
* Erwin Lansing <erwin@FreeBSD.org>
* Espen Tagestad <espen@tagestad.no>
* Euan Thoms <euan@potensol.com>
* Fanying Jen <fanying@fynet.com>
* Fernan Aguero
* Fernan Aguero <fernan@iib.unsam.edu.ar>
* Florent Thoumie <flz@FreeBSD.org>
* Florent Thoumie <flz@xbsd.org>
* Foxfair Hu <foxfair@FreeBSD.org>
* Francisco Cabrita <include@npf.pt.freebsd.org>
* Frank Behrens <frank@pinky.sax.de>
* Frank Mayhar <frank@exit.com>
* Frank Wall <fw@moov.de>
* Fred Cox
* Frederic Culot <culot@FreeBSD.org>
* Frederic Culot <frederic@culot.org>
* Fumihiko Kimura <jfkimura@yahoo.co.jp>
* G. Adam Stanislav <adam@whizkidtech.net>
* Garrett A. Wollman
* Gea-Suan Lin <gslin@ccca.nctu.edu.tw>
* Gea-Suan Lin <gslin@gslin.org>
* Gea-Suan Lin <gslin@netnews.NCTU.edu.tw>
* Geoffroy Desvernay <dgeo@centrale-marseille.fr>
* George Hartzell <hartzell@alerce.com>
* George Reid <greid@ukug.uk.freebsd.org>
* Gerard Seibert <gerard@seibercom.net>
* Gerrit Beine (<tux@pinguru.net>)
* Gerrit Beine <gerrit.beine@gmx.de>
* Gerrit Beine <tux@pinguru.net>
* Gilbert Morgan <gmm@tutanota.com>
* Goran Lowkrantz <glz@hidden-powers.com>
* Greg Larkin <glarkin@FreeBSD.org>
* Groovis <groovis@groovis.net>
* Gruen Christian <kiki@bsdro.org>
* Grzegorz Blach <gblach@FreeBSD.org>
* Guangyuan Yang <ygy@FreeBSD.org>
* Guixing Bai <khsing.cn@gmail.com>
* Guy P.
* Helmut Ritter <freebsd-ports@charlieroot.de>
* Henk van Oers <hvo.pm@xs4all.nl>
* Henrik Brix Andersen <brix@FreeBSD.org>
* Henrik Brix Andersen <henrik@brixandersen.dk>
* Henrik Motakef <henrik.motakef@web.de>
* Herve Quiroz <hq@FreeBSD.org>
* Hiten Pandya <hiten@uk.FreeBSD.org>
* Horia Racoviceanu <horia@racoviceanu.com>
* Hubert Tournier <hubert@frbsd.org>
* Hugo Leisink
* Hung-Yi Chen <gaod@hychen.org>
* Hye-Shik Chang <perky@python.or.kr>
* Igor Vinokurov <igor@zynaps.ru>
* Ilia Skalozubov <freebsd@skinc.ru>
* J.R. Oldroyd <fbsd@opal.com>
* Jacob Atzen <jatzen@gmail.com>
* Jacques Marneweck <jacques@php.net>
* James Bailie <jimmy@mammothcheese.ca>
* James FitzGibbon <jfitz@FreeBSD.org>
* James White <whitejv81@gmail.com>
* Janos.Mohacsi@bsd.hu
* Jason Helfman <jgh@FreeBSD.org>
* Javier Martin Rueda <jmrueda@diatel.upm.es>
* Jean Milanez Melo <jmelo@FreeBSD.org>
* Jean-Baptiste Quenot <jb.quenot@caraldi.com>
* Jeremie Le Hen <jlh@FreeBSD.org>
* Jeremy Chadwick <koitsu@FreeBSD.org>
* Jeremy Shaffner <jeremy@external.org>
* Jev Björsell <ports@ecadlabs.com>
* Jim Riggs <ports@christianserving.org>
* Jin-Shan Tseng <tjs@cdpa.nsysu.edu.tw>
* Jin-Sih Lin <linpct@gmail.com>
* Jochen Neumeister <joneum@FreeBSD.org>
* Joe Horn <joehorn@gmail.com>
* Joe Marcus Clarke <marcus@FreeBSD.org>
* Johann Visagie <wjv@FreeBSD.org>
* Johannes Meixner <johannes@perceivon.net>
* John Chen <johnpupu@gmail.com>
* John Hixson <john@ixsystems.com>
* John von Essen
* Jon Nistor <nistor@snickers.org>
* Jonathan Pater <cowboyneal@gmail.com>
* Jonathan Weiss (<jw@innerewut.de>)
* Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe>
* Jose Garcia Juanino <jjuanino@gmail.com>
* Josef El-Rayes <j.el-rayes@daemon.li>
* Joseph Benden <joe@thrallingpenguin.com>
* Joseph Koshy <jkoshy@FreeBSD.org>
* Joseph Scott (<joseph@randomnetworks.com>)
* Joseph Scott <joseph@randomnetworks.com>
* Juergen Lock <nox@FreeBSD.org>
* Jui-Nan Lin <jnlin@csie.nctu.edu.tw>
* Jui-Nan Lin <jnlin@freebsd.cs.nctu.edu.tw>
* Julien Laffaye <jlaffaye@FreeBSD.org>
* JunSeon Oh <hollywar@mail.holywar.net>
* Juraj Lutter <juraj@lutter.sk>
* Justin Hawkins <justin@hawkins.id.au>
* Jyun-Yan You <jyyou@cs.nctu.edu.tw>
* Kazumasa Nishizawa <k_nishizawa@anet.ne.jp>
* Keith Gaughan <k@stereochro.me>
* Kelly Yancey <kbyanc@posi.net>
* Ken McGlothlen <ken.mcglothlen@gmail.com>
* Kevin Golding <ports@caomhin.org>
* Kevin Lo <kevlo@FreeBSD.org>
* Kim Scarborough <user@unknown.nu>
* Kimo <kimor79@yahoo.com>
* Kimura Fuyuki <fuyuki@hadaly.org>
* Kirill Ponomarew <ponomarew@oberon.net>
* Konstantin Menshikov <kostjnspb@yandex.ru>
* Koop Mast <einekoai@chello.nl>
* Koop Mast <kwm@FreeBSD.org>
* Kozlov Sergey <kozlov.sergey.404@gmail.com>
* Kris Kennaway <kris@FreeBSD.org>
* Kristaps Kulis <kristaps.kulis@gmail.com>
* Kubilay Kocak <koobs@FreeBSD.org>
* Kurt Lidl (kurt.lidl@cello.com)
* Kurt Lidl <kurt.lidl@cello.com>
* Kyle Evans <kevans@FreeBSD.org>
* Lars Balker Rasmussen <lbr@FreeBSD.org>
* Lars Eggert <lars.eggert@gmx.net>
* Lars Eggert <larse@isi.edu>
* Lars Thegler <lars@thegler.dk>
* Lars Thegler <lth@FreeBSD.org>
* Lawrence Chen <beastie@tardisi.com>
* Li-Wen Hsu <lwhsu@FreeBSD.org>
* Li-Wen Hsu <lwhsu@lwhsu.org>
* Loic Blot <loic.blot@unix-experience.fr>
* Loren M. Lang <loren@north-winds.org>
* Luca Pizzamiglio <pizzamig@FreeBSD.org>
* Lukasz Stelmach <lukasz.stelmach@iem.pw.edu.pl>
* Lukasz Wasikowski <lukasz@wasikowski.net>
* Lung-Pin Chang <changlp@cs.nctu.edu.tw>
* MANTANI Nobutaka <nobutaka@nobutaka.com>
* MIHIRA Yoshiro <sanpei@FreeBSD.org>
* Manuel Kasper <mk@neon1.net>
* Manuel Rábade <mig@mig-29.net>
* Marc G. Fournier
* Marc G. Fournier <scrappy@hub.org>
* Marcello Coutinho
* Marcin Cieslak <saper@SYSTEM.PL>
* Marek Holienka <marekholienka@gmail.com>
* Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>
* Mark Felder <feld@FreeBSD.org>
* Mark Huizer; Eindhoven
* Mark Pulford <mark@kyne.com.au>
* Martin Matuska <martin@matuska.org>
* Martin Matuska <mm@FreeBSD.org>
* Martin Waschbuesch <martin@waschbuesch.de>
* Martin Wilke (miwi@FreeBSD.org)
* Martin Wilke <miwi@FreeBSD.org>
* Masafumi NAKANE <max@FreeBSD.org>
* Masahiro Teramoto <markun@onohara.to>
* Masaki TAGAWA <masaki@club.kyutech.ac.jp>
* Mathias Monnerville <mathias@monnerville.com>
* Mathieu Arnold <m@absolight.net>
* Matthew Seaman
* Matthew Seaman <m.seaman@infracaninophile.co.uk>
* Matthew Seaman <matthew@FreeBSD.org>
* Matthew X. Economou <xenophon+fbsdports@irtnog.org>
* Matthias Fechner <mfechner@FreeBSD.org>
* Maurice Castro <maurice@castro.aus.net>
* Max N. Boyarov <m.boyarov@bsd.by>
* Maxim Sobolev <sobomax@FreeBSD.org>
* Maxime Henrion (mux@FreeBSD.org)
* Meno Abels <meno.abels@adviser.com>
* Michael Capp <myntric@exeonline.com>
* Michael Fausten <ports@michael-fausten.de>
* Michael Johnson <ahze@FreeBSD.org>
* Michael L. Hostbaek (mich@freebsdcluster.org)
* Michael Moll <kvedulv at kvedulv.de>
* Michael Moll <kvedulv@kvedulv.de>
* Michael Ranner <mranner@inode.at>
* Michael Schout <mschout@gkg.net>
* Michael Vasilenko <acid@stu.cn.ua>
* Mike Meyer
* Mikhail T. <michael@fun-box.ru>
* Mikhail Teterin <mi@aldan.algebra.com>
* Mitchell Smith <mjs@bur.st>
* Mitsuru Yoshida <mitsuru@riken.go.jp>
* Moggie <moggie@elasticmind.net>
* Mohammad S. Babaei <info@babaei.net>
* Mons Anderson <mons@cpan.org>
* Muhammad Moinur Rahman <5u623l20@gmail.com>
* Muhammad Moinur Rahman <bofh@FreeBSD.org>
* Mun-Kyo Seo <munggo@pmy.lv>
* Munish Chopra <mchopra@engmail.uwaterloo.ca>
* Murilo Opsfelder <mopsfelder@gmail.com>
* Mykola Marzhan <delgod@portaone.com>
* Naram Qashat <cyberbotx@cyberbotx.com>
* Neil Blakey-Milner
* Neil Blakey-Milner <nbm@FreeBSD.org>
* Nick Hilliard <nick@foobar.org
* Nick Hilliard <nick@foobar.org>
* Nicola Stanislao Vitale <nivit@FreeBSD.org>
* Nicola Vitale <nivit@FreeBSD.org>
* Nicola Vitale <nivit@email.it>
* Nicolas de Bari Embriz Garcia Rojas <nbari@tequila.io>
* Nicole Reid <root@cooltrainer.org>
* Oddbjorn Steffensen <oddbjorn@tricknology.org>
* Oleg Mamontov <oleg@mamontov.net>
* Oleg Pudeyev <oleg@bsdpower.com>
* Oleg Sidorkin <osidorkin@gmail.com>
* Olivier Cochard-Labbe <olivier@FreeBSD.org>
* Olivier Duchateau
* Olivier Duchateau <duchateau.olivier@gmail.com>
* Paul Schmehl <pauls@utdallas.edu>
* Pavel Timofeev <timp87@gmail.com>
* Pete Fritchman <petef@databits.net>
* Peter <peter@vereshagin.org>
* Peter Avalos <pavalos@theshell.com>
* Peter Lai <cowbert@gmail.com>
* Peter Libassi <peter@libassi.se>
* Peter Pentchev <roam@FreeBSD.org>
* Peter Schuller <peter.schuller@infidyne.com>
* Peter Wemm <peter@netplex.com.au>
* Phil Phillips
* Philip M. Gollucci <pgollucci@p6m7g8.com>
* Philip Paeps <philip@FreeBSD.org>
* Philippe Audeoud <jadawin@tuxaco.net>
* Piotr Kubaj <pkubaj@anongoth.pl>
* Po-Chuan Hsieh <sunpoet@FreeBSD.org>
* Qing Feng <qingfeng@douban.com>
* Radim Kolar <hsn@sanatana.dharma>
* Ralf Gebhart <gebhart@secnetix.de>
* Renaud Chaput <renchap@cocoa-x.com>
* René Ladan <rene@FreeBSD.org>
* René Ladan <rene@freebsd.org>
* Richard Gallamore <ultima@FreeBSD.org>
* Richard Neese <r.neese@gmail.com>
* Ricky E. <codeblock@eighthbit.net>
* Rink Springer <rink@FreeBSD.org>
* Robert Gogolok <gogo@cs.uni-sb.de>
* Rod Taylor <ports@rbt.ca>
* Rodrigo Nicola Lombardo <rodnic@gmail.com>
* Rong-En Fan <rafan@FreeBSD.org>
* Rozhuk Ivan 2019 <rozhuk.im@gmail.com>
* Ryan Steinmetz <zi@FreeBSD.org>
* Ryan T. Dean <rtdean@cytherianage.net>
* Sahil Tandon <sahil@tandon.net>
* Scott Sanders <scott@jssjr.com>
* Seamus Venasse <svenasse@polaris.ca>
* Sergey A. Osokin <osa@FreeBSD.org>
* Sergey Kozlov <kozlov.sergey.404@gmail.com>
* Sergey Matveychuk <sem@FreeBSD.org>
* Sergey Osipov <sipopo@yandex.ru>
* Sergey Osokin <osa@FreeBSD.org>
* Sergey Osokin aka oZZ <ports@FreeBSD.org>
* Sergey Samoyloff <gonza@techline.ru>
* Sergey Skvortsov <skv@protey.ru>
* Seth Kingsley <sethk@meowfishies.com>
* Shaun Amott <shaun@FreeBSD.org>
* Shigeyuki Fukushima <shige@FreeBSD.org>
* Shinsuke Matsui <smatsui@karashi.org>
* Simon 'corecode' Schubert <corecode@corecode.ath.cx>
* Simon Dick <simond@irrelevant.org>
* Simun Mikecin <numisemis at yahoo.com>
* Sir l33tname <sirl33tname@gmail.com>
* Sofian Brabez <sbrabez@gmail.com>
* Soren Dossing <sauber@netcom.com>
* Stanislav Sedov <stas@FreeBSD.org>
* Stefan Bethke <stb@lassitu.de>
* Stefan Esser <se@FreeBSD.org>
* Stefan Hagen <ports@textmail.me>
* Stefan `Sec` Zehl <sec@42.org>
* Stephane Legrand <stephane@freebsd-fr.org>
* Steve Polyack <spolyack@collaborativefusion.com>
* Steve Wills <steve@mouf.net>
* Steve Wills <swills@FreeBSD.org>
* Steve Wills <swills@freebsd.org>
* Steven Kreuzer
* Steven Kreuzer <skreuzer@FreeBSD.org>
* Steven Kreuzer <skreuzer@exit2shel.com>
* Steven Kreuzer <skreuzer@exit2shell.com>
* Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
* Sutra Zhou <zhoushuqun@gmail.com>
* Søren Straarup <xride@x12.dk>
* TAKAHASHI Kaoru <kaoru@kaisei.org>
* TAKATSU Tomonari <tota@FreeBSD.org>
* TAKATSU Tomonari <tota@rtfm.jp>
* TERAMOTO Masahiro <markun@onohara.to>
* Thierry Thomas (<thierry@FreeBSD.org>)
* Thierry Thomas <thierry@pompo.net>
* Thomas Sandford <freebsduser@paradisegreen.co.uk>
* Thomas Zander <riggs@FreeBSD.org>
* Thomas-Martin Seck <tmseck@netcologne.de>
* Thomas-Martin Seck <tmseck@web.de>
* Tobias Rehbein <tobias.rehbein@web.de>
* Tom Hukins <tom@FreeBSD.org>
* Tom Judge <tj@FreeBSD.org>
* Tom McLaughlin <tmclaugh@sdf.lonestar.org>
* Tomoyuki Sakurai <cherry@trombik.org>
* Torsten Zuehlsdorff <ports@toco-domains.de>
* Torsten Zuehlsdorff <tz@FreeBSD.org>
* Torsten Zuhlsdorff <ports@toco-domains.de>
* Torsten Zühlsdorff <ports@toco-domains.de>
* Travis Campbell <hcoyote@ghostar.org>
* Trevor Caira <trevor@bitba.se>
* Tsung-Han Yeh <snowfly@yuntech.edu.tw>
* Tuc <freebsd-ports@t-b-o-h.net>
* Ultima
* Vanilla I. Shu <vanilla@FreeBSD.org>
* Veniamin Gvozdikov <vg@FreeBSD.org>
* Vivek Khera <vivek@khera.org>
* Vladimir Timofeev <vovkasm@gmail.com>
* Vsevolod Stakhov
* Wen Heping
* Wen Heping <wen@FreeBSD.org>
* Wen Heping <wenheping@gmail.com>
* Wen Heping<wenheping@gmail.com>
* Wen heping <wenheping@gmail.com>
* Wen heping <wenheping@gmail.com>)
* Will Andrews <andrews@technologist.com>
* William Grzybowski <william88@gmail.com>
* Xavier Beaudouin <kiwi@oav.net>
* Yasuhiro Fukuma <yasuf@big.or.jp>
* Yen-Ming Lee <leeym@FreeBSD.org>
* Yi-Hsuan Hsin <mhsin@mhsin.org>
* Yi-Jheng Lin <yzlin@cs.nctu.edu.tw>
* Ying-Chieh Liao <ijliao@FreeBSD.org>
* Ying-Chieh Liao <ijliao@csie.nctu.edu.tw>
* Yoshiro MIHIRA <sanpei@FreeBSD.org>
* Yuan-Chung Hsiao <ychsiao@ychsiao.idv.tw>
* Yuri Victorovich <yuri@rawbw.com>
* Zach Thompson <hideo@lastamericanempire.com>
* Zach Thompson <lin-chi@lastamericanempire.com>
* Zahatski Aliaksandr <zag@cpan.org>
* Zane C, Bowers-Hadley <vvelox@vvelox.net>
* Zhen REN <bg1tpt@gmail.com>
* Zhihao Yuan <lichray@gmail.com>
* aaron@FreeBSD.org
* ache
* ache@FreeBSD.org
* alex@kapranoff.ru
* anders
* andrew@scoop.co.nz
* andrey@kostenko.name
* antoine@FreeBSD.org
* arved
* babak@farrokhi.net
* bf <bf2006a@yahoo.com>
* chinsan
* chinsan <chinsan.tw@gmail.com>
* chinsan <chinsan.tw@gmail.com>, Gea-Suan Lin <gslin@gslin.org>
* chinsan <chinsan@mail2000.com.tw>
* chinsan <chisnan.tw@gmail.com>
* citrin+bsd@citrin.ru
* cjr@cruwe.de
* clement
* clive
* clsung
* clsung@dragon2.net
* coryking
* cpm
* dom@happygiraffe.net
* dsh@vlink.ru
* fabian.freyer@physik.tu-berlin.de
* gahr
* genserg@hotmail.com
* gugu
* hrs@FreeBSD.org
* ijliao
* janos.mohacsi@bsd.hu
* jfitz
* johnpupu <johnpupu@gmail.com>
* jupengfei <jupengfei@gmail.com>
* k@123.org
* kbyanc
* kftseng@iyard.org
* koshy@india.hp.com
* kstailey
* lars.eggert@gmx.net
* lbr
* lbr@FreeBSD.org
* lev@FreeBSD.org
* mahlon
* maintainer.freebsd@xpoundit.com
* mbr@FreeBSD.org
* milki <milki@rescomp.berkeley.edu>
* mjhsieh
* mons
* mt@primats.org.ua
* mwlucas
* niels <niels@FreeBSD.org>
* nik
* nork@cityfujisawa.ne.jp
* otaviof@gmail.com
* pauls@utdallas.edu
* ports@c0decafe.net
* ports@c0decafe.net <ports@c0decafe.net>
* rene@FreeBSD.org
* sada
* stas
* thierry@pompo.net
* thinker <thinker@branda.to>
* tobez@plab.ku.dk
* toni.viemero@iki.fi
* torstenb
* tundra
* uwe.pierau@tu-clausthal.de
* vanilla
* vanilla@
* will
* wollman
* wosch@FreeBSD.org
* # Created by Markus Mann, CTS - FreeBSD Team <de-freebsd@ctseuro.com>
With hat: portmgr
e915e75 |
Friday, 1 Jul 2022
|
14:40 Baptiste Daroussin (bapt)
gnome: remove more reference to gnome 3
ca3df22 |
Friday, 22 Apr 2022
|
16:28 Neel Chauhan (nc)
www/epiphany: Update to 42.2
4f50b31 |
Sunday, 10 Apr 2022
|
19:11 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)
d63665f |
Thursday, 7 Apr 2022
|
00:39 Jan Beich (jbeich)
devel/icu: update to 71.1
Changes: https://github.com/unicode-org/icu/releases/tag/release-71-1
Reported by: GitHub (watch releases)
PR: 262654
Exp-run by: antoine
Approved by: fluffy
268cee3 |
Saturday, 26 Mar 2022
|
08: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
247c7db |
Wednesday, 23 Mar 2022
|
21:34 Neel Chauhan (nc)
www/epiphany: Update to 42.0
e050a4e |
Sunday, 23 Jan 2022
|
10:24 Jan Beich (jbeich)
www/epiphany: unbreak build with Meson 0.61.0
data/meson.build:18:0: ERROR: Function does not take positional arguments.
PR: 260943
Reported by: antoine (via exp-run)
Regressed by: https://github.com/mesonbuild/meson/commit/61f2866a9fa1
2993486 |
Sunday, 16 Jan 2022
|
22:12 Neel Chauhan (nc)
www/epiphany: Update to 41.3
fb2cdb5 |
Wednesday, 3 Nov 2021
|
09:00 Jan Beich (jbeich)
www/epiphany: drop unused Meson options after 6106add6f4e9
meson.build:1:0: ERROR: Unknown options: "distributor_name"
https://gitlab.gnome.org/GNOME/epiphany/-/commit/554a375e8a90
PR: 259080
Reported by: antoine (via exp-run)
Regressed by: https://github.com/mesonbuild/meson/commit/dbf2ace6ca1c
3168fd5 |
Thursday, 28 Oct 2021
|
16:37 Jan Beich (jbeich)
devel/icu: update to 70.1
Changes: https://github.com/unicode-org/icu/releases/tag/release-70-1
Reported by: GitHub (watch releases)
PR: 258794
Exp-run by: antoine
f34ece3 |
Sunday, 10 Oct 2021
|
19:44 Baptiste Daroussin (bapt)
INSTALLS_ICONS: retire the macro and rework the related dependencies
While here, make sure gtk-update-icon-cache is only on run dependency
where added as a dependency
Enforce gtk3 to depend on gtk-update-icon-cache (previously it was
inheriting the dependency)
2c672a4 |
Thursday, 30 Sep 2021
|
21:23 Rene Ladan (rene)
cleanup: drop support for EOL FreeBSD 11.X
Search criteria used:
- 11.4
- OSREL*
- OSVER*
- *_FreeBSD_11
Input from:
- adridg: devel/qca-legacy
- jbeich: _WITH_DPRINTF, _WITH_GETLINE, GNU bfd workarounds
- sunpoet: security/p5-*OpenSSL*
Reviewed by: doceng, kde, multimedia, perl, python, ruby, rust
Differential Revision: https://reviews.freebsd.org/D32008
Test Plan: make index
620968a |
Tuesday, 28 Sep 2021
|
22:06 Neel Chauhan (nc)
www/epiphany: Update to 41.0
197b71f |
Sunday, 20 Jun 2021
|
02:26 Neel Chauhan (nc)
www/epiphany: Update to 3.38.5
a43a32e |
Sunday, 23 May 2021
|
00:13 Neel Chauhan (nc)
www/epiphany: Update to 3.38.4
1013f3b |
Thursday, 8 Apr 2021
|
23:33 Jan Beich (jbeich)
devel/icu: update to 69.1
Changes: https://github.com/unicode-org/icu/releases/tag/release-69-1
Reported by: GitHub (watch releases)
69d24a7 |
Tuesday, 6 Apr 2021
|
14:31 Mathieu Arnold (mat)
Remove # $FreeBSD$ from Makefiles.
305f148 |
Tuesday, 8 Dec 2020
|
10:34 tcberner
www/epiphany: Update to 3.38.2
PR: 251592
Submitted by: Neel Chauhan <neel@neelc.org>
 |
Saturday, 7 Nov 2020
|
09:38 tcberner
www/epiphany: Update to 3.38.1
PR: 250764
Submitted by: Neel Chauhan <neel@neelc.org>
 |
Thursday, 5 Nov 2020
|
18:20 tcberner
www/epiphany: build error (no getrandom(2) on 11.x)
Add alternate implementation for missing getrandom(2) on 11.x (v2)
PR: 250128
Submitted by: John Hein <jcfyecrayz@liamekaens.com>
 |
Tuesday, 3 Nov 2020
|
00:56 jbeich
devel/icu: update to 68.1
Changes: http://site.icu-project.org/download/68
ABI: https://abi-laboratory.pro/tracker/timeline/icu4c/
Reported by: GitHub (watch releases)
 |
Saturday, 31 Oct 2020
|
07:11 tcberner
security/gcr: Update to 3.38.0
PR: 250512
Submitted by: Neel Chauhan <neel@neelc.org>
 |
Monday, 12 Oct 2020
|
14:20 bapt
Update libsoup to 2.72.0
Merge back libsoup and libsoup-gnome, they both have the same dependencies
now, and they are more complicated to split now that they switched to meson
Bump portrevision of dependant ports
 |
Wednesday, 30 Sep 2020
|
07:59 bapt
Update to 3.38.0
 |
Tuesday, 29 Sep 2020
|
12:07 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
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
 |
Sunday, 30 Aug 2020
|
03:10 novel
Chase security/p11-kit update
After switch to meson libp11-kit.so no longer has symbols
in the LIBP11_KIT_1.0 namespace. As a workaround, bump
PORTREVISION of consumers to get those rebuilt.
See more details in the comments of the linked PR.
PR: 248819
Reported by: John Hein
 |
Friday, 3 Jul 2020
|
05:24 tcberner
www/epiphany: remove unnecessary dependency on net/avahi-app
Upstream of the epiphany removed dependency from avahi in 2016, check NEWS file
(/usr/ports/www/epiphany/work/epiphany-3.28.5/NEWS):
3.23.1 - October 24, 2016
=========================
Epiphany has been relicensed from GPLv2+ to GPLv3+.
New dependency:
libhttpseverywhere
Removed dependencies:
avahi-client, avahi-gobject, gdk-x11-3.0, gsettings-desktop-schemas, x11
PR: 247378
Submitted by: VVD <vvd@unislabs.com>
Approved by: gnome (timeout)
 |
Saturday, 16 May 2020
|
10:51 sunpoet
Bump PORTREVISION for security/nettle shlib change
 |
Thursday, 23 Apr 2020
|
20:14 jbeich
devel/icu: update to 67.1
Changes: http://site.icu-project.org/download/67
ABI: https://abi-laboratory.pro/tracker/timeline/icu4c/
Reported by: GitHub (watch releases)
 |
Friday, 13 Mar 2020
|
09:47 jbeich
devel/icu: update to 66.1
Changes: http://site.icu-project.org/download/66
ABI: https://abi-laboratory.pro/tracker/timeline/icu4c/
 |
Thursday, 7 Nov 2019
|
17:20 zeising
Add USES=xorg USES=gl, ports categories w
Add USES=xorg and USES=gl to ports in categories starting with 'w'
While here, try to sprinkle other USES (mostly gnome and sdl) as needed.
 |
Thursday, 3 Oct 2019
|
20:35 jbeich
devel/icu: update to 65.1
Changes: http://site.icu-project.org/download/65
ABI: https://abi-laboratory.pro/tracker/timeline/icu4c/
 |
Friday, 26 Jul 2019
|
20:46 gerald
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330
 |
Tuesday, 9 Jul 2019
|
17:13 sunpoet
Update security/nettle to 3.5.1
- Bump PORTREVISION of dependent ports for shlib change
- Fix build of devel/pijul [1]
Changes: https://git.lysator.liu.se/nettle/nettle/blob/master/NEWS
PR: 238991
Exp-run by: antoine
Thanks to: tobik [1]
 |
Wednesday, 27 Mar 2019
|
21:11 jbeich
devel/icu: update to 64.1
Changes: http://site.icu-project.org/download/64
ABI: https://abi-laboratory.pro/tracker/timeline/icu4c/
PR: 236325
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D19479
 |
Wednesday, 12 Dec 2018
|
01:35 gerald
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.
PR: 231590
 |
Sunday, 11 Nov 2018
|
20:54 kwm
Update epiphany to 3.28.5.
Obtained from: GNOME devel repo.
 |
Tuesday, 23 Oct 2018
|
11:35 jbeich
devel/icu: update to 63.1
Changes: http://site.icu-project.org/download/63
ABI: https://abi-laboratory.pro/tracker/timeline/icu4c/
PR: 232300
Exp-run by: antoine
 |
Sunday, 30 Sep 2018
|
11:58 kwm
The FreeBSD GNOME team proudly presents GNOME 3.28 for FreeBSD.
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
 |
Sunday, 29 Jul 2018
|
22:18 gerald
Bump PORTREVISION for ports depending on the canonical version of GCC
in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which
has now moved from GCC 6 to GCC 7 by default.
This includes ports
- featuring USE_GCC=yes or USE_GCC=any,
- featuring USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and those
- with USES=compiler specifying one of openmp, nestedfct, c11, c++0x,
c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib.
PR: 222542
 |
Friday, 29 Jun 2018
|
14:22 jbeich
devel/icu: update to 62.1
Changes: http://site.icu-project.org/download/62
ABI: https://abi-laboratory.pro/tracker/timeline/icu4c/
PR: 229359
Exp-run by: antoine (only 10.4)
 |
Friday, 6 Apr 2018
|
15:53 jbeich
devel/icu: update to 61.1
Changes: http://site.icu-project.org/download/61
ABI: https://abi-laboratory.pro/tracker/timeline/icu4c/
PR: 227042
Exp-run by: antoine
MFH: 2018Q2 (required by Firefox 61)
 |
Thursday, 5 Apr 2018
|
20:13 tobik
www/webkit2-gtk3: Update to 2.20.0
- Add WAYLAND option
- Bump PORTREVISION of dependents
- Fix build of epiphany 3.24.2 with newer WebKit versions
PR: 223733
Submitted by: Greg V <greg@unrelenting.technology> (initial update to 2.18.3)
Reviewed by: Ting-Wei Lan <lantw44@gmail.com>
Approved by: gnome (maintainer timeout, too long)
Security: 1ce95bc7-3278-11e8-b527-00012e582166
MFH: 2018Q2
Differential Revision: https://reviews.freebsd.org/D14872
 |
Thursday, 9 Nov 2017
|
02:31 jbeich
devel/icu: update to 60.1
Changes: http://site.icu-project.org/download/60
ABI: https://abi-laboratory.pro/tracker/timeline/icu4c/
PR: 223373
Exp-run by: antoine
 |
Monday, 25 Sep 2017
|
00:02 jbeich
devel/icu: update to 59.1
- Temporarily keep C++98 working in consumers for Clang's default -std=
Changes: http://site.icu-project.org/download/59
PR: 218788
Submitted by: takefu@airport.fm, dcarmich@dcarmichael.net (early version)
Exp-run by: antoine
 |
Sunday, 10 Sep 2017
|
20:55 gerald
Bump PORTREVISION for ports depending on the canonical version of GCC
(via Mk/bsd.default-versions.mk and lang/gcc) which has moved from
GCC 5.4 to GCC 6.4 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c++11-lib, c++11-lang,
c++14-lang, c++0x, c11, or gcc-c++11-lib.
PR: 219275
 |
Saturday, 13 May 2017
|
08:58 kwm
Update epiphany to 3.24.2.
* Add gnome to USES and don't depend on bsd.port.mk to do it.
* merge compiler:c++11-lib into the main USES line, since it always needed.
* explicitly --enable-compile-warning=no is no longer needed
 |
Saturday, 6 May 2017
|
19:46 kwm
Update epiphany to 3.22.7.
Obtained from: gnome devel repo
 |
Saturday, 1 Apr 2017
|
15:23 gerald
Bump PORTREVISIONs for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some
circumstances such as versions of FreeBSD or platforms).
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using using Mk/bsd.octave.mk which in turn has USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang,
c++11-lang, c++0x, c11, or gcc-c++11-lib.
PR: 216707
 |
Sunday, 9 Oct 2016
|
12:10 jbeich
devel/nspr, security/nss: drop version from SONAME
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
 |
Friday, 1 Apr 2016
|
14:33 mat
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat: portmgr
Sponsored by: Absolight
 |
Monday, 21 Mar 2016
|
05:54 rm
Drop bogus libgnome-keyring dependency
And add dependency upon libsecret where needed. Bump PORTREVISION
because of dependency change. For x11/gdm also drop KEYRING option
and corresponding logic bits - this functionality is now available
unconditionally.
Differential Revision: D5690
Reviewed by: kwm, mat
 |
Sunday, 10 Jan 2016
|
16:19 bapt
Convert www ports to USES=sqlite and USES=firebird
 |
Wednesday, 5 Aug 2015
|
19:13 kwm
The FreeBSD GNOME team proudly presents GNOME 3.16 for FreeBSD.
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
 |
Wednesday, 13 May 2015
|
20:45 amdmi3
- Add CPE info
Approved by: portmgr blanket
 |
Tuesday, 24 Mar 2015
|
18:19 marino
4 ports categories: Remove $PTHREAD_LIBS
Categories: www, ftp, net-im, net-mgmt
approved by: PTHREAD blanket
 |
Saturday, 10 Jan 2015
|
23:15 demon
Switch default python3 version from 3.3 to 3.4.
Bump PORTREVISIONs for the affected ports.
Exp-run by: antoine
 |
Wednesday, 19 Nov 2014
|
11:49 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
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
 |
Wednesday, 10 Sep 2014
|
20:50 gerald
Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.
Part II, Bump PORTREVISIONs.
PR: 192025
Tested by: antoine (-exp runs)
Approved by: portmgr (implicit)
 |
Wednesday, 11 Jun 2014
|
14:50 tijl
Support LIBS like LDFLAGS.
- Add LIBS="${LIBS}" to MAKE_ENV and CONFIGURE_ENV.
- Add an option helper for LIBS.
- Adjust all ports that already use LIBS. Also remove references to
PTHREAD_CFLAGS and PTHREAD_LIBS while here.
- Some ports did not support having a LIBS environment variable and
required additional patches.
Somewhat simplified a linker command line looks like:
${CC} ${src_LDFLAGS} ${LDFLAGS} ${src_LIBS} ${LIBS}
where src_LDFLAGS and src_LIBS are controlled by upstream and LDFLAGS and
LIBS can be controlled by us. If possible -L and -l flags need to be
added to LIBS to make sure they appear after any -L and -l flags set by
upstream. Many ports currently add -L${LOCALBASE}/lib to LDFLAGS but this
may appear too early on the command line causing installed libraries to
be linked in instead of freshly built ones.
Additional changes:
benchmarks/netio: Replace WITH_IPV6 with an IPV6 option.
comms/gnokii: Replace some patches with USES=pathfix. Also remove -fPIC.
graphics/gimageview: USES=libtool and install desktop file in DESKTOPDIR.
graphics/visionworkbench: Remove FreeBSD 7 support.
multimedia/libmovtar: New LIB_DEPENDS syntax.
multimedia/opencinematools: Use standard do-build.
net/siproxd: USES=libtool:keepla (port actually needs .la files for plugins)
net-mgmt/nagios: Remove -fPIC.
net-mgmt/nagios4: Remove -fPIC.
print/cups-base: Only add -lssp_nonshared on i386 and OSVERSION < 1000036.
security/p11-kit: Replace PTHREAD_LIBS in CONFIGURE_ENV with
ac_cv_func_pthread_mutexattr_init=no in CONFIGURE_ARGS. This skips a test
in configure that falsely detects pthread_mutexattr_init in our libc.
sysutils/dar: Fix iconv detection.
x11/rxvt-unicode: Remove -lstdc++ and patch configure to remove a FreeBSD
hack and use $CXX as linker as on other platforms.
PR: 190592
Exp-run by: antoine
Approved by: portmgr (antoine)
 |
Saturday, 31 May 2014
|
16:37 ak
- Fix various distinfo errors
- Remove unused USE_* knobs
- Convert USE_TWISTED_RUN to USES
- Remove empty lines after .include <bsd.port.mk>
Approved by: portmgr (antoine)
 |
Saturday, 26 Apr 2014
|
00:23 bapt
Support stage
 |
Friday, 20 Sep 2013
|
23:36 bapt
Add NO_STAGE all over the place in preparation for the staging support (cat:
www)
 |
Tuesday, 3 Sep 2013
|
10:23 bapt
Add an explicit dependency on pkgconf
 |
Wednesday, 12 Jun 2013
|
06:58 kwm
Switch to USES=desktop-file-utils, and sort USES.
Fix build with pkg in DEVELOPER_MODE, by not trying to remove non existing
directories. [1]
Submitted by: miwi [1]
 |
Friday, 26 Apr 2013
|
10:44 ak
- Convert USE_GETTEXT to USES (part 4)
Approved by: portmgr (bapt)
 |
Friday, 22 Mar 2013
|
11:50 kwm
Fix typo in spellcheck option.
 |
Tuesday, 19 Mar 2013
|
10:40 kwm
Convert almost all gnome@ ports to OptionsNG, trim header, use USES=pathfix
instead of gnomehack and pet portlint.
Add conflicts with future gnome3 versions.
Reviewed by: miwi, bapt
 |
Thursday, 7 Feb 2013
|
12:37 gahr
- Get rid of PTHREAD_CFLAGS and PTHREAD_LIBS (category: www)
Approved by: portmgr
 |
Friday, 1 Jun 2012
|
05:26 dinoex
- update png to 1.5.10
 |
Friday, 23 Sep 2011
|
22:26 amdmi3
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead
PR: 157936
Submitted by: myself
Exp-runs by: pav
Approved by: pav
 |
Tuesday, 23 Aug 2011
|
18:39 kwm
Chase libnotify, libproxy and webkit-gtk2 shlib changes, and fix build where
needed.
 |
Saturday, 20 Nov 2010
|
15:37 kwm
Presenting GNOME 2.32.1 for FreeBSD. The offical release notes for this
release can be found at http://library.gnome.org/misc/release-notes/2.32/
This will be the last release of the GNOME 2.x series, mainly a bugfix and
bridge release to the first release of the GNOME 3.x series.
This release features commits by avl, marcus, mezz and myself.
The FreeBSD GNOME Team would like to thank the following contributors and
testers for there help with this release:
Zane C.B. <vvelox@vvelox.net>
romain@
Olaf Seibert <O.Seibert@cs.ru.nl>
DomiX
Bapt <baptiste.daroussin@gmail.com>
jsa@
miwi@
Sergio de Almeida Lenzi <lenzi.sergio@gmail.com>
Maxim Samsonov <xors@mne.ru>
Kris Moore
And pav@ for 2 exp-runs
PR: ports/152255
ports/143260
ports/141033
ports/149629
ports/150350
ports/151523
With hat: gnome@
 |
Monday, 10 May 2010
|
21:19 kwm
Presenting GNOME 2.30.1 for FreeBSD. The offical release notes for this
release can be found at http://library.gnome.org/misc/release-notes/2.30/ .
This release brings initial PackageKit support, Upower (replaces power
management part of hal), cuse4bsd integration with HAL and cheese, and a
faster Evolution.
Sadly GNOME 2.30.x will be the last release with FreeBSD 6.X support. This
will also be the last of the 2.x releases. The next release will be the
highly-anticipated GNOME 3.0 which will bring with it a new UI experience.
Currently, there are a few bugs with GNOME 2.30 that may be of note for our
users. Be sure to consult the UPGRADING note or the 2.30 upgrade FAQ at
http://www.freebsd.org/gnome/docs/faq230.html for specific upgrading
instructions, and the up-to-date list of known issues.
This release features commits by avl, ahze, bland, marcus, mezz, and myself.
The FreeBSD GNOME Team would like to thank Anders F Bjorklund for doing the
initual packagekit porting.
And the following contributors & testers for there help with this release:
Eric L. Chen
Vladimir Grebenschikov
Sergio de Almeida Lenzi
DomiX
walder
crsd
Kevin Oberman
Michal Varga
Pavel Plesov
Bapt
kevin
and ITetcu for two exp-run
PR: ports/143852
ports/145347
ports/144980
ports/145830
ports/145511
 |
Sunday, 28 Mar 2010
|
06:47 dinoex
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi
 |
Friday, 5 Feb 2010
|
11:46 dinoex
- update to jpeg-8
 |
Wednesday, 23 Dec 2009
|
20:19 kwm
Use the network responce code.
 |
Friday, 18 Dec 2009
|
07:00 marcus
Update to 2.28.2.
 |
Saturday, 28 Nov 2009
|
20:06 marcus
Presenting GNOME 2.28.1 for FreeBSD. The official release notes for this
release can be found at http://library.gnome.org/misc/release-notes/2.28/ .
Officially, this is mostly a polishing release in preparation for GNOME 3.0
due in about a year.
On the FreeBSD front, though, a lot went into this release. Major thanks
goes to kwm and avl who did a lot of the porting work for this release.
In particular, kwm brought in Evolution MAPI support for better Microsoft
Exchange integration. Avl made sure that the new gobject introspection
repository ports were nicely compartmentalized so that large dependencies
aren't brought in wholesale.
But, every GNOME team member (ahze, avl, bland, kwm, mezz, and myself)
contributed to this release.
Other major improvements include an updated HAL with better volume
probing code, ufsid integration, and support for volume names containing
spaces (big thanks to J.R. Oldroyd); a new WebKit; updated AbiWord;
an updated Gimp; and a preview of the new GNOME Shell project (thanks to
Pawel Worach).
The FreeBSD GNOME Team would like to that the following additional
contributors to this release whose patches and testing really helped
make it a success:
Andrius Morkunas
Dominique Goncalves
Eric L. Chen
J.R. Oldroyd
Joseph S. Atkinson
Li
Pawel Worach
Romain Tartière
Thomas Vogt
Yasuda Keisuke
Rui Paulo
Martin Wilke
(and an extra shout out to miwi and pav for pointyhat runs)
We would like to send this release out to Alexander Loginov (avl) in
hopes that he feels better soon.
PR: 136676
136967
138872 (obsolete with new epiphany-webkit)
139160
134737
139941
140097
140838
140929
 |
Friday, 27 Nov 2009
|
09:11 beat
- Remove obsolete gecko providers
- Remove obsolete inclusion of www/mozilla/bsd.gecko.mk
Approved by: portmgr (miwi)
Exp-run by: miwi
 |
Thursday, 17 Sep 2009
|
16:55 marcus
Set the default Gecko provider to be libxul to fix the build of GNOME on
pointyhat.
Approved by: portmgr (implicit, erwin)
Feature safe: yes
X-Feature-safe: well, not really, but required now that Firefox is FORBIDDEN
 |
Monday, 3 Aug 2009
|
02:33 mezz
Bump the PORTREVISION for libltdl. It got linked from libcanberra.la... I hate
.la file...
 |
Friday, 31 Jul 2009
|
13:57 dinoex
- bump all port that indirectly depends on libjpeg and have not yet been bumped
or updated
Requested by: edwin
 |
Sunday, 5 Jul 2009
|
17:52 marcus
Correct a stupid typo.
Reported by: QAT
 |
17:37 marcus
Fix the plist when building with Gecko 1.8.
 |
Friday, 3 Jul 2009
|
12:24 kwm
Update to 2.26.3.
 |
Number of commits found: 234 (showing only 100 on this page) |