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

Reviewed by:	many

Differential Revision:	https://reviews.freebsd.org/D46601
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Simplify expressions for FreeBSD 13.X

Reviewed by:	many

Differential Revision:	https://reviews.freebsd.org/D46601
</pre>
</div>
</content>
</entry>
<entry>
<title>emulators/zsnes: Add missing bsd.port.options.mk include</title>
<updated>2024-07-30T23:04:51+00:00</updated>
<author>
<name>Torsten Zuehlsdorff</name>
<email>tz@FreeBSD.org</email>
</author>
<published>2024-07-30T23:04:51+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/commit/?id=a434b47730cb5d116b2c197402228a1e2ab62306'/>
<id>a434b47730cb5d116b2c197402228a1e2ab62306</id>
<content type='text'>
  We need to .include &lt;bsd.port.options.mk&gt; before using a conditional IGNORE
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  We need to .include &lt;bsd.port.options.mk&gt; before using a conditional IGNORE
</pre>
</div>
</content>
</entry>
<entry>
<title>emulators/zsnes: Ignore on FreeBSD 14.0 and use older C++ Standard for compilation</title>
<updated>2024-07-30T22:24:29+00:00</updated>
<author>
<name>Torsten Zuehlsdorff</name>
<email>tz@FreeBSD.org</email>
</author>
<published>2024-07-30T22:19:10+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/commit/?id=09bbcc173a47febddd0e82f14f43c971a90c5008'/>
<id>09bbcc173a47febddd0e82f14f43c971a90c5008</id>
<content type='text'>
  Since ZSNES is not in active development, with the last release being in 2007,
   the code is not designed to be compiled with more recent C++ standards. Thus,
   this patch makes it use an older standard to make it compile.

  - Updated Makefile (cleaned up through portclippy and portfmt), adding a
   CONFIGURE_ENV to set the C++ standard through CXXFLAGS.

  - Updated files/patch-configure as the above CXXFLAGS were being ignored due
   to one line using CFLAGS instead of CXXFLAGS.

  - Add IGNORE for FreeBSD 14.0, because of build failures on this
  plattform. Since it builds fine on 14.1 and 14.0 is EOL soon, we decided to
  IGNORE it for this version. The error is:

  checking for zlib - version &gt;= 1.2.3... 1.3, bad version string given
	by zlib, sometimes due to very old zlibs that didnt correctly
	define their version. Please upgrade if you are running an
	old zlib... no
  configure: error: zlib &gt;= 1.2.3 is required

PR:		280195
Approved by:	Naram Qashat &lt;cyberbotx@cyberbotx.com&gt; (maintainer)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  Since ZSNES is not in active development, with the last release being in 2007,
   the code is not designed to be compiled with more recent C++ standards. Thus,
   this patch makes it use an older standard to make it compile.

  - Updated Makefile (cleaned up through portclippy and portfmt), adding a
   CONFIGURE_ENV to set the C++ standard through CXXFLAGS.

  - Updated files/patch-configure as the above CXXFLAGS were being ignored due
   to one line using CFLAGS instead of CXXFLAGS.

  - Add IGNORE for FreeBSD 14.0, because of build failures on this
  plattform. Since it builds fine on 14.1 and 14.0 is EOL soon, we decided to
  IGNORE it for this version. The error is:

  checking for zlib - version &gt;= 1.2.3... 1.3, bad version string given
	by zlib, sometimes due to very old zlibs that didnt correctly
	define their version. Please upgrade if you are running an
	old zlib... no
  configure: error: zlib &gt;= 1.2.3 is required

PR:		280195
Approved by:	Naram Qashat &lt;cyberbotx@cyberbotx.com&gt; (maintainer)
</pre>
</div>
</content>
</entry>
<entry>
<title>emulators/zsnes: Sanitize MANPREFIX</title>
<updated>2024-01-21T19:25:25+00:00</updated>
<author>
<name>Muhammad Moinur Rahman</name>
<email>bofh@FreeBSD.org</email>
</author>
<published>2024-01-21T18:30:42+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/commit/?id=b49f2d241a26feb70b064b53ed4e7f9c6fd86b0f'/>
<id>b49f2d241a26feb70b064b53ed4e7f9c6fd86b0f</id>
<content type='text'>
This has not been tested apart from the others.

Approved by:	portmgr (blanket)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This has not been tested apart from the others.

