<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ports/comms/uird, branch 14.3-eol</title>
<subtitle>FreeBSD ports tree</subtitle>
<id>https://cgit-dev.freebsd.org/ports/atom?h=14.3-eol</id>
<link rel='self' href='https://cgit-dev.freebsd.org/ports/atom?h=14.3-eol'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/'/>
<updated>2024-10-01T18:56:20Z</updated>
<entry>
<title>all: drop support for expired FreeBSD 14.0</title>
<updated>2024-10-01T18:56:20Z</updated>
<author>
<name>Rene Ladan</name>
<email>rene@FreeBSD.org</email>
</author>
<published>2024-08-11T11:01:29Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=4485bd8221c2c5630b87826d37da850b3361b782'/>
<id>urn:sha1:4485bd8221c2c5630b87826d37da850b3361b782</id>
<content type='text'>
Simplify expressions for FreeBSD 13.X

Reviewed by:	many

Differential Revision:	https://reviews.freebsd.org/D46601
</content>
</entry>
<entry>
<title>*/*: Fix build with llvm16 on 13.2-STABLE</title>
<updated>2023-07-26T00:48:20Z</updated>
<author>
<name>Muhammad Moinur Rahman</name>
<email>bofh@FreeBSD.org</email>
</author>
<published>2023-07-26T00:44:22Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=95274bf4f99c71fc056013d966aec239161dfd74'/>
<id>urn:sha1:95274bf4f99c71fc056013d966aec239161dfd74</id>
<content type='text'>
As like as HEAD(14.0-RELEASE) llvm16 was merged in base for 13.2-STABLE
with the OSVERSION 1302507.

- Utilize USE_CXXSTD=c++14 or similar solution where applicable
- Update conditionals to addtionally check for OSVERSION greater than
  1302507 and less than 1400000

Approved by:	portmgr (blanket)
Sponsored by:	The FreeBSD Foundation
</content>
</entry>
<entry>
<title>comms/uird: Fix build with llvm16</title>
<updated>2023-07-20T17:42:36Z</updated>
<author>
<name>Muhammad Moinur Rahman</name>
<email>bofh@FreeBSD.org</email>
</author>
<published>2023-07-20T14:35:15Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=31ead562ed657bd5e4c1ee8d7ac907d628119725'/>
<id>urn:sha1:31ead562ed657bd5e4c1ee8d7ac907d628119725</id>
<content type='text'>
- Pet portclippy

Sponsored by:	The FreeBSD Foundation
</content>
</entry>
<entry>
<title>Remove WWW entries moved into port Makefiles</title>
<updated>2022-09-07T21:58:51Z</updated>
<author>
<name>Stefan Eßer</name>
<email>se@FreeBSD.org</email>
</author>
<published>2022-09-07T21:30:14Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4'/>
<id>urn:sha1:fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4</id>
<content type='text'>
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)
</content>
</entry>
<entry>
<title>Add WWW entries to port Makefiles</title>
<updated>2022-09-07T21:10:59Z</updated>
<author>
<name>Stefan Eßer</name>
<email>se@FreeBSD.org</email>
</author>
<published>2022-09-07T21:06:12Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=b7f05445c00f2625aa19b4154ebcbce5ed2daa52'/>
<id>urn:sha1:b7f05445c00f2625aa19b4154ebcbce5ed2daa52</id>
<content type='text'>
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)
</content>
</entry>
<entry>
<title>comms: remove 'Created by' lines</title>
<updated>2022-07-20T14:21:01Z</updated>
<author>
<name>Tobias C. Berner</name>
<email>tcberner@FreeBSD.org</email>
</author>
<published>2022-07-20T14:21:01Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=258a98847ee4f106a2eed7fade8197d0a987d592'/>
<id>urn:sha1:258a98847ee4f106a2eed7fade8197d0a987d592</id>
<content type='text'>
A big Thank You to the original contributors of these ports:

  *  'Big Bad Bob' Frazier &lt;bobf@mrp3.com&gt;
  *  &lt;mr@freebsd.org&gt;
  *  Alex Samorukov &lt;samm@freebsd.org&gt;
  *  Alexander Logvinov &lt;ports@logvinov.com&gt;
  *  Alexey Dokuchaev &lt;danfe@FreeBSD.org&gt;
  *  Anders Nordby &lt;anders@FreeBSD.org&gt;
  *  Andreas Klemm &lt;andreas@klemm.gtn.com&gt;
  *  Andrew Dolgov &lt;fox@furry.spb.ru&gt;
  *  Andrey Lykhin &lt;lan31@inbox.ru&gt;
  *  Anton Voronin &lt;anton@urc.ac.ru&gt;
  *  Brandon S. Allbery KF8NH &lt;allbery@ece.cmu.edu&gt;
  *  Brian Dean &lt;bsd@FreeBSD.org&gt;
  *  Bruce Cran &lt;bruce@cran.org.uk&gt;
  *  Carl Makin &lt;carl@stagecraft.cx&gt;
  *  Darren &lt;igla@batterybackups.net&gt;
  *  David
  *  David O'Brien &lt;obrien@cs.ucdavis.edu&gt;
  *  David Thiel &lt;lx@redundancy.redundancy.org&gt;
  *  Denis Shaposhnikov &lt;dsh@vlink.ru&gt;
  *  Devon H. O'Dell &lt;devon.odell@coyotepoint.com&gt;
  *  Diane Bruce &lt;db@db.net&gt;
  *  Douglas K. Rand &lt;rand@meridian-enviro.com&gt;
  *  Edward Tomasz Napierala &lt;trasz@FreeBSD.org&gt;
  *  Emanuel Haupt &lt;ehaupt@FreeBSD.org&gt;
  *  Felix Palmen &lt;felix@palmen-it.de&gt;
  *  Frank Steinborn &lt;steinex@nognu.de&gt;
  *  Ganael Laplanche &lt;ganael.laplanche@martymac.org&gt;
  *  George Reid &lt;greid@ukug.uk.freebsd.org&gt;
  *  Hye-Shik Chang &lt;perky@fallin.lv&gt;
  *  Janos.Mohacsi@bsd.hu
  *  Jean-Baptiste Quenot &lt;jb.quenot@caraldi.com&gt;
  *  Jeffrey Baitis &lt;jeff@baitis.net&gt;
  *  Johan Strom &lt;johan@stromnet.se&gt;
  *  Johan Strom &lt;johna@stromnet.se&gt;
  *  Jui-Nan Lin &lt;jnlin@freebsd.cs.nctu.edu.tw&gt;
  *  Julian Stacey &lt;jhs@FreeBSD.org&gt;
  *  Kirill Bezzubets &lt;kirill@solaris.ru&gt;
  *  MITA Yoshio &lt;mita@FreeBSD.org&gt;
  *  Markus Brueffer &lt;markus@FreeBSD.org&gt;
  *  Martin Matuska &lt;mm@FreeBSD.org&gt;
  *  Martin Wilke &lt;miwi@FreeBSD.org&gt;
  *  Masafumi NAKANE &lt;max@FreeBSD.org&gt;
  *  Matt Dawson &lt;matt@mattsnetwork.co.uk&gt;
  *  Maxim Sobolev &lt;sobomax@FreeBSD.org&gt;
  *  Michael Reifenberger (mike@Reifenberger.com)
  *  Mike Heffner &lt;mikeh@FreeBSD.org&gt;
  *  Nick Sayer &lt;nsayer@FreeBSD.org&gt;
  *  Nicole Reid &lt;root@cooltrainer.org&gt;
  *  Olivier Cochard-Labbe &lt;olivier@FreeBSD.org&gt;
  *  Patrick Gardella &lt;patrick@FreeBSD.org&gt;
  *  Paul Traina &lt;pst@FreeBSD.org&gt;
  *  Pav Lucistnik &lt;pav@FreeBSD.org&gt;
  *  Rick Elrod &lt;codeblock@eighthbit.net&gt;
  *  Rodrigo Osorio &lt;rodrigo@FreeBSD.org&gt;
  *  Sebastian Yepes &lt;esn@x123.info&gt;
  *  Staffan Ulfberg &lt;staffanu@multivac.fatburen.org&gt;
  *  Stephen Hurd &lt;shurd@FreeBSD.org&gt;
  *  Steve Woodford &lt;scw@netbsd.hut.fi&gt;
  *  Steven Kreuzer &lt;skreuzer@FreeBSD.org&gt;
  *  Sunry Chen &lt;sunrychen@gmail.com&gt;
  *  Søren Straarup &lt;xride@x12.dk&gt;
  *  Tony Shadwick &lt;tshadwick@oss-solutions.com&gt;
  *  Tsung-Han Yeh &lt;snowfly@yuntech.edu.tw&gt;
  *  Vladimir Grebenschikov
  *  Vladimir Kondratyev &lt;wulf@FreeBSD.org&gt;
  *  db
  *  dirkx@webweaving.org
  *  dom@happygiraffe.net
  *  elbarto@ArcadeBSD.org
  *  hm
  *  jmz
  *  joes@seaport.net
  *  lambert@lambertfam.org
  *  nox@FreeBSD.org
  *  obrien@cs.ucdavis.edu
  *  rkw
  *  shurd
  *  shurd@FreeBSD.org
  *  wlloyd@slap.net
  * //www.tomek.cedro.info)

With hat:	portmgr
</content>
</entry>
<entry>
<title>lx's ports: Reset maintainer to ports@ per his request</title>
<updated>2022-04-25T15:06:48Z</updated>
<author>
<name>Joseph Mingrone</name>
<email>jrm@FreeBSD.org</email>
</author>
<published>2022-04-25T15:04:33Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=04b57ef63827658d18cdf14af056a2a89f5f9f3f'/>
<id>urn:sha1:04b57ef63827658d18cdf14af056a2a89f5f9f3f</id>
<content type='text'>
Sponsored by:	The FreeBSD Foundation
</content>
</entry>
<entry>
<title>Remove # $FreeBSD$ from Makefiles.</title>
<updated>2021-04-06T14:31:07Z</updated>
<author>
<name>Mathieu Arnold</name>
<email>mat@FreeBSD.org</email>
</author>
<published>2021-04-06T11:55:50Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=305f148f482daf30dcf728039d03d019f88344eb'/>
<id>urn:sha1:305f148f482daf30dcf728039d03d019f88344eb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Convert a bunch of EXTRACT_SUFX=... into USES=tar:...</title>
<updated>2014-07-29T19:11:51Z</updated>
<author>
<name>Adam Weinberger</name>
<email>adamw@FreeBSD.org</email>
</author>
<published>2014-07-29T19:11:51Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=a84c115a09e00e14810cb1deb7bf4637a33ad313'/>
<id>urn:sha1:a84c115a09e00e14810cb1deb7bf4637a33ad313</id>
<content type='text'>
Approved by:	portmgr (not really, but touches unstaged ports)
</content>
</entry>
<entry>
<title>- Support staging</title>
<updated>2014-02-28T13:57:57Z</updated>
<author>
<name>Emanuel Haupt</name>
<email>ehaupt@FreeBSD.org</email>
</author>
<published>2014-02-28T13:57:57Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=f3465ba031bcda43ca5ce00cf70519777c5ca387'/>
<id>urn:sha1:f3465ba031bcda43ca5ce00cf70519777c5ca387</id>
<content type='text'>
- USES -&gt; gmake
</content>
</entry>
</feed>
