| non port: science/py-dlib/Makefile |
Number of commits found: 38 |
|
Sunday, 8 Jun 2025
|
11:03 Gleb Popov (arrowd)
science/py-dlib: Use more system dependencies
PR: 287377
2f991d8 |
|
Sunday, 1 Jun 2025
|
11:49 Gleb Popov (arrowd)
science/py-dlib: Update to 20.0.0
41d5e4a |
|
Saturday, 17 May 2025
|
18:07 Gleb Popov (arrowd)
science/py-dlib: Update to 19.24.9
b34477f |
|
Saturday, 8 Mar 2025
|
04:05 Charlie Li (vishwin)
python: bump all USE_PYTHON=distutils consumers after RUN_DEPENDS removal
Any missed ports, feel free to bump.
Any ports that need setuptools at runtime can have the devel/py-setuptools
manually added back to RUN_DEPENDS, but understand that this practice
is deprecated; see CHANGES for details.
06a08e6 |
|
Friday, 24 Jan 2025
|
12:27 Gleb Popov (arrowd)
science/py-dlib: Fix USE_XORG and restore GUI functionality
Sponsored by: Future Crew, LLC
bbeaa38 |
|
Saturday, 26 Oct 2024
|
12:30 Gleb Popov (arrowd)
science/py-dlib: Update to 19.24.6
89a55fb |
|
Thursday, 11 Apr 2024
|
09:16 Max Brazhnikov (makc)
*/*: convert to cmake:indirect
Convert bunch of ports to USES=cmake:indirect
43d9a13 |
|
Tuesday, 19 Dec 2023
|
16:33 Gleb Popov (arrowd) Author: Wen Heping
science/py-dlib: Update to 19.24.2
a8e5bf8 |
|
Friday, 28 Jul 2023
|
17:13 Daniel Engberg (diizzy)
*/*: Bump jpeg-turbo users treewide
New major version 3.0.0
664a2fa |
|
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 |
|
Monday, 3 Apr 2023
|
21:31 Dima Panov (fluffy)
science/py-dlib: limit python upper version to 3.10 (+)
dlib is currently not supported Python 3.11+
Reported by: poudriere bulk -t
Approved by: portmgr blanket
da1b7b9 |
|
Friday, 9 Sep 2022
|
20:32 Daniel Engberg (diizzy)
*/*: Update path set in BUILD_DEPENDS for CMake
Commit b23ea4e2d2f51b53d8915fe9fd7b4efbdd575e38 changed its location to
devel/cmake-core
Approved by: portmgr (blanket)
e942e56 |
|
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 |
|
Friday, 12 Aug 2022
|
14:46 Dima Panov (fluffy)
*/*: bump all consumers after recent boost upgrade
4cf39de |
|
Wednesday, 10 Aug 2022
|
16:06 Gleb Popov (arrowd)
science/py-dlib: Update to 19.24
566dbea |
|
Wednesday, 7 Apr 2021
|
08:09 Mathieu Arnold (mat)
One more small cleanup, forgotten yesterday.
Reported by: lwhsu
cf118cc |
07:22 Gleb Popov (arrowd)
science/dlib-cpp and science/py-dlib: Update to 19.22
Remove USE_GCC=yes as it seems to be implied by using blaslapack:openblas
25feb0d |
|
Tuesday, 6 Apr 2021
|
14:31 Mathieu Arnold (mat)
Remove # $FreeBSD$ from Makefiles.
305f148 |
|
Saturday, 9 Jan 2021
|
20:51 rene
science/py-dlib: remove unused py27 flavor code.
 |
|
Monday, 28 Dec 2020
|
23:02 antoine
Drop python 2.7 support from a few ports
With hat: portmgr
 |
|
Saturday, 29 Aug 2020
|
18:15 arrowd
science/py-dlib: Fix plist.
Reported by: pkg-fallout
 |
|
Thursday, 20 Aug 2020
|
09:50 arrowd
science/dlib-cpp and science/py-dlib: Update to 19.21.
 |