Approved by:	portmgr (blanket)
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove WWW entries moved into port Makefiles</title>
<updated>2022-09-07T21:58:51+00:00</updated>
<author>
<name>Stefan Eßer</name>
<email>se@FreeBSD.org</email>
</author>
<published>2022-09-07T21:30:14+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/commit/?id=fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4'/>
<id>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>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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)
</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>emulators: remove 'Created by' lines</title>
<updated>2022-07-20T14:21:50+00:00</updated>
<author>
<name>Tobias C. Berner</name>
<email>tcberner@FreeBSD.org</email>
</author>
<published>2022-07-20T14:21:50+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/commit/?id=27eb52ac6a0bb5c93c0ae4ebe4fef9bafb727cfd'/>
<id>27eb52ac6a0bb5c93c0ae4ebe4fef9bafb727cfd</id>
<content type='text'>
A big Thank You to the original contributors of these ports:

  *  Akinori MUSHA aka knu &lt;knu@idaemons.org&gt;
  *  Alejandro Pulver &lt;alejandro@varnet.biz&gt;
  *  Alexander Best &lt;arundel@gmx.net&gt;
  *  Alexander Nedotsukov &lt;bland@FreeBSD.org&gt;
  *  Alexey Dokuchaev &lt;danfe@FreeBSD.org&gt;
  *  Alexey V. Antipovsky &lt;kemm@in-line.ru&gt;
  *  Alonso Cardenas Marquez &lt;acm@FreeBSD.org&gt;
  *  Brian Gaeke &lt;brg@dgate.org&gt;
  *  Danilo Egea Gondolfo &lt;danilo@FreeBSD.org&gt;
  *  David Naylor &lt;naylor.b.david@gmail.com&gt;
  *  David O'Brien (obrien@cs.ucdavis.edu)
  *  Edward Tomasz Napierala &lt;trasz@FreeBSD.org&gt;
  *  Eric L. Hernes &lt;erich@FreeBSD.org&gt;
  *  Felix Palmen &lt;felix@palmen-it.de&gt;
  *  Ganael Laplanche &lt;ganael.laplanche@martymac.org&gt;
  *  Gerald Pfeifer &lt;gerald@FreeBSD.org&gt;
  *  Gunter Wambaugh &lt;techgunter@yahoo.com&gt;
  *  Jacques Vidrine &lt;nectar@FreeBSD.org&gt;
  *  Janni
  *  Jeffrey H. Johnson &lt;CPE1704TKS@bellsouth.net&gt;
  *  Jeremy Karlson
  *  Jeroen Ruigrok van der Werven &lt;asmodai@FreeBSD.org&gt;
  *  Joel Sutton &lt;jsutton@webnet.com.au&gt;
  *  Joerg Wunsch &lt;joerg@FreeBSD.org&gt;
  *  Jonathan M. Bresler (jmb)
  *  Jose Alonso Cardenas Marquez &lt;acm@FreeBSD.org&gt;
  *  Juergen Lock &lt;nox@jelal.kn-bremen.de&gt;
  *  Kaltashkin Eugene &lt;zhecka@gmail.com&gt;
  *  Kevin Bowling &lt;kbowling@FreeBSD.org&gt;
  *  Li-Lun Wang &lt;llwang@infor.org&gt;
  *  Mario S F Ferreira &lt;lioux@linf.unb.br&gt; et al.
  *  Martin Hinner
  *  Maxim Sobolev &lt;sobomax@FreeBSD.org&gt;
  *  Michael Neumann &lt;mneumann@ntecs.de&gt;
  *  Miguel Mendez &lt;flynn@energyhq.homeip.net&gt;
  *  Naram Qashat &lt;cyberbotx@cyberbotx.com&gt;
  *  Nicole Reid &lt;root@cooltrainer.org&gt;
  *  Nishika &lt;nishika@cheerful.com&gt;
  *  Pavel I Volkov &lt;pavelivolkov@googlemail.com&gt;
  *  Piotr Kubaj
  *  Ruan Wei (iamayan@gmail.com)
  *  Sebastian Schuetz &lt;sschuetz@fhm.edu&gt;
  *  Seiichirou Hiraoka
  *  Shaun Amott &lt;shaun@FreeBSD.org&gt;
  *  Sheldon Hearn &lt;axl@iafrica.com&gt;
  *  Simon Dick &lt;simond@irrelevant.org&gt;
  *  Steven Kreuzer &lt;skreuzer@FreeBSD.org&gt;
  *  Stijn Hoop &lt;stijn@win.tue.nl&gt;
  *  Sunpoet Po-Chuan Hsieh &lt;sunpoet@FreeBSD.org&gt;
  *  Thomas Bernard &lt;nanard@free.fr&gt;
  *  Timothy Beyer &lt;beyert@cs.ucr.edu&gt;
  *  Tobias Reifenberger &lt;tr@freebsd.mayn.de&gt;
  *  Tom Carrick &lt;knyghtmare@knyghtmare.com&gt;
  *  Travis Poppe &lt;tlp@liquidx.org&gt;
  *  Uffe Jakobsen &lt;uffe@uffe.org&gt;
  *  Vladimir Kondratiev &lt;wulf@mail.mipt.ru&gt;
  *  Yukihiro Nakai &lt;Nakai@Mlab.t.u-tokyo.ac.jp&gt;
  *  Yukihiro Nakai &lt;nakai@FreeBSD.org&gt;
  *  alepulver
  *  alex
  *  dchapes@ddm.on.ca
  *  dk
  *  elbarto
  *  janek@gaja.ipan.lublin.pl
  *  jhb
  *  jmz
  *  joerg
  *  jraynard
  *  krion
  *  kstailey
  *  mbr@FreeBSD.org
  *  okeeblow &lt;root@cooltrainer.org&gt;
  *  pixel
  *  pjm
  *  tenser@spitfire.ecsel.psu.edu
  *  trasz
  *  trasz &lt;trasz@pin.if.uz.zgora.pl&gt;
  * # Created by Timothy Beyer &lt;beyert@cs.ucr.edu&gt;

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:

  *  Akinori MUSHA aka knu &lt;knu@idaemons.org&gt;
  *  Alejandro Pulver &lt;alejandro@varnet.biz&gt;
  *  Alexander Best &lt;arundel@gmx.net&gt;
  *  Alexander Nedotsukov &lt;bland@FreeBSD.org&gt;
  *  Alexey Dokuchaev &lt;danfe@FreeBSD.org&gt;
  *  Alexey V. Antipovsky &lt;kemm@in-line.ru&gt;
  *  Alonso Cardenas Marquez &lt;acm@FreeBSD.org&gt;
  *  Brian Gaeke &lt;brg@dgate.org&gt;
  *  Danilo Egea Gondolfo &lt;danilo@FreeBSD.org&gt;
  *  David Naylor &lt;naylor.b.david@gmail.com&gt;
  *  David O'Brien (obrien@cs.ucdavis.edu)
  *  Edward Tomasz Napierala &lt;trasz@FreeBSD.org&gt;
  *  Eric L. Hernes &lt;erich@FreeBSD.org&gt;
  *  Felix Palmen &lt;felix@palmen-it.de&gt;
  *  Ganael Laplanche &lt;ganael.laplanche@martymac.org&gt;
  *  Gerald Pfeifer &lt;gerald@FreeBSD.org&gt;
  *  Gunter Wambaugh &lt;techgunter@yahoo.com&gt;
  *  Jacques Vidrine &lt;nectar@FreeBSD.org&gt;
  *  Janni
  *  Jeffrey H. Johnson &lt;CPE1704TKS@bellsouth.net&gt;
  *  Jeremy Karlson
  *  Jeroen Ruigrok van der Werven &lt;asmodai@FreeBSD.org&gt;
  *  Joel Sutton &lt;jsutton@webnet.com.au&gt;
  *  Joerg Wunsch &lt;joerg@FreeBSD.org&gt;
  *  Jonathan M. Bresler (jmb)
  *  Jose Alonso Cardenas Marquez &lt;acm@FreeBSD.org&gt;
  *  Juergen Lock &lt;nox@jelal.kn-bremen.de&gt;
  *  Kaltashkin Eugene &lt;zhecka@gmail.com&gt;
  *  Kevin Bowling &lt;kbowling@FreeBSD.org&gt;
  *  Li-Lun Wang &lt;llwang@infor.org&gt;
  *  Mario S F Ferreira &lt;lioux@linf.unb.br&gt; et al.
  *  Martin Hinner
  *  Maxim Sobolev &lt;sobomax@FreeBSD.org&gt;
  *  Michael Neumann &lt;mneumann@ntecs.de&gt;
  *  Miguel Mendez &lt;flynn@energyhq.homeip.net&gt;
  *  Naram Qashat &lt;cyberbotx@cyberbotx.com&gt;
  *  Nicole Reid &lt;root@cooltrainer.org&gt;
  *  Nishika &lt;nishika@cheerful.com&gt;
  *  Pavel I Volkov &lt;pavelivolkov@googlemail.com&gt;
  *  Piotr Kubaj
  *  Ruan Wei (iamayan@gmail.com)
  *  Sebastian Schuetz &lt;sschuetz@fhm.edu&gt;
  *  Seiichirou Hiraoka
  *  Shaun Amott &lt;shaun@FreeBSD.org&gt;
  *  Sheldon Hearn &lt;axl@iafrica.com&gt;
  *  Simon Dick &lt;simond@irrelevant.org&gt;
  *  Steven Kreuzer &lt;skreuzer@FreeBSD.org&gt;
  *  Stijn Hoop &lt;stijn@win.tue.nl&gt;
  *  Sunpoet Po-Chuan Hsieh &lt;sunpoet@FreeBSD.org&gt;
  *  Thomas Bernard &lt;nanard@free.fr&gt;
  *  Timothy Beyer &lt;beyert@cs.ucr.edu&gt;
  *  Tobias Reifenberger &lt;tr@freebsd.mayn.de&gt;
  *  Tom Carrick &lt;knyghtmare@knyghtmare.com&gt;
  *  Travis Poppe &lt;tlp@liquidx.org&gt;
  *  Uffe Jakobsen &lt;uffe@uffe.org&gt;
  *  Vladimir Kondratiev &lt;wulf@mail.mipt.ru&gt;
  *  Yukihiro Nakai &lt;Nakai@Mlab.t.u-tokyo.ac.jp&gt;
  *  Yukihiro Nakai &lt;nakai@FreeBSD.org&gt;
  *  alepulver
  *  alex
  *  dchapes@ddm.on.ca
  *  dk
  *  elbarto
  *  janek@gaja.ipan.lublin.pl
  *  jhb
  *  jmz
  *  joerg
  *  jraynard
  *  krion
  *  kstailey
  *  mbr@FreeBSD.org
  *  okeeblow &lt;root@cooltrainer.org&gt;
  *  pixel
  *  pjm
  *  tenser@spitfire.ecsel.psu.edu
  *  trasz
  *  trasz &lt;trasz@pin.if.uz.zgora.pl&gt;
  * # Created by Timothy Beyer &lt;beyert@cs.ucr.edu&gt;

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>emulators/zsnes: Fix build with -fno-common</title>
<updated>2020-08-28T17:39:55+00:00</updated>
<author>
<name>Niclas Zeising</name>
<email>zeising@FreeBSD.org</email>
</author>
<published>2020-08-28T17:39:55+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/commit/?id=7d54ea6a014427be0535c40efe6298eb0223f97d'/>
<id>7d54ea6a014427be0535c40efe6298eb0223f97d</id>
<content type='text'>
Fix the build of emulators/zsnes when built with -fno-common, which is the
default with llvm 11.

MFH:		2020Q3 (implicit, -fno-common fixes, ok by joenum)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix the build of emulators/zsnes when built with -fno-common, which is the
default with llvm 11.

MFH:		2020Q3 (implicit, -fno-common fixes, ok by joenum)
</pre>
</div>
</content>
</entry>
<entry>
<title>- Pet portlint</title>
<updated>2020-07-31T09:36:23+00:00</updated>
<author>
<name>Dmitry Marakasov</name>
<email>amdmi3@FreeBSD.org</email>
</author>
<published>2020-07-31T09:36:23+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/commit/?id=b360b5f39e0d7847badcbb9fa2e0e4da0f25fab2'/>
<id>b360b5f39e0d7847badcbb9fa2e0e4da0f25fab2</id>
<content type='text'>
- Switch to USES=localbase
- Remove 10 year obsolete comment regarding nasm version
- Update WWW

Approved by:	portmgr blanket
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Switch to USES=localbase
- Remove 10 year obsolete comment regarding nasm version
- Update WWW

Approved by:	portmgr blanket
</pre>
</div>
</content>
</entry>
</feed>
