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: graphics/colmap/files/patch-no-sse

Number of commits found: 4

Sunday, 11 Feb 2018
08:16 jbeich search for other commits by this committer
graphics/colmap: unbreak OPENMP=off after r446135

src/ext/PBA/SparseBundleCPU.cpp:1208:7: error: non-constant-expression cannot be
narrowed from type 'size_t' (aka 'unsigned long') to 'int' in initializer list
[-Wc++11-narrowing]
      RUN_THREAD(ComputeProjection, threads[i], last - first, camera, point,
      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/ext/PBA/SparseBundleCPU.cpp:933:3: note: expanded from macro 'RUN_THREAD'
  DECLEAR_THREAD_DATA(X, __VA_ARGS__); \
  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/ext/PBA/SparseBundleCPU.cpp:908:30: note: expanded from macro
'DECLEAR_THREAD_DATA'
  X##_STRUCT<Float> tdata = {i, __VA_ARGS__}; \
                             ^
src/ext/PBA/SparseBundleCPU.cpp:1537:68: error: non-constant-expression cannot
be narrowed from type 'size_t' (aka 'unsigned long') to 'int' in initializer
list [-Wc++11-narrowing]
                 intrinsic_fixed, radial_distortion, shuffle, jct, first);
                                                                   ^~~~~
src/ext/PBA/SparseBundleCPU.cpp:933:26: note: expanded from macro 'RUN_THREAD'
  DECLEAR_THREAD_DATA(X, __VA_ARGS__); \
                         ^~~~~~~~~~~
src/ext/PBA/SparseBundleCPU.cpp:908:33: note: expanded from macro
'DECLEAR_THREAD_DATA'
  X##_STRUCT<Float> tdata = {i, __VA_ARGS__}; \
                                ^~~~~~~~~~~
src/ext/PBA/SparseBundleCPU.cpp:1537:68: note: insert an explicit cast to
silence this issue
                 intrinsic_fixed, radial_distortion, shuffle, jct, first);
                                                                   ^~~~~
                                                                  
static_cast<int>(
Original commitRevision:461466 
Sunday, 5 Nov 2017
21:57 jbeich search for other commits by this committer
graphics/colmap: unbreak -msse -mno-sse2 build
Original commitRevision:453582 
Tuesday, 5 Sep 2017
01:05 jbeich search for other commits by this committer
graphics/colmap: update to 3.2

Changes:	https://github.com/colmap/colmap/blob/3.2/CHANGELOG.txt
Original commitRevision:449264 
Tuesday, 18 Jul 2017
11:30 jbeich search for other commits by this committer
graphics/colmap: try to unbreak on non-x86

g++5: error: unrecognized command line option '-mfpmath=sse'

Reported by:	pkg-fallout (aarch64)
Original commitRevision:446135 

Number of commits found: 4