<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ports/sysutils/flashrom/Makefile, branch main</title>
<subtitle>FreeBSD ports tree</subtitle>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/'/>
<entry>
<title>sysutils/flashrom: mark broken for 13.x</title>
<updated>2025-12-31T21:43:18+00:00</updated>
<author>
<name>Michael Zhilin</name>
<email>mizhka@FreeBSD.org</email>
</author>
<published>2025-12-31T21:41:30+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/commit/?id=b598cb142085c05bed114cd1ff2121add9d9125e'/>
<id>b598cb142085c05bed114cd1ff2121add9d9125e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>sysutils/flashrom: Fix build with cmocka 2.0.0</title>
<updated>2025-12-14T22:14:14+00:00</updated>
<author>
<name>Daniel Engberg</name>
<email>diizzy@FreeBSD.org</email>
</author>
<published>2025-12-14T22:14:08+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/commit/?id=243e1c773c3910e9db6a4b58e382ce4da282f06a'/>
<id>243e1c773c3910e9db6a4b58e382ce4da282f06a</id>
<content type='text'>
Add -Wno-deprecated-declarations to CFLAGS to fix build

Approved by:	blanket, build fix
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add -Wno-deprecated-declarations to CFLAGS to fix build

Approved by:	blanket, build fix
</pre>
</div>
</content>
</entry>
<entry>
<title>sysutils/flashrom: correct dependencies and add MANPAGES option</title>
<updated>2025-07-30T08:53:27+00:00</updated>
<author>
<name>Vladimir Druzenko</name>
<email>vvd@FreeBSD.org</email>
</author>
<published>2025-07-30T08:31:30+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/commit/?id=62582b5938669881bc9f34c9a8fd909c2b5c3cfd'/>
<id>62582b5938669881bc9f34c9a8fd909c2b5c3cfd</id>
<content type='text'>
This commit allows to avoid dependency on py-sphinx by disabling DOC
and MANPAGES options. Also it addes bash completion.

Reported by:	vvd@
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This commit allows to avoid dependency on py-sphinx by disabling DOC
and MANPAGES options. Also it addes bash completion.

Reported by:	vvd@
</pre>
</div>
</content>
</entry>
<entry>
<title>sysutils/flashrom: code style cosmetic change</title>
<updated>2025-07-28T09:50:21+00:00</updated>
<author>
<name>Michael Zhilin</name>
<email>mizhka@FreeBSD.org</email>
</author>
<published>2025-07-28T09:50:21+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/commit/?id=aae63fcc9f5fe9342fe1c4519682847364f823ce'/>
<id>aae63fcc9f5fe9342fe1c4519682847364f823ce</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>sysutils/flashrom: update to 1.6.0</title>
<updated>2025-07-28T09:29:28+00:00</updated>
<author>
<name>Michael Zhilin</name>
<email>mizhka@FreeBSD.org</email>
</author>
<published>2025-07-28T09:27:05+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/commit/?id=12f7734039dc523fb74143fd1b07f0abad6d053a'/>
<id>12f7734039dc523fb74143fd1b07f0abad6d053a</id>
<content type='text'>
Relnotes:	https://flashrom.org/release_notes/v_1_6.html
Sponsored by:	Postgres Professional
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Relnotes:	https://flashrom.org/release_notes/v_1_6.html
Sponsored by:	Postgres Professional
</pre>
</div>
</content>
</entry>
<entry>
<title>sysutils/flashrom: enable on aarch64</title>
<updated>2024-04-11T21:38:36+00:00</updated>
<author>
<name>Piotr Kubaj</name>
<email>pkubaj@FreeBSD.org</email>
</author>
<published>2024-04-11T14:29:20+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/commit/?id=b381867547f719ae568f35c531a17f85cf20eb8f'/>
<id>b381867547f719ae568f35c531a17f85cf20eb8f</id>
<content type='text'>
Builds and works fine.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Builds and works fine.
</pre>
</div>
</content>
</entry>
<entry>
<title>sysutils/flashrom: fix linker error by LLVM17</title>
<updated>2024-02-12T12:52:02+00:00</updated>
<author>
<name>Michael Zhilin</name>
<email>mizhka@FreeBSD.org</email>
</author>
<published>2024-02-11T17:18:34+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/commit/?id=5d01dea4a100a08ff5f7aac3855f19fd74e29060'/>
<id>5d01dea4a100a08ff5f7aac3855f19fd74e29060</id>
<content type='text'>
PR:		276288
Reported by:	ohartmann@walstatt.org (O. Hartmann), pkg-fallout
MFH:		2024Q1
Sponsored by:	Postgres Professional
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
PR:		276288
Reported by:	ohartmann@walstatt.org (O. Hartmann), pkg-fallout
MFH:		2024Q1
Sponsored by:	Postgres Professional
</pre>
</div>
</content>
</entry>
<entry>
<title>*/*: Sanitize MANPREFIX for meson ports</title>
<updated>2024-01-12T22:40:48+00:00</updated>
<author>
<name>Muhammad Moinur Rahman</name>
<email>bofh@FreeBSD.org</email>
</author>
<published>2024-01-12T12:07:34+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/commit/?id=9f8f710b3ec3945ede5cf5d996c3391081d32df1'/>
<id>9f8f710b3ec3945ede5cf5d996c3391081d32df1</id>
<content type='text'>
Approved by:	portmgr
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Approved by:	portmgr
</pre>
</div>
</content>
</entry>
<entry>
<title>sysutils/flashrom: change buildtool to meson</title>
<updated>2023-04-27T12:35:56+00:00</updated>
<author>
<name>Michael Zhilin</name>
<email>mizhka@FreeBSD.org</email>
</author>
<published>2023-04-27T11:36:07+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/commit/?id=802567d7f842ae4470c64988a72e51948b133657'/>
<id>802567d7f842ae4470c64988a72e51948b133657</id>
<content type='text'>
Change buildtool to meson and remove redundant bits

This commit is caused by ticket 271092 "update to 1.3 caused missing
INTERNAL_CONFIG option". The aim is to involve meson tool for configure
and installation parts.

Reported by: franco@opnsense.org
PR: 271092
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change buildtool to meson and remove redundant bits

This commit is caused by ticket 271092 "update to 1.3 caused missing
INTERNAL_CONFIG option". The aim is to involve meson tool for configure
and installation parts.

Reported by: franco@opnsense.org
PR: 271092
</pre>
</div>
</content>
</entry>
<entry>
<title>sysutils/flashrom: update to 1.3.0</title>
<updated>2023-02-26T09:30:17+00:00</updated>
<author>
<name>Michael Zhilin</name>
<email>mizhka@FreeBSD.org</email>
</author>
<published>2023-02-26T09:30:17+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/commit/?id=8e838bb6740866d28faea9273b3c35b714bd50d1'/>
<id>8e838bb6740866d28faea9273b3c35b714bd50d1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
