notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

FInally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combinatio for a given watch list. This is what FreshPorts will look for.

non port: graphics/gexiv2/Makefile

Number of commits found: 55

Tuesday, 25 Jul 2023
16:48 Christoph Moench-Tegeder (cmt) search for other commits by this committer
graphics/gexiv2: update to 0.14.2

Release Notes:
  https://download.gnome.org/sources/gexiv2/0.14/gexiv2-0.14.2.news
commit hash: 2e39de84e092e4eb00b074f4b4a22fe9dcc7dd65 commit hash: 2e39de84e092e4eb00b074f4b4a22fe9dcc7dd65 commit hash: 2e39de84e092e4eb00b074f4b4a22fe9dcc7dd65 commit hash: 2e39de84e092e4eb00b074f4b4a22fe9dcc7dd65 2e39de8
Monday, 10 Jul 2023
06:34 Matthias Andree (mandree) search for other commits by this committer
graphics/gexiv2: revert cherry-pick upstream patch to make compatible with exiv2
0.28.

This reverts commit 4669ac03f2316ac2db9e72867fbb558c48ef5db3.
It should not have been committed because 8f2c42142d37 already
addressed the same issue.

Reverting that commit fixes patch errors.
commit hash: 35f6785273f4a00224ce47eaa63527acc3ff76e1 commit hash: 35f6785273f4a00224ce47eaa63527acc3ff76e1 commit hash: 35f6785273f4a00224ce47eaa63527acc3ff76e1 commit hash: 35f6785273f4a00224ce47eaa63527acc3ff76e1 35f6785
Sunday, 9 Jul 2023
23:49 Jan Beich (jbeich) search for other commits by this committer
graphics/gexiv2: mark BROKEN on i386 after ce4a214fb709

In file included from ../gexiv2/gexiv2-metadata.cpp:21:
../gexiv2/gexiv2-stream-io.h:49:39: error: non-virtual member function marked
'override' hides virtual member function
        int seek (long offset, Position pos) override;
                                             ^
/usr/local/include/exiv2/basicio.hpp:165:15: note: hidden overloaded virtual
function 'Exiv2::BasicIo::seek' declared here: type mismatch at 1st parameter
('int64_t' (aka 'long long') vs 'long')
  virtual int seek(int64_t offset, Position pos) = 0;
              ^
../gexiv2/gexiv2-metadata.cpp:152:71: error: non-virtual member function marked
'override' hides virtual member function
    int seek(seek_offset_t offset, Exiv2::BasicIo::Position position) override {
                                                                      ^
/usr/local/include/exiv2/basicio.hpp:165:15: note: hidden overloaded virtual
function 'Exiv2::BasicIo::seek' declared here: type mismatch at 1st parameter
('int64_t' (aka 'long long') vs '(anonymous namespace)::GioIo::seek_offset_t'
(aka 'long'))
  virtual int seek(int64_t offset, Position pos) = 0;
              ^
../gexiv2/gexiv2-metadata.cpp:533:43: error: allocating an object of abstract
class type 'StreamIo'
        StreamIo::ptr_type stream_ptr{new StreamIo (cb)};
                                          ^
/usr/local/include/exiv2/basicio.hpp:165:15: note: unimplemented pure virtual
method 'seek' in 'StreamIo'
  virtual int seek(int64_t offset, Position pos) = 0;
              ^
../gexiv2/gexiv2-metadata.cpp:552:37: error: allocating an object of abstract
class type '(anonymous namespace)::GioIo'
        GioIo::ptr_type gio_ptr{new GioIo (stream)};
                                    ^
/usr/local/include/exiv2/basicio.hpp:165:15: note: unimplemented pure virtual
method 'seek' in 'GioIo'
  virtual int seek(int64_t offset, Position pos) = 0;
              ^
../gexiv2/gexiv2-metadata.cpp:744:43: error: allocating an object of abstract
class type 'StreamIo'
        StreamIo::ptr_type stream_ptr{new StreamIo (cb)};
                                          ^
In file included from ../gexiv2/gexiv2-stream-io.cpp:13:
../gexiv2/gexiv2-stream-io.h:49:39: error: non-virtual member function marked
'override' hides virtual member function
        int seek (long offset, Position pos) override;
                                             ^
/usr/local/include/exiv2/basicio.hpp:165:15: note: hidden overloaded virtual
function 'Exiv2::BasicIo::seek' declared here: type mismatch at 1st parameter
('int64_t' (aka 'long long') vs 'long')
  virtual int seek(int64_t offset, Position pos) = 0;
              ^

PR:		272311
commit hash: a3a68eda0484fbbc23a313b5e338e281662b40f1 commit hash: a3a68eda0484fbbc23a313b5e338e281662b40f1 commit hash: a3a68eda0484fbbc23a313b5e338e281662b40f1 commit hash: a3a68eda0484fbbc23a313b5e338e281662b40f1 a3a68ed
22:08 Matthias Andree (mandree) search for other commits by this committer
graphics/gexiv2: cherry-pick upstream patch to make compatible with exiv2 0.28.
commit hash: 4669ac03f2316ac2db9e72867fbb558c48ef5db3 commit hash: 4669ac03f2316ac2db9e72867fbb558c48ef5db3 commit hash: 4669ac03f2316ac2db9e72867fbb558c48ef5db3 commit hash: 4669ac03f2316ac2db9e72867fbb558c48ef5db3 4669ac0
Sunday, 2 Jul 2023
19:48 Christoph Moench-Tegeder (cmt) search for other commits by this committer
graphics/gexiv2: prepare for exiv2 0.28

PR:		272311
Reported by:	mandree@
commit hash: 8f2c42142d37933e4e12eafa520386b740c2a7ba commit hash: 8f2c42142d37933e4e12eafa520386b740c2a7ba commit hash: 8f2c42142d37933e4e12eafa520386b740c2a7ba commit hash: 8f2c42142d37933e4e12eafa520386b740c2a7ba 8f2c421
Saturday, 20 May 2023
11:04 Christoph Moench-Tegeder (cmt) search for other commits by this committer
graphics/gexiv2: update to 0.14.1

"Announcement":	https://wiki.gnome.org/Projects/gexiv2#News
PR:		271412
Submitted by:	Olivier Duchateau
commit hash: 18c4844bccf9370d7ff2d6df9aca35a5f5ca822f commit hash: 18c4844bccf9370d7ff2d6df9aca35a5f5ca822f commit hash: 18c4844bccf9370d7ff2d6df9aca35a5f5ca822f commit hash: 18c4844bccf9370d7ff2d6df9aca35a5f5ca822f 18c4844
Wednesday, 7 Sep 2022
21:10 Stefan Eßer (se) search for other commits by this committer
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)
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 b7f0544
Friday, 26 Aug 2022
17:02 Tobias C. Berner (tcberner) search for other commits by this committer
framework: switch tree to using vala.mk

