<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ports/math/yices/Makefile, branch main</title>
<subtitle>FreeBSD ports tree</subtitle>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/'/>
<entry>
<title>math/yices: Properly fix distfile source specification</title>
<updated>2025-09-22T11:59:23+00:00</updated>
<author>
<name>Älven</name>
<email>alven@FreeBSD.org</email>
</author>
<published>2025-09-22T11:54:59+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/commit/?id=09db11b3d2084155784a0c31cd429b28f7c78d57'/>
<id>09db11b3d2084155784a0c31cd429b28f7c78d57</id>
<content type='text'>
Most of GH ports have DISTVERSIONPREXFIX=v, this one uses ${PORTNAME}

Approved by:	yuri@ (Mentor, implicit)

Fixes:	6eae341539cc * math/yices: Fix distfile source specification
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Most of GH ports have DISTVERSIONPREXFIX=v, this one uses ${PORTNAME}

Approved by:	yuri@ (Mentor, implicit)

Fixes:	6eae341539cc * math/yices: Fix distfile source specification
</pre>
</div>
</content>
</entry>
<entry>
<title>math/yices: Bump PORTREVISION for new distfile</title>
<updated>2025-09-21T20:52:08+00:00</updated>
<author>
<name>Älven</name>
<email>alven@FreeBSD.org</email>
</author>
<published>2025-09-21T20:52:08+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/commit/?id=03d56d76e2b5746b4b891bb4eb2a2b4fe1c0473b'/>
<id>03d56d76e2b5746b4b891bb4eb2a2b4fe1c0473b</id>
<content type='text'>
* Forgot to add in previous commit, sorry...

Approved by:	yuri@ (Mentor, implicit)

Fixes:	6eae341539cc * math/yices: Fix distfile source specification
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Forgot to add in previous commit, sorry...

Approved by:	yuri@ (Mentor, implicit)

Fixes:	6eae341539cc * math/yices: Fix distfile source specification
</pre>
</div>
</content>
</entry>
<entry>
<title>math/yices: Fix distfile source specification</title>
<updated>2025-09-21T20:49:53+00:00</updated>
<author>
<name>Daniel Engberg</name>
<email>diizzy@FreeBSD.org</email>
</author>
<published>2025-09-21T20:32:51+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/commit/?id=6eae341539cc508d89fab68f0dc10d935bad25f9'/>
<id>6eae341539cc508d89fab68f0dc10d935bad25f9</id>
<content type='text'>
Before it pulled the branch called 2.7.0 not the tagged release
and only worked by accident.

Tagged release:
https://github.com/SRI-CSL/yices2/releases/tag/yices-2.7.0

Branch:
https://github.com/SRI-CSL/yices2/tree/2.7.0

`make -V GH_TAGNAME`
2.7.0

GH_TAGNAME should be yices-${DISTVERSION}

Reported by:	diizzy (via mailing list)
Approved by:	yuri@  (Mentor, implicit)

Fixes:	 	364ccd859655 * math/yices: Update 2.6.5 =&gt; 2.7.0, mark as PIE_UNSAFE
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Before it pulled the branch called 2.7.0 not the tagged release
and only worked by accident.

Tagged release:
https://github.com/SRI-CSL/yices2/releases/tag/yices-2.7.0

Branch:
https://github.com/SRI-CSL/yices2/tree/2.7.0

`make -V GH_TAGNAME`
2.7.0

GH_TAGNAME should be yices-${DISTVERSION}

Reported by:	diizzy (via mailing list)
Approved by:	yuri@  (Mentor, implicit)

Fixes:	 	364ccd859655 * math/yices: Update 2.6.5 =&gt; 2.7.0, mark as PIE_UNSAFE
</pre>
</div>
</content>
</entry>
<entry>
<title>math/yices: Update 2.6.5 =&gt; 2.7.0, mark as PIE_UNSAFE</title>
<updated>2025-09-21T17:47:01+00:00</updated>
<author>
<name>Älven</name>
<email>alven@FreeBSD.org</email>
</author>
<published>2025-09-21T13:57:44+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/commit/?id=364ccd8596554c83c840725219cf262e6d87fb71'/>
<id>364ccd8596554c83c840725219cf262e6d87fb71</id>
<content type='text'>
Changelogs:
* https://yices.csl.sri.com/release-notes.html
* https://github.com/SRI-CSL/yices2/compare/Yices-2.6.5...yices-2.7.0

* Switch MASTER_SITES to Github as upstream official site doesn't
contain tarball for 2.7.0
* Add second WWW for source code repository
* Correct LICENSE and LICENSE_FILE
* Have test issue closed
  https://github.com/SRI-CSL/yices2/issues/523
* Mark as PIE_UNSAFE

Approved by:	yuri@ (maintainer, Mentor)

Differential Revision: https://reviews.freebsd.org/D52658
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Changelogs:
* https://yices.csl.sri.com/release-notes.html
* https://github.com/SRI-CSL/yices2/compare/Yices-2.6.5...yices-2.7.0

* Switch MASTER_SITES to Github as upstream official site doesn't
contain tarball for 2.7.0
* Add second WWW for source code repository
* Correct LICENSE and LICENSE_FILE
* Have test issue closed
  https://github.com/SRI-CSL/yices2/issues/523
* Mark as PIE_UNSAFE

Approved by:	yuri@ (maintainer, Mentor)

Differential Revision: https://reviews.freebsd.org/D52658
</pre>
</div>
</content>
</entry>
<entry>
<title>math/yices: update 2.6.4 → 2.6.5</title>
<updated>2024-08-19T19:11:36+00:00</updated>
<author>
<name>Yuri Victorovich</name>
<email>yuri@FreeBSD.org</email>
</author>
<published>2024-08-19T19:07:51+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/commit/?id=622269016cfb0dbca1f6fc72c3adb50ba4fa3435'/>
<id>622269016cfb0dbca1f6fc72c3adb50ba4fa3435</id>
<content type='text'>
Reported by:	portscout
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Reported by:	portscout
</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>math/yices: Update 2.6.2 -&gt; 2.6.4</title>
<updated>2022-01-26T17:44:07+00:00</updated>
<author>
<name>Yuri Victorovich</name>
<email>yuri@FreeBSD.org</email>
</author>
<published>2022-01-26T17:37:32+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/commit/?id=d300ca06c3fac662513f665e0683dd402889aca8'/>
<id>d300ca06c3fac662513f665e0683dd402889aca8</id>
<content type='text'>
Reported by:	portscout
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Reported by:	portscout
</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>math/yices: fix build on GCC architectures</title>
<updated>2020-04-18T01:54:24+00:00</updated>
<author>
<name>Piotr Kubaj</name>
<email>pkubaj@FreeBSD.org</email>
</author>
<published>2020-04-18T01:54:24+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/commit/?id=47066d7954ab9e8896f477bdb035e377872b77ba'/>
<id>47066d7954ab9e8896f477bdb035e377872b77ba</id>
<content type='text'>
Use C11 compiler:
./api/yices_api_lock_free.h:34: error: previous declaration of 'lp_algebraic_number_t' was here
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Use C11 compiler:
./api/yices_api_lock_free.h:34: error: previous declaration of 'lp_algebraic_number_t' was here
</pre>
</div>
</content>
</entry>
</feed>
