Commit Graph

50 Commits

Author SHA1 Message Date
Yuri Victorovich ba7784a72c math/lean: Broken on aarch64
Reported by:	fallout
2022-10-02 15:33:03 -07:00
Stefan Eßer fb16dfecae Remove WWW entries moved into port Makefiles
Commit b7f05445c0 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)
2022-09-07 23:58:51 +02:00
Stefan Eßer b7f05445c0 Add WWW entries to port Makefiles
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)
2022-09-07 23:10:59 +02:00
Yuri Victorovich 258e95b1fa math/lean: Add to pkg-message 2022-09-06 09:06:07 -07:00
Yuri Victorovich 2317424cb6 math/lean: Fix performance problem
Pre-compiled library files weren't installed due to some bug
which made lean very slow.
2022-09-05 10:40:17 -07:00
Yuri Victorovich 82f91c596b math/lean: Update 3.47.0 -> 3.48.0; Add options TCMALLOC, THREADS
Also fix minor non-FreeBSD compatible code.
2022-08-31 21:12:35 -07:00
Yuri Victorovich 7037112d65 math/lean: Update 3.46.0 -> 3.47.0
Reported by:	portscout
2022-08-28 14:53:19 -07:00
Yuri Victorovich 467f9760bf math/lean: Update 3.45.0 -> 3.46.0
Reported by:	portscout
2022-08-09 15:57:59 -07:00
Yuri Victorovich ad22189500 math/lean: Update 3.44.1 -> 3.45.0
Reported by:	portscout
2022-07-14 20:42:13 -07:00
Yuri Victorovich 4e6e44675b math/lean: Update 3.44.0 -> 3.44.1
Reported by:	portscout
2022-06-28 22:25:07 -07:00
Yuri Victorovich cad7f7290a math/lean: Update 3.43.0 -> 3.44.0
Reported by:	portscout
2022-06-25 19:22:57 -07:00
Yuri Victorovich baeaf5e668 math/lean: Update 3.42.1 -> 3.43.0
Reported by:	portscout
2022-05-18 13:51:36 -07:00
Yuri Victorovich d935d553a5 math/lean: Update 3.42.0 -> 3.42.1
Reported by:	portscout
2022-03-26 20:19:38 -07:00
Yuri Victorovich 242b737e1d math/lean: Update 3.41.0 -> 3.42.0
Reported by:	portscout
2022-03-19 16:29:22 -07:00
Yuri Victorovich e1f09154ec math/lean: Update 3.40.0 -> 3.41.0
Reported by:	portscout
2022-03-12 12:23:27 -08:00
Yuri Victorovich fc196e1ee8 math/lean: Update 3.39.2 -> 3.40.0
Reported by:	portscout
2022-02-23 09:02:06 -08:00
Yuri Victorovich 5ac9d4b978 math/lean: Update 3.39.1 -> 3.39.2
Reported by:	portscout
2022-02-18 09:10:04 -08:00
Yuri Victorovich d47ab92634 math/lean: Update 3.35.1 -> 3.39.1
Reported by:	portscout
2022-02-09 09:00:16 -08:00
Yuri Victorovich 7eb99dcefb math/lean: Update 3.35.0 -> 3.35.1
Reported by:	portscout
2021-11-13 13:59:24 -08:00
Yuri Victorovich 02cc8aec8f math/lean: Update 3.33.0 -> 3.35.0
Reported by:	portscout
2021-10-31 10:23:17 -07:00
Yuri Victorovich 172ac09c34 math/lean: Update 3.32.1 -> 3.33.0
Reported by:	portscout
2021-09-18 10:48:27 -07:00
Yuri Victorovich baa577bb92 math/lean: Update 3.32.0 -> 3.32.1
Reported by:	portscout
2021-08-15 13:23:52 -07:00
Yuri Victorovich fe78568326 math/lean: Update 3.31.0 -> 3.32.0
Reported by:	portscout
2021-08-11 01:43:44 -07:00
Yuri Victorovich d33425f256 math/lean: Update 3.30.0 -> 3.31.0
Reported by:	portscout
2021-06-30 10:47:12 -07:00
Yuri Victorovich 4d3a799af9 math/lean: Update 3.29.0 -> 3.30.0
Reported by:	portscout
2021-05-06 10:59:22 -07:00
Yuri Victorovich ef9fdd0756 math/lean: Update 3.28.0 -> 3.29.0
Reported by:	portscout
2021-04-20 13:47:42 -07:00
Mathieu Arnold cf118ccf87 One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00
Mathieu Arnold 305f148f48 Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
Yuri Victorovich bf6ba7f6df math/lean: Add pkg-message with warning about /proc being required to be mounted
Reported by:	BRANDON BOCANEGRA <kakuhen@g.ucla.edu>
2021-03-28 05:01:13 +00:00
Yuri Victorovich 874c088f3d math/lean: Update 3.27.0 -> 3.28.0
Reported by:	portscout
2021-03-16 17:14:39 +00:00
Yuri Victorovich 392f1bde4d math/lean: Update 3.26.0 -> 3.27.0
Reported by:	portscout
2021-02-26 17:07:45 +00:00
Yuri Victorovich ec98e966ef math/lean: Update 3.25.0 -> 3.26.0
Reported by:	portscout
2021-01-28 22:41:14 +00:00
Yuri Victorovich 664b23cd4b math/lean: Update 3.24.0 -> 3.25.0
Reported by:	portscout
2021-01-23 04:25:54 +00:00
Yuri Victorovich 3e0e18d3f4 math/lean: Update 3.23.0 -> 3.24.0
Reported by:	portscout
2021-01-05 22:09:23 +00:00
Yuri Victorovich 1c195c42e2 math/lean: Update 3.22.0 -> 3.23.0
Reported by:	portscout
2020-10-31 07:27:06 +00:00
Yuri Victorovich 2a64ada801 math/lean: Update 3.21.0 -> 3.22.0
Reported by:	portscout
2020-10-28 00:16:29 +00:00
Yuri Victorovich c44e93ff82 math/lean: Update 3.20.0 -> 3.21.0
Reported by:	portscout
2020-10-12 23:46:14 +00:00
Yuri Victorovich ed95f75892 math/lean: Update 3.19.0 -> 3.20.0
Reported by:	portscout
2020-09-10 18:14:45 +00:00
Yuri Victorovich 3137a9b424 math/lean: Update 3.18.4 -> 3.19.0
Reported by:	portscout
2020-08-27 19:00:09 +00:00
Yuri Victorovich a352809df0 math/lean: Update 3.18.3 -> 3.18.4
Reported by:	portscout
2020-08-03 03:21:10 +00:00
Yuri Victorovich b1a1f0940e math/lean: Update 3.18.2 -> 3.18.3
Reported by:	portscout
2020-07-30 15:50:58 +00:00
Yuri Victorovich 59da5ce569 math/lean: Update 3.17.1 -> 3.18.2
Reported by:	portscout
2020-07-30 00:55:24 +00:00
Yuri Victorovich 7943f0f0a2 math/lean: Update 3.4.2 -> 3.17.1
The original Microsoft's account 'leanprover' is now archived, and the community account 'leanprover-community' carries the project on.