PR:		249940
commit hash: d9b0d9ac4e6b3fc91eb160e6f884d96354caa9bd commit hash: d9b0d9ac4e6b3fc91eb160e6f884d96354caa9bd commit hash: d9b0d9ac4e6b3fc91eb160e6f884d96354caa9bd commit hash: d9b0d9ac4e6b3fc91eb160e6f884d96354caa9bd d9b0d9a
Wednesday, 20 Jul 2022
14:22 Tobias C. Berner (tcberner) search for other commits by this committer
graphics: remove 'Created by' lines

A big Thank You to the original contributors of these ports:

  *  "Waitman Gobble" <uzimac@da3m0n8t3r.com>
  *  Aaron Dalton <aaron@FreeBSD.org>
  *  Abel Chow <ozsanh45vds001@sneakemail.com>
  *  Adam Weinberger <adamw@FreeBSD.org>
  *  Ade Lovett <ade@FreeBSD.org>
  *  Ade Lovett <ade@lovett.com>
  *  Akinori MUSHA aka knu <knu@idaemons.org>
  *  Aldis Berjoza <aldis@bsdroot.lv>
  *  Alex Hayward <xelah@xelah.com>
  *  Alex Ivasyuv <siegerstein@pochta.ru>
  *  Alex Samorukov <samm@os2.kiev.ua>
  *  Alexander Gromnitsky
  *  Alexander Kojevnikov <alexander@kojevnikov.com>
  *  Alexander Logvinov <ports@logvinov.com>
  *  Alexander Nedotsukov <bland@FreeBSD.org>
  *  Alexander Nedotsukov <bland@mail.ru>
  *  Alexander Y. Grigoryev <alexander.4mail@gmail.com>
  *  Alexey Dokuchaev <danfe@FreeBSD.org>
  *  Alonso Cardenas Marquez <acm@FreeBSD.org>
  *  Anatoliy Dmytriyev <tolid@plab.ku.dk>
  *  Anatoly Borodin <anatoly.borodin@gmail.com>
  *  Anders Nordby <anders@fix.no>
  *  Andras Horvath <han@log69.com>
  *  Andreas Daehn <ad001@uni-rostock.de>
  *  Andrew Pantyukhin <infofarmer@FreeBSD.org>
  *  Andrey Slusar <anray@FreeBSD.org>
  *  Andrey Zakhvatov
  *  Anes Mukhametov <anes@anes.su>
  *  Anonymous <swell.k@gmail.com>
  *  Anton Berezin <tobez@FreeBSD.org>
  *  Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>)
  *  Arjan van Leeuwen <avleeuwen@piwebs.com>
  *  Ashish SHUKLA <ashish@FreeBSD.org>
  *  Bill Fumerola <billf@chc-chimes.com>
  *  Björn König <bkoenig@alpha-tierchen.de>
  *  Brad Hendrickse <bradh@iafrica.com>
  *  Bruce M Simpson <bms@FreeBSD.org>
  *  Carlos Eduardo G. Carvalho <cartola@openit.com.br>
  *  Charlie Kester <corky1951@comcast.net>
  *  Choe, Cheng-Dae
  *  Choe, Cheng-Dae <whitekid@gmail.com>
  *  Chris D. Faulhaber <jedgar@FreeBSD.org>
  *  Chris D. Faulhaber <jedgar@fxp.org>
  *  Chris Piazza <cpiazza@FreeBSD.org>
  *  Christopher Key <cjk32@cam.ac.uk>
  *  Chuck Robey <chuckr@FreeBSD.org>
  *  Corey Smith <corsmith@gmail.com>
  *  Dan Langille <dvl@FreeBSD.org>
  *  Daniel O'Connor <darius@dons.net.au>
  *  Daniel Roethlisberger <daniel@roe.ch>
  *  Danilo Egea Gondolfo <danilo@FreeBSD.org>
  *  Dave Cottlehuber <dch@skunkwerks.at>
  *  David Bremner <bremner@unb.ca>
  *  David Gilbert <dgilbert@velocet.ca>
  *  David Naylor <dbn@FreeBSD.org>
  *  David Yeske <dyeske@gmail.com>
  *  Denis Barov <dindin@dindin.ru>
  *  Denis Podolskiy <bytestore@yandex.ru>
  *  Dennis Herrmann <adox@mcx2.org>
  *  Devaux Fabien <fab@gcu.info>
  *  Dmitry Sivachenko <dima@Chg.RU>
  *  Dominik Brettnacher <domi@nonsensss.de>
  *  Donn Miller <dmmiller@cvzoom.net>
  *  Douglas Carmichael <dcarmich@mcs.com>
  *  Douglas K. Rand <rand@meridian-enviro.com>
  *  Edwin Groothuis <edwin@mavetju.org>
  *  Emanuel Haupt <ehaupt@FreeBSD.org>
  *  Emanuel Haupt <ehaupt@critical.ch>
  *  Emil J.V. Björsell (Jev)
  *  Emmanuel Vadot <manu@FreeBSD.org>
  *  Eric Anholt <anholt@FreeBSD.org>
  *  Eric Freeman <freebsdports@chillibear.com>
  *  Eric P. Scott <eps+pbug0703@ana.com>
  *  Erwin Lansing <erwin@FreeBSD.org>
  *  Eugene Mychlo <myc@barev.net>
  *  Fernan Aguero <fernan@iib.unsam.edu.ar>
  *  Franz Klammer <klammer@webonaut.com>
  *  FreeBSD GNOME Team <gnome@FreeBSD.org>
  *  G. Adam Stanislav <adam@whizkidtech.net>
  *  Garrett Wollman <wollman@lcs.mit.edu>
  *  Gea-Suan Lin <gslin@gslin.org>
  *  George Reid <greid@ukug.uk.freebsd.org>
  *  Gerrit Beine (<gerrit.beine@gmx.de>)
  *  Gerrit Beine (<tux@pinguru.net>)
  *  Glenn Johnson
  *  Greg Lewis <glewis@FreeBSD.org>
  *  Gustau Perez <gustau.perez@gmail.com>
  *  Gustau Pérez i Querol <gustau.perez@gmail.com>
  *  Gvozdikov Veniamin <g.veniamin@googlemail.com>
  *  Hernan Di Pietro <hernan.di.pietro@gmail.com>
  *  Hiroto Kagotani <hiroto.kagotani@gmail.com>
  *  Horia Racoviceanu <horia@racoviceanu.com>
  *  Hye-Shik Chang <perky@fallin.lv>
  *  Hye-Shik Chang <perky@python.or.kr>
  *  Igor Pokrovsky <ip@doom.homeunix.org>
  *  Igor Pokrovsky <tiamat@comset.net>
  *  James FitzGibbon <jfitz@FreeBSD.org>
  *  Jamie Hermans <jamie@hermans.ca>
  *  Jan Henrik Sylvester <me@janh.de>
  *  Janni
  *  Janos Mohacsi <janos.mohacsi@bsd.hu>
  *  Jason Helfman <jgh@FreeBSD.org>
  *  Jean-Marc Zucconi <jmz@FreeBSD.org>
  *  Jean-Sébastien Pédron <dumbbell@FreeBSD.org>
  *  Jean-Yves Lefort <jylefort@FreeBSD.org>
  *  Jean-Yves Lefort <jylefort@brutele.be>
  *  Jeff Molofee
  *  Jeremy Norris <ishmael127@home.com>
  *  Jeremy Norris <ishmael27@home.com>
  *  Joe Marcus Clarke <marcus@FreeBSD.org>
  *  Johannes Dieterich <jmd@FreeBSD.org>
  *  Johannes Jost Meixner <johannes@perceivon.net>
  *  Johannes Meixner <johannes@perceivon.net>
  *  John Hay
  *  John McAree <john@mcaree.org>
  *  John Prather
  *  John Reynolds <johnjen@reynoldsnet.org>
  *  Joris Dedieu <joris.dedieu@gmail.com>
  *  Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe>
  *  Jose Jachuf <jjachuf@gmail.com>
  *  Joseph Koshy <koshy@india.hp.com>
  *  Juergen Unger <j.unger@choin.net>
  *  KANOU Hiroki <kanou@mil.allnet.ne.jp>
  *  KIRIYAMA Kazuhiko
  *  Kay Lehmann
  *  Kevin Golding <ports@caomhin.org>
  *  Kimura Fuyuki <fuyuki@hadaly.org>
  *  Koop Mast <kwm@FreeBSD.org>
  *  Kris Kennaway <kris@FreeBSD.org>
  *  Kris Moore <kmoore@FreeBSD.org>
  *  Kubilay Kocak <koobs@FreeBSD.org>
  *  Kurt Kanzenbach <kurt@kmk-computers.de>
  *  Kyle Martin <mkm@ieee.org>
  *  Laurent Courty
  *  Leonardo Martins <lmartins@nepe.eee.ufg.br>
  *  Lev Serebryakov <lev@FreeBSD.org>
  *  Malte Lance <malte.lance@gmx.net>
  *  Marc Fonvieille <blackend@FreeBSD.org>
  *  Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>
  *  Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> et al.
  *  Mark Atkinson <atkin901@gmail.com>
  *  Mark Murray <markm@FreeBSD.org>
  *  Mark Pulford <mark@kyne.com.au>
  *  Markus Brueffer <markus@FreeBSD.org>
  *  Martin Dieringer <martin.dieringe@gmx.de>
  *  Martin Dieringer <martin.dieringer@gmx.de>
  *  Martin Matuska <mm@FreeBSD.org>
  *  Martin Neubauer <m.ne@gmx.net>
  *  Martin Sugioarto <martin.sugioarto@udo.edu>
  *  Martin Tournoij <carpetsmoker@rwxrwxrwx.net>
  *  Martin Tournoij <carpetsmoker@xs4all.nl>
  *  Martin Wilke <miwi@FreeBSD.org>
  *  Mateusz Piotrowski <0mp@FreeBSD.org>
  *  Mathieu Arnold
  *  Matthew Luckie <mjl@luckie.org.nz>
  *  Matthew X. Economou <xenophon+fbsdports@irtnog.org>
  *  Matthias Fechner <mfechner@FreeBSD.org>
  *  Matthieu Volat <mazhe@alkumuna.eu>
  *  Maurice Castro <maurice@serc.rmit.edu.au>
  *  Maxim Sobolev <sobomax@FreeBSD.org>
  *  Michael Gmelin <freebsd@grem.de>
  *  Michael Johnson <ahze@FreeBSD.org>
  *  Michael Johnson <ahze@ahze.net>
  *  Michael Nottebrock <lofi@FreeBSD.org>
  *  Michael Reifenberger <mr@FreeBSD.org>
  *  Mike Krutov <neko@takino.org>
  *  Mikhail T. <mi@aldan.algebra.com>
  *  Mikhail Teterin <mi@aldan.algebra.com>
  *  Muhammad Moinur Rahman <5u623l20@gmail.com>
  *  NAKATA Maho <maho@FreeBSD.org>
  *  Naram Qashat <cyberbotx@cyberbotx.com>
  *  Nick Hilliard <nick@foobar.org>
  *  Nicola Vitale <nivit@FreeBSD.org>
  *  Nicola Vitale <nivit@email.it>
  *  Nikolay Korotkiy <sikmir@gmail.com>
  *  Norio Suzuki <nosuzuki@e-mail.ne.jp>
  *  Oliver Heesakkers <dev2@heesakkers.info>
  *  Oliver Lehmann <oliver@FreeBSD.org>
  *  Olivier Duchateau
  *  Paul Everlund
  *  Pav Lucistnik <pav@FreeBSD.org>
  *  Pedro F. Giffuni
  *  Pedro Garcia Freitas <sawp@sawp.com.br>
  *  Pedro Giffuni
  *  Pedro Giffuni <pfg@FreeBSD.org>
  *  Pete Fritchman <petef@FreeBSD.org>
  *  Pete Fritchman <petef@databits.net>
  *  Peter Ankerstal <peter@pean.org>
  *  Peter Jeremy <peterjeremy@optushome.com.au>
  *  Peter Schmiedeskamp <pschmied@qwest.net>
  *  Phil Phillips <pphillips@experts-exchange.com>
  *  Pietro Cerutti <gahr@FreeBSD.org>
  *  Pietro Cerutti <gahr@gahr.ch>
  *  Piotr Kubaj <pkubaj@anongoth.pl>
  *  Piotr Smyrak <smyru@heron.pl>
  *  Piotr Smyrak, piotr.smyrak@heron.pl
  *  Po-Chuan Hsieh <sunpoet@FreeBSD.org>
  *  Quentin Stievenart <acieroid@awesom.eu>
  *  R Joseph Wright <rjoseph@mammalia.org>
  *  Radim Kolar
  *  Rainer Hurling <rhurlin@gwdg.de>
  *  Randall Hopper
  *  Randall Hopper <aa8vb@ipass.net>
  *  Randall Hopper <aa8vb@nc.rr.com>
  *  Reinier de Blois <rddeblois@gmail.com>
  *  Richard Hwang <rhwang@bigpanda.com>, Mikhail Teterin
