non port: sysutils/tracker/Makefile |
Number of commits found: 93 |
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 |
Sunday, 19 Feb 2023
|
13:24 Tobias C. Berner (tcberner)
sysutils/tracker: prepare for vala 0.56.4
983400c |
Friday, 6 Jan 2023
|
18:03 Dimitry Andric (dim)
sysutils/tracker: fix build with clang 15
During an exp-run for llvm 15 (see bug 265425), it turned out that
sysutils/tracker failed to build with clang 15:
src/tracker-store/tracker-store.p/tracker-resources.c:1685:14: error:
incompatible pointer to integer conversion assigning to 'gint' (aka 'int') from
'gconstpointer' (aka 'const void *') [-Wint-conversion]
subject_id = _tmp1_;
^ ~~~~~~
This is because in this vala-generated C code, the glib hash table
iterator code always returns pointers, even for integer keys. However,
vala is inflexible in the C expressions it generates to store the
outcome. Suppress -Wint-conversion to get rid of the compile error.
PR: 268787
Approved by: tcberner (maintainer)
MFH: 2023Q1
9dc57dd |
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 |
Friday, 26 Aug 2022
|
17:02 Tobias C. Berner (tcberner)
framework: switch tree to using vala.mk
PR: 249940
d9b0d9a |
Wednesday, 20 Jul 2022
|
14:23 Tobias C. Berner (tcberner)
sysutils: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <jsmith@resonatingmedia.com>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Landwehr <aaron@snaphat.com>
* Adam Weinberger <adamw@FreeBSD.org>
* Adrian Chadd
* Adrian Chadd <adrian@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alan Eldridge <alane@FreeBSD.org>
* Alan Eldridge <alane@geeksrus.net>
* Aldis Berjoza <aldis@bsdroot.lv>
* Alex Deiter <alex.deiter@gmail.com>
* Alex Deiter <tiamat@komi.mts.ru>
* Alex Samorukov <samm@freebsd.org>
* Alex de Kruijff
* Alexander Haderer <alexander.haderer@loescap.de>
* Alexander Kuehn <freebsd@nagilum.org>
* Alexander Logvinov <ports@logvinov.com>
* Alexander Moisseev <moiseev@mezonplus.ru>
* Alexander V. Chernikov <melifaro@FreeBSD.org>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Alexey Dokuchaev <danfe@regency.nsu.ru>
* Anders Nordby <anders@FreeBSD.org>
* Anders Nordby <anders@fix.no>
* Andreas Dobloug <andreasd@@ifi.uio.no>
* Andreas Fehlner (fehlner@gmx.de)
* Andreas Klemm <andreas@FreeBSD.org>
* Andreas Klemm <andreas@klemm.gtn.com>
* Andrej Zverev <az@inec.ru>
* Andrew <andrew@ugh.net.au>, Iain Templeton <iain@ugh.net.au>
* Andrew Khlebutin <andrey@hm.perm.ru>
* Andrew Pantyukhin <infofarmer@FreeBSD.org>
* Andrew Shevtsov <nyxo@dnuc.polyn.kiae.su>
* Andrew Stevenson <andrew@ugh.net.au>
* Andrew Turner <zombie@i4free.co.nz>
* Andrey A. Chernov <ache@FreeBSD.org>
* Andrey Cherkashin <andoriyu@gmail.com>
* Andrey Chernov <ache@FreeBSD.org>
* Andrey Kuzmin <akuz84@gmail.com>
* Andrey Simonenko
* Andrey Zonov <andrey@zonov.org>
* Andris Raugulis <moo@arthepsy.eu>
* Andy Fawcett <andy@athame.co.uk>
* Anes Mukhametov <anes@anes.su>
* Anish Mistry
* Anish Mistry <amistry@am-productions.biz>
* Antoine Brodin <antoine@FreeBSD.org>
* Anton Berezin <tobez@tobez.org>
* Anton Karpov <toxa@toxahost.ru>
* Anton Lysenok <bart@tapolsky.net.ua>
* Anton Statutov <astatutov@gmail.com>
* Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>)
* Aragon Gouveia <aragon@phat.za.net>
* Arjan van der Velde <noresult@xs4all.nl>
* Artem Zaytsev <a.arepo@gmail.com>
* Ashish SHUKLA <wahjava@gmail.com>
* Austin Shafer <ashafer@badland.io>
* Babak Farrokhi <farrokhi@FreeBSD.org>
* Baptiste Grenier <gwarf@gwarf.org>
* Bartek Rutkowski <robak@FreeBSD.org>
* Ben Kibbey <bjk@arbornet.org>
* Ben Woods <woodsb02@FreeBSD.org>
* Bjoern A. Zeeb <bzeeb+freebsd+ports@zabbadoz.net>
* Blaz Zupan <blaz@amis.net>
* Boris Kochergin <spawk@acm.poly.edu>
* Boris Popov <bp@FreeBSD.org>
* Boris Samorodov <bsam@FreeBSD.org>
* Brad Lanam <bll@gentoo.com>
* Brian Dean <bsd@FreeBSD.org>
* Brian Handy <handy@physics.montana.edu>
* Brian Somers <brian@FreeBSD.org>
* Cameron Katri <me@cameronkatri.com>
* Carlo Strub
* Chad Castleberry AKA ritalin
* Charles Swiger <chuck@pkix.net>
* Charlie Kester <corky1951@comcast.net>
* Chifeng Qu <chifeng@gmail.com>
* Chris Calvey <chris@securityforensics.co.uk>
* Chris D. Faulhaber <jedgar@fxp.org>
* Chris Howey <howeyc@gmail.com>
* Christer Edwards <christer.edwards@gmail.com>
* Christopher Boumenot <boumenot@gmail.com>
* Christopher Key <cjk32@cam.ac.uk>
* Colin Booth <colin@heliocat.net>
* Colin Percival
* Conrad Meyer <cem@FreeBSD.org>
* Cosmin Stroe <cstroe1@uic.edu>
* Craig Leres <leres@FreeBSD.org>
* Craig Rodrigues <rodrigc@FreeBSD.org>
* Cy Schubert <cy@FreeBSD.org>
* Cyrille Lefevre <Cyrille.Lefevre@laposte.net>
* Cyrille Lefevre <clefevre@citeweb.net>
* Dale Woolridge <dale.woolridge@gmail.com>
* Dan Langille <dan@langille.org>
* Dan Piponi <wmtop@tanelorn.demon.co.uk>
* Daniel Baker <dbaker@FreeBSD.org>
* Daniel Bond
* Daniel Gerzo <danger@FreeBSD.org>
* Daniel Harris <dannyboy@subdimension.com>
* Daniel Johansson <donnex@donnex.net>
* Daniel Roethlisberger <daniel@roe.ch>
* Daniel Solsona <daniel@ish.com.au>, Guido Falsi <madpilot@FreeBSD.org>
* Daniel Thiele
* Danilo Egea Gondolfo <danilo@FreeBSD.org>
* Danilo Egea Gondolfo <danilogondolfo@gmail.com>
* Danny Howard <dannyman@toldme.com>
* Dave Cottlehuber <dch@skunkwerks.at>
* David Gardner
* David Le Brun <david@dyn-ns.net>
* David Naylor <dbn@FreeBSD.org>
* David O'Brien (obrien@FreeBSD.org)
* David O'Brien (obrien@NUXI.com)
* David O'Brien <obrien@FreeBSD.org>
* David O'Brien <obrien@cs.ucdavis.edu>
* David Thiel <lx@redundancy.redundancy.org>
* David W. Chapman Jr. (dwcjr@FreeBSD.org)
* Denis Barov
* Denis Barov <dindin@dindin.ru>
* Denis N. Peplin <info@volginfo.ru>
* Dennis Herrmann <dhn@FreeBSD.org>
* Dereckson <dereckson@gmail.com>
* Derik van Zuetphen <dz@426.ch>
* Devin Teske <dteske@FreeBSD.org>
* Devin Teske <dteske@vicor.com>
* Dikshie
* Dima Panov <fluffy@Fluffy.Khv.RU>
* Dima Sivachenko <dima@chg.ru>
* Dirk Engling <erdgeist@erdgeist.org>
* Dmitri Nikulin <setagllib@optusnet.com.au>
* Dmitry Frolov <frol@nov.net>
* Dmitry N Fomin <fdn@okbire.ru>
* Dmitry Sivachenko <demon@FreeBSD.org>
* Dmitry Sivachenko <dima@Chg.RU>
* Dmitry Yashin <dmitry@yashin.su>
* Dmitry Yu Okunev dyokunev@ut.mephi.ru
* Dom Mitchell <dom@happygiraffe.net>
* Dom Mitchell <dom@myrddin.demon.co.uk>
* Dominic Fandrey <kamikaze@bsdforen.de>
* Donald Burr <dburr@FreeBSD.org>
* Doug Harple
* Douglas Thrift
* Dryice Liu <dryice@dryice.name>
* Dylan Bridgman
* Ed Schouten <ed@FreeBSD.org>
* Ed Schouten <ed@fxq.nl>
* Ederson de Moura <ederbs@ederbs.org>
* Edson Brandi <ebrandi@fugspbr.org>
* Eduard Martinescu
* Edward Tomasz Napierala <trasz@FreeBSD.org>
* Edwin Groothuis <edwin@mavetju.org>
* Emanuel Haupt <ehaupt@FreeBSD.org>
* Emanuel Haupt <ehaupt@critical.ch>
* Emmanuel Vadot <manu@freebsd.org>
* Enrico M. Crisostomo <enrico.m.crisostomo@gmail.com>
* Eric Freeman <freebsdports@chillibear.com>
* Erik Greenwald <erik@smluc.org>
* Erwin Lansing <erwin@FreeBSD.org>
* Eugene Grosbein <eugen@FreeBSD.org>
* Evan Sarmiento <esarmiento@wayfair.com>
* Evgeny Zhirnov <jirnov@gmail.com>
* Fabian Keil <fk@fabiankeil.de>
* Felippe de Meirelles Motta <lippemail@gmail.com>
* Florent Thoumie <flz@xbsd.org>
* Florian Smeets <flo@smeets.im>
* Frank Fenor <frank@fenor.de>
* Frank Wall <fw@moov.de>
* Frederic Culot <culot@FreeBSD.org>
* FreeBSD GNOME Team <gnome@freebsd.org>
* Frerich Raabe <frerich.raabe@gmx.de>
* Fukang Chen <loader@FreeBSD.org>
* Gabor Zahemszky
* Gabriel M. Dutra <0xdutra@gmail.com>
* Ganael LAPLANCHE <ganael.laplanche@martymac.org>
* Ganael Laplanche <ganael.laplanche@martymac.org>
* Gasol Wu <gasol.wu@gmail.com>
* Gea-Suan Lin <gslin@gslin.org>
* George Cox <gjvc@gjvc.com>
* George Neville-Neil gnn@freebsd.org
* George Reid <greid@ukug.uk.freebsd.org>
* Gerhard Häring <gh@ghaering.de>
* Gerrit Beine <tux@pinguru.net>
* Gert Doering <gert@space.net>
* Gleb Kurtsou <gleb@FreeBSD.org>
* Gleb Smirnoff <glebius@FreeBSD.org>
* Greg Larkin <glarkin@FreeBSD.org>
* Greg Lewis <glewis@FreeBSD.org>
* Guangyuan Yang <ygy@FreeBSD.org>
* Gustau Perez i Querol <gustau.perez@gmail.com>
* Gvozdikov Veniamin <g.veniamin@googlemail.com>
* Hakisho Nukama <nukama@gmail.com>
* Hans Petter Selasky <hselasky@freebsd.org>
* Harshavardhana
* Heiner <h.eichmann@gmx.de>
* Henrik Brix Andersen <brix@FreeBSD.org>
* Hizbulin Ildar <hizel@vyborg.ru>
* Hokan
* Hondareyte <lhondareyte@laposte.net>
* Hung-Yi Chen <gaod@hychen.org>
* Ian Lepore <ian@FreeBSD.org>
* Igor Pokrovsky <ip@unixway.org>
* Ivan Dreckman <ivannashdreckman@fastmail.fm>
* Ivan Lago <ivan.lago@ifom-ieo-campus.it>
* J.R. Oldroyd <fbsd@opal.com>
* James Hunt <james.hunt@ubuntu.com>
* James O'Gorman <james@netinertia.co.uk>
* Jamie Heckford <jamie@jamiesdomain.co.uk>
* Jan Stocker <Jan.Stocker@t-online.de>
* Janne Snabb <snabb@epipe.com>
* Jase Thew <freebsd@beardz.net>
* Jason Evans <jasone@FreeBSD.org>
* Jason Harris <jharris@widomaker.com>
* Jason Helfman <jgh@FreeBSD.org>
* Jean-Yves Lefort <jylefort@FreeBSD.org>
* Jeffrey Goldberg <jeffrey@goldmark.org>
* Jeffrey H. Johnson <CPE1704TKS@bellsouth.net>
* Jeremy Chadwick <freebsd@jdc.parodius.com>
* Jeremy Chadwick <jdc@parodius.com>
* Jeremy Shaffner <jeremy@external.org>
* Jesse
* Jesse Smith
* Jesse Smith <jessefrgsmith@yahoo.ca>
* Jesse van den Kieboom <troplosti@orcaweb.cjb.net>
* Jev Björsell <ports@ecadlabs.com>
* Jim Pirzyk <pirzyk@FreeBSD.org>
* Jim Pirzyk pirzyk@FreeBSD.org
* Jim Riggs <ports@christianserving.org>
* Jim Shewmaker
* Jin-Sih Lin <linpct@gmail.com>
* Jin-Sih, Lin <linpct@gmail.com>
* Joe Barbish
* Joe Barbish <jail-primer1@a1poweruser.com>
* Joe Barbish <qchroot1@a1poweruser.com>
* Joe Marcus Clarke <marcus@FreeBSD.org>
* Joerg Pulz <Joerg.Pulz@frm2.tum.de>
* Johannes Dieterich <jmd@FreeBSD.org>
* John D. "Trix" Farrar <trix@basement.net>
* John Hixson <jhixson@FreeBSD.org>
* John Hixson <jhixson@freebsd.org>
* John Hixson <john@pcbsd.org>
* John Reynolds <johnjen@reynoldsnet.org>
* Jon Wilson <jon@phuq.co.uk>
* Jonathan Liu <Net147@hotmail.com>
* Joris Vandalon
* Jose G. Juanino <jjuanino@gmail.com>
* Josef El-Rayes <josef@FreeBSD.org>
* Joseph Benden <joe@thrallingpenguin.com>
* Jouke Witteveen <j.witteveen@gmail.com>
* Jov <amutu@amutu.com>
* Ju Pengfei <jupengfei@gmail.com>
* Juergen Lock <nox@FreeBSD.org>
* Juergen Lock <nox@jelal.hb.north.de>
* Jui-Nan Lin <jnlin@freebsd.cs.nctu.edu.tw>
* Jung-uk Kim <jkim@FreeBSD.org>
* Juraj Lutter <otis@sk.FreeBSD.org>
* Jyun-Yan You <jyyou@cs.nctu.edu.tw>
* KIMURA Takamichi <takamiti@tsden.org>
* Kai Wang <kaiwang27@gmail.com>
* Kamila Souckova <kamila@ksp.sk>
* Kay Lehmann
* Kay Lehmann <kay_lehmann@web.de>
* Kevin Bowling <kbowling@FreeBSD.org>
* Kirill Ponomarev <krion@FreeBSD.org>
* Kirill Ponomarew <ponomarew@oberon.net>
* Kirk Strauser <kirk@strauser.com>
* Konstantin Menshikov <kostjnspb@yandex.ru>
* Konstantin Reznichenko <kot@premierbank.dp.ua>
* Koop Mast <kwm@FreeBSD.org>
* Koop Mast<kwm@FreeBSD.org>
* Kris Kennaway <kris@FreeBSD.org>
* Kris Moore <kmoore@FreeBSD.org>
* Kubilay Kocak <koobs@FreeBSD.org>
* Kueifeng Li <thinker@branda.to>
* Lapo Luchini <lapo@lapo.it>
* Lars Engels <lars.engels@0x20.net>
* Lars Engels <lme@FreeBSD.org>
* Lars Köller <Lars.Koeller@Uni-Bielefeld.DE>
* Lars Thegler <lars@thegler.dk>
* Lars Thegler <lth@FreeBSD.org>
* Len Sassama
* Leo Vandewoestijne <freebsd@dns-lab.com>
* Loic Pefferkorn <loic-freebsd@loicp.eu>
* Loren M. Lang
* Luca Pizzamiglio <pizzamig@FreeBSD.org>
* Lucas Holt <luke@foolishgames.com>
* Lukasz Wasikowski <lukasz@wasikowski.net>
* Lupe Christoph <lupe@lupe-christoph.de>
* M. Warner Losh <imp@FreeBSD.org>
* MANTANI Nobutaka <nobutaka@FreeBSD.org>
* Mahdi Mokhtari <mokhi64@gmail.com>
* Mahlon E. Smith <mahlon@martini.nu>
* Manuel Rabade Garica <mig@mig-29.net>
* Marc G. Fournier <scrappy@FreeBSD.org>
* Marc Lagrange <rhaamo@gruik.at>
* Marcel Kaiser <mk@nic-nac-project.org>
* Marcin Cieslak <saper@SYSTEM.PL>
* Marcin Simonides <marcin@studio4plus.com>
* Marco Steinbach <coco@executive-computing.de>
* Mario S F Ferreira <lioux@linf.unb.br> et al.
* Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>
* Marius Strobl <marius@FreeBSD.org>
* Mark Blackman <tmb_ports@maddog.u-net.com>
* Mark Felder <feld@FreeBSD.org>
* Mark Pulford <mark@kyne.com.au>
* Markus Brueffer <markus@FreeBSD.org>
* Markus Dolze
* Martin Matuska <mm@FreeBSD.org>
* Martin Otto
* Martin Pala <martinp@tildeslash.com>
* Martin Tournoij <carpetsmoker@xs4all.nl>
* Martin Tournoij <martin@arp242.net>
* Martin Wilke <miwi@FreeBSD.org>
* Marwan Burelle <marwan.burelle@lri.fr>
* Mateusz Piotrowski <0mp@FreeBSD.org>
* Matt Lancereau <matt@rimasec.net>
* Matt Lancereau <ports@FreeBSD.org>
* Matt Peterson <matt@peterson.org>
* Matteo Cypriani <mcy@lm7.fr>
* Matthew Dillon <dillon@backplane.com>
* Matthew Fuller <fullermd@over-yonder.net>
* Matthew Seaman <matthew@FreeBSD.org>
* Matthias Fechner <mfechner@FreeBSD.org>
* Max Khon
* Max Khon <fjoe@FreeBSD.org>
* Max Laier <max@love2party.net>
* Maxim Ignatenko <gelraen.ua@gmail.com>
* Maxim Sobolev <sobomax@FreeBSD.org>
* Melvyn Sopacua <melvyn@magemana.nl>
* Michael Gmelin <freebsd@grem.de>
* Michael Johnson <ahze@FreeBSD.org>
* Michael L. Hostbaek (mich@freebsdcluster.org)
* Michael L. Hostbaek <mich@freebsdcluster.org>
* Michael Moll <kvedulv at kvedulv.de>
* Michael Moll <kvedulv@kvedulv.de>
* Michael Ranner <michael@ranner.eu>
* Michael Reifenberger
* Miguel Mendez <flynn@energyhq.homeip.net>
* Mike Meyer <mwm@mired.org>
* Mike Muir <mmuir@es.co.nz>
* Mikolaj Golub <to.my.trociny@gmail.com>
* Mikolaj Golub <trociny@FreeBSD.org>
* Mohammad S. Babaei <info@babaei.net>
* Muhammad Moinur Rahman <bofh@FreeBSD.org>
* Murilo Opsfelder <mopsfelder@gmail.com>
* Murray Nesbitt <freebsd@nesbitt.ca>
* Mykola Dzham <i@levsha.me>
* Natacha Porte <natbsd@instinctive.eu>
* Nick Hibma <n_hibma@FreeBSD.org>
* Nicola Vitale <nivit@email.it>
* Nikola Kolev <koue@chaosophia.net>
* Nikolai Lifanov
* Nikolai Lifanov <lifanov@FreeBSD.org>
* Nikolai Lifanov <lifanov@FreeBSD.org> and Ben Woods <woodsb02@FreeBSD.org>
* Nikolay Dachev <jadm@dachev.info>
* Nobuhiro Yasutomi <nobu@psrc.isac.co.jp>
* Nosov Artem <chip-set@mail.ru>
* Oleg A. Mamontov <oleg@mamontov.net>
* Oleg Alexeenkov <proler@gmail.com>
* Oleg Ginzburg
* Oleg Ginzburg <olevole@olevole.ru>
* Oliver Braun <obraun@FreeBSD.org>
* Oliver Eikemeier
* Oliver Lehmann <Kai_Allard_Liao@gmx.de>
* Oliver Lehmann <oliver@FreeBSD.org>
* Olivier Cochard-Labbe <olivier@FreeBSD.org>
* Olivier Duchateau
* Olivier Duchateau <duchateau.olivier@gmail.com>
* Olivier Duchateau <olivierd@FreeBSD.org>
* Palle Girgensohn <girgen@FreeBSD.org>
* Patrice Clement <monsieurp@gentoo.org
* Patrice Clement <monsieurp@gentoo.org>
* Patrick Li <pat@databits.net>
* Patrick M. Hausen (pmh@hausen.com)
* Patrick Rinke <patrick@rinke-bochum.de>
* Paul Dlug <paul@aps.org>
* Pav Lucistnik <pav@FreeBSD.org>
* Pavel Novikov
* Pavel Timofeev <timp87@gmail.com>
* Pawel Pekala <c0rn@o2.pl>
* Pete Fritchman <petef@databits.net>
* Peter Ankerstal <peter@pean.org>
* Peter Edwards <pmedwards@eircom.net>
* Peter TKATHENKO <peter@flytrace.com>
* Philippe Casidy <pcasidy@casidy.com>
* Pieter Danhieux <opr@bsdaemon.be>
* Piotr Kubaj <pkubaj@FreeBSD.org>
* Piotr Kubaj <pkubaj@anongoth.pl>
* Po-Chuan Hsieh <sunpoet@FreeBSD.org>
* Qiang Guo <guoqiang_cn@126.com>
* Radim Kolar
* Ralf van Dooren <r.vdooren@snow.nl>
* Rashid N. Achilov <shelton@granch.ru>
* Remington Lang <MrL0Lz@gmail.com>
* Renaud Chaput <renchap@cocoa-x.com>
* René Ladan <rene@freebsd.org>
* Ricardo A. Reis <ricardo.areis@gmail.com>
* Robert Gogolok <gogo@cs.uni-sb.de>
* Rod Person <rodperson@rodperson.com>
* Roderick van Domburg <r.s.a.vandomburg@student.utwente.nl>
* Rodrigo Graeff <delphus@gmail.com>
* Rodrigo OSORIO <rodrigo@FreeBSD.org>
* Roman Bogorodskiy <novel@FreeBSD.org>
* Rozhuk Ivan <rozhuk.im@gmail.com>
* Rusmir Dusko <nemysis@FreeBSD.org>
* Russell Jackson <raj@csub.edu>
* Ryan Steinmetz <zi@FreeBSD.org>
* Sachidananda Urs
* Samir Noir <samir@noir.im>
* Samy Al Bahra <samy@kerneled.com>
* Samy Al Bahra <samy@kerneled.org>
* Sascha Klauder <sklauder@trimind.de>
* Scot Hetzel <swhetzel@gmail.com>
* Seamus Venasse <svenasse@polaris.ca>
* Sean Rees <sean@rees.us>
* Sebastian Yepes F. <esn@x123.info>
* Sergei Kolobov <sergei@kolobov.com>
* Sergey A. Osokin <osa@FreeBSD.org>
* Sergey Kozlov <sergey.kozlov@intel.com>
* Sergey Kozlov <skozlov@FreeBSD.org>
* Sergey Skvortsov <skv@protey.ru>
* Shigeyuki FUKUSHIMA <shige@FreeBSD.org>
* Slawomir Wojciech Wojtczak <vermaden@interia.pl>
* Soeren Boll Overgaard <boll@tolkien.dk>
* Sofian Brabez <sbrabez@gmail.com>
* Sofian Brabez <sbz@FreeBSD.org>
* SriSaiGanesh
* Stanislav Sedov <ssedov@mbsd.msk.ru>
* Stefan Esser
* Stefan Jahn <stefan.jahn@nemesis-sektor.de>
* Stefan Rumetshofer
* Steffen Fritz <steffen@fritz.wtf>
* Steffen Vogelreuter
* Stephen J. Roznowski <sjr@home.net>
* Steve Atwell
* Steve Wills <swills@FreeBSD.org>
* Steven Kreuzer <skreuzer@FreeBSD.org>
* Steven Kreuzer <steven@exit2shell.com>
* Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
* The Anarcat <anarcat@anarcat.ath.cx>
* Thierry Dussuet <dussuett@wigwam.ethz.ch>
* Thierry Thomas (<thierry@FreeBSD.org>)
* Thierry Thomas (<thierry@pompo.net>)
* Thierry Thomas <thierry@pompo.net>
* Thomas Bartelmess <thomas@bartelmess.io>
* Thomas E. Zander <riggs@rrr.de>
* Thomas Hurst <tom@hur.st>
* Thomas Seck <tmseck@netcologne.de>
* Thomas Zander <riggs@FreeBSD.org>
* Thorsten Greiner <thorsten.greiner@web.de>
* Tim Bishop <tdb@FreeBSD.org>
* Tim Bishop <tim@bishnet.net>
* Tim Welch <ports@thepentagon.org>
* Tim van der Hoek <hoek@FreeBSD.org>
* Timothy Redaelli
* Tobias Roth <ports@fsck.ch>
* Tom Judge <tom@tomjudge.com>
* Tom Rhodes <trhodes@FreeBSD.org>
* Tomoyuki Sakurai <cherry@trombik.org>
* Tony Narlock <tony@git-pull.com>
* Tony Shadwick <tshadwick@oss-solutions.com>
* Torsten Zuehlsdorff <tz@FreeBSD.org>
* Tsung-Han Yeh <snowfly@yuntech.edu.tw>
* Uffe Jakobsen <uffe@uffe.org>
* Ulrich Spoerlein <uspoerlein@gmail.com>
* Valerio Daelli <valerio.daelli@gmail.com>
* Vanilla I. Shu <vanilla@FreeBSD.org>
* Vanilla I. Shu <vanilla@MinJe.com.TW>
* Vasiliy Ch <blttll@gmail.com>
* Veniamin Gvozdikov <vg@FreeBSD.org>
* Vladimir Kondratyev <wulf@FreeBSD.org>
* Vladimir Laskov <samflanker@gmail.com>
* Wen Heping <wen@FreeBSD.org>
* Wen Heping <wenheping@gmail.com>
* Wes Peters <wes@FreeBSD.org>
* William Grzybowski <wg@FreeBSD.org>
* Wu Chin-Hao <wchunhao@cs.nctu.edu.tw>
* Xavier Beaudouin <kiwi@oav.net>
* Xin LI <delphij@FreeBSD.org>
* Xin Li <delphij@FreeBSD.org>
* Yasuhiro KIMURA <yasu@utahime.org>
* Yen-Ming Lee <leeym@FreeBSD.org>
* Yi-Jheng Lin <yzlin@cs.nctu.edu.tw>
* Ying-Chieh Liao <ijliao@FreeBSD.org>
* Ying-Chieh Liao <ijliao@csie.nctu.edu.tw>
* Yinghong Liu <relaxbsd@gmail.com>
* Yonatan <Yonatan@xpert.com>
* Yonatan <onatan@gmail.com>
* Yoshifumi Watanabe <mwatts@edu1.tokyo-med.ac.jp>
* Yoshihiko Sarumaru <mistral@imasy.or.jp>
* Yuan-Chen Cheng <ycheng@sinica.edu.tw>
* Yuichiro NAITO <naito.yuichiro@gmail.com>
* Yuri Victorovich <yuri@FreeBSD.org>
* Yuri Victorovich <yuri@rawbw.com>
* Zane C, Bowers <vvelox@vvelox.net>
* Zane C. Bowers-Hadley <vvelox@vvelox.net>
* Zeus Panchenko <zeus@gnu.org.ua>
* alepulver
* anarcat
* anders
* arved
* asami
* bjohnson@wedgie.org
* bsdx
* carl@servicefactory.com
* chinsan
* chinsan <chinsan.tw@gmail.com>
* chuck@pkix.net
* clsung
* cracauer@cons.org "Martin Cracauer"
* cy@FreeBSD.org
* dds
* desmo@bandwidth.org
* dieringe
* eivind
* freebsd@spatula.net
* futatuki
* gahr
* grog
* gtodd@bellanet.org
* gurkan@phys.ethz.ch
* ijliao
* imp
* ismail.yenigul@endersys.com.tr
* jack
* janos.mohacsi@bsd.hu
* jfreund
* jhb
* jim@thehousleys.net
* jkh
* joerg
* jon@witchspace.com
* joseph@randomnetworks.com
* jpaetzel@FreeBSD.org
* jrhett@netconsonance.com
* jwd
* kaz@kobe1995.net (NAKAMURA Kauzushi)
* kiesel
* kiesel@schlund.de
* kmoore@FreeBSD.org
* koma2@lovepeers.org
* kuriyama
* luigi@FreeBSD.org
* lx@redundancy.redundancy.org
* marius@alchemy.franken.de
* mi@aldan.algebra.com
* mich@freebsdcluster.org
* michael@fuckner.net
* mm
* mranner@inode.at
* netch@netch.kiev.ua
* ntarmos@ceid.upatras.gr
* okeeblow <root@cooltrainer.org>
* papowell@lprng.com
* pat
* petef@FreeBSD.org
* peter
* philip@FreeBSD.org
* ports@c0decafe.net
* rantapaa@uswest.net
* rhay
* rhwang@bigpanda.com
* roam@FreeBSD.org
* roam@orbitel.bg
* samm
* samu <freebsd-ports@samu.pl>
* se@freebsd.org
* shige
* stas
* sten@blinkenlights.nl
* sterling
* sumikawa
* takawata@jp.FreeBSD.org
* thierry@pompo.net
* thompsa@FreeBSD.org
* trasz
* trasz <trasz@pin.if.uz.zgora.pl>
* tundra
* uffe@uffe.org
* uri@keves.org
* walt
* will
* wmoran
* wosch
With hat: portmgr
ea71236 |
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 |
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 |
Tuesday, 19 Oct 2021
|
12:57 Mikael Urankar (mikael) Author: Ting-Wei Lan
sysutils/tracker: Remove systemd service files.
Don't install files in /usr/local/false and /usr/local/true
PR: 250768
Approved by: gnome (maintainer timeout)
ff090d6 |
Wednesday, 13 Oct 2021
|
16:52 Jan Beich (jbeich)
sysutils/tracker: drop unused Meson options after 2c352e0f7328
meson.build:1:0: ERROR: Unknown options: "bash_completion_dir"
https://gitlab.gnome.org/GNOME/tracker/-/commit/d318ebeb5d4f
is missing in 2.3.4 unlike 3.1.2 used by sysutils/tracker3.
PR: 259080
Reported by: antoine (via exp-run)
Regressed by: https://github.com/mesonbuild/meson/commit/dbf2ace6ca1c
e36765b |
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 |
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 |
Friday, 12 Feb 2021
|
21:34 adridg
Chase removal of implicit dbus dependency.
Because 34008c1bf69427 removed dbus as a dependency of glib-networking,
now tracker is missing that implicit dependency, so add it back explicitly.
PS. that was r565059
|
Sunday, 15 Nov 2020
|
10:25 tcberner
sysutils/tracker: link failure (11.x, old ld(1))
PR: 249990
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)
|
Thursday, 24 Sep 2020
|
15:42 bapt
Upgrade tracker to 2.3.4 and tracker-miners to 2.3.5
Note that tracker was not upgraded to 2.3.6 due to build failures in both
2.3.5 and 2.3.6 with clang11 which I haven't been able to solved yet.
While here incorporate a patch to vala files which makes it compatible with both
vala 0.40 and vala 0.50
According to ABI laboratory (and my testings) this upgrade is backward
compatible
|
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, 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
|
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
|
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)
|
Monday, 11 Jun 2018
|
01:44 linimon
Fix port builds for architectures which remain on gcc as the default compiler.
This will primarily help powerpc64.
For archs where clang is the default compiler, these changes will have no
effect, as the base compiler already has these capabilities (primarily, but
not exclusively, c++-11).
Tested for no-harm on amd64.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket)
|
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, 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
|
Thursday, 24 Aug 2017
|
13:45 swills
Bump PORTREVISION after recent poppler update
|
Monday, 8 May 2017
|
09:40 miwi
- Fix shebangs
- Bump PORTREVISION
|
Saturday, 7 Jan 2017
|
10:42 olivierd
Chase update of graphics/poppler (and slaves ports) in revision r430777
|
Saturday, 19 Nov 2016
|
18:21 jbeich
devel/icu: update to 58.1
Changes: http://site.icu-project.org/download/58
PR: 214384
Exp-run by: antoine
Approved by: office (bapt)
|
Saturday, 24 Sep 2016
|
11:06 tijl
- Update devel/icu to 57.1.
- Clean up the Makefile.
- Follow some upstream recommendations (--with-data-packaging=archive,
--disable-renaming, -DICU_NO_USER_DATA_OVERRIDE).
- Patch makefiles to install static libraries with INSTALL_DATA so they
aren't stripped.
- Patch config/mh-bsd-gcc to sync with config/mh-linux-gcc.
- Fix endianness detection in ICU. The code wanted to use BYTE_ORDER
defined in machine/endian.h, but this isn't visible because ICU is
compiled with _XOPEN_SOURCE. Patch the code to use _BYTE_ORDER instead.
- Compile ICU with C++11 compiler to enable move constructors.
- Patch ICU to fix a problem with atomics in the case of a C++11 compiler
without C++11 header <atomic> (like Clang on FreeBSD 9).
- Bump all ports that depend on it due to library version change.
- Add USES=compiler:c++0x to some ports that pick up -std=c++0x from ICU
pkgconfig files.
- Add USES=compiler:c++11-lib to graphics/libcdr01 because it also needs
a C++11 runtime library now. Add this to all ports that depend on it
so their executables load the right libstdc++.so on FreeBSD 9.
PR: 205120
Exp-run by: antoine
Approved by: portmgr (antoine)
|
Monday, 5 Sep 2016
|
20:02 olivierd
Chase update of Poppler after revision r421386
|
Wednesday, 6 Jul 2016
|
22:10 mat
Bump PORTREVISION for the icu revert.
This time not bumping lang/php70, but devel/php70-intl which is the one
really depending on icu.
PR: 205120
With hat: portmgr
Sponsored by: Absolight
|
07:34 gahr
devel/icu: bump PORTREVISION on dependent ports
|
Monday, 18 Apr 2016
|
17:26 olivierd
- Fix build with the new API of textproc/libcue (revision r413589)
- Bump PORTREVISION
Obtained from: Upstream GNOME repository
|
Friday, 1 Apr 2016
|
14:25 mat
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat: portmgr
Sponsored by: Absolight
|
Sunday, 14 Feb 2016
|
18:57 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
|
Thursday, 21 Jan 2016
|
19:40 kwm
Update poppler to 0.40.0. [1]
Add patches to py-poppler [2] and rubygem-poppler [3] to fix the build
of these ports with poppler 0.39+.
PR: 206293 [1]
Submitted by: olivierd@ [1]
Obtained from: ubuntu [2], rubygem-poppler upstream [3]
|
Sunday, 10 Jan 2016
|
16:31 bapt
Convert ports from s* t* and net* categories to USES=sqlite and USES=firebird
|
Thursday, 3 Dec 2015
|
20:01 antoine
Update giflib to 5.1.1
PR: 204492
|
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
|
Sunday, 2 Aug 2015
|
16:06 kwm
Update poppler to 0.34.0. [1]
Chase all users of shlib version change of libpoppler.so.
PR: 201477 [1]
Submitted by: olivierd@ [1]
|
15:03 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
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
|
Sunday, 19 Jul 2015
|
22:04 bapt
Enforce libarchive from ports
This reduces the patching level on some ports and make it simpler to maintainer
over all supported version of freebsd
|
Thursday, 23 Apr 2015
|
21:26 bapt
Update icu to 55.1
|
Friday, 10 Apr 2015
|
12:50 kwm
Mini gnome update. Next stop GNOME 3.16!
Update rhythmbox to 3.2.
Update gnome-tweak-tool to 3.14.3.
Update gnome-mines to 3.14.2.
Update eog to 3.14.4.
Update geary to 0.10.0.
Update tracker to 1.2.6.
Update gdm to 3.14.2.
Update gtk30 to 3.14.12.
Update gtksourceview3 to 3.14.4.
Obtained from: GNOME dev repo
|
Tuesday, 3 Feb 2015
|
12:28 kwm
Update poppler to 0.30.0 [1].
Make sure we use openjpeg1 in poppler, while openjpeg2 support
was added there still bugs in openjpeg2 that need to be fixed.
Add patches to inkscape for API changes in poppler 0.29.0 [2].
PR: 196599 [1]
Submitted by: olivierd@ [1]
Exp-run by: antoine@
Obtained from: upstream [2]
|
Wednesday, 14 Jan 2015
|
18:19 antoine
Update graphics/giflib to 5.0.5
Differential Revision: https://reviews.freebsd.org/D1361
Submitted by: bapt
Reviewed by: self
Exp-run by: self
|
Tuesday, 30 Dec 2014
|
20:13 kwm
Update cinnamon to 2.4, this should fix [1] and [2].
Update totem to 3.14 now that we have gstreamer 1.4 and minor gnome updates.
Update evolution suite to 3.12.9.
Make sure gtk30 pulls in adwait-icon-theme, since it now the default theme [3].
PR: 195290 [1], 195289 [2], 195455 [3]
Obtained from: gnome devel repo
|
Thursday, 25 Dec 2014
|
20:54 bapt
Bump portrevision after png update
|
19:04 antoine
Change libpng15.so to libpng.so in LIB_DEPENDS to prepare the upgrade
|
Monday, 8 Dec 2014
|
16:48 tijl
Replace USES=libtool:oldver with USES=libtool or USES=libtool:keepla in
the 32 ports that still use it. Bump PORTREVISION on their dependent
ports except the ones that depend on these:
audio/libogg
audio/libvorbis
devel/pcre
ftp/curl
graphics/jpeg
graphics/libart_lgpl
graphics/tiff
textproc/expat2
textproc/libxslt
In these cases the same trick as in the recent gettext update is used.
The ports install a symlink with the old library version. When enough
of their dependent ports have had regular updates the remaining ones can
get a PORTREVISION bump and the links can be removed.
Also remove the devel/pcre dependency from USE_GNOME=glib20. It causes
over 2200 packages to depend on devel/pcre while less than 200 actually
link with it. The glib20 package still depends on devel/pcre so this
should not make a difference for ports with USE_GNOME=glib20. Also,
libdata/pkgconfig/glib-2.0.pc lists pcre as a private library so
USE_GNOME=glib20 should not propagate it.
PR: 195724
Exp-run by: antoine
Approved by: portmgr (antoine)
|
Wednesday, 3 Dec 2014
|
09:18 kwm
Update GNOME to 3.14.2.
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
|
Tuesday, 25 Nov 2014
|
12:55 makc
Bump PORTREVISION after graphics/poppler update to 0.26.3
|
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)
|
Friday, 25 Apr 2014
|
07:34 bapt
Convert to stage
Use USES=libtool
Fix build with libinotity installed
Properly set rpath for tracker-gnome to find the libtracker-* libs
|
Friday, 20 Sep 2013
|
23:06 bapt
Add NO_STAGE all over the place in preparation for the staging support (cat:
sysutils)
|
Monday, 18 Mar 2013
|
22:10 kwm
Convert to OptionsNG. Also toggle both options on since this is a meta port it
should depend on something!
|
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
|
Monday, 7 Dec 2009
|
22:47 pav
- Correct depobj
Reported by: pointyhat
|
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, 6 Jun 2008
|
14:03 edwin
Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav)
|
Saturday, 5 Apr 2008
|
17:02 ahze
Split tracker into gnome and non-gnome ports
The sysutils/tracker port is now a meta port and tracker is now split into
separate ports to allow non-GNOME users to install tracker without pulling
in GNOME components. To upgrade please use the directions below.
portmaster users:
portmaster -o sysutils/tracker-client tracker
portmaster -u sysutils/tracker
portupgrade users:
portupgrade -o sysutils/tracker-client tacker
portupgrade -u sysutils/tracker
Repocopied by: marcus
|
Wednesday, 24 Oct 2007
|
23:37 marcus
Presenting GNOME 2.20.1 and all related works for FreeBSD. The official
GNOME 2.20 release notes can be found at
http://www.gnome.org/start/2.20/notes/en/ . Beyond that, this update
includes the new GIMP 2.4 (courtesy of ahze).
The GNOME 2.20 update also includes a huge change in the FreeBSD GNOME
hierarchy. We are now using the more standard DATADIR of ${PREFIX}/share
rather than ${PREFIX}/share/gnome. The result is that fewer patches and
hacks are needed to port GNOME components to FreeBSD. This will mean some
user changes may be required, so be sure to read /usr/ports/UPDATING for
more details.
This release and the things we accomplished in it would not have been
possible without mezz's crazy idea to collapse DATADIR, and his persistence
to make it happen successfully. Ahze and pav also deserve thanks for
their work on porting modules and testing the whole ball of wax on
pointyhat (respectively).
The FreeBSD GNOME team would also like to thank our various testers and
contributors:
Yasuda Keisuke
Frank Jahnke
Pawel Worach
Brian Gruber
Franz Klammer
Yuri Pankov
Nick Barkas
Cristian KLEIN
Tony Maher
Scot Hetzel
Martin Matuska (mm)
Benoit Dejean
Martin Wilke (miwi)
(And anyone else I may have missed)
PRs fixed in this release:
111272, 113470, 115995, 116338
|
Tuesday, 11 Sep 2007
|
03:59 marcus
Chase the poppler shared lib version.
|
Saturday, 25 Aug 2007
|
20:35 mezz
Update to 0.6.1.
PR: ports/115797
Submitted by: Yuri Pankov <yuri@darklight.org.ru>
|
Sunday, 27 May 2007
|
15:25 pav
- Chase libexif update
|
Friday, 25 May 2007
|
12:07 pav
- Chase libexif update
|
Saturday, 19 May 2007
|
20:32 flz
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
|
Monday, 26 Mar 2007
|
20:12 mezz
Portlint:
-Remove an extra empty line.
|
Sunday, 11 Mar 2007
|
22:59 mezz
Bump the PORTREVISION.
|
22:58 mezz
-Fix the BROKEN, do not install in /. Remove the BROKEN.
-Remove a patch and use gnomehack instead.
-The '--mandir=' is no longer need, taken care by gnomeprefix.
-Clean up a bit in Makefile to make it readable.
-Update the WWW.
|
Saturday, 10 Feb 2007
|
22:52 kris
BROKEN: Installs file into /
|
Saturday, 27 Jan 2007
|
04:41 ahze
Update to 0.5.4
|
Friday, 12 Jan 2007
|
07:01 marcus
Remove any leftover etc/xdg directory.
Reported by: pointyhat via kris
|
Sunday, 24 Dec 2006
|
14:24 ahze
Update to 0.5.3
|
03:17 ahze
Define where man dir is located
|
Monday, 18 Dec 2006
|
15:04 ahze
Depend on gmime2 not gmime
|
14:54 ahze
Add tracker
Tracker is a powerful desktop-neutral first class object database, tag/metadata
database, search tool and indexer.
Tracker is also extremely fast and super efficient with your systems memory when
compared with some other competing frameworks and is by far the fastest and most
memory efficient Nautilus search and Deskbar backends currently availble.
It consists of a common object database that allows entities to have an almost
infinte number of properties, metadata (both embedded/harvested as well as user
definable), a comprehensive database of keywords/tags and links to other
entities.
WWW: http://www.gnome.org/~jamiemcc/tracker/
|
Number of commits found: 93 |