non port: graphics/caffe/Makefile |
SVNWeb
|
Number of commits found: 49 |
Sun, 30 Aug 2020
|
[ 20:19 sunpoet ] (Only the first 10 of 59 ports in this commit are shown above. )
Bump PORTREVISION for devel/protobuf shlib change
|
Mon, 3 Aug 2020
|
[ 08:51 antoine ]
Deprecate a few python 2.7 ports
|
Wed, 3 Jun 2020
|
[ 18:32 sunpoet ] (Only the first 10 of 57 ports in this commit are shown above. )
Bump PORTREVISION for devel/protobuf shlib change
|
Wed, 6 May 2020
|
[ 16:11 yuri ] (Only the first 10 of 45 ports in this commit are shown above. )
Bump 46 ports depending on math/openblas because the after the recent
math/openblas update the library name changed in openblas.
|
Tue, 24 Mar 2020
|
[ 19:54 antoine ] (Only the first 10 of 87 ports in this commit are shown above. )
Convert the tree to use PY_PILLOW
With hat: portmgr
Originally submitted by: kai
|
Mon, 24 Feb 2020
|
[ 11:36 kai ] (Only the first 10 of 76 ports in this commit are shown above. )
graphics/py-pillow: Update to 7.0.0
* Repo-Copy the Pillow 6.2.2 release to graphics/py-pillow6 to retain
backwards compatibility for Python 2 consumers as the Pillow 7.0.0 release
dropped the support for Python 2.
* Apply conditional statements to use either Pillow 7.x or Pillow 6.x for
consumers that can be built for Python 2 or newer.
* Exceptions are ports that can be built only for either Python 2 or
Python 3. For the first case, consumers are just assigned to the
repo-copied graphics/py-pillow6.
* Also remove Pillow from BUILD_DEPENDS of math/py-PyWavelets as it is not
listed in setup.py as a build dependency [1] and relax the version (Only the first 15 lines of the commit message are shown above )
|
Thu, 30 Jan 2020
|
[ 14:17 swills ] (Only the first 10 of 90 ports in this commit are shown above. )
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
|
Wed, 22 Jan 2020
|
[ 12:52 jbeich ]
graphics/caffe: drop math/cblas dependency after r523749
PR: 231371 240937
|
[ 05:53 sunpoet ] (Only the first 10 of 53 ports in this commit are shown above. )
Bump PORTREVISION for devel/protobuf shlib change
|
Wed, 11 Dec 2019
|
[ 17:53 jbeich ] (Only the first 10 of 417 ports in this commit are shown above. )
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
|
Fri, 25 Oct 2019
|
[ 15:41 jbeich ]
graphics/caffe: unbreak consumers after r515313
games/pachi-game-engine:
In file included from caffe.cpp:12:
In file included from /usr/local/include/caffe/caffe.hpp:9:
In file included from /usr/local/include/caffe/filler.hpp:13:
In file included from /usr/local/include/caffe/util/math_functions.hpp:11:
/usr/local/include/caffe/util/mkl_alternate.hpp:14:10: fatal error: 'cblas.h'
file not found
#include <cblas.h>
^~~~~~~~~
PR: 240937
Reported by: pkg-fallout
|
Wed, 28 Aug 2019
|
[ 19:23 pkubaj ]
graphics/caffe: Respect CXX
Don't use clang, unconditionally, respect CXX to fix build on GCC architectures.
PR: 238884
Approved by: eric@camachat.org (maintainer timeout), linimon (mentor)
Differential Revision: https://reviews.freebsd.org/D21396
|
Mon, 19 Aug 2019
|
[ 15:35 jbeich ] (Only the first 10 of 412 ports in this commit are shown above. )
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
|
Wed, 31 Jul 2019
|
[ 16:38 sunpoet ] (Only the first 10 of 45 ports in this commit are shown above. )
Bump PORTREVISION for devel/protobuf shlib change
|
Fri, 26 Jul 2019
|
[ 20:46 gerald ] (Only the first 10 of 3853 ports in this commit are shown above. )
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
|
Fri, 5 Jul 2019
|
[ 19:08 sunpoet ] (Only the first 10 of 46 ports in this commit are shown above. )
Update devel/protobuf to 3.8.0
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://github.com/protocolbuffers/protobuf/releases
PR: 238808
Exp-run by: antoine
|
Tue, 2 Jul 2019
|
[ 20:30 antoine ]
Revert r505631, it breaks build on tier1
Reported by: pkg-fallout
|
Mon, 1 Jul 2019
|
[ 19:45 pkubaj ]
graphics/caffe: respect CXX
Replace %%CXX%% with the actual value of ${CXX}, not just clang++.
This fixes build on GCC architectures.
PR: 238884
Approved by: mat (mentor), portmgr (blanket: ports compliance),
eric@camachat.org (maintainer)
Differential Revision: https://reviews.freebsd.org/D20807
|
Mon, 22 Apr 2019
|
[ 13:16 gerald ] (Only the first 10 of 225 ports in this commit are shown above. )
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
|
Fri, 12 Apr 2019
|
[ 06:36 jbeich ] (Only the first 10 of 392 ports in this commit are shown above. )
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
|
Sun, 31 Mar 2019
|
[ 13:41 sunpoet ] (Only the first 10 of 50 ports in this commit are shown above. )
Update devel/protobuf to 3.7.1
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://github.com/protocolbuffers/protobuf/releases
PR: 236157
Exp-run by: antoine
|
Sat, 5 Jan 2019
|
[ 22:46 sunpoet ] (Only the first 10 of 61 ports in this commit are shown above. )
Update science/hdf5 to 1.10.4
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://portal.hdfgroup.org/display/support/HDF5%201.10.4#releasenotes
PR: 233070
Submitted by: wen
|
Wed, 12 Dec 2018
|
[ 01:35 gerald ] (Only the first 10 of 3168 ports in this commit are shown above. )
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
|
[ 00:15 jbeich ] (Only the first 10 of 415 ports in this commit are shown above. )
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
|
Mon, 3 Dec 2018
|
[ 19:41 sunpoet ] (Only the first 10 of 52 ports in this commit are shown above. )
Update devel/protobuf to 3.6.1
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://github.com/protocolbuffers/protobuf/releases
PR: 231008
Exp-run by: antoine
|
Wed, 5 Sep 2018
|
[ 22:05 sunpoet ] (Only the first 10 of 50 ports in this commit are shown above. )
Update science/hdf5 to 1.10.2
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://portal.hdfgroup.org/display/support/HDF5%201.10.2#releasenotes
https://support.hdfgroup.org/ftp/HDF5/releases/hdf5-1.10/hdf5-1.10.2/src/hdf5-1.10.2-RELEASE.txt
PR: 231009
Exp-run by: antoine
|
Thu, 9 Aug 2018
|
[ 06:58 jbeich ] (Only the first 10 of 404 ports in this commit are shown above. )
devel/boost-*: update to 1.68.0
- Switch to C++14 for libboost_system to support C++14 consumers
Changes: http://www.boost.org/users/history/version_1_68_0.html
PR: 229569
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D16165
|
Sun, 29 Jul 2018
|
[ 22:18 gerald ] (Only the first 10 of 1480 ports in this commit are shown above. )
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
|
Sun, 24 Jun 2018
|
[ 21:11 sunpoet ] (Only the first 10 of 38 ports in this commit are shown above. )
Revert r473259 and r473260 which are committed by accident
- Bump PORTEPOCH for protobuf and py-protobuf
- Bump PORTREVISION for dependent ports
|
[ 20:19 sunpoet ] (Only the first 10 of 36 ports in this commit are shown above. )
Update to 3.6.0
Changes: https://github.com/google/protobuf/releases
|
Wed, 20 Jun 2018
|
[ 17:05 mat ] (Only the first 10 of 1617 ports in this commit are shown above. )
Use PY_FLAVOR for dependencies.
FLAVOR is the current port's flavor, it should not be used outside of
this scope.
Sponsored by: Absolight
|
Wed, 9 May 2018
|
[ 20:27 swills ] (Only the first 10 of 19 ports in this commit are shown above. )
Bump PORTREVISION on more opencv consumers due to opencv update
|
Wed, 18 Apr 2018
|
[ 13:57 jbeich ] (Only the first 10 of 388 ports in this commit are shown above. )
devel/boost-*: update to 1.67.0
Changes: http://www.boost.org/users/history/version_1_67_0.html
PR: 227427
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D15030
|
[ 08:04 jbeich ]
graphics/caffe: unbreak with boost 1.67
/usr/local/bin/ld: cannot find -lboost_python
clang++: error: linker command failed with exit code 1 (use -v to see
invocation)
gmake[1]: *** [Makefile:508: python/caffe/_caffe.so] Error 1
PR: 227427
Reported by: antoine (via exp-run)
|
Sat, 10 Mar 2018
|
[ 17:46 gerald ] (Only the first 10 of 1104 ports in this commit are shown above. )
Bump PORTREVISIONs of all users of math/mpc that we just updated to
version 1.1.0 (via revision 464079).
|
Thu, 15 Feb 2018
|
[ 12:34 mat ] (Only the first 10 of 37 ports in this commit are shown above. )
devel/boost-python-libs got forgotten in the python flavorization, fix
this oversight.
Reviewed by: antoine
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D14368
|
Thu, 18 Jan 2018
|
[ 04:11 jbeich ] (Only the first 10 of 356 ports in this commit are shown above. )
devel/boost-*: update to 1.66.0
Changes: http://www.boost.org/users/history/version_1_66_0.html
PR: 223922
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D13279
|
Mon, 11 Dec 2017
|
[ 18:26 sunpoet ] (Only the first 10 of 36 ports in this commit are shown above. )
Update devel/protobuf to 3.5.0
- Bump PORTREVISION for shlib change
Changes: https://github.com/google/protobuf/releases
|
Thu, 30 Nov 2017
|
[ 15:50 mat ] (Only the first 10 of 2423 ports in this commit are shown above. )
Convert Python ports to FLAVORS.
Ports using USE_PYTHON=distutils are now flavored. They will
automatically get flavors (py27, py34, py35, py36) depending on what
versions they support.
There is also a USE_PYTHON=flavors for ports that do not use distutils
but need FLAVORS to be set. A USE_PYTHON=noflavors can be set if
using distutils but flavors are not wanted.
A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been
added to cope with Python ports that did not have the Python
PKGNAMEPREFIX but are flavored.
USES=python now also exports a PY_FLAVOR variable that contains the (Only the first 15 lines of the commit message are shown above )
|
Mon, 25 Sep 2017
|
[ 00:08 jbeich ] (Only the first 10 of 342 ports in this commit are shown above. )
devel/boost-*: update to 1.65.1
Changes: http://www.boost.org/users/history/version_1_65_1.html
PR: 218835
Approved by: maintainer timeout (1.65.1: 2 weeks; 1.65.0: 1 month)
Tested by: jhibbits (on powerpc64, earlier version)
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D11582
|
[ 00:05 jbeich ] (Only the first 10 of 327 ports in this commit are shown above. )
devel/boost-*: enable C++11 features
PR: 218835
Obtained from: https://github.com/DragonFlyBSD/DeltaPorts/pull/690
Approved by: maintainer timeout (2 months)
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D11582
|
Sun, 10 Sep 2017
|
[ 20:55 gerald ] (Only the first 10 of 1201 ports in this commit are shown above. )
Bump PORTREVISION for ports depending on the canonical version of GCC
(via Mk/bsd.default-versions.mk and lang/gcc) which has moved from
GCC 5.4 to GCC 6.4 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, c++11-lib, c++11-lang,
c++14-lang, c++0x, c11, or gcc-c++11-lib.
PR: 219275
|
Wed, 16 Aug 2017
|
[ 15:44 sunpoet ] (Only the first 10 of 32 ports in this commit are shown above. )
Update devel/protobuf to 3.4.0
- Bump PORTREVISION for shlib change
Changes: https://github.com/google/protobuf/releases
|
Tue, 30 May 2017
|
[ 02:56 sunpoet ] (Only the first 10 of 35 ports in this commit are shown above. )
Update science/hdf5 to 1.10.1
- Bump PORTREVISION for shlib change
Changes: https://support.hdfgroup.org/ftp/HDF5/releases/hdf5-1.10/hdf5-1.10.1/src/hdf5-1.10.1-RELEASE.txt
|
Sat, 6 May 2017
|
[ 04:35 miwi ]
- Update to 1.0
PR: 218785
Submitted by: maintainer
|
Tue, 2 May 2017
|
[ 06:48 jbeich ] (Only the first 10 of 336 ports in this commit are shown above. )
devel/boost-*: update to 1.64.0
Changes: http://www.boost.org/users/history/version_1_64_0.html
PR: 218835
Approved by: office (bapt)
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D10472
|
Fri, 14 Apr 2017
|
[ 05:30 jbeich ] (Only the first 10 of 44 ports in this commit are shown above. )
graphics/opencv: back out r423216 and r423063 (replaying r423316)
Renaming didn't help to unblock 3.x progress as co-existence with 2.x
was no less complex than simply fixing consumers. This commit also
restores directory-level history accidentally lost via git-svn.
PR: 210505
Pointy hat to: jbeich (should've discussed first)
|
Sat, 1 Apr 2017
|
[ 15:23 gerald ] (Only the first 10 of 1118 ports in this commit are shown above. )
Bump PORTREVISIONs for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some
circumstances such as versions of FreeBSD or platforms).
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using using Mk/bsd.octave.mk which in turn has USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang,
c++11-lang, c++0x, c11, or gcc-c++11-lib.
PR: 216707
|
Mon, 20 Mar 2017
|
[ 16:19 jrm ]
New port: graphics/caffe
Caffe is a deep learning framework made with expression, speed, and
modularity in mind. It is developed by the Berkeley Vision and Learning
Center (BVLC) and by community contributors.
WWW: http://caffe.berkeleyvision.org/
PR: 217428
Submitted by: eric@camachat.org (maintainer)
Reviewed by: mat
Approved by: swills (mentor, implicit)
Differential Revision: https://reviews.freebsd.org/D10053
|
Number of commits found: 49 |