<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ports/misc/libemos, branch main</title>
<subtitle>FreeBSD ports tree</subtitle>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/'/>
<entry>
<title>misc/libemos: Fix build by adding USES=localbase:ldflags</title>
<updated>2023-11-19T09:59:10+00:00</updated>
<author>
<name>Yuri Victorovich</name>
<email>yuri@FreeBSD.org</email>
</author>
<published>2023-11-19T09:58:10+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/commit/?id=e7e275f5fcd2e54cb7b793e7f19b02b8e80e5dad'/>
<id>e7e275f5fcd2e54cb7b793e7f19b02b8e80e5dad</id>
<content type='text'>
Otherwise some libraries weren't found.

Reported by:	fallout
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Otherwise some libraries weren't found.

Reported by:	fallout
</pre>
</div>
</content>
</entry>
<entry>
<title>misc/libemos: Fix build that was broken due to missing defined symbol</title>
<updated>2023-06-07T04:45:26+00:00</updated>
<author>
<name>Yuri Victorovich</name>
<email>yuri@FreeBSD.org</email>
</author>
<published>2023-06-07T04:43:49+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/commit/?id=b31d39c8c9b2292a0595ea65cc3d78b3a9a2a7bf'/>
<id>b31d39c8c9b2292a0595ea65cc3d78b3a9a2a7bf</id>
<content type='text'>
in the dependency science/eccodes after it was updated.

Reported by:	fallout
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
in the dependency science/eccodes after it was updated.

Reported by:	fallout
</pre>
</div>
</content>
</entry>
<entry>
<title>*: Bump PORTREVISIONs for math/mpc update to 1.3.1</title>
<updated>2023-04-23T09:09:58+00:00</updated>
<author>
<name>Gerald Pfeifer</name>
<email>gerald@FreeBSD.org</email>
</author>
<published>2023-04-23T09:09:58+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/commit/?id=8d3e020ed032a8db00208994d0db646de7dc6f5b'/>
<id>8d3e020ed032a8db00208994d0db646de7dc6f5b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</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>One more small cleanup, forgotten yesterday.</title>
<updated>2021-04-07T08:09:01+00:00</updated>
<author>
<name>Mathieu Arnold</name>
<email>mat@FreeBSD.org</email>
</author>
<published>2021-04-07T08:06:21+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/commit/?id=cf118ccf875508b9a1c570044c93cfcc82bd455c'/>
<id>cf118ccf875508b9a1c570044c93cfcc82bd455c</id>
<content type='text'>
Reported by:	lwhsu
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Reported by:	lwhsu
</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>misc/libemos: Unbreak build with GCC 10</title>
<updated>2020-07-04T11:59:43+00:00</updated>
<author>
<name>Tobias Kortkamp</name>
<email>tobik@FreeBSD.org</email>
</author>
<published>2020-07-04T11:59:43+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/commit/?id=bba2898ed62da5bc10c42fe6f8a43f42333cf6e9'/>
<id>bba2898ed62da5bc10c42fe6f8a43f42333cf6e9</id>
<content type='text'>
/wrkdirs/usr/ports/misc/libemos/work/libemos-4.5.9-Source/interpolation/hntfaps.F:222:65:

  183 |           CALL INTLOG(JP_DEBUG,'HNTFAPS: Use missing value',JPQUIET)
      |                                                            2
......
  222 |           CALL INTLOG(JP_ERROR,'HNTFAPS: memory allocation fail',IDWORK)
      |                                                                 1
Error: Type mismatch between actual argument at (1) and actual argument at (2) (INTEGER(8)/INTEGER(4)).
/wrkdirs/usr/ports/misc/libemos/work/libemos-4.5.9-Source/interpolation/hntfaps.F:232:65:

  183 |           CALL INTLOG(JP_DEBUG,'HNTFAPS: Use missing value',JPQUIET)
      |                                                            2
......
  232 |           CALL INTLOG(JP_ERROR,'HNTFAPS: memory allocation fail',IDATA)
      |                                                                 1
Error: Type mismatch between actual argument at (1) and actual argument at (2) (INTEGER(8)/INTEGER(4)).

