<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ports/graphics/libpano13/Makefile, branch main</title>
<subtitle>FreeBSD ports tree</subtitle>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/'/>
<entry>
<title>*/*: bump portrevision after java_default=21 update</title>
<updated>2026-02-26T08:10:21+00:00</updated>
<author>
<name>Ronald Klop</name>
<email>ronald@FreeBSD.org</email>
</author>
<published>2026-02-25T21:12:38+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/commit/?id=2baaf16375792e66c71bc985f99e147f90be47fc'/>
<id>2baaf16375792e66c71bc985f99e147f90be47fc</id>
<content type='text'>
PR:	272855
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
PR:	272855
</pre>
</div>
</content>
</entry>
<entry>
<title>graphics/libpano13: update to 2.9.23</title>
<updated>2025-10-31T17:13:09+00:00</updated>
<author>
<name>Robert Clausecker</name>
<email>fuz@FreeBSD.org</email>
</author>
<published>2025-10-05T12:08:32+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/commit/?id=0d7456c59e2579b573e5e59a665a9af118c9b8b3'/>
<id>0d7456c59e2579b573e5e59a665a9af118c9b8b3</id>
<content type='text'>
Changelog: https://sourceforge.net/projects/panotools/files/libpano13/libpano13-2.9.23/
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Changelog: https://sourceforge.net/projects/panotools/files/libpano13/libpano13-2.9.23/
</pre>
</div>
</content>
</entry>
<entry>
<title>graphics/libpano13: remove register keyword from header files</title>
<updated>2025-10-05T13:44:08+00:00</updated>
<author>
<name>Robert Clausecker</name>
<email>fuz@FreeBSD.org</email>
</author>
<published>2025-10-04T23:11:56+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/commit/?id=f55b5592915a6f8626a751f6336ea4ee07817150'/>
<id>f55b5592915a6f8626a751f6336ea4ee07817150</id>
<content type='text'>
This avoids build problems with graphics/hugin, which will require
C++17 to build in an upcoming version.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This avoids build problems with graphics/hugin, which will require
C++17 to build in an upcoming version.
</pre>
</div>
</content>
</entry>
<entry>
<title>*/*: chase the upgrade to SuiteSparse</title>
<updated>2025-08-01T21:08:37+00:00</updated>
<author>
<name>Thierry Thomas</name>
<email>thierry@FreeBSD.org</email>
</author>
<published>2025-08-01T21:08:37+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/commit/?id=935de0247eabcf7b0219e6cecf91dbb8085b3a7a'/>
<id>935de0247eabcf7b0219e6cecf91dbb8085b3a7a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>*/*: bump PORTREVISION after the upgrade to Suitesparse</title>
<updated>2025-01-11T10:02:35+00:00</updated>
<author>
<name>Thierry Thomas</name>
<email>thierry@FreeBSD.org</email>
</author>
<published>2025-01-11T09:53:40+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/commit/?id=8ce84fb385c0f00981db559af996106105113480'/>
<id>8ce84fb385c0f00981db559af996106105113480</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Mk/**java.mk: Convert bsd.java.mk to USES</title>
<updated>2024-12-31T08:57:55+00:00</updated>
<author>
<name>Muhammad Moinur Rahman</name>
<email>bofh@FreeBSD.org</email>
</author>
<published>2024-12-27T19:10:41+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/commit/?id=0835676e361bca74b28b09fe0425ed5ee958f26b'/>
<id>0835676e361bca74b28b09fe0425ed5ee958f26b</id>
<content type='text'>
The following features have been added or changed:
- Instead of USE_JAVA use USES=java. This defaults to
  USES=java:build,run if NO_BUILD is undefined. Else it defaults to
  USES=java:run
- Instead of USE_ANT=yes use USES=java:ant which also implies
  USES=java:build
- Instead of JAVA_BUILD=yes use USES=java:build. Does not imply run or
  extract
- Instead of JAVA_EXTRACT=yes use USES=java:extract does not imply
  build or run
- Instead of JAVA_RUN=yes use USES=java:run does not imply extract or
  build
- Instead of USE_JAVA=&lt;version&gt; use USES=java and JAVA_VERSION=&lt;version&gt;

Approved by: mat (portmgr), glewis
Differential Revision:  https://reviews.freebsd.org/D48201
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The following features have been added or changed:
- Instead of USE_JAVA use USES=java. This defaults to
  USES=java:build,run if NO_BUILD is undefined. Else it defaults to
  USES=java:run
- Instead of USE_ANT=yes use USES=java:ant which also implies
  USES=java:build
- Instead of JAVA_BUILD=yes use USES=java:build. Does not imply run or
  extract
- Instead of JAVA_EXTRACT=yes use USES=java:extract does not imply
  build or run
- Instead of JAVA_RUN=yes use USES=java:run does not imply extract or
  build
- Instead of USE_JAVA=&lt;version&gt; use USES=java and JAVA_VERSION=&lt;version&gt;

Approved by: mat (portmgr), glewis
Differential Revision:  https://reviews.freebsd.org/D48201
</pre>
</div>
</content>
</entry>
<entry>
<title>*/*: Remove incorrect libtool dependency</title>
<updated>2024-05-26T10:52:26+00:00</updated>
<author>
<name>Daniel Engberg</name>
<email>diizzy@FreeBSD.org</email>
</author>
<published>2024-05-26T10:52:19+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/commit/?id=3ee20599dc55c0550802020b9d0146b1bc15f763'/>
<id>3ee20599dc55c0550802020b9d0146b1bc15f763</id>
<content type='text'>
All these ports builds without libtool

Tested using Poudriere

Approved by:	portmgr (blanket, build fix)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
All these ports builds without libtool

Tested using Poudriere

Approved by:	portmgr (blanket, build fix)
</pre>
</div>
</content>
</entry>
<entry>
<title>*/*: chase SuiteSparse’s upgrade</title>
<updated>2024-04-29T20:08:56+00:00</updated>
<author>
<name>Thierry Thomas</name>
<email>thierry@FreeBSD.org</email>
</author>
<published>2024-04-29T20:08:56+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/commit/?id=89b83249690cf17cdb0fe923e5f01464b7f36141'/>
<id>89b83249690cf17cdb0fe923e5f01464b7f36141</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>graphics/tiff: Update to 4.6.0</title>
<updated>2024-04-27T12:44:59+00:00</updated>
<author>
<name>Tijl Coosemans</name>
<email>tijl@FreeBSD.org</email>
</author>
<published>2024-04-25T11:05:52+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/commit/?id=98bf25875a9924c20931d32469982585bb8447e8'/>
<id>98bf25875a9924c20931d32469982585bb8447e8</id>
<content type='text'>
PR:		278577
Exp-run by:	antoine
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
PR:		278577
Exp-run by:	antoine
</pre>
</div>
</content>
</entry>
<entry>
<title>*/*: bump PORTREVISION after the upgrade to SuiteSparse</title>
<updated>2024-01-28T12:02:23+00:00</updated>
<author>
<name>Thierry Thomas</name>
<email>thierry@FreeBSD.org</email>
</author>
<published>2024-01-28T12:00:17+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/commit/?id=68a725452a341366c504bf411bfda2b9b9f983eb'/>
<id>68a725452a341366c504bf411bfda2b9b9f983eb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
