non port: math/asl/Makefile |
Number of commits found: 7 |
Thursday, 9 Nov 2023
|
05:43 Yuri Victorovich (yuri)
math/asl: update 2.0.0 → 2.0.1
Reported by: portscout
e67cd2d |
Wednesday, 7 Sep 2022
|
21:10 Stefan Eßer (se)
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)
b7f0544 |
Wednesday, 23 Feb 2022
|
17:02 Yuri Victorovich (yuri)
math/asl: Update 1.4.4 -> 2.0.0
Reported by: portscout
ce52f93 |
Monday, 31 Jan 2022
|
19:27 Yuri Victorovich (yuri)
math/asl: Update 1.4.3 -> 1.4.4
Reported by: portscout
9778d7e |
Tuesday, 25 May 2021
|
02:46 Mark Linimon (linimon)
math/asl: also set -DASL_NO_FP_INIT for riscv64 as well as powerpc*.
4c4e7eb |
Thursday, 6 May 2021
|
00:39 Piotr Kubaj (pkubaj)
math/asl: fix build on powerpc*
Don't use fpsetprec / fpsetmask on powerpc*:
fpinit.c:246:2: warning: implicit declaration of function 'fpsetprec' is invalid
in C99 [-Wimplicit-function-declaration]
fpsetprec(FP_PD);
^
fpinit.c:246:12: error: use of undeclared identifier 'FP_PD'
fpsetprec(FP_PD);
3a47245 |
Monday, 3 May 2021
|
19:30 Yuri Victorovich (yuri)
New port: math/asl: COIN-OR autotools harness to build AMPL Solver Library
8d90630 |
Number of commits found: 7 |