<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ports/x11/libSM/Makefile, branch main</title>
<subtitle>FreeBSD ports tree</subtitle>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/'/>
<entry>
<title>x11/libSM: Update to 1.2.6</title>
<updated>2025-03-11T07:22:22+00:00</updated>
<author>
<name>Emmanuel Vadot</name>
<email>manu@FreeBSD.org</email>
</author>
<published>2025-03-10T07:49:00+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/commit/?id=05164d857082ec569cf39ad1861eacba0c174e33'/>
<id>05164d857082ec569cf39ad1861eacba0c174e33</id>
<content type='text'>
Release notes:	https://lists.x.org/archives/xorg-announce/2025-March/003592.html

Differential Revision:	https://reviews.freebsd.org/D49304
Sponsored by:		Beckhoff Automation GmbH &amp; Co. KG
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Release notes:	https://lists.x.org/archives/xorg-announce/2025-March/003592.html

Differential Revision:	https://reviews.freebsd.org/D49304
Sponsored by:		Beckhoff Automation GmbH &amp; Co. KG
</pre>
</div>
</content>
</entry>
<entry>
<title>x11/libSM: update to 1.2.4</title>
<updated>2024-07-13T12:28:43+00:00</updated>
<author>
<name>Жунёва Мария Михайловна</name>
<email>zhunyova@mts.ru</email>
</author>
<published>2024-05-28T18:30:45+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/commit/?id=d3e81ba6230888a6ce613e9988a81ddd4b0d8a9b'/>
<id>d3e81ba6230888a6ce613e9988a81ddd4b0d8a9b</id>
<content type='text'>
Changes: https://gitlab.freedesktop.org/xorg/lib/libsm/-/compare/libSM-1.2.3...libSM-1.2.4

Reviewed by:	diizzy, jbeich
Tested by:	arrowd
Pull Request:	https://github.com/freebsd/freebsd-ports/pull/273
Sponsored by:   Serenity Cybersecurity, LLC
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Changes: https://gitlab.freedesktop.org/xorg/lib/libsm/-/compare/libSM-1.2.3...libSM-1.2.4

Reviewed by:	diizzy, jbeich
Tested by:	arrowd
Pull Request:	https://github.com/freebsd/freebsd-ports/pull/273
Sponsored by:   Serenity Cybersecurity, LLC
</pre>
</div>
</content>
</entry>
<entry>
<title>x11/xtrans: Don't unlink X11 Unix sockets.</title>
<updated>2023-09-01T11:47:43+00:00</updated>
<author>
<name>Gleb Popov</name>
<email>arrowd@FreeBSD.org</email>
</author>
<published>2023-09-01T11:43:07+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/commit/?id=3312d027696ff994d07c434a2baaba1f5b18d998'/>
<id>3312d027696ff994d07c434a2baaba1f5b18d998</id>
<content type='text'>
Without this change calling `Xorg -displayfd ..` would always make X to use
:0 as the DISPLAY. This was a showstopper for running parallel desktop sessions.

The leftover UDS' are cleaned up during system's boot by the /etc/rc.d/cleartmp
service.

Based on work of jbeich and Olivier Certner &lt;olivier.freebsd@free.fr&gt;.

PR:		253277
Approved by:	manu
Sponsored by:	Serenity Cybersecurity, LLC
Differential Revision:	https://reviews.freebsd.org/D30557
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Without this change calling `Xorg -displayfd ..` would always make X to use
:0 as the DISPLAY. This was a showstopper for running parallel desktop sessions.

The leftover UDS' are cleaned up during system's boot by the /etc/rc.d/cleartmp
service.

Based on work of jbeich and Olivier Certner &lt;olivier.freebsd@free.fr&gt;.