Also:
* remove tests from build
* add 'test' target
2020-07-21 22:40:25 +00:00
Gerald Pfeifer ea8c8ec7da Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
   c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.

PR:		238330
2019-07-26 20:46:53 +00:00
Mark Linimon 1f57592d73 Fix build on gcc-based architectures:
LEAN requires g++ 4.9 or greater.

Approved by:	portmgr (tier-2 blanket)
2019-03-12 01:23:46 +00:00
Yuri Victorovich 03479ec7f3 math/lean: Update 3.4.1 -> 3.4.2
Reported by:	portscout
2019-01-23 09:59:54 +00:00
Tobias C. Berner 707c6bf295 Change cmake default behaviour to outsource.
Ports that build out of source now simply can use "USES=cmake"
instead of "USES=cmake:outsource". Ports that fail to build
out of source now need to specify "USES=cmake:insource".

I tried to only set insource where explictely needed.

PR:		232038
Exp-run by:	antoine
2018-12-25 20:25:39 +00:00
Yuri Victorovich 7424caa4ec math/lean: Add the PORTSCOUT line.
Avoid picking undesirable tags.
2018-07-25 20:16:37 +00:00
Yuri Victorovich 46968762df math/lean: Update 3.2.0-1147 -> 3.4.1 (move to a more recent repository) 2018-07-23 07:49:05 +00:00
Yuri Victorovich 5014690153 New port: math/lean: Theorem prover 2018-07-22 05:58:39 +00:00