http://package18.nyi.freebsd.org/data/121amd64-default-PR244494/2020-06-10_18h04m44s/logs/errors/libemos-4.5.9_3.log

PR:		246700
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
/wrkdirs/usr/ports/misc/libemos/work/libemos-4.5.9-Source/interpolation/hntfaps.F:222:65:

  183 |           CALL INTLOG(JP_DEBUG,'HNTFAPS: Use missing value',JPQUIET)
      |                                                            2
......
  222 |           CALL INTLOG(JP_ERROR,'HNTFAPS: memory allocation fail',IDWORK)
      |                                                                 1
Error: Type mismatch between actual argument at (1) and actual argument at (2) (INTEGER(8)/INTEGER(4)).
/wrkdirs/usr/ports/misc/libemos/work/libemos-4.5.9-Source/interpolation/hntfaps.F:232:65:

  183 |           CALL INTLOG(JP_DEBUG,'HNTFAPS: Use missing value',JPQUIET)
      |                                                            2
......
  232 |           CALL INTLOG(JP_ERROR,'HNTFAPS: memory allocation fail',IDATA)
      |                                                                 1
Error: Type mismatch between actual argument at (1) and actual argument at (2) (INTEGER(8)/INTEGER(4)).

http://package18.nyi.freebsd.org/data/121amd64-default-PR244494/2020-06-10_18h04m44s/logs/errors/libemos-4.5.9_3.log

PR:		246700
</pre>
</div>
</content>
</entry>
<entry>
<title>Update devel/cmake to 3.15.2 (latest upstream release)</title>
<updated>2019-08-14T14:18:36+00:00</updated>
<author>
<name>Adriaan de Groot</name>
<email>adridg@FreeBSD.org</email>
</author>
<published>2019-08-14T14:18:36+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/commit/?id=9c45f5c8a96a11f39c0f610362c675e6bb27d353'/>
<id>9c45f5c8a96a11f39c0f610362c675e6bb27d353</id>
<content type='text'>
Release notes for the version updates are at:
	https://blog.kitware.com/cmake-3-15-0-available-for-download/
	https://blog.kitware.com/cmake-3-15-1-available-for-download/
	https://blog.kitware.com/cmake-3-15-2-available-for-download/

For FreeBSD, not much interesting has changed. Swift language support
might be useful.

A few ports were fixed as part of this exp-run (libemos not really
related to the CMake update, but in general). Thanks to antoine
for the exp-runs, tcberner for doing most of the prep-work.

PR:		239273
Submitted by:	tcberner
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Release notes for the version updates are at:
	https://blog.kitware.com/cmake-3-15-0-available-for-download/
	https://blog.kitware.com/cmake-3-15-1-available-for-download/
	https://blog.kitware.com/cmake-3-15-2-available-for-download/

For FreeBSD, not much interesting has changed. Swift language support
might be useful.

A few ports were fixed as part of this exp-run (libemos not really
related to the CMake update, but in general). Thanks to antoine
for the exp-runs, tcberner for doing most of the prep-work.

PR:		239273
Submitted by:	tcberner
</pre>
</div>
</content>
</entry>
<entry>
<title>misc/libemos: fix build with GCC architectures</title>
<updated>2019-08-02T22:03:32+00:00</updated>
<author>
<name>Piotr Kubaj</name>
<email>pkubaj@FreeBSD.org</email>
</author>
<published>2019-08-02T22:03:32+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/commit/?id=e61a49c5f7df7c26b014e0b1c18004279fe4b65b'/>
<id>e61a49c5f7df7c26b014e0b1c18004279fe4b65b</id>
<content type='text'>
GCC8 is already used for fortran so set USES=compiler:c11 to use GCC8 for everything.

PR:		239438
Approved by:	mentors (implicit approval), yuri (mentor)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
GCC8 is already used for fortran so set USES=compiler:c11 to use GCC8 for everything.

PR:		239438
Approved by:	mentors (implicit approval), yuri (mentor)
</pre>
</div>
</content>
</entry>
</feed>
