librsvg — Commit History
showing 154 stored commits — full history at freebsd-ports on GitHub
| Commit | Credits | Log message |
|---|---|---|
|
2.62.0
43f5b4a72f
files touched
|
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.94.0
PR: 293615 |
|
2.62.0
8b572c9c2a
files touched
|
Daniel Engberg (diizzy) |
graphics/librsvg2-rust: Update to 2.62.0
Changelog: https://gitlab.gnome.org/GNOME/librsvg/-/releases/2.62.0 PR: 293836 Reviewed by: desktop (arrowd) |
|
2.61.4
665617e892
files touched
|
Daniel Engberg (diizzy) |
graphics/librsvg2-rust: Update to 2.61.4
Changelog: https://gitlab.gnome.org/GNOME/librsvg/-/releases/2.61.4 PR: 293170 Reviewed by: desktop (arrowd) Exp-run by: antoine |
|
2.61.3
3d631100e8
files touched
|
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.93.0
PR: 292360 |
|
2.61.3
678ab7d905
files touched
|
Olivier Duchateau (duchateau.olivier) |
graphics/librsvg2-rust: update to 2.61.3
PR: 291661 |
|
2.61.2
5e496c7707
files touched
|
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.92.0
PR: 291582 |
|
2.61.2
d6b6027df6
files touched
|
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.91.1
PR: 290816 |
|
2.61.2
78c6d093bf
files touched
|
Daniel Engberg (diizzy) |
graphics/librsvg2-rust: Update to 2.61.2
Changelog: https://gitlab.gnome.org/GNOME/librsvg/-/releases/2.61.2 PR: 290729 Approved by: desktop (arrowd) |
|
2.60.0
97b5de4ffc
files touched
|
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.90.0
PR: 289709 |
|
2.60.0
b21956d7db
files touched
|
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.89.0
PR: 288923 |
|
2.60.0
ee00fb3efa
files touched
|
Gunther Nikl (gnikl) |
graphics/librsvg2-rust: Do not use --output arg with rst2man
This improves compatibility with older versions PR: 286066 |
|
2.60.0
091c775892
files touched
|
Gleb Popov (arrowd) |
graphics/librsvg2-rust: Add VAPI option, default on
PR: 286066 |
|
2.60.0
f3f7e555b0
files touched
|
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.88.0
PR: 287766 |
|
2.60.0
3068854dd0
files touched
|
Baptiste Daroussin (bapt) |
libxml2: chase libxml soversion bump
|
|
2.60.0
3ed29b8185
files touched
|
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.87.0
PR: 286829 |
|
2.60.0
2a5976aebe
files touched
|
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.86.0
PR: 285840 |
|
2.60.0
11a5a9d072
files touched
|
Daniel Engberg (diizzy) |
graphics/librsvg2-rust: Always install manpage for rsvg-convert
Fixes plist issue when DOCS are disabled Reported by: vvd Approved by: portmgr (build fix) |
|
2.60.0
77c505ee59
files touched
|
Daniel Engberg (diizzy) |
graphics/librsvg2-rust: Update to 2.60.0
* Upstream switched to Meson Changelog: https://gitlab.gnome.org/GNOME/librsvg/-/releases/2.60.0 Thanks to mikael@ and fluffy@ for testing and suggesting fixes including for consumers PR: 284977 Tested by: fluffy Approved by: desktop (vishwin (previous version), fluffy) |
|
2.58.5
e87d8134a3
files touched
|
Charlie Li (vishwin) |
gnome.mk: rename gdkpixbuf2 to gdkpixbuf to prepare for port move
The GTK 1-based gdk-pixbuf has not existed for some time. No functional or package changes. |
|
2.58.5
cf7c4b037d
files touched
|
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.85.0
PR: 284884 |
|
2.58.5
b8760710bf
files touched
|
Baptiste Daroussin (bapt) |
graphics/librsvg2-rust: force rebuild the package
from pkg 2.0.0 to pkg 2.0.3, a regression made the package "not providing" librsvg2.so.2 which made pkg trying to install both librsvg2 and librsvg2-rust librsvg2 to satisfy the librsvg2.so.2 shlib dependency librsvg2-rust to satisfy the direct dependency, resulting in an unsolvable problem. PR: 284307 |
|
2.58.5
fccaa1b326
files touched
|
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.84.0
PR: 283962 |
|
2.58.5
1d1fd15a3e
files touched
|
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.83.0
PR: 283000 |
|
2.58.5
ca048c2884
files touched
|
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.82.0
PR: 282516 |
|
2.58.5
f99a708957
files touched
|
Yuri Victorovich (yuri) |
Mk/Uses/cargo.mk: Remove cross-compilation options for Rust-based ports
Reasons: * Port build shouldn't use cross-compilation mode because it buids for the same architecture. * RUSTFLAGS isn't passed to the build of all or some Rust ports in the cross-compilation mode. Essential changes: * Remove the CARGO_BUILD_TARGET make variable. * Remove CARGO_BUILD_TARGET and CARGO_TARGET_* from CARGO_ENV. * Update many ports that used CARGO_BUILD_TARGET. * Build paths now don't include the architecture triplet part. Immadiate benefits: * Unbreak build on architectures like i386 that sometimes require special RUSTFLAGS that were not effective in the cross-compilation mode. Ports that really need cross-compilation for some reason should enable it on case-by-case basis. Example: net-p2p/cncli (Not sure why does net-p2p/cncli actually need it, but it only builds with these options.) PR: 280305 Approved by: rust@FreeBSD.org (maintainer's timeout; 98 days) |
|
2.58.5
4a16d2e85d
files touched
|
Jan Beich (jbeich) |
graphics/librsvg2-rust: update to 2.58.5
Changes: https://gitlab.gnome.org/GNOME/librsvg/-/blob/2.58.5/NEWS Reported by: GitLab (notify releases) |
|
2.58.4
4ea13351b0
files touched
|
Jan Beich (jbeich) |
graphics/librsvg2-rust: update to 2.58.4
Changes: https://gitlab.gnome.org/GNOME/librsvg/-/blob/2.58.4/NEWS Reported by: GitLab (notify releases) |
|
2.58.3
89ab81d0e2
files touched
|
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.81.0
PR: 281300 |
|
2.58.3
7a55f95425
files touched
|
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.80.1
PR: 280490 |
|
2.58.3
101e70f426
files touched
|
Jan Beich (jbeich) |
graphics/librsvg2-rust: update to 2.58.3
Changes: https://gitlab.gnome.org/GNOME/librsvg/-/blob/2.58.3/NEWS Reported by: GitLab (notify releases) |
|
2.58.2
a54a59ad59
files touched
|
Jan Beich (jbeich) |
graphics/librsvg2-rust: update to 2.58.2
Changes: https://gitlab.gnome.org/GNOME/librsvg/-/blob/2.58.2/NEWS Reported by: GitLab (notify releases) |
|
2.58.1
21476ca8a9
files touched
|
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.79.0
PR: 279707 |
|
2.58.1
17f17d262b
files touched
|
Jan Beich (jbeich) |
graphics/librsvg2-rust: update to 2.58.1
Changes: https://gitlab.gnome.org/GNOME/librsvg/-/blob/2.58.1/NEWS Reported by: GitLab (notify releases) |
|
2.58.0
2322b66100
files touched
|
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.78.0
PR: 278834 |
|
2.58.0
d632fbe55e
files touched
|
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.77.0
PR: 277786 |
|
2.58.0
1ff523f0ea
files touched
|
Jan Beich (jbeich) |
graphics/librsvg2-rust: update to 2.58.0
Changes: https://gitlab.gnome.org/GNOME/librsvg/-/blob/2.58.0/NEWS Reported by: GitLab (notify releases) |
|
2.56.4
2fc0b9ca17
files touched
|
Gleb Popov (arrowd) |
graphics/librsvg2-rust: Mark TESTING_UNSAFE
|
|
2.56.4
7f5a7b0e52
files touched
|
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.76.0
PR: 276920 |
|
2.56.4
752121ba5f
files touched
|
Muhammad Moinur Rahman (bofh) |
graphics/librsvg2-rust: Moved man to share/man
Approved by: portmgr (blanket) |
|
2.56.4
109c3d4629
files touched
|
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.75.0
PR: 276033 |
|
2.56.4
b2afd89fb2
files touched
|
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.74.1
PR: 275243 |
|
2.56.4
dd10dc88a7
files touched
|
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.73.0
PR: 274499 |
|
2.56.4
5315d489cc
files touched
|
Jan Beich (jbeich) |
graphics/librsvg2-rust: update to 2.56.4
Changes: https://gitlab.gnome.org/GNOME/librsvg/-/releases/2.56.4 Reported by: GitLab (notify releases) |
|
2.56.3
aba8da2be1
files touched
|
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.72.0
PR: 273331 |
|
2.56.3
adc2f8474c
files touched
|
Jan Beich (jbeich) |
graphics/librsvg2-rust: update to 2.56.3
Changes: https://gitlab.gnome.org/GNOME/librsvg/-/releases/2.56.3 Reported by: GitLab (notify releases) |
|
2.56.2
cdf28617b4
files touched
|
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.71.0
PR: 272449 |
|
2.56.2
880f72e54d
files touched
|
Jan Beich (jbeich) |
graphics/librsvg2-rust: update to 2.56.2
Changes: https://gitlab.gnome.org/GNOME/librsvg/-/blob/2.56.2/NEWS Reported by: GitLab (notify releases) |
|
2.56.1
e1d1045bc7
files touched
|
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.70.0
PR: 271797 |
|
2.56.1
3c57fc9d2b
files touched
|
Jan Beich (jbeich) |
graphics/librsvg2-rust: update to 2.56.1
Changes: https://gitlab.gnome.org/GNOME/librsvg/-/blob/2.56.1/NEWS Reported by: GitLab (notify releases) |
|
2.56.0
3db55c4e97
files touched
|
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.69.0
PR: 270953 |
|
2.56.0
2cb8397dda
files touched
|
Jan Beich (jbeich) |
graphics/librsvg2-rust: update to 2.56.0
Changes: https://gitlab.gnome.org/GNOME/librsvg/-/blob/2.56.0/NEWS Reported by: GitLab (notify releases) PR: 270290 Exp-run by: antoine Approved by: tcberner |
|
2.54.5
c9c14b819f
files touched
|
Jan Beich (jbeich) |
graphics/librsvg2-rust: convert to USES=cargo
https://gitlab.gnome.org/GNOME/librsvg/-/commit/7e5e7e5b76d0 PR: 270290 Exp-run by: antoine Approved by: tcberner |
|
2.54.5
ebf29acc6c
files touched
|
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.68.0
PR: 270080 |
|
2.54.5
109e35fd59
files touched
|
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.67.1
PR: 269336 |
|
2.54.5
12f1c627d4
files touched
|
Daniel Engberg (diizzy) |
*/*: Bump rust (cargo) ports to reflect on WITH_LTO
Bump ports in tree so they get rebuilt with new default settings for cargo ports |
|
2.54.5
ba14e01a52
files touched
|
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.66.0
PR: 268415 |
|
2.54.5
9bf6a99963
files touched
|
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.65.0
PR: 267622 |
|
2.54.5
afe651cf62
files touched
|
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.64.0
PR: 267173 |
|
2.54.5
fb16dfecae
files touched
|
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on WWW: lines in pkg-descr files. This commit removes the WWW: lines of moved-over URLs from these pkg-descr files. Approved by: portmgr (tcberner) |
|
2.54.5
b7f05445c0
files touched
|
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) |
|
2.54.5
35576433f8
files touched
|
Jan Beich (jbeich) |
graphics/librsvg2-rust: update to 2.54.5
- Drop USE_GNOME=gnomeprefix to support DOCS option via conditional --disable-gtk-doc and remove unsupported --with-html-dir --with-gconf-source (configure warning) Changes: https://gitlab.gnome.org/GNOME/librsvg/-/blob/2.54.5/NEWS Reported by: GitLab (notify releases) |
|
2.54.1
d9b0d9ac4e
files touched
|
Tobias C. Berner (tcberner) |
framework: switch tree to using vala.mk
PR: 249940 |
|
2.54.1
b9b250f912
files touched
|
Baptiste Daroussin (bapt) |
rust: bring back update to 1.63
Revert back the revert of the update of rust and related commits This revert was drive by beside validation by portmgr via exp-run and not respectful of the etiquette we have between committers This reverts commit 8ecb1f8141144c1603eb4026122d2e60eeaccd64. This reverts commit 04d257baa182926cff158f32cf459e560426add0. This reverts commit 2757c63bd0e6d01f9f0657fe03bb3a7b49adcae2. This reverts commit 75f4713de5e3fbd1c6a0cb572e08121814a4072e. This reverts commit e88e592111c86fdd1c0ac8717dbef9342e15e27c. This reverts commit 783c056d7d681d66e2c5c59251c275d65274028e. With hat: portmgr |
|
2.54.1
783c056d7d
files touched
|
Piotr Kubaj (pkubaj) |
Revert "lang/rust: Bump revisions after 1.63.0"
This reverts commit c7912d97754bb7aa9a18eb33df53f91cba4cd82d. PR: 265915 |
|
2.54.1
c7912d9775
files touched
|
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.63.0
|
|
2.54.1
022e658bd1
files touched
|
Tobias C. Berner (tcberner) |
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 |
|
2.54.1
a50372b91f
files touched
|
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.62.0
|
|
2.54.1
e9a35a1c50
files touched
|
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.61.0
|
|
2.54.1
57c3caaa6c
files touched
|
Tobias Kortkamp (tobik) |
lang/rust: Relink ports after the Rust 1.60.0 update
|
|
2.54.1
09b2a7fd47
files touched
|
Tobias C. Berner (tcberner) |
graphics/librsvg2-rust: update to 2.54.1
* Fix oversight in the Minimum Supported Rust Version (MSRV) - this release requires Rust 1.56 or later. This has been true since librsvg 2.53.1, but it was not checked correctly. (Matt Turner) * #859 - Make rst2man and gi-docgen optional. (Kleis Auke Wolthuizen) * #856 - Fix documentation comments. |
|
2.54.0
6955217997
files touched
|
Adriaan de Groot (adridg) |
textproc/py-gi-docgen: update to 2022.1
Bump gi-docgen; the patch to docgen is entirely from Olivier, the dependent ports that get a bump and a plist-fix is from me. Consumers have PORTREVISION bumped to reflect changes in plist: - pygment.css is no longer installed - more fonts .woff files are installed Obtained from: Olivier Duchateau PR: 263199 |
|
2.54.0
d63665f7cd
files touched
|
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) |
|
2.54.0
bd08b1edde
files touched
|
Tobias C. Berner (tcberner) |
graphics/gdk-pixbuf2: add trigger to run gdk-pixbuf-query-loaders
gdk-pixbuf2 uses a cache of its loadable modules, which is updated by
${RREFIX}/bin/gdk-pixbuf-query-loaders and stored in
${PREFIX}/lib/gdk-pixbuf-2.0/${GTK2_VERSION}/loaders.
Remove the pre-existing @exec and @postexec commands in the ports
providing such modules, and add a trigger in graphics/gdk-pixbuf2
to do this automatically.
Reviewed by: bapt
Differential Revision: https://reviews.freebsd.org/D34679
|
|
2.54.0
247c7db751
files touched
|
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 |
|
2.54.0
74b6f85a16
files touched
|
Jan Beich (jbeich) |
graphics/librsvg2-rust: update to 2.54.0
Changes: https://gitlab.gnome.org/GNOME/librsvg/-/blob/2.54.0/NEWS PR: 262669 Reported by: Repology Exp-run by: antoine Approved by: tcberner |
|
2.52.8
24db4f7fa7
files touched
|
Jan Beich (jbeich) |
graphics/librsvg2-rust: update to 2.52.8
Changes: https://gitlab.gnome.org/GNOME/librsvg/-/blob/2.52.8/NEWS Reported by: Repology |
|
2.52.7
e255ac5487
files touched
|
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.59.0
|
|
2.52.7
6f434f076b
files touched
|
Jan Beich (jbeich) |
graphics/librsvg2-rust: update to 2.52.7
Changes: https://gitlab.gnome.org/GNOME/librsvg/-/blob/2.52.7/NEWS Reported by: Repology |
|
2.52.6
008c2e15ac
files touched
|
Jan Beich (jbeich) |
graphics/librsvg2-rust: disable notifications for unstable versions
See https://gitlab.gnome.org/GNOME/librsvg/-/blob/main/RELEASING.md |
|
2.52.6
f3425f834f
files touched
|
Jan Beich (jbeich) |
graphics/librsvg2-rust: update to 2.52.6
Changes: https://gitlab.gnome.org/GNOME/librsvg/-/blob/2.52.6/NEWS Reported by: Repology |
|
2.52.5
d64a2a380f
files touched
|
Tobias Kortkamp (tobik) |
lang/rust: Relink consumers
PR: 261449 Security: ee26f513-826e-11ec-8be6-d4c9ef517024 |
|
2.52.5
835bd57330
files touched
|
Tobias Kortkamp (tobik) |
lang/rust: Bump revisions after 1.58.0
|
|
2.52.5
51cc50759b
files touched
|
Piotr Kubaj (pkubaj) |
graphics/librsvg2-rust: fix build on powerpc64le and powerpc
1. There are now two copies of cfg_expr used, both need to be patched. 2. For some reason, when powerpc64le block in cfg_expr 0.9 was lower than it is currently, the target failed to be identified as supported. |
|
2.52.5
54442654f6
files touched
|
Jan Beich (jbeich) |
graphics/librsvg2-rust: update to 2.52.5
Changes: https://gitlab.gnome.org/GNOME/librsvg/-/blob/2.52.5/NEWS Reported by: Repology |
|
2.52.4
5a7f23c69d
files touched
|
Tobias Kortkamp (tobik) |
lang/rust: Rebuild consumers for Rust 1.57.0
|
|
2.52.4
516e25c711
files touched
|
Jan Beich (jbeich) |
graphics/librsvg2-rust: update to 2.52.4
Changes: https://gitlab.gnome.org/GNOME/librsvg/-/blob/2.52.4/NEWS Reported by: Repology |
|
2.52.3
5d33a18104
files touched
|
Jan Beich (jbeich) |
graphics/librsvg2-rust: update to 2.52.3
No API/ABI changes since 2.52.0. Changes: https://gitlab.gnome.org/GNOME/librsvg/-/blob/2.52.3/NEWS |
|
2.52.0
26bd69ec20
files touched
|
Jan Beich (jbeich) |
graphics/librsvg2-rust: unbreak fetch due to repo growth
=> Fetched file size mismatch (expected 10895, actual 10911) -index 53bbd00b..93d3b4f7 100644 +index 53bbd00bb..93d3b4f79 100644 -index 9d328923..476a6f77 100644 +index 9d3289230..476a6f776 100644 -index 93d3b4f7..58953e6a 100644 +index 93d3b4f79..58953e6a0 100644 -index 476a6f77..9fa9a2e1 100644 +index 476a6f776..9fa9a2e15 100644 -index 58953e6a..3f915cd0 100644 +index 58953e6a0..3f915cd01 100644 -index 9fa9a2e1..34dfc992 100644 +index 9fa9a2e15..34dfc992e 100644 -index 3f915cd0..4f751ece 100644 +index 3f915cd01..4f751ece4 100644 -index 34dfc992..20cd0f40 100644 +index 34dfc992e..20cd0f40b 100644 PR: 259471 |
|
2.52.0
ad90fc634b
files touched
|
Tobias Kortkamp (tobik) |
*: Rebuild for Rust 1.56.0
|
|
2.52.0
fef47ad6a7
files touched
|
Stefan Eßer (se) |
graphics/librsvg2-rust: Add CPE information
Approved by: portmgr (blanket) |
|
2.52.0
a79bfc5158
files touched
|
Piotr Kubaj (pkubaj) |
graphics/librsvg2-rust: fix build on big-endian
patch-vendor_crossbeam-* patches are necessary on powerpc. They may be removed after Rust 1.56.0 is released, upstream for crossbeam* crates regenerates no_atomic.rs and those changes flow into ports. Same for the patch for builtns.rs (except that it also affects powerpc64le which is already in the upstream cfg_expr crate, but powerpc has not yet landed there). To fix build generally on big-endian (so powerpc and powerpc64 at the moment), merging https://gitlab.gnome.org/GNOME/librsvg/-/commit/92df18a3faf80c1d6d35899d9a5d22c74adfb8f8 is also necessary. |
|
2.52.0
207c68b993
files touched
|
Jan Beich (jbeich) |
graphics/librsvg2-rust: document upstreaming for b421d406a3ec
|
|
2.52.0
b421d406a3
files touched
|
Piotr Kubaj (pkubaj) |
graphics/librsvg2-rust: fix build on powerpc64le
Add powerpc64le-unknown-freebsd target support to cfg_expr so that system-deps can build: thread 'main' panicked at 'Invalid TARGET: powerpc64le-unknown-freebsd', /wrkdirs/usr/ports/graphics/librsvg2-rust/work/librsvg-2.52.0/vendor/system-deps/src/lib.rs:735:32 |
|
2.52.0
3a2feaf0b2
files touched
|
Jan Beich (jbeich) |
graphics/librsvg2-rust: update to 2.52.0
Changes: https://gitlab.gnome.org/GNOME/librsvg/-/blob/2.52.0/NEWS PR: 258561 Exp-run by: antoine Approved by: tcberner |
|
2.50.3
7059b43727
files touched
|
Tobias Kortkamp (tobik) |
*: Rebuild lang/rust consumers after the 1.55.0 update
|
|
2.50.3
70f1b063ed
files touched
|
Mikael Urankar (mikael) |
lang/rust: Rebuild consumers for 1.54.0
|
|
2.50.3
d5ca695b55
files touched
|
Piotr Kubaj (pkubaj) |
*/*: fix all ports using Rust on powerpc that fail due to libc
This commit backports https://github.com/rust-lang/libc/commit/a66f7c1eb26ad890c8169d8395e3042bcf776f01 to various ports. It doesn't bring that backport to ports that fail to build anyway. |
|
2.50.3
6718da31ba
files touched
|
Piotr Kubaj (pkubaj) |
Mk/bsd.default-versions.mk: switch the default librsvg2 on powerpc to rust
|
|
2.50.3
06dbc12f96
files touched
|
Tobias Kortkamp (tobik) |
lang/rust: Rebuild consumers for 1.53.0
|
|
2.50.3
28e7a9334a
files touched
|
Tobias Kortkamp (tobik) |
Rebuild lang/rust consumers after d8837418ea743776
|
|
2.50.3
305f148f48
files touched
|
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles.
|
|
2.50.3
6095f1422a
files touched
|
Tobias Kortkamp (tobik) |
Rebuild lang/rust consumers after r569489
|
|
2.50.3
6bebfaa8a0
files touched
|
Mikael Urankar (mikael) |
lang/rust: Update to 1.50.0
- Use bundled libgit/libssh, the versions in ports are too old - Update lang/rust-nightly to 2021-02-12 - Update devel/racer to 2.1.41 - Import upstream patch to fix build issue for Firefox and related ports (https://bugzilla.mozilla.org/show_bug.cgi?id=1684261) Changes: https://github.com/rust-lang/rust/releases/tag/1.50.0 Tested by: mikael, pkubaj Differential Revision: https://reviews.freebsd.org/D28616 |
|
2.50.3
c04dbba279
files touched
|
Tobias C. Berner (tcberner) |
graphics/librsvg2-rust: update to 2.50.3
|
|
2.50.2
a798515415
files touched
|
Mikael Urankar (mikael) |
lang/rust: Update to 1.49.0
Changes: https://github.com/rust-lang/rust/releases/tag/1.49.0 Tested by: mikael, pkubaj Differential Revision: https://reviews.freebsd.org/D27940 |
|
2.50.2
1c73ac4c1d
files touched
|
Tijl Coosemans (tijl) |
Set RUSTFLAGS like Mk/Uses/cargo.mk does to respect CC and LDFLAGS.
|
|
2.50.2
2a0b474732
files touched
|
Tobias C. Berner (tcberner) |
graphics/librsvg2-rust: update to 2.50.2
|
|
2.50.0
4e449e031e
files touched
|
Mikael Urankar (mikael) |
lang/rust: Update to 1.48.0
Changes: https://github.com/rust-lang/rust/releases/tag/1.48.0 Reviewed by: jbeich Tested by: bdragon, jbeich, mikael Differential Revision: https://reviews.freebsd.org/D27293 |
|
2.50.0
d9b97de179
files touched
|
Mikael Urankar (mikael) |
lang/rust: Update to 1.47.0
- Add powerpc64le arch (submitted by bdragon in D26711)
- Disable DOCS, same problem fixed in r546048
- Update devel/racer to 2.1.36
- Import upstream patch to fix www/firefox
(https://hg.mozilla.org/integration/autoland/rev/e2cede25c027)
- Import gentoo patches to fix www/firefox-esr, www/cliqz and mail/thunderbird
(https://dev.gentoo.org/~whissi/mozilla/patchsets/firefox-esr-78-patches-03.tar.xz : 0036, 0037 and 0038)
- Force rebuild all consumers to catch regressions
Changelog:
https://github.com/rust-lang/rust/releases/tag/1.47.0
Differential Revision: https://reviews.freebsd.org/D26721
|
|
2.50.0
f35841a5de
files touched
|
Tobias Kortkamp (tobik) |
Reset MAINTAINER
|
|
2.50.0
53a71561f4
files touched
|
Tobias Kortkamp (tobik) |
graphics/librsvg2-rust: Update to 2.50.0
Changes: https://download.gnome.org/sources/librsvg/2.50/librsvg-2.50.0.news |
|
2.48.8
c9a06251c5
files touched
|
Tobias Kortkamp (tobik) |
lang/rust: Update to 1.46.0
- Force rebuild all consumers to catch regressions early Changes: https://blog.rust-lang.org/2020/08/27/Rust-1.46.0.html With hat: rust Differential Revision: https://reviews.freebsd.org/D26176 |
|
2.48.8
0d5ef4c77d
files touched
|
Piotr Kubaj (pkubaj) |
graphics/librsvg2-rust: fix build on GCC architectures
Use newer GCC to link: libtool: link: cc -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/gio-unix-2.0/ -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pixman-1 -I/usr/local/include/freetype2 -I/usr/local/include/libdrm -I/usr/local/include/libpng16 -I/usr/local/include/pango-1.0 -I/usr/local/include/fribidi -D_THREAD_SAFE -pthread -I/usr/local/include/harfbuzz -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -fstack-protector-strong -o .libs/rsvg-convert rsvg_convert-rsvg-convert.o ./.libs/librsvg-2.so -L/usr/local/lib -lpng16 -lz -lcairo-gobject -lgdk_pixbuf-2.0 -lgio-2.0 -lharfbuzz -lxml2 -lpangocairo-1.0 -lcairo -lpthread -lpangoft2-1.0 -lpango-1.0 -lgobject-2.0 -lglib-2.0 -lintl -lfontconfig -lfreetype -lm -pthread -Wl,-rpath -Wl,/usr/local/lib ./.libs/librsvg-2.so: undefined reference to `.TOC.' |
|
2.48.8
8b057d47a9
files touched
|
Tobias Kortkamp (tobik) |
lang/rust: Update to 1.45.2
Changes: https://blog.rust-lang.org/2020/08/03/Rust-1.45.2.html |
|
2.48.8
9137d53fe2
files touched
|
Tobias Kortkamp (tobik) |
lang/rust: Update to 1.45.1
- Apply the "hard links break `env::current_exe()`" workaround from r543251 to lang/rust too - Force rebuild all consumers for the soundness bug in 1.45.0 Changes: https://blog.rust-lang.org/2020/07/30/Rust-1.45.1.html With hat: rust Differential Revision: https://reviews.freebsd.org/D25835 |
|
2.48.8
b0f1d6430e
files touched
|
Tobias Kortkamp (tobik) |
lang/rust: Update to 1.45.0
- This Rust release comes with LLVM 10. Drop the LLVM patches we no longer need. - On FreeBSD 13.0 powerpc64 set the elfv2 ABI explicitly in the Rust target instead of patching LLVM. - Build LLVM with Ninja. It can shorten the build time slightly. - Force rebuild all consumers to catch regressions early Changes: https://blog.rust-lang.org/2020/07/16/Rust-1.45.0.html Tested by: mikael, pkubaj, tobik With hat: rust Differential Revision: https://reviews.freebsd.org/D25658 |
|
2.48.8
a10d0ac896
files touched
|
Tobias Kortkamp (tobik) |
graphics/librsvg2-rust: Update to 2.48.8
Changes: https://download.gnome.org/sources/librsvg/2.48/librsvg-2.48.8.news |
|
2.48.6
4b779721be
files touched
|
Tobias Kortkamp (tobik) |
graphics/librsvg2-rust: Update to 2.48.6
Changes: https://download.gnome.org/sources/librsvg/2.48/librsvg-2.48.6.news |
|
2.48.5
a48473296f
files touched
|
Tobias Kortkamp (tobik) |
lang/rust: Update to 1.44.0
- Remove devel/cargo-tree since it is now integrated into cargo - Add patch to fix build with LibreSSL 3.1.x and 3.2.0 [1] - Force rebuild all consumers to catch regressions early Changes: https://blog.rust-lang.org/2020/06/04/Rust-1.44.0.html PR: 246332 [1] Tested by: mikael, tobik With hat: rust Differential Revision: https://reviews.freebsd.org/D25099 |
|
2.48.5
287159bef1
files touched
|
Tobias Kortkamp (tobik) |
graphics/librsvg2-rust: Update to 2.48.5
Changes: https://download.gnome.org/sources/librsvg/2.48/librsvg-2.48.5.news |
|
2.48.4
c6bb110383
files touched
|
Tobias Kortkamp (tobik) |
graphics/librsvg2-rust: Update to 2.48.4
Changes: https://download.gnome.org/sources/librsvg/2.48/librsvg-2.48.4.news |
|
2.48.3
5abe8902a5
files touched
|
Tobias Kortkamp (tobik) |
lang/rust: Update to 1.43.0
- Add workaround to fix build when CC/CXX have "clang" in them [1] - Respect AR to fix build with external toolchains [2] - Force rebuild all consumers to catch regressions early Changes: https://blog.rust-lang.org/2020/04/23/Rust-1.43.0.html PR: 238556 [1], 245583 [2] Reported by: Matthias Apitz <guru@unixarea.de> [1], Greg V <greg@unrelenting.technology> [2] Tested by: mikael, pkubaj, tobik With hat: rust Differential Revision: https://reviews.freebsd.org/D24521 |
|
2.48.3
a7af8f9591
files touched
|
Tobias Kortkamp (tobik) |
graphics/librsvg2-rust: Update to 2.48.3
Changes: https://download.gnome.org/sources/librsvg/2.48/librsvg-2.48.3.news |
|
2.48.2
6063a26640
files touched
|
Tobias Kortkamp (tobik) |
graphics/librsvg2-rust: Update to 2.48.2
Changes: https://download.gnome.org/sources/librsvg/2.48/librsvg-2.48.2.news |
|
2.48.1
9b7385fd45
files touched
|
Tobias Kortkamp (tobik) |
graphics/librsvg2-rust: Update to 2.48.1
- Respect MAKE_JOBS_NUMBER Changes: https://download.gnome.org/sources/librsvg/2.48/librsvg-2.48.1.news |
|
2.48.0
309826e36b
files touched
|
Tobias Kortkamp (tobik) |
graphics/librsvg2-rust: Update to 2.48.0
Changes: https://download.gnome.org/sources/librsvg/2.48/librsvg-2.48.0.news |
|
2.46.4
25b7de7213
files touched
|
Tobias Kortkamp (tobik) |
lang/rust: Update to 1.42.0
- Force rebuild all consumers to catch regressions early Changes: https://blog.rust-lang.org/2020/03/12/Rust-1.42.html Tested by: mikael, tobik With hat: rust Differential Revision: https://reviews.freebsd.org/D24020 |
|
2.46.4
daf2ea4a45
files touched
|
Tobias Kortkamp (tobik) |
lang/rust: Update to 1.41.1
- Force rebuild all consumers to fix potential miscompilations with 1.41.0 - Enable SOURCES by default. The sources are indexed by RLS and required for it to function properly, so they should be available by default. This also makes sure we test the option properly. - Remove implied --config=config.toml from x.py args - Switch to the upstreamed backtrace crate patches like rust-nightly - Enable WASM by default [0] - Strip libraries (D23650) [1] - Simplify plist generation (D23735) [2] Changes: https://blog.rust-lang.org/2020/02/27/Rust-1.41.1.html Submitted by: mikael [0,1,2] With hat: rust Differential Revision: https://reviews.freebsd.org/D23835 |
|
2.46.4
83209114b8
files touched
|
Tobias Kortkamp (tobik) |
lang/rust: Update to 1.41.0
- Force rebuild all consumers to catch regressions early - Switch to cross-compiled (from amd64) bootstraps for all architectures generated with the incoming lang/rust-bootstrap - Update cargo-c to 0.5.2 to unbreak librav1e build - Make use of regular MAKE_ENV/TEST_ENV in lang/rust - Turn on RUST_BACKTRACE in lang/rust and USES=cargo to hopefully produce more useful failure logs when something panics during builds Changes: https://blog.rust-lang.org/2020/01/30/Rust-1.41.0.html Tested by: mikael, tobik With hat: rust Differential Revision: https://reviews.freebsd.org/D23385 |
|
2.46.4
cd989269b8
files touched
|
Tobias Kortkamp (tobik) |
graphics/librsvg2-rust: Update to 2.46.4
Changes: https://download.gnome.org/sources/librsvg/2.46/librsvg-2.46.4.news |
|
2.46.3
6474c40f73
files touched
|
Tobias Kortkamp (tobik) |
lang/rust: Update to 1.40.0
- Force rebuild all consumers to catch regressions early Thanks to Mikaël Urankar for providing updated bootstraps for aarch64, armv6, armv7, powerpc64. Changes: https://blog.rust-lang.org/2019/12/19/Rust-1.40.0.html Tested by: mikael.urankar@gmail.com, tobik With hat: rust Differential Revision: https://reviews.freebsd.org/D22843 |
|
2.46.3
2fe5565445
files touched
|
Tobias Kortkamp (tobik) |
lang/rust: Update to 1.39.0
- Force rebuild all consumers to catch regressions early - Partially apply D20792 in preparation for PPC_ABI support - Add LibreSSL 3.0.x support [1] Thanks to Mikaël Urankar for providing updated bootstraps for aarch64, armv6, armv7, powerpc64. Changes: https://blog.rust-lang.org/2019/11/07/Rust-1.39.0.html PR: 241411 [1] Tested by: mikael.urankar@gmail.com, tobik With hat: rust Differential Revision: https://reviews.freebsd.org/D22240 |
|
2.46.3
6e7fedc9b0
files touched
|
Tobias Kortkamp (tobik) |
graphics/librsvg2-rust: Update to 2.46.3
- Hook up tests Changes: https://download.gnome.org/sources/librsvg/2.46/librsvg-2.46.3.news |
|
2.46.2
6754519a5d
files touched
|
Tobias Kortkamp (tobik) |
graphics/librsvg2-rust: Update to 2.46.2
Changes: https://download.gnome.org/sources/librsvg/2.46/librsvg-2.46.2.news |
|
2.46.1
fb78b37a40
files touched
|
Tobias Kortkamp (tobik) |
graphics/librsvg2-rust: Update to 2.46.1
Changes: https://download.gnome.org/sources/librsvg/2.46/librsvg-2.46.1.news |
|
2.46.0
deaa22d85c
files touched
|
Tobias Kortkamp (tobik) |
lang/rust: Update to 1.38.0
- Force rebuild all consumers to catch regressions early Thanks to Mikaël Urankar for providing updated bootstraps for aarch64, armv6, armv7, powerpc64. Changes: https://blog.rust-lang.org/2019/09/26/Rust-1.38.0.html Tested by: jbeich, mikael.urankar@gmail.com, tobik With hat: rust Differential Revision: https://reviews.freebsd.org/D21778 |
|
2.46.0
ccdaca1096
files touched
|
Tobias Kortkamp (tobik) |
graphics/librsvg2-rust: Update to 2.46.0
Changes: https://download.gnome.org/sources/librsvg/2.46/librsvg-2.46.0.news |
|
2.45.92
f85786ee1c
files touched
|
Tobias Kortkamp (tobik) |
graphics/librsvg2-rust: Update to 2.45.92
Changes: https://download.gnome.org/sources/librsvg/2.45/librsvg-2.45.92.news |
|
2.45.91
4c761d5118
files touched
|
Tobias Kortkamp (tobik) |
graphics/librsvg2-rust: Update to 2.45.91
Changes: https://download.gnome.org/sources/librsvg/2.45/librsvg-2.45.91.news |
|
2.45.90
40666d2b8f
files touched
|
Tobias Kortkamp (tobik) |
lang/rust: Update to 1.37.0
- Force rebuild all consumers to catch regressions early Thanks to Mikaël Urankar for providing updated bootstraps for aarch64, armv6, armv7, powerpc64. Changes: https://blog.rust-lang.org/2019/08/15/Rust-1.37.0.html Tested by: jbeich, tobik, greg@unrelenting.technology (aarch64) With hat: rust Differential Revision: https://reviews.freebsd.org/D21247 |
|
2.45.90
20ec8f9ad4
files touched
|
Tobias Kortkamp (tobik) |
graphics/librsvg2-rust: Update to 2.45.90
Changes: https://download.gnome.org/sources/librsvg/2.45/librsvg-2.45.90.news |
|
2.45.8
63329e0aad
files touched
|
Tobias Kortkamp (tobik) |
graphics/librsvg2-rust: Pet portclippy
|
|
2.45.8
88b5f59a1d
files touched
|
Tobias Kortkamp (tobik) |
graphics/librsvg2-rust: Update to 2.45.8
Changes: https://download.gnome.org/sources/librsvg/2.45/librsvg-2.45.8.news |
|
2.45.7
f69160b440
files touched
|
Tobias Kortkamp (tobik) |
lang/rust: Update to 1.36.0
- Force rebuild all consumers to catch regressions early Thanks to Mikaël Urankar for providing updated bootstraps for aarch64, armv6, armv7, powerpc64. Changes: https://blog.rust-lang.org/2019/07/04/Rust-1.36.0.html Tested by: jbeich, mikael.urankar@gmail.com With hat: rust Differential Revision: https://reviews.freebsd.org/D20810 |
|
2.45.7
89320fc311
files touched
|
Tobias Kortkamp (tobik) |
graphics/librsvg2-rust: Update to 2.45.7
rsvg-view is no longer provided by librsvg [1]. Drop the workaround that was there to avoid a dependency loop with gtk3. [1] https://people.gnome.org/~federico/blog/removing-rsvg-view.html Changes: https://download.gnome.org/sources/librsvg/2.45/librsvg-2.45.7.news |
|
2.45.6
f30ebc2bec
files touched
|
Tobias Kortkamp (tobik) |
lang/rust: Update to 1.35.0
- Force rebuild all consumers to catch regressions early Thanks to Mikaël Urankar for providing updated bootstraps for aarch64, armv6, armv7, powerpc64. Changes: https://blog.rust-lang.org/2019/05/23/Rust-1.35.0.html Reviewed by: jbeich Tested by: pkubaj (powerpc64), mikael.urankar@gmail.com (aarch64) With hat: rust Differential Revision: https://reviews.freebsd.org/D20332 |
|
2.45.6
d12d91083d
files touched
|
Tobias Kortkamp (tobik) |
graphics/librsvg2-rust: Update to 2.45.6
Changes: https://download.gnome.org/sources/librsvg/2.45/librsvg-2.45.6.news |
|
2.45.5
6bd3ed2a9b
files touched
|
Tobias Kortkamp (tobik) |
lang/rust: Update to 1.34.2
- While here add patches from [1] for LibreSSL 2.9.1 support [1] https://github.com/sfackler/rust-openssl/pull/1097 Changes: https://blog.rust-lang.org/2019/05/13/Security-advisory.html Changes: https://blog.rust-lang.org/2019/05/14/Rust-1.34.2.html PR: 237495 [1] Security: 37528379-76a8-11e9-a4fd-00012e582166 |
|
2.45.5
67b6dd1b42
files touched
|
Tobias Kortkamp (tobik) |
lang/rust: Update to 1.34.0
- Update devel/racer to latest version that can build with 1.34.0 - Drop no longer needed patch from textproc/ripgrep - Force rebuild all consumers to catch regressions early Thanks to Mikaël Urankar for providing updated bootstraps for aarch64, armv6, armv7, powerpc64. Changes: https://blog.rust-lang.org/2019/04/11/Rust-1.34.0.html Reviewed by: jbeich With hat: rust Differential Revision: https://reviews.freebsd.org/D19850 |
|
2.45.5
87378368c4
files touched
|
Jan Beich (jbeich) |
lang/rust: update to 1.33.0
- www/firefox temporarily loses SIMD in charset conversion, see https://bugzilla.mozilla.org/show_bug.cgi?id=1521249 - Force rebuild all consumers to catch regressions early Changes: https://blog.rust-lang.org/2019/02/28/Rust-1.33.0.html Tested by: Mikaël Urankar (aarch64, armv6, armv7, powerpc64), Piotr Kubaj (powerpc64) Approved by: rust (tobik) Differential Revision: https://reviews.freebsd.org/D19354 |
|
2.45.5
a8cfcde6c1
files touched
|
Tobias Kortkamp (tobik) |
graphics/librsvg2-rust: Update libc crate to 0.2.49
This should give it a chance to build on aarch64, armv*, powerpc64. |
|
2.45.5
69c03e84a0
files touched
|
Tobias Kortkamp (tobik) |
graphics/librsvg2-rust: Update to 2.45.5
- Remove upstreamed patches Changes: https://download.gnome.org/sources/librsvg/2.45/librsvg-2.45.5.news |
|
2.45.4
6f333b0b12
files touched
|
Jan Beich (jbeich) |
lang/rust: update to 1.32.0
- devel/racer no longer needs to dowgrade rustc-ap-syntax - Force rebuild all consumers to catch regressions early Changes: https://blog.rust-lang.org/2019/01/17/Rust-1.32.0.html Approved by: rust (tobik) Differential Revision: https://reviews.freebsd.org/D18858 |
|
2.45.4
20a78f41da
files touched
|
Tobias Kortkamp (tobik) |
New port: graphics/librsvg2-rust
A newer version of graphics/librsvg2 that uses Rust. |