PR:		253277
Approved by:	manu
Sponsored by:	Serenity Cybersecurity, LLC
Differential Revision:	https://reviews.freebsd.org/D30557
</pre>
</div>
</content>
</entry>
<entry>
<title>Add WWW entries to port Makefiles</title>
<updated>2022-09-07T21:10:59+00:00</updated>
<author>
<name>Stefan Eßer</name>
<email>se@FreeBSD.org</email>
</author>
<published>2022-09-07T21:06:12+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/commit/?id=b7f05445c00f2625aa19b4154ebcbce5ed2daa52'/>
<id>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>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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)
</pre>
</div>
</content>
</entry>
<entry>
<title>x11: remove 'Created by' lines</title>
<updated>2022-07-20T14:23:32+00:00</updated>
<author>
<name>Tobias C. Berner</name>
<email>tcberner@FreeBSD.org</email>
</author>
<published>2022-07-20T14:23:32+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/commit/?id=d357bca4f0e71714865e030d7a1e611845d9050b'/>
<id>d357bca4f0e71714865e030d7a1e611845d9050b</id>
<content type='text'>
A big Thank You to the original contributors of these ports:

  *  Adam Weinberger &lt;adam@vectors.cx&gt;
  *  Adam Weinberger &lt;adamw@FreeBSD.org&gt;
  *  Alex Dupre &lt;ale@FreeBSD.org&gt;
  *  Alexander Matey &lt;matey@cis.ohio-state.edu&gt;
  *  Alexander Nedotsukov &lt;bland@FreeBSD.org&gt;
  *  Alexey Dokuchaev &lt;danfe@FreeBSD.org&gt;
  *  Alexey Dokuchaev &lt;danfe@regency.nsu.ru&gt;
  *  Alexey Mikhailov &lt;karma@ez.pereslavl.ru&gt;
  *  Andrew Pantyukhin &lt;infofarmer@FreeBSD.org&gt;
  *  Anton Berezin &lt;tobez@FreeBSD.org&gt;
  *  Anton Toernqvist &lt;antont@inbox.lv&gt;
  *  Anton Tornqvist &lt;antont@inbox.lv&gt;
  *  Ashish Shukla &lt;wahjava@gmail.com&gt;
  *  Ben Woods &lt;woodsb02@FreeBSD.org&gt;
  *  Bert Burgemeister &lt;trebbu@googlemail.com&gt;
  *  Bruce A. Mah &lt;bmah@ca.sandia.gov&gt;
  *  Bruce M Simpson &lt;bms@FreeBSD.org&gt;
  *  Chris Hutchinson &lt;portmaster@BSDforge.com&gt;
  *  Cy SChubert &lt;cy@FreeBSD.org&gt;
  *  Cy Schubert &lt;Cy.Schubert@uumail.gov.bc.ca&gt;
  *  Cy Schubert &lt;cy@FreeBSD.org&gt;
  *  DaJoob
  *  Daniel Roethlisberger &lt;daniel@roe.ch&gt;
  *  Daniel Walter &lt;sahne@0x90.at&gt;
  *  Danilo Egea Gondolfo &lt;danilo@FreeBSD.org&gt;
  *  Dave Grochowski
  *  David Mackay &lt;davidjx8p@gmail.com&gt;
  *  David Yeske &lt;dyeske@gmail.com&gt;
  *  Dejan Lesjak &lt;lesi@FreeBSD.org&gt;
  *  Denis Shaposhnikov &lt;dsh@vlink.ru&gt;
  *  Dennis Herrmann &lt;dhn@FreeBSD.org&gt;
  *  Dmitri Goutnik &lt;dg@syrec.org&gt;
  *  Dominik Rothert &lt;dr@domix.de&gt;
  *  Emanuel Haupt &lt;ehaupt@FreeBSD.org&gt;
  *  Emanuel Haupt &lt;ehaupt@critical.ch&gt;
  *  Eric Anholt &lt;anholt@FreeBSD.org&gt;
  *  Eric Blood &lt;eblood@cs.unr.edu&gt;
  *  Eric L. Hernes &lt;erich@rrnet.com&gt;
  *  Eric Turgeon &lt;ericbsd@FreeBSD.org&gt;
  *  Eric Turgeon &lt;ericturgeon.bsd@gmail.com&gt;
  *  Evgeni Dimitrov &lt;evgeni.dimitrov@gmail.com&gt;
  *  FURUSAWA,Kazuhisa &lt;kazu@jp.freebsd.org&gt;
  *  Florent Thoumie &lt;flz@xbsd.org&gt;
  *  Foxfair Hu &lt;foxfair@FreeBSD.org&gt;
  *  Francis Bacque &lt;idroxid01@yahoo.fr&gt;
  *  Franz Klammer &lt;klammer@webonaut.com&gt;
  *  Gerrit Beine &lt;tux@pinguru.net&gt;
  *  Grzegorz Blach &lt;gblach@FreeBSD.org&gt;
  *  Gustau Perez i Querol &lt;gustau.perez@gmail.com&gt;
  *  Gvozdikov Veniamin &lt;g.veniamin@googlemail.com&gt;
  *  Hendrik Scholz &lt;hendrik@scholz.net&gt;
  *  Jacob House &lt;jacob@jwfh.ca&gt;
  *  James Earl &lt;jdearl@telus.net&gt;
  *  Jean-Baptiste Quenot &lt;jb.quenot@caraldi.com&gt;
  *  Jeroen Schot &lt;schot@a-eskwadraat.nl&gt;
  *  Jim Mock &lt;jim@FreeBSD.org&gt;
  *  Joe Marcus Clarke &lt;marcus@FreeBSD.org&gt;
  *  Julien Laffaye &lt;kimelto@gmail.com&gt;
  *  KIMURA Yasuhiro &lt;yasu@utahime.org&gt;
  *  Ka Ho Ng &lt;khng300@gmail.com&gt;
  *  Kelly Yancey &lt;kbyanc@posi.net&gt;
  *  Ken Moore &lt;ken@pcbsd.org&gt;
  *  Koop Mast &lt;einekoai@chello.nl&gt;
  *  Koop Mast &lt;kwm@FreeBSD.org&gt;
  *  Kris Kennaway &lt;kris@FreeBSD.org&gt;
  *  Kris Moore &lt;kmoore@FreeBSD.org&gt;
  *  Lars Engels &lt;lars.engels@0x20.net&gt;
  *  Lin, Cheng-Tao &lt;b89605222@ntu.edu.tw&gt;
  *  MANTANI Nobutaka &lt;nobutaka@nobutaka.com&gt;
  *  Markus Brueffer &lt;markus@FreeBSD.org&gt;
  *  Martin Ranne &lt;gasp@ridcully.dnsalias.org&gt;
  *  Martin Tournoij &lt;carpetsmoker@xs4all.nl&gt;
  *  Martin Wilke (miwi@FreeBSD.org)
  *  Martin Wilke &lt;miwi@FreeBSD.org&gt;
  *  Matt Lancereau
  *  Matt Lancereau &lt;matt@rimasec.net&gt;
  *  Matt Peterson &lt;matt@peterson.org&gt;
  *  Matthew Donovan &lt;kitchetech@gmail.com&gt;
  *  Matthew Fuller &lt;fullermd@futuresouth.com&gt;
  *  Matthew Hunt &lt;mph@pobox.com&gt;
  *  Matthew West &lt;mwest@uct.ac.za&gt;
  *  Maxim Sobolev &lt;sobomax@FreeBSD.org&gt;
  *  Michael Johnson &lt;ahze@FreeBSD.org&gt;
  *  Michiel Overtoom &lt;motoom@xs4all.nl&gt;
  *  Mikhail Teterin &lt;mi@aldan.algebra.com&gt;
  *  Morten Slot Kristensen
  *  Murray Stokely &lt;murray@FreeBSD.org&gt;
  *  NAKATA, Maho &lt;maho@FreeBSD.org&gt;
  *  Nicola Vitale &lt;nivit@FreeBSD.org&gt;
  *  Nikos Ntarmos &lt;ntarmos@ceid.upatras.gr&gt;
  *  Nikos Ntarmos &lt;ntarmos@cs.uoi.gr&gt;
  *  Oleg Pudeyev &lt;oleg@bsdpower.com&gt;
  *  Oliver Breuninger &lt;ob@breuninger.org&gt;
  *  Oliver Breuninger &lt;ob@seicom.NET&gt;
  *  Oliver Lehmann &lt;oliver@FreeBSD.org&gt;
  *  Olivier Cochard-Labbe &lt;olivier@FreeBSD.org&gt;
  *  Olivier Duchateau
  *  Patrick Li &lt;pat@databits.net&gt;
  *  Pawel Worach &lt;pawel.worach@gmail.com&gt;
  *  Pedro Giffuni
  *  Per Otterstr=F6m &lt;pelle@fukt.bth.se&gt;
  *  Petr Holub &lt;hopet@ics.muni.cz&gt;
  *  Pietro Cerutti &lt;gahr@FreeBSD.org&gt;
  *  Piotr Kubaj &lt;pkubaj@anongoth.pl&gt;
  *  Roman Bogorodskiy &lt;novel@FreeBSD.org&gt;
  *  Sakai Hiroaki &lt;sakai@miya.ee.kagu.sut.ac.jp&gt;
  *  Sakai Hiroaki &lt;sakai@seki.ee.kagu.sut.ac.jp&gt;
  *  Samy Al Bahra &lt;samy@kerneled.org&gt;
  *  Samy Al Bahra &lt;sbahra@kerneled.org&gt;
  *  Sascha Holzleiter &lt;sascha@root-login.org&gt;
  *  Satoshi Asami &lt;asami@FreeBSD.org&gt;
  *  Satoshi TAOKA
  *  Scott Mace &lt;smace@FreeBSD.org&gt;
  *  Sean Farley &lt;sean-freebsd@farley.org&gt;
  *  Sebastian Yepes &lt;esn@x123.info&gt;
  *  Serge Gagnon &lt;gagnon__s@videotron.ca&gt;
  *  Sergei Kolobov &lt;sergei@kolobov.com&gt;
  *  Sofian Brabez &lt;sbz@FreeBSD.org&gt;
  *  Stanislav Sedov &lt;stas@FreeBSD.org&gt;
  *  Stepan Zastupov [RedChrom] &lt;redchrom@gmail.com&gt;
  *  Stephen Montgomery-Smith &lt;stephen@math.missouri.edu&gt;
  *  Stijn Hoop &lt;stijn@win.tue.nl&gt;
  *  Tatsumi Hosokawa
  *  Theron Tarigo &lt;theron.tarigo@gmail.com&gt;
  *  Thomas Gellekum &lt;tg@FreeBSD.org&gt;
  *  Thomas Hurst &lt;tom@hur.st&gt;
  *  Tim Bishop &lt;tim@bishnet.net&gt;
  *  Timothy Beyer &lt;beyert@cs.ucr.edu&gt;
  *  Tobias Roth &lt;ports@fsck.ch&gt;
  *  UMENO Takashi &lt;umeno@rr.iij4u.or.jp&gt;
  *  Vincent Tantardini &lt;vinc@freebsd-fr.org&gt;
  *  Volker Stolz &lt;stolz@i2.informatik.rwth-aachen.de&gt;
  *  Winston Weinert &lt;winstonw@lavabit.com&gt;
  *  Ying-Chieh Liao &lt;ijliao@csie.nctu.edu.tw&gt;
  *  Yinghong Liu &lt;relaxbsd@gmail.com&gt;
  *  Yoshiro MIHIRA &lt;sanpei@sanpei.org&gt;
  *  Yukihiro Nakai &lt;Nakai@Mlab.t.u-tokyo.ac.jp&gt;
  *  Zane C. Bowers
  *  Zhihao Yuan &lt;lichray@gmail.com&gt;
  *  asami
  *  chinsan
  *  dirk.meyer@dinoex.sub.org
  *  dom@myrddin.demon.co.uk
  *  eimar.koort
  *  gpalmer
  *  gpalmer@FreeBSD.org
  *  grog
  *  gurkan@phys.ethz.ch
  *  hemi@puresimplicity.net
  *  ijliao
  *  incabulos@mac.com
  *  jacs
  *  janek
  *  jhb
  *  jkh
  *  jkh@FreeBSD.org
  *  jmz
  *  joerg
  *  johalun0@gmail.com
  *  jonny
  *  jsellens
  *  krion
  *  matt@bdd.net
  *  michael johnson &lt;ahze@ahze.net&gt;
  *  nkazushi@highway.or.jp
  *  od &lt;od@iclub.nsu.ru&gt;
  *  oleg@bsdpower.com
  *  roam@FreeBSD.org
  *  trevor
  *  will