<mi@aldan.algebra.com>, Jun-ichiro itojun Itoh <itojun@itojun.org>
  *  Rick Elrod <codeblock@eighthbit.net>
  *  Rob Farmer <rfarmer@predatorlabs.net>
  *  Rod Person <rodperson@rodperson.com>
  *  Roland Jesse <roland.jesse@gmx.net>
  *  Romain Tartiere <romain@FreeBSD.org>
  *  Ron van Daal
  *  Ronald Kuehn <rk@ronald.org>
  *  Rong-En Fan <rafan@infor.org>
  *  Rusmir Dusko <nemysis@FreeBSD.org>
  *  Rusty Nejdl <rnejdl@ringofsaturn.com>
  *  Ryan Melcer <rmelcer@iteris.com>
  *  Ryan Steinmetz <zi@FreeBSD.org>
  *  Sahil Tandon <sahil@FreeBSD.org>
  *  Sam Lawrance
  *  Satoshi Asami <asami@FreeBSD.org>
  *  Satoshi Taoka <taoka@FreeBSD.org>
  *  Seiichirou Hiraoka
  *  Serge Negodyuck <petr@petrovich.kiev.ua>
  *  Sergey A. Osokin <osa@FreeBSD.org>
  *  Sergey Skvortsov <skv@protey.ru>
  *  Sergey V. Dyatko <sergey.dyatko@gmail.com>
  *  Shane Ambler
  *  Shaun Amott <shaun@inerd.com>
  *  Shell Hung <shell@shellhung.org>
  *  Shigeyuki FUKUSHIMA <shige@FreeBSD.org>
  *  Simun Mikecin <numisemis@yahoo.com>
  *  Sofian Brabez <sbrabez@gmail.com>
  *  Stanislav Sedov <ssedov@mbsd.msk.ru>
  *  Stanislav Sedov <stas@FreeBSD.org>
  *  Stas Timokhin <devel@stasyan.com>
  *  Stas Timokhin <stast@bsdportal.ru>
  *  Stefan Walter <sw@gegenunendlich.de>
  *  Stephen Roome <steve@pepcross.com>
  *  Steve Wills <steve@meatwad.mouf.net>
  *  Steve Wills <swills@FreeBSD.org>
  *  Steven Kreuzer <skreuzer@FreeBSD.org>
  *  Steven Wallace <swallace@FreeBSD.org>
  *  Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
  *  TAKAHASHI Kaoru <kaoru@kaisei.org>
  *  TAKATSU Tomonari <tota@FreeBSD.org>
  *  TAKATSU Tomonari <tota@rtfm.jp>
  *  TAOKA Fumiyoshi
  *  TATEISHI Katsuyuki <katsu@iec.hiroshima-u.ac.jp>
  *  Tassilo Philipp <tphilipp@potion-studios.com>
  *  Thibault Payet <monwarez@mailoo.org>
  *  Thierry Thomas <thierry@pompo.net>
  *  Thomas Dreibholz <dreibh@iem.uni-due.de>
  *  Thomas Gellekum <tg@FreeBSD.org>
  *  Thomas Hurst <tom@hur.st>
  *  Tilman Linneweh <arved@FreeBSD.org>
  *  Tim Bishop <tim@bishnet.net>
  *  Tod McQuillin <devin@spamcop.net>
  *  Tomoyuki Sakurai <cherry@trombik.org>
  *  Tsung-Han Yeh <snowfly@yuntech.edu.tw>
  *  UMENO Takashi <umeno@rr.iij4u.or.jp>
  *  Ulrich Spoerlein <q@uni.de>
  *  Vasil Dimov <vd@FreeBSD.org>
  *  Veniamin Gvozdikov <vg@FreeBSD.org>
  *  Vincent Tantardini <vinc@FreeBSD-fr.org>
  *  Vladimir Chukharev
  *  Wen Heping <wen@FreeBSD.org>
  *  Wen Heping <wenheping@gmail.com>
  *  Wen heping <wenheping@gmail.com>
  *  Wen heping<wenheping@gmail.com>
  *  Will Andrews <andrews@technologist.com>
  *  Yi-Jheng Lin <yzlin@cs.nctu.edu.tw>
  *  Ying-Chieh Liao <ijliao@FreeBSD.org>
  *  Yinghong Liu <relaxbsd@gmail.com>
  *  Yinghong.Liu <relaxbsd@gmail.com>
  *  Yuan-Chung Hsiao <ychsiao@ychsiao.org>
  *  Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp>
  *  Yukihiro Nakai <nacai@iname.com>
  *  Yukihiro Nakai <nakai@mlab.t.u-tokyo.ac.jp>
  *  Yuri Victorovich <yuri@FreeBSD.org>
  *  Yuri Victorovich <yuri@rawbw.com>
  *  Yuu Yashiki
  *  Yuzo FURUKAWA <hurukawa@kuee.kyoto-u.ac.jp>
  *  Zhihao Yuan <lichray@gmail.com>
  *  Zsolt Udvari <udvzsolt@gmail.com>
  *  ache
  *  alepulver
  *  anhot
  *  antonakis@gmail.com
  *  argv[0] (Iouri V. Ivliev)
  *  arved
  *  asami
  *  bf <bf@FreeBSD.org>
  *  bmc@WillsCreek.COM
  *  buganini@gmail.com
  *  cacho@mexicano.gdl.iteso.mx
  *  cartola (Carlos E. G. Carvalho)
  *  cartola@openit.com.br
  *  cfs@ing.puc.cl (original)
  *  chinsan
  *  chinsan <chinsan.tw@gmail.com>
  *  coryking
  *  cracauer@cons.org "Martin Cracauer"
  *  demon@FreeBSD.org
  *  dillon
  *  dom@happygiraffe.net
  *  erich@FreeBSD.org
  *  fenner
  *  fernan@iib.unsam.edu.ar
  *  frankch@waru.life.nthu.edu.tw
  *  gahr
  *  gary@hotlava.com
  *  gerard
  *  giffunip@asme.org
  *  glebius@FreeBSD.org
  *  gurkan@phys.ethz.ch
  *  hsu
  *  ijliao
  *  jamie
  *  jedgar@FreeBSD.org
  *  jeff@cetlink.net
  *  jjachuf@gmail.com
  *  jmz
  *  johalun
  *  johan
  *  johans
  *  kwm@FreeBSD.org
  *  lbartoletti <lbartoletti@FreeBSD.org>
  *  lesi@FreeBSD.org
  *  lichray@gmail.com
  *  luigi@FreeBSD.org
  *  maho@FreeBSD.org
  *  marcus@FreeBSD.org
  *  mb@imp.ch
  *  mi
  *  mm@FreeBSD.org
  *  nemysis <nemysis@gmx.ch>
  *  nik
  *  nork@FreeBSD.org
  *  olgeni@FreeBSD.org
  *  paulo@isr.uc.pt
  *  petef@FreeBSD.org
  *  pgs
  *  ports@FreeBSD.org
  *  proff@iq.org
  *  punkt.de Hosting Team <mops@punkt.de>
  *  rfarmer@predatorlabs.net
  *  roberto
  *  roland.jesse@gmx.net
  *  rpsfa@rit.edu
  *  saper@system.pl
  *  smace
  *  sobomax
  *  stas
  *  stb@lassitu.de
  *  theraven@FreeBSD.org
  *  thierry@pompo.net
  *  tobez
  *  trasz <trasz@pin.if.uz.zgora.pl>
  *  trevor
  *  vanilla
  *  will
  *  wolman@cs.washington.edu
  *  yukinopo@livedoor.com

