<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ports/devel/devhelp, branch main</title>
<subtitle>FreeBSD ports tree</subtitle>
<id>https://cgit-dev.freebsd.org/ports/atom?h=main</id>
<link rel='self' href='https://cgit-dev.freebsd.org/ports/atom?h=main'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/'/>
<updated>2026-05-28T21:00:11Z</updated>
<entry>
<title>devel/devhelp: Remove expired port</title>
<updated>2026-05-28T21:00:11Z</updated>
<author>
<name>Rene Ladan</name>
<email>rene@FreeBSD.org</email>
</author>
<published>2026-05-28T21:00:11Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=16fc61b65d5f872a6095a06e1402f23b70593c05'/>
<id>urn:sha1:16fc61b65d5f872a6095a06e1402f23b70593c05</id>
<content type='text'>
2026-05-28 devel/devhelp: Discontinued, use devel/manuals
</content>
</entry>
<entry>
<title>devel/devhelp: deprecate</title>
<updated>2026-03-29T15:29:46Z</updated>
<author>
<name>Olivier Duchateau</name>
<email>duchateau.olivier@gmail.com</email>
</author>
<published>2026-03-29T15:03:18Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=1236db071ef7efdf3a4c077183da2bd8a26246c8'/>
<id>urn:sha1:1236db071ef7efdf3a4c077183da2bd8a26246c8</id>
<content type='text'>
This port is unmaintained and archived, so mark this one as DEPRECATED.
Bump PORTREVISION too.

PR:		294104
</content>
</entry>
<entry>
<title>all: bump PORTREVISION after updating graphics/libyuv</title>
<updated>2025-08-31T10:30:51Z</updated>
<author>
<name>Rene Ladan</name>
<email>rene@FreeBSD.org</email>
</author>
<published>2025-08-31T10:30:51Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=b304d8ab18ac96ddcd15f3cf7255ef89aababe5a'/>
<id>urn:sha1:b304d8ab18ac96ddcd15f3cf7255ef89aababe5a</id>
<content type='text'>
Using the Tools/scripts/bump_revision.pl script
</content>
</entry>
<entry>
<title>devel/devhelp: remove wrong dependency on amtk</title>
<updated>2025-06-11T10:07:08Z</updated>
<author>
<name>Baptiste Daroussin</name>
<email>bapt@FreeBSD.org</email>
</author>
<published>2025-06-11T08:53:23Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=c713e61d208ea769c9822f8c9e40bac0d67d1f1f'/>
<id>urn:sha1:c713e61d208ea769c9822f8c9e40bac0d67d1f1f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Mk/bsd.sites.mk: Simplify MASTER_SITES= GNOME</title>
<updated>2025-06-10T11:02:34Z</updated>
<author>
<name>Olivier Duchateau</name>
<email>duchateau.olivier@gmail.com</email>
</author>
<published>2025-06-10T10:29:00Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=a0ce779c88e46d0f5f05bd5753365344282ccd7a'/>
<id>urn:sha1:a0ce779c88e46d0f5f05bd5753365344282ccd7a</id>
<content type='text'>
Since GNOME changes their numbering, in some Makefile MASTER_SITES= GNOME is
more complex. This patch simplify for users.

Differential Revision:		https://reviews.freebsd.org/D43183
</content>
</entry>
<entry>
<title>www/webkit2-gtk: bump consumer PORTREVISIONs after port consolidation</title>
<updated>2025-01-21T03:12:20Z</updated>
<author>
<name>Charlie Li</name>
<email>vishwin@FreeBSD.org</email>
</author>
<published>2025-01-21T02:42:46Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=bc2e3ed90ba084d29a08ce4c87329e05b61bd317'/>
<id>urn:sha1:bc2e3ed90ba084d29a08ce4c87329e05b61bd317</id>
<content type='text'>
With hat: gnome
PR: 275914
</content>
</entry>
<entry>
<title>www/webkit2-gtk: update to 2.46.5</title>
<updated>2025-01-21T03:12:19Z</updated>
<author>
<name>Charlie Li</name>
<email>vishwin@FreeBSD.org</email>
</author>
<published>2025-01-20T22:01:13Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=94310012886105252763e218ec45dfccf778e55e'/>
<id>urn:sha1:94310012886105252763e218ec45dfccf778e55e</id>
<content type='text'>
Changelog: https://github.com/WebKit/WebKit/blob/webkitgtk-2.46.5/Source/WebKit/gtk/NEWS

Now consolidated into one port with flavours since the codebase is
the same, just linked with different libraries resulting in different
SONAMEs and APIs. SONAMEs/flavours:

* GTK3 + libsoup = libwebkit2gtk-4.0 (40)
* GTK3 + libsoup3 = libwebkit2gtk-4.1 (41)
* GTK4 + libsoup3 = libwebkitgtk-6.0 (60)

Despite upstream's recommendation to use clang for better skia
optimisation, this port now USE_GCC due to extensive std::pair copy
constructor use that is not trivial to continue patching to stay
working with our libc++ version 1 ABI. See review D35327 for some
details.

Reported by: eduardo
PR: 275914
Differential Revision: https://reviews.freebsd.org/D45878
</content>
</entry>
<entry>
<title>*/*: Sanitize MANPREFIX for meson ports</title>
<updated>2024-01-12T22:40:48Z</updated>
<author>
<name>Muhammad Moinur Rahman</name>
<email>bofh@FreeBSD.org</email>
</author>
<published>2024-01-12T12:07:34Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=9f8f710b3ec3945ede5cf5d996c3391081d32df1'/>
<id>urn:sha1:9f8f710b3ec3945ede5cf5d996c3391081d32df1</id>
<content type='text'>
Approved by:	portmgr
</content>
</entry>
<entry>
<title>*/*: Bump consumers of x11-toolkits/gtk30</title>
<updated>2023-12-23T18:14:14Z</updated>
<author>
<name>Nuno Teixeira</name>
<email>eduardo@FreeBSD.org</email>
</author>
<published>2023-12-23T17:35:45Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=3572ca3e01dedf1fe5b3776bd164e123252f5ef5'/>
<id>urn:sha1:3572ca3e01dedf1fe5b3776bd164e123252f5ef5</id>
<content type='text'>
New version of gtk3 in tree
</content>
</entry>
<entry>
<title>all: remove explicit versions in USES=python for "3.x+"</title>
<updated>2023-06-27T19:34:34Z</updated>
<author>
<name>Rene Ladan</name>
<email>rene@FreeBSD.org</email>
</author>
<published>2023-06-14T22:00:28Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=3d9a815d9c5acbb71f4bb07738bdeab4879feacb'/>
<id>urn:sha1:3d9a815d9c5acbb71f4bb07738bdeab4879feacb</id>
<content type='text'>
The logic in USES=python will automatically convert this to 3.8+ by
itself.

Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.

finance/quickfix: mark BROKEN with PYTHON

libtool: compile:  c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++ -DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable -Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong -fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi -Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings -Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x -MT _quickfix_la-QuickfixPython.lo -MD -MP -MF .deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp  -fPIC -DPIC -o .libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
          ^~~~~~~~~~
1 warning and 1 error generated.

Reviewed by:	portmgr, vishwin, yuri
Differential Revision:	&lt;https://reviews.freebsd.org/D40568&gt;
</content>
</entry>
</feed>