With hat:	portmgr
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
A big Thank You to the original contributors of these ports:

  *  Adam Weinberger &lt;adam@vectors.cx&gt;
  *  Adam Weinberger &lt;adamw@FreeBSD.org&gt;
  *  Alex Dupre &lt;ale@FreeBSD.org&gt;
  *  Alexander Matey &lt;matey@cis.ohio-state.edu&gt;
  *  Alexander Nedotsukov &lt;bland@FreeBSD.org&gt;
  *  Alexey Dokuchaev &lt;danfe@FreeBSD.org&gt;
  *  Alexey Dokuchaev &lt;danfe@regency.nsu.ru&gt;
  *  Alexey Mikhailov &lt;karma@ez.pereslavl.ru&gt;
  *  Andrew Pantyukhin &lt;infofarmer@FreeBSD.org&gt;
  *  Anton Berezin &lt;tobez@FreeBSD.org&gt;
  *  Anton Toernqvist &lt;antont@inbox.lv&gt;
  *  Anton Tornqvist &lt;antont@inbox.lv&gt;
  *  Ashish Shukla &lt;wahjava@gmail.com&gt;
  *  Ben Woods &lt;woodsb02@FreeBSD.org&gt;
  *  Bert Burgemeister &lt;trebbu@googlemail.com&gt;
  *  Bruce A. Mah &lt;bmah@ca.sandia.gov&gt;
  *  Bruce M Simpson &lt;bms@FreeBSD.org&gt;
  *  Chris Hutchinson &lt;portmaster@BSDforge.com&gt;
  *  Cy SChubert &lt;cy@FreeBSD.org&gt;
  *  Cy Schubert &lt;Cy.Schubert@uumail.gov.bc.ca&gt;
  *  Cy Schubert &lt;cy@FreeBSD.org&gt;
  *  DaJoob
  *  Daniel Roethlisberger &lt;daniel@roe.ch&gt;
  *  Daniel Walter &lt;sahne@0x90.at&gt;
  *  Danilo Egea Gondolfo &lt;danilo@FreeBSD.org&gt;
  *  Dave Grochowski
  *  David Mackay &lt;davidjx8p@gmail.com&gt;
  *  David Yeske &lt;dyeske@gmail.com&gt;
  *  Dejan Lesjak &lt;lesi@FreeBSD.org&gt;
  *  Denis Shaposhnikov &lt;dsh@vlink.ru&gt;
  *  Dennis Herrmann &lt;dhn@FreeBSD.org&gt;
  *  Dmitri Goutnik &lt;dg@syrec.org&gt;
  *  Dominik Rothert &lt;dr@domix.de&gt;
  *  Emanuel Haupt &lt;ehaupt@FreeBSD.org&gt;
  *  Emanuel Haupt &lt;ehaupt@critical.ch&gt;
  *  Eric Anholt &lt;anholt@FreeBSD.org&gt;
  *  Eric Blood &lt;eblood@cs.unr.edu&gt;
  *  Eric L. Hernes &lt;erich@rrnet.com&gt;
  *  Eric Turgeon &lt;ericbsd@FreeBSD.org&gt;
  *  Eric Turgeon &lt;ericturgeon.bsd@gmail.com&gt;
  *  Evgeni Dimitrov &lt;evgeni.dimitrov@gmail.com&gt;
  *  FURUSAWA,Kazuhisa &lt;kazu@jp.freebsd.org&gt;
  *  Florent Thoumie &lt;flz@xbsd.org&gt;
  *  Foxfair Hu &lt;foxfair@FreeBSD.org&gt;
  *  Francis Bacque &lt;idroxid01@yahoo.fr&gt;
  *  Franz Klammer &lt;klammer@webonaut.com&gt;
  *  Gerrit Beine &lt;tux@pinguru.net&gt;
  *  Grzegorz Blach &lt;gblach@FreeBSD.org&gt;
  *  Gustau Perez i Querol &lt;gustau.perez@gmail.com&gt;
  *  Gvozdikov Veniamin &lt;g.veniamin@googlemail.com&gt;
  *  Hendrik Scholz &lt;hendrik@scholz.net&gt;
  *  Jacob House &lt;jacob@jwfh.ca&gt;
  *  James Earl &lt;jdearl@telus.net&gt;
  *  Jean-Baptiste Quenot &lt;jb.quenot@caraldi.com&gt;
  *  Jeroen Schot &lt;schot@a-eskwadraat.nl&gt;
  *  Jim Mock &lt;jim@FreeBSD.org&gt;
  *  Joe Marcus Clarke &lt;marcus@FreeBSD.org&gt;
  *  Julien Laffaye &lt;kimelto@gmail.com&gt;
  *  KIMURA Yasuhiro &lt;yasu@utahime.org&gt;
  *  Ka Ho Ng &lt;khng300@gmail.com&gt;
  *  Kelly Yancey &lt;kbyanc@posi.net&gt;
  *  Ken Moore &lt;ken@pcbsd.org&gt;
  *  Koop Mast &lt;einekoai@chello.nl&gt;
  *  Koop Mast &lt;kwm@FreeBSD.org&gt;
  *  Kris Kennaway &lt;kris@FreeBSD.org&gt;
  *  Kris Moore &lt;kmoore@FreeBSD.org&gt;
  *  Lars Engels &lt;lars.engels@0x20.net&gt;
  *  Lin, Cheng-Tao &lt;b89605222@ntu.edu.tw&gt;
  *  MANTANI Nobutaka &lt;nobutaka@nobutaka.com&gt;
  *  Markus Brueffer &lt;markus@FreeBSD.org&gt;
  *  Martin Ranne &lt;gasp@ridcully.dnsalias.org&gt;
  *  Martin Tournoij &lt;carpetsmoker@xs4all.nl&gt;
  *  Martin Wilke (miwi@FreeBSD.org)
  *  Martin Wilke &lt;miwi@FreeBSD.org&gt;
  *  Matt Lancereau
  *  Matt Lancereau &lt;matt@rimasec.net&gt;
  *  Matt Peterson &lt;matt@peterson.org&gt;
  *  Matthew Donovan &lt;kitchetech@gmail.com&gt;
  *  Matthew Fuller &lt;fullermd@futuresouth.com&gt;
  *  Matthew Hunt &lt;mph@pobox.com&gt;
  *  Matthew West &lt;mwest@uct.ac.za&gt;
  *  Maxim Sobolev &lt;sobomax@FreeBSD.org&gt;
  *  Michael Johnson &lt;ahze@FreeBSD.org&gt;
  *  Michiel Overtoom &lt;motoom@xs4all.nl&gt;
  *  Mikhail Teterin &lt;mi@aldan.algebra.com&gt;
  *  Morten Slot Kristensen
  *  Murray Stokely &lt;murray@FreeBSD.org&gt;
  *  NAKATA, Maho &lt;maho@FreeBSD.org&gt;
  *  Nicola Vitale &lt;nivit@FreeBSD.org&gt;
  *  Nikos Ntarmos &lt;ntarmos@ceid.upatras.gr&gt;
  *  Nikos Ntarmos &lt;ntarmos@cs.uoi.gr&gt;
  *  Oleg Pudeyev &lt;oleg@bsdpower.com&gt;
  *  Oliver Breuninger &lt;ob@breuninger.org&gt;
  *  Oliver Breuninger &lt;ob@seicom.NET&gt;
  *  Oliver Lehmann &lt;oliver@FreeBSD.org&gt;
  *  Olivier Cochard-Labbe &lt;olivier@FreeBSD.org&gt;
  *  Olivier Duchateau
  *  Patrick Li &lt;pat@databits.net&gt;
  *  Pawel Worach &lt;pawel.worach@gmail.com&gt;
  *  Pedro Giffuni
  *  Per Otterstr=F6m &lt;pelle@fukt.bth.se&gt;
  *  Petr Holub &lt;hopet@ics.muni.cz&gt;
  *  Pietro Cerutti &lt;gahr@FreeBSD.org&gt;
  *  Piotr Kubaj &lt;pkubaj@anongoth.pl&gt;
  *  Roman Bogorodskiy &lt;novel@FreeBSD.org&gt;
  *  Sakai Hiroaki &lt;sakai@miya.ee.kagu.sut.ac.jp&gt;
  *  Sakai Hiroaki &lt;sakai@seki.ee.kagu.sut.ac.jp&gt;
  *  Samy Al Bahra &lt;samy@kerneled.org&gt;
  *  Samy Al Bahra &lt;sbahra@kerneled.org&gt;
  *  Sascha Holzleiter &lt;sascha@root-login.org&gt;
  *  Satoshi Asami &lt;asami@FreeBSD.org&gt;
  *  Satoshi TAOKA
  *  Scott Mace &lt;smace@FreeBSD.org&gt;
  *  Sean Farley &lt;sean-freebsd@farley.org&gt;
  *  Sebastian Yepes &lt;esn@x123.info&gt;
  *  Serge Gagnon &lt;gagnon__s@videotron.ca&gt;
  *  Sergei Kolobov &lt;sergei@kolobov.com&gt;
  *  Sofian Brabez &lt;sbz@FreeBSD.org&gt;
  *  Stanislav Sedov &lt;stas@FreeBSD.org&gt;
  *  Stepan Zastupov [RedChrom] &lt;redchrom@gmail.com&gt;
  *  Stephen Montgomery-Smith &lt;stephen@math.missouri.edu&gt;
  *  Stijn Hoop &lt;stijn@win.tue.nl&gt;
  *  Tatsumi Hosokawa
  *  Theron Tarigo &lt;theron.tarigo@gmail.com&gt;
  *  Thomas Gellekum &lt;tg@FreeBSD.org&gt;
  *  Thomas Hurst &lt;tom@hur.st&gt;
  *  Tim Bishop &lt;tim@bishnet.net&gt;
  *  Timothy Beyer &lt;beyert@cs.ucr.edu&gt;
  *  Tobias Roth &lt;ports@fsck.ch&gt;
  *  UMENO Takashi &lt;umeno@rr.iij4u.or.jp&gt;
  *  Vincent Tantardini &lt;vinc@freebsd-fr.org&gt;
  *  Volker Stolz &lt;stolz@i2.informatik.rwth-aachen.de&gt;
  *  Winston Weinert &lt;winstonw@lavabit.com&gt;
  *  Ying-Chieh Liao &lt;ijliao@csie.nctu.edu.tw&gt;
  *  Yinghong Liu &lt;relaxbsd@gmail.com&gt;
  *  Yoshiro MIHIRA &lt;sanpei@sanpei.org&gt;
  *  Yukihiro Nakai &lt;Nakai@Mlab.t.u-tokyo.ac.jp&gt;
  *  Zane C. Bowers
  *  Zhihao Yuan &lt;lichray@gmail.com&gt;
  *  asami
  *  chinsan
  *  dirk.meyer@dinoex.sub.org
  *  dom@myrddin.demon.co.uk
  *  eimar.koort
  *  gpalmer
  *  gpalmer@FreeBSD.org
  *  grog
  *  gurkan@phys.ethz.ch
  *  hemi@puresimplicity.net
  *  ijliao
  *  incabulos@mac.com
  *  jacs
  *  janek
  *  jhb
  *  jkh
  *  jkh@FreeBSD.org
  *  jmz
  *  joerg
  *  johalun0@gmail.com
  *  jonny
  *  jsellens
  *  krion
  *  matt@bdd.net
  *  michael johnson &lt;ahze@ahze.net&gt;
  *  nkazushi@highway.or.jp
  *  od &lt;od@iclub.nsu.ru&gt;
  *  oleg@bsdpower.com
  *  roam@FreeBSD.org
  *  trevor
  *  will