With hat:	portmgr
commit hash: 022e658bd10b8753ede87b3dfda087efabddac98 commit hash: 022e658bd10b8753ede87b3dfda087efabddac98 commit hash: 022e658bd10b8753ede87b3dfda087efabddac98 commit hash: 022e658bd10b8753ede87b3dfda087efabddac98 022e658
Saturday, 16 Apr 2022
20:45 Christoph Moench-Tegeder (cmt) search for other commits by this committer
graphics/gexiv2: update to 0.14.0

Release Notes:
  https://download.gnome.org/sources/gexiv2/0.14/gexiv2-0.14.0.news
PR:		263308
Reported by:	Neel Chauhan
commit hash: eece309cb8c89932c3a57d31200d599dabb998a5 commit hash: eece309cb8c89932c3a57d31200d599dabb998a5 commit hash: eece309cb8c89932c3a57d31200d599dabb998a5 commit hash: eece309cb8c89932c3a57d31200d599dabb998a5 eece309
Monday, 27 Sep 2021
17:17 Christoph Moench-Tegeder (cmt) search for other commits by this committer
graphics/gexiv2: update to 0.12.3

https://download.gnome.org/sources/gexiv2/0.12/gexiv2-0.12.2.news
https://download.gnome.org/sources/gexiv2/0.12/gexiv2-0.12.3.news

