notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

non port: science/dlib-cpp/Makefile

Number of commits found: 25

Friday, 28 Jul 2023
17:13 Daniel Engberg (diizzy) search for other commits by this committer
*/*: Bump jpeg-turbo users treewide

New major version 3.0.0
commit hash: 664a2fa1e56e670a356f54c94389bdb47d868f3f commit hash: 664a2fa1e56e670a356f54c94389bdb47d868f3f commit hash: 664a2fa1e56e670a356f54c94389bdb47d868f3f commit hash: 664a2fa1e56e670a356f54c94389bdb47d868f3f 664a2fa
Wednesday, 7 Sep 2022
21:10 Stefan Eßer (se) search for other commits by this committer
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)
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 b7f0544
Wednesday, 10 Aug 2022
16:06 Gleb Popov (arrowd) search for other commits by this committer
science/dlib-cpp: Update to 19.24
commit hash: 8db4dc367370fc93cf55e3c82cbd7798071fc2e5 commit hash: 8db4dc367370fc93cf55e3c82cbd7798071fc2e5 commit hash: 8db4dc367370fc93cf55e3c82cbd7798071fc2e5 commit hash: 8db4dc367370fc93cf55e3c82cbd7798071fc2e5 8db4dc3
Wednesday, 7 Apr 2021
08:09 Mathieu Arnold (mat) search for other commits by this committer
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c cf118cc
07:22 Gleb Popov (arrowd) search for other commits by this committer
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
commit hash: 25feb0d686a18896a4644a2c7e392466e0271ed7 commit hash: 25feb0d686a18896a4644a2c7e392466e0271ed7 commit hash: 25feb0d686a18896a4644a2c7e392466e0271ed7 commit hash: 25feb0d686a18896a4644a2c7e392466e0271ed7 25feb0d
Tuesday, 6 Apr 2021
14:31 Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb 305f148
Tuesday, 3 Nov 2020
08:03 arrowd search for other commits by this committer
science/dlib-cpp: Build shared library instead of static one.

PR:		250815
Submitted by:	yuri
Original commitRevision:553954 
Thursday, 20 Aug 2020
09:50 arrowd search for other commits by this committer
science/dlib-cpp and science/py-dlib: Update to 19.21.
Original commitRevision:545515 
Tuesday, 23 Jun 2020
14:41 arrowd search for other commits by this committer
science/dlib-cpp and science/py-dlib: Update to 19.20

Reported by:	portscout!
Original commitRevision:539977 
Wednesday, 6 May 2020
16:39 yuri search for other commits by this committer
Bump 37 ports depending on math/openblas through USES=blaslapack:openblas
because after the recent math/openblas update the library name changed in
openblas
Original commitRevision:534190 
Wednesday, 12 Feb 2020
17:28 arrowd search for other commits by this committer
science/dlib-cpp and science/py-dlib: Update to 19.19.
Original commitRevision:525921 
Thursday, 30 Jan 2020
14:17 swills search for other commits by this committer
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
Original commitRevision:524642 
Thursday, 7 Nov 2019
18:41 zeising search for other commits by this committer
Add USES=xorg and USES=gl

Add USES=xorg and USES=gl to a few remaining ports.
Original commitRevision:517001 
Friday, 26 Jul 2019
20:46 gerald search for other commits by this committer
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
Original commitRevision:507372 
Monday, 22 Apr 2019
13:16 gerald search for other commits by this committer
Related to revision 499061 bump ports with USES=fortran to have them
benefit from the improved situation where libgcc_s is only used when
absolutely necessary.

Suggested by:	tijl
Original commitRevision:499638 
Saturday, 30 Mar 2019
14:42 arrowd search for other commits by this committer
Update science/dlib-cpp and science/py-dlib to 19.17.

Approved by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D19761
Original commitRevision:497253 
Wednesday, 13 Mar 2019
05:10 linimon search for other commits by this committer
Fix build on gcc-based architectures:

  C++11 is required to use dlib, but the version of GCC you are using is too old
and doesn't support C++11.  You need GCC 4.8 or newer.

Approved by:	portmgr (tier-2 blanket)
Original commitRevision:495552 
Saturday, 23 Feb 2019
16:19 arrowd search for other commits by this committer
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
Original commitRevision:493695 
Tuesday, 25 Dec 2018
20:25 tcberner search for other commits by this committer
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
Original commitRevision:488341 
Wednesday, 12 Dec 2018
01:35 gerald search for other commits by this committer
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
Original commitRevision:487272 
Thursday, 9 Aug 2018
14:24 arrowd search for other commits by this committer
Set MAINTAINER of mine ports to @FreeBSD.org email.

Approved by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D16640
Original commitRevision:476747 
Sunday, 29 Jul 2018
22:18 gerald search for other commits by this committer
Bump PORTREVISION for ports depending on the canonical version of GCC
in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which
has now moved from GCC 6 to GCC 7 by default.

This includes ports
 - featuring USE_GCC=yes or USE_GCC=any,
 - featuring USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and those
 - with USES=compiler specifying one of openmp, nestedfct, c11, c++0x,
   c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib.

PR:		222542
Original commitRevision:475857 
Monday, 28 May 2018
11:34 arrowd search for other commits by this committer
Upgrade science/dlib-cpp and science/py-dlib to 19.13.

Approved by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D15588
Original commitRevision:471038 
Tuesday, 22 May 2018
13:15 mat search for other commits by this committer
Add PY_FLAVOR to Python module dependencies.

Sponsored by:	Absolight
Original commitRevision:470610 
Thursday, 26 Apr 2018
20:39 adridg search for other commits by this committer
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
Original commitRevision:468383 

Number of commits found: 25