With hat:	portmgr
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove # $FreeBSD$ from Makefiles.</title>
<updated>2021-04-06T14:31:07+00:00</updated>
<author>
<name>Mathieu Arnold</name>
<email>mat@FreeBSD.org</email>
</author>
<published>2021-04-06T11:55:50+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/commit/?id=305f148f482daf30dcf728039d03d019f88344eb'/>
<id>305f148f482daf30dcf728039d03d019f88344eb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Switch all ports to use USES=xorg-cat</title>
<updated>2019-11-03T21:56:37+00:00</updated>
<author>
<name>Niclas Zeising</name>
<email>zeising@FreeBSD.org</email>
</author>
<published>2019-11-03T21:56:37+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/commit/?id=c32f72e68d63a930e5ea4ad5cc6e2ea4d3bb5360'/>
<id>c32f72e68d63a930e5ea4ad5cc6e2ea4d3bb5360</id>
<content type='text'>
Change all ports to use USES=xorg-cat instead of the old XORG_CAT
Add USES=xorg and USES=gl as needed to x11@ ports
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change all ports to use USES=xorg-cat instead of the old XORG_CAT
Add USES=xorg and USES=gl as needed to x11@ ports
</pre>
</div>
</content>
</entry>
<entry>
<title>x11/libSM: Update to 1.2.3</title>
<updated>2018-10-30T20:10:50+00:00</updated>
<author>
<name>Niclas Zeising</name>
<email>zeising@FreeBSD.org</email>
</author>
<published>2018-10-30T20:10:50+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/commit/?id=4ee4efe7c60122b4072a566eb0a8d974b606bf60'/>
<id>4ee4efe7c60122b4072a566eb0a8d974b606bf60</id>
<content type='text'>
Update libSM to 1.2.3.
Rename the patch to fit FreeBSD standard naming.