PR:		258739
Reported by:	nc
commit hash: 21a942c2520da1667031ef77c79a7ff869d96e28 commit hash: 21a942c2520da1667031ef77c79a7ff869d96e28 commit hash: 21a942c2520da1667031ef77c79a7ff869d96e28 commit hash: 21a942c2520da1667031ef77c79a7ff869d96e28 21a942c
Tuesday, 6 Apr 2021
14:31 Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb 305f148
Sunday, 24 May 2020
11:30 cmt search for other commits by this committer
update graphics/gexiv2 to 0.12.1

Release notes:
  http://ftp.acc.umu.se/pub/gnome/sources/gexiv2/0.12/gexiv2-0.12.1.news
Original commitRevision:536387 
Tuesday, 1 Oct 2019
14:35 bapt search for other commits by this committer
Drop build dependency on GNU m4.

m4 from base is able to do the job, if properly wrapped to mimic GNU m4

Differential Revision:	https://reviews.freebsd.org/D21835
Original commitRevision:513487 
Friday, 26 Jul 2019
20:46 gerald search for other commits by this committer
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
Original commitRevision:507372 
Saturday, 30 Mar 2019
23:24 cmt search for other commits by this committer
graphics/gexiv2: update to 0.12.0

  http://ftp.acc.umu.se/pub/gnome/sources/gexiv2/0.11/gexiv2-0.11.0.news
  http://ftp.acc.umu.se/pub/gnome/sources/gexiv2/0.12/gexiv2-0.12.0.news

