non port: science/mercantile/Makefile |
Number of commits found: 5 |
Sunday, 4 Aug 2024
|
17:13 Po-Chuan Hsieh (sunpoet)
science/py-mercantile: Move science/mercantile to science/py-mercantile
- Change MASTER_SITES from GitHub to PYPI
- Add LICENSE_FILE
- Fix version requirement of RUN_DEPENDS
- Convert to USE_PYTHON=pep517
- Bump PORTREVISION for package change
- Take maintainership
1608be4 |
Monday, 2 Oct 2023
|
19:19 Rene Ladan (rene)
all: return bland@'s ports to the pool (+gnome) after safekeeping their commit
bit.
Hat: portmgr-secretary
ac5deb5 |
Tuesday, 27 Jun 2023
|
19:34 Rene Ladan (rene)
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>
3d9a815 |
Friday, 9 Sep 2022
|
19:23 Stefan Eßer (se)
science/mercantile: move URL from pkg-desxcr to Makefile
The URL at the end of the pkg-descr file has been moved into the
Makefile for all existing ports.
BTW: The following URL might be a better value for WWW, since it
provides the user of the package with examples information about
the concepts.
https://mercantile.readthedocs.io/en/latest/
There is also a link to the GitHub reposirory in that text, but
the WWW value is meant to help a user of the port, not to keep
a note about the repository for the maintainer.
Approved by: portmgr (implicit)
52c8968 |
17:50 Alexander Nedotsukov (bland)
science/mercantile: Add mercantile, a spherical mercator coordinate and tile
utilities
32bbc9b |
Number of commits found: 5 |