|
Tuesday, 23 Jun 2020
|
14:41 arrowd
science/dlib-cpp and science/py-dlib: Update to 19.20
Reported by: portscout!
 |
|
Wednesday, 12 Feb 2020
|
17:28 arrowd
science/dlib-cpp and science/py-dlib: Update to 19.19.
 |
|
Thursday, 30 Jan 2020
|
14:17 swills
Fix math/openblas and bump dependent ports
* Fix build on i386 [1]
* Fix science/code_saturne build with new openblas [2]
* Avoid installing private headers [3]
* Prevent build from optimizing for host by correcting build confg [4]
* Bump portrevision of dependent ports [5]
This is correcting issues from r523749 [1][2][4] and r515970 [3]
PR: 231371
Reported by: build cluster [1]
Reported by: Dima Pasechnik <dimpase+freebsd@gmail.com> [2]
Reported by: many [5]
Reviewed by: mat, bapt
Approved by: implicit, since this is a build fix
 |
|
Wednesday, 11 Dec 2019
|
17:53 jbeich
devel/boost-*: update to 1.72.0
Changes: http://www.boost.org/users/history/version_1_72_0.html
PR: 241449
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D22136
 |
|
Thursday, 7 Nov 2019
|
18:41 zeising
Add USES=xorg and USES=gl
Add USES=xorg and USES=gl to a few remaining ports.
 |
|
Monday, 19 Aug 2019
|
15:35 jbeich
devel/boost-*: update to 1.71.0
Changes: http://www.boost.org/users/history/version_1_71_0.html
PR: 238827
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D20774
 |
|
Friday, 26 Jul 2019
|
20:46 gerald
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
 |
|
Friday, 12 Apr 2019
|
06:36 jbeich
devel/boost-*: update to 1.70.0
Changes: http://www.boost.org/users/history/version_1_70_0.html
PR: 235956
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D19303
 |
|
Saturday, 30 Mar 2019
|
14:42 arrowd
Update science/dlib-cpp and science/py-dlib to 19.17.
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D19761
 |
|
Saturday, 23 Feb 2019
|
16:19 arrowd
science/dlib-cpp and science/py-dlib: Update to 19.16.
Try to fix build of science/py-dlib on ARM archs.
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D19307
 |
|
Saturday, 22 Dec 2018
|
01:18 linimon
This port needs a newer GCC to build, so add USES=compiler:c++11-lang
to fix build on GCC-based architectures.
Additionally, it tests for AVX support even if AVX option is off,
which breaks the build.
Explicitly disable AVX when AVX option is off. Since avxargs is used
by BLASLAPACK option, rename their avxags to blaslapackargs.
While here, pet portlint (whitespace).
PR: 234179
Submitted by: Piotr Kubaj
Approved by: maintainer
 |
|
Wednesday, 12 Dec 2018
|
00:15 jbeich
devel/boost-*: update to 1.69.0
Changes: http://www.boost.org/users/history/version_1_69_0.html
PR: 232525
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D17645
 |
|
Thursday, 9 Aug 2018
|
14:24 arrowd
Set MAINTAINER of mine ports to @FreeBSD.org email.
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D16640
 |
|
Friday, 22 Jun 2018
|
01:15 linimon
Mark these ports as broken on aarch64, and, where appropriate, on armvX.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket)
 |
|
Monday, 28 May 2018
|
11:34 arrowd
Upgrade science/dlib-cpp and science/py-dlib to 19.13.
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D15588
 |
|
Thursday, 26 Apr 2018
|
20:39 adridg
New ports science/dlib-cpp and science/py-dlib (Python bindings for the former)
Changed from the reviewed form:
- fixed typo's
- added support for suffixed Boost::Python
- removed commented-out lines from patch
Submitted by: arrowsvc (6yearold@gmail.com, new maintainer)
Reviewed by: tcberner, adridg
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D14798
 |
Number of commits found: 38 |