Changelog:
https://lists.x.org/archives/xorg-announce/2018-October/002922.html

PR:		232798
Submitted by:	pete@nomadlogic.org
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Update libSM to 1.2.3.
Rename the patch to fit FreeBSD standard naming.

Changelog:
https://lists.x.org/archives/xorg-announce/2018-October/002922.html

PR:		232798
Submitted by:	pete@nomadlogic.org
</pre>
</div>
</content>
</entry>
<entry>
<title>Change x11/xorgproto to become a build dep</title>
<updated>2018-09-11T18:34:27+00:00</updated>
<author>
<name>Niclas Zeising</name>
<email>zeising@FreeBSD.org</email>
</author>
<published>2018-09-11T18:34:27+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/commit/?id=0fae2e9e0e506b74d2648d9581e939154814c599'/>
<id>0fae2e9e0e506b74d2648d9581e939154814c599</id>
<content type='text'>
Change x11/xorgproto to become a build time dependency when added to
USE_XORG.  Change the dependency to be on the port, rather than a file the
port installs.
Fix fallout.
Bump portrevision on depending ports.

PR:		230909
Reviewed by:	eadler
Approved by:	portmgr (antoine)
Obtained from:	https://github.com/FreeBSDDesktop/freebsd-ports/tree/feature/xorgproto
exp-run:	antoine
Differential Revision:	https://reviews.freebsd.org/D16906
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change x11/xorgproto to become a build time dependency when added to
USE_XORG.  Change the dependency to be on the port, rather than a file the
port installs.
Fix fallout.
Bump portrevision on depending ports.

