Commit graph

50 commits

Author SHA1 Message Date
Yuri Victorovich
1e71722afd math/{,py-}spot: update 2.12 → 2.12.1
Reported by:	portscout
2024-09-24 00:52:13 -07:00
Yuri Victorovich
838457649a math/{,py-}spot: update 2.11.6 → 2.12
Reported by:	portscout
2024-05-24 21:12:10 -07:00
Yuri Victorovich
5480803223 math/{,py-}spot: Update 2.11.5 → 2.11.6
Reported by:	portscout
2023-08-02 00:49:50 -07:00
Rene Ladan
3d9a815d9c all: remove explicit versions in USES=python for "3.x+"
The logic in USES=python will automatically convert this to 3.8+ by
itself.

Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.

finance/quickfix: mark BROKEN with PYTHON

libtool: compile:  c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++ -DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable -Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong -fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi -Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings -Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x -MT _quickfix_la-QuickfixPython.lo -MD -MP -MF .deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp  -fPIC -DPIC -o .libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
          ^~~~~~~~~~
1 warning and 1 error generated.

Reviewed by:	portmgr, vishwin, yuri
Differential Revision:	<https://reviews.freebsd.org/D40568>
2023-06-27 21:34:34 +02:00
Yuri Victorovich
531a547341 math/{,py-}spot: Update 2.11.4 → 2.11.5
Reported by:	portscout
2023-06-11 00:55:56 -07:00
Yuri Victorovich
337d686c0a math/{,py-}spot: Update 2.11.3 → 2.11.4
Reported by:	portscout
2023-02-11 11:36:39 -08:00
Yuri Victorovich
9b5d863eb7 math/{,py-}spot: Update 2.11.2 -> 2.11.3
Reported by:	portscout
2022-12-22 00:43:32 -08:00
Yuri Victorovich
83f468f63c math/{,py-}spot: Update 2.11.1 -> 2.11.2
Reported by:	portscout
2022-10-28 09:17:12 -07:00
Yuri Victorovich
889aaf2671 math/{,py-}spot: Minor improvements
* Allow to test the Python binding from math/spot
* Remove unnecessary patch
* Correct C++ standard level
2022-10-10 12:05:35 -07:00
Yuri Victorovich
5da4ef64f4 math/{,py-}spot: Update 2.11 -> 2.11.1 2022-10-10 11:16:54 -07:00
Yuri Victorovich
c7ef7f5241 math/{,py-}spot: Update 2.10.6 -> 2.11
Reported by:	portscout
2022-10-09 10:40:42 -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
8ce96952a8 math/{,py-}spot: Update 2.10.5 -> 2.10.6 2022-05-19 19:10:18 -07:00
Yuri Victorovich
cdcff8e44e math/{,py-}spot: Update 2.10.4 -> 2.10.5
Reported by:	portscout
2022-05-05 09:11:23 -07:00
Yuri Victorovich
54f7c59af8 math/{,py-}spot: Update 2.10.3 -> 2.10.4
Reported by:	portscout
2022-02-03 02:05:10 -08:00
Yuri Victorovich
feb8652c08 math/{,py-}spot: Update 2.10.2 -> 2.10.3
Reported by:	portscout
2022-01-16 08:31:51 -08:00
Yuri Victorovich
98f58e139c math/{,py-}spot: Update 2.10.1 -> 2.10.2
Reported by:	portscout
2021-12-08 01:21:21 -08:00
Yuri Victorovich
ab5053841f math/{,py-}spot: Update 2.10 -> 2.10.1
Reported by:	portscout
2021-11-19 13:33:17 -08:00
Yuri Victorovich
da79a3dfb4 math/{,py-}spot: Update 2.9.8 -> 2.10
Reported by:	portscout
2021-11-19 02:39:54 -08:00
Yuri Victorovich
3cce753e75 math/{,py-}spot: Update 2.9.7 -> 2.9.8 2021-08-12 01:57:36 -07:00
Yuri Victorovich
52f0766402 math/py-spot: Update 2.9.6 -> 2.9.7
Reported by:	portscout
2021-05-16 11:32:36 -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
ac370841f0 math/spot: Update 2.9.5 -> 2.9.6
Reported by:	portscout
2021-01-19 20:46:59 +00:00
Yuri Victorovich
ccc38e2d8d math/py-spot: Update 2.9.4 -> 2.9.5
Reported by:	portscout
2020-12-04 01:53:32 +00:00
Yuri Victorovich
28ce8f7ebf math/py-spot: Update 2.9.3 -> 2.9.4
Reported by:	portscout
2020-09-19 03:34:58 +00:00
Yuri Victorovich
9663bb20d6 math/py-spot: Update 2.9.2 -> 2.9.3
Reported by:	portscout
2020-07-30 01:12:33 +00:00
Yuri Victorovich
e2d1f240f4 math/py-spot: Update 2.9.1 -> 2.9.2
Reported by:	portscout
2020-07-23 03:00:02 +00:00
Yuri Victorovich
9ffaa6d7b2 math/py-spot: Update 2.9 -> 2.9.1
Reported by:	portscout
2020-07-21 01:55:14 +00:00
Yuri Victorovich
2c5e3b8603 math/py-spot: Update 2.8.7 -> 2.9
Reported by:	portscout
2020-05-01 07:34:34 +00:00
Yuri Victorovich
e49f447b5a math/py-spot: Update 2.8.6 -> 2.8.7
Reported by:	portscout
2020-03-16 01:34:00 +00:00
Yuri Victorovich
d989952956 math/py-spot: Update 2.8.5 -> 2.8.6
Reported by:	portscout
2020-02-20 09:16:22 +00:00
Yuri Victorovich
691e53aea0 math/py-spot: Update 2.8.4 -> 2.8.5
Reported by:	portscout
2020-01-05 08:31:41 +00:00
Yuri Victorovich
71d16a5314 math/py-spot: Update 2.8.3 -> 2.8.4
Reported by:	portscout
2019-12-10 16:43:14 +00:00
Yuri Victorovich
1a08aa4760 math/py-spot: Update 2.8.2 -> 2.8.3
Reported by:	portscout
2019-11-10 07:34:50 +00:00
Yuri Victorovich
f9321ddbdc math/py-spot: Update 2.8.1 -> 2.8.2
Reported by:	portscout
2019-09-28 15:09:57 +00:00
Yuri Victorovich
e8d740f485 math/py-spot: Update 2.7.5 -> 2.8.1
Reported by:	portscout
2019-08-03 20:29:13 +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
Yuri Victorovich
0733fab3aa math/py-spot: Update 2.7.4 -> 2.7.5
Reported by:	portscout
2019-06-07 06:43:54 +00:00
Yuri Victorovich
c041703806 math/py-spot: Update 2.7.2 -> 2.7.4
Reported by:	portscout
2019-04-28 07:12:49 +00:00
Antoine Brodin
cf6456491e Clean up plist 2019-04-25 14:48:37 +00:00
Yuri Victorovich
7473590948 math/py-spot: Update 2.7.1 -> 2.7.2
Reported by:	portscout
2019-03-21 04:37:30 +00:00
Yuri Victorovich
15d7f2a26a math/py-spot: Update 2.7 -> 2.7.1
Reported by:	portscout
2019-02-22 05:00:57 +00:00
Yuri Victorovich
78f48014f1 math/py-spot: Update 2.6.3 -> 2.7
Reported by:	portscout
2018-12-12 18:36:14 +00:00
Gerald Pfeifer
a9f015d155 Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.

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, as a double check, everything INDEX-11 showed depending on lang/gcc7.

PR:		231590
2018-12-12 01:35:33 +00:00
Yuri Victorovich
f2e53d6fb8 math/py-spot: Update 2.6.2 -> 2.6.3
Reported by:	portscout
2018-10-19 04:59:29 +00:00
Yuri Victorovich
39a8be998e math/py-spot: Update 2.6.1 -> 2.6.2
Reported by:	portscout
2018-09-30 01:58:57 +00:00
Yuri Victorovich
320e3e634a math/py-spot: Fix hardcoded python suffixes in plist: 36 -> %%PYTHON_SUFFIX%% 2018-08-05 06:46:12 +00:00
Yuri Victorovich
9570014a75 New port: math/py-spot: Python binding for 'Spot', the library for omega automata manipulation 2018-08-04 23:33:34 +00:00