This includes/obsoletes our patches.
The vala api of gexiv2 changed, this needed to be reflected in
graphics/shotwell (no other port seems to use the vala interface).
Original commitRevision:497371 
Friday, 29 Mar 2019
19:07 tcberner search for other commits by this committer
graphics/exiv2: add patch to fix gimp

Modify upstrams fix [1] for FreeBSD.

PR:		236677
Reported by:	Vladimir Omelchuk <admin@vladiom.com.ua>
Original commitRevision:497188 
Sunday, 17 Mar 2019
13:14 tcberner search for other commits by this committer
graphics/exiv2: update to 0.27

Changelog:
	http://www.exiv2.org/changelog.html

- All depending ports have been bumped.
- graphics/py-exiv2 has been marked broken; use graphics/gexiv2 for python
bindings

Exp-run by:	antoine
PR:		235943
PR:		234830
Original commitRevision:496059 
Friday, 8 Mar 2019
19:49 tcberner search for other commits by this committer
graphics/gexiv2: prepare for exiv2-0.27

Import upstream patch to fix build against graphcis/exiv2-0.27:
https://github.com/Exiv2/exiv2/issues/555#issuecomment-440023260

PR:             235943
Original commitRevision:495064 
Wednesday, 12 Dec 2018
01:35 gerald search for other commits by this committer
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
Original commitRevision:487272 
Friday, 23 Nov 2018
20:10 cmt search for other commits by this committer
graphics/gexiv2: update to 0.10.9

- optionify DOCS
- upstream switched to meson build system
Changelog: https://download.gnome.org/sources/gexiv2/0.10/gexiv2-0.10.9.news
Original commitRevision:485702 
Monday, 29 Oct 2018
22:17 cmt search for other commits by this committer
graphics/gexiv2: fix build with GCC-based architectures

while here, remove forgotten cruft in MASTER_SITES and add USES=gnome
to silence warnings

PR:		232569
Submitted by:	 Piotr Kubaj
Original commitRevision:483434 
Wednesday, 29 Aug 2018
09:57 cmt search for other commits by this committer
graphics/gexiv2: avoid crash in gnome-photos

if gexiv2 is build using "--version-script", gnome-photos crashes in
libexiv2. without "--version-script", everything seems to be fine.

PR:		230505
Submitted by:	cpm
Reported by:	cpm
Original commitRevision:478347 
Monday, 13 Aug 2018
21:20 cmt search for other commits by this committer
graphics/gexiv2: update to 0.10.8

while here, simplify MASTER_SITES as suggested by portlint

PR:		230505
Submitted by:	Ting-Wei Lan
Original commitRevision:477117 
Saturday, 28 Apr 2018
06:14 tcberner search for other commits by this committer
Update grahics/exiv2 to 0.26

PR:		223625
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D12345
Original commitRevision:468519 
Friday, 26 Jan 2018
19:35 linimon search for other commits by this committer
Attempt to build on powerpc64 again.

Reported by:	jhibbits
Original commitRevision:460049 
Monday, 22 May 2017
16:04 linimon search for other commits by this committer
Mark some ports failing on power64.  In cases where the error message
was a stub, provide a real one.

While here, pet portlint.

Approved by:	portmgr (tier-2 blanket)
Reported by:	swills
Original commitRevision:441468 
Saturday, 13 May 2017
20:45 cmt search for other commits by this committer
graphics/gexiv2: update to 0.10.6

Announcement:
  https://mail.gnome.org/archives/gexiv2-list/2017-May/msg00001.html
While here, make sure stage-qa does not complain.
Original commitRevision:440856 
Sunday, 26 Mar 2017
20:35 cmt search for other commits by this committer
update graphics/gexiv2 to 0.10.5

following the example of several other ports, the python overwrite
files will have get their own ports, which will also enable handling
of python versions 2 and/or 3.

PR:		205335
Submitted by:	me, sergey.avseyev(at)gmail.com
Approved by:	rene (mentor, implicit), timeout
Original commitRevision:436987 
Wednesday, 27 Jul 2016
10:22 tcberner search for other commits by this committer
Update graphics/exiv2 to 0.25.

As there is an shlib version bump, bump them portrevision of dependent ports.

While doing so, also switch to the cmake build system, as it requires less
patching and is easier to handle.

PR:             211329
Reviewed by:    mat, rakuco, kwm
Approved by:    rakuco (mentor)
Differential Revision:  https://reviews.freebsd.org/D7283
Original commitRevision:419170 
Friday, 1 Apr 2016
14:00 mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:412346 
Thursday, 17 Dec 2015
01:02 marino search for other commits by this committer
graphics/gexiv2: Switch MASTER_SITE to fedora to restore fetch
Original commitRevision:403890 
Sunday, 13 Dec 2015
09:41 bapt search for other commits by this committer
Mark as broken: does not fetch
Original commitRevision:403659 
Sunday, 7 Jun 2015
15:23 amdmi3 search for other commits by this committer
- Add LICENSE_FILE
- Strip library
Original commitRevision:388721 
Wednesday, 25 Feb 2015
18:42 marino search for other commits by this committer
graphics/gexiv2: Use CXXFLAGS instead of CFLAGS

This program uses c++ to build, so it needs to use CXXFLAGS.  While
switching those in order to pick up external c++ flags, relocate the
WRKSRC definition to please portlint.
Original commitRevision:379939 
Saturday, 1 Nov 2014
20:50 danfe search for other commits by this committer
Install introspection files (as required by some programs).
Original commitRevision:372041 
Sunday, 5 Oct 2014
18:01 tijl search for other commits by this committer
- Update devel/libtool and devel/libltdl to version 2.4.2.418
- Patch libtool so it uses the same library version specification as on
  Darwin, Linux and other systems.  Given the version current:revision:age
  a library will be given the extension .so.major.age.revision with major
  equal to current-age.  Before libtool would use .so.current on FreeBSD.
- Patch libtoolize to remove two cases of umask 0 that caused libltdl
  files to be copied world writable (--ltdl option)
- Let USES=libtool patch this new version correctly
- Adjust all ports with USES=libtool:build and bump PORTREVISION on their
  dependent ports if a library version changed

PR:		194068
Exp-run by:	antoine
Approved by:	portmgr (antoine)
Original commitRevision:370099 
Sunday, 10 Aug 2014
22:11 tijl search for other commits by this committer
Fix pkg-plist after r364561

Reported by:	antoine
Original commitRevision:364577 
19:26 tijl search for other commits by this committer
Replace some dependencies on libtool with USES=libtool:build or a
dependency on libtoolize
Original commitRevision:364561 
Friday, 4 Apr 2014
20:36 danfe search for other commits by this committer
- Chase libexiv2.so shlib version bump after r350163
- Fix nearby minor style issues while here (not all)

Approved by:	portmgr (bapt), some ports are still NO_STAGE :(
Original commitRevision:350164 
Wednesday, 19 Feb 2014
09:36 miwi search for other commits by this committer
- Stage support
Original commitRevision:345048 
Friday, 14 Feb 2014
16:51 tabthorpe search for other commits by this committer
- Reassign lioux' ports to the heap

With hat:	portmgr
Original commitRevision:344281 
Friday, 20 Sep 2013
18:35 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
graphics)
Original commitRevision:327733 
Monday, 2 Sep 2013
20:42 bapt search for other commits by this committer
Fix build without libstdc++
Original commitRevision:326086 
Tuesday, 11 Jun 2013
18:36 wg search for other commits by this committer
- Update to 0.6.1

Changes:
http://redmine.yorba.org/projects/gexiv2/repository/revisions/master/entry/NEWS

PR:		ports/178012
Submitted by:	Christoph Moench-Tegeder <cmt@burggraben.net>
Approved by:	culot / jpaetzel (mentors, implicit), maintainer (timeout)
Original commitRevision:320624 
Tuesday, 23 Apr 2013
10:47 bapt search for other commits by this committer
Convert g* to USES=pkgconfig
Original commitRevision:316343 
Tuesday, 6 Nov 2012
04:52 danfe search for other commits by this committer
graphics/gexiv2:
- Update to version 0.4.1
- Drop shlib versions in LIB_DEPENDS
- Define LICENSE (GPLv2)
- Cleanup Makefile and port description

graphics/shotwell (gexiv2 consumer):
- Bump port revision (chase gexiv2 update)
- Drop shlib versions in LIB_DEPENDS
- Define LICENSE (LGPL21)
- Provide a better port description
- Nota bene: version 0.13.1 is available

Feature safe:	yes
Approved by:	maintainer timeout
Original commitRevision:307052 
Wednesday, 1 Aug 2012
09:11 bsam search for other commits by this committer
Bump so library version. Somehow I missed it at my previous commit.

Pointed out by:	Piotr Kubaj <pkubaj@gmail.com>
Pointy hat to:	bsam (me)
Original commit
Tuesday, 31 Jul 2012
15:29 bsam search for other commits by this committer
Update graphics/exiv2 to version 0.23.
The so library version has changed.
Bump PORTREVISIONs at dependent ports.

PR:		ports/169733
Submitted by:	bsam (me)
Approved by:	multimedia (maintainer timeout 3 weeks)
Original commit
Thursday, 26 Jul 2012
05:40 bapt search for other commits by this committer
new devel/pkgconf added to replace devel/pkg-config. new version of pkg-config
are no more self hosting so we are stuck with 0.25 version while pkgconf provide
the same set of features as 0.27 and a compatible frontend. A symlink to
pkg-config has been added for convenience and compatibility

This also introduces a new macro to use pkgconf in your ports:
USE_PKGCONFIG

it can take the following arguments:
 - yes (meaning build only dep)
 - build (meaning build only dep)
 - run (meaning run only dep)
 - both (meaning run and build dep)

From now USE_GNOME= pkgconfig is deprecated in favour of USE_PKGCONFIG
The old gnome macro has been modified to use pkgconf but still the sameway: run
and build dep to avoid large breakage.

While here fix some ports relying on pkg-config but not specifying it, fix some
ports broken because testing wrong .pc files, and fix ports using pkg-config
--version to determine pkg-config version instead of
pkg-config --modversion pkg-config like recommanded by pkg-config

With Hat:	portmgr
Exp-runs by:	bapt (pointhat-west), beat (pointyhat)
Original commit
Tuesday, 12 Apr 2011
08:24 bapt search for other commits by this committer
- chase exiv2 library bump
- while here remove some MD5
- fix some forgottern desktop-file-utils dependencies
Original commit
Wednesday, 8 Dec 2010
19:58 ade search for other commits by this committer
Clean up "current" versions of autotools components to further reduce
tree-churn on updates.
Original commit
Saturday, 11 Sep 2010
17:17 lioux search for other commits by this committer
Update to 0.2.1
Original commit
Friday, 10 Sep 2010
00:49 lioux search for other commits by this committer
- Create PREFIX/share/vala/vapi directory on pre-install
- dirrmtry to remove it on PLIST
- Bump PORTREVISION due to PLIST change

Prompted by:    pointyhat amd64 run
Original commit
Tuesday, 7 Sep 2010
02:49 lioux search for other commits by this committer
New port gexiv2 version 0.2.0: GObject-based wrapper around the
Exiv2 library
Original commit

Number of commits found: 55