PR:		230909
Reviewed by:	eadler
Approved by:	portmgr (antoine)
Obtained from:	https://github.com/FreeBSDDesktop/freebsd-ports/tree/feature/xorgproto
exp-run:	antoine
Differential Revision:	https://reviews.freebsd.org/D16906
</pre>
</div>
</content>
</entry>
<entry>
<title>Switch to xorgproto instead of individual packages</title>
<updated>2018-07-31T18:41:30+00:00</updated>
<author>
<name>Niclas Zeising</name>
<email>zeising@FreeBSD.org</email>
</author>
<published>2018-07-31T18:41:30+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/commit/?id=15dac70c75ad7e5286c80ca05c69fbfc1061905c'/>
<id>15dac70c75ad7e5286c80ca05c69fbfc1061905c</id>
<content type='text'>
Upstream used to distribute protocol headers as separate packages, but has
decided to merge those to a common package, named xorgproto.  This update
tracks that change.

* Add a new port, x11/xorgproto, with are protocol headers for xorg.
* Hook the new protocol port to the build and to infrastructure in
  bsd.xorg.mk.
* Update all ports with a dependency on any of the old *proto packages to
  instead depend on xorgproto.  Bump portrevision.
* Delete the old *proto packages, update MOVED.

PR:		230023
Submitted by:	zeising
Approved by:	portmgr (antoine)
exp-run by:	antoine
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Upstream used to distribute protocol headers as separate packages, but has
decided to merge those to a common package, named xorgproto.  This update
tracks that change.

* Add a new port, x11/xorgproto, with are protocol headers for xorg.
* Hook the new protocol port to the build and to infrastructure in
  bsd.xorg.mk.
* Update all ports with a dependency on any of the old *proto packages to
  instead depend on xorgproto.  Bump portrevision.
* Delete the old *proto packages, update MOVED.

PR:		230023
Submitted by:	zeising
Approved by:	portmgr (antoine)
exp-run by:	antoine
</pre>
</div>
</content>
</entry>
</feed>
