FreeBSD ports you maintain which are out of date

2021-01-31 Thread portscout
Dear port maintainer, The portscout new distfile checker has detected that one or more of your ports appears to be out of date. Please take the opportunity to check each of the ports listed below, and if possible and appropriate, submit/commit an update. If any ports have already been updated, you

Re: gstreamer1-plugins-opencv

2021-01-31 Thread Stefan Ehmann
On Sunday, January 31, 2021 12:43:27 AM CET LuMiWa via freebsd-ports wrote: > ...doesn't built on FreeBSD 12.2-RELEASE-p3 after update of opencv: > > opencv_1.0_la-gstopencvutils.lo -MD -MP -MF > .deps/libgstopencv_1.0_la-gstopencvutils.Tpo -c gstopencvutils.cpp > -fPIC -DPIC -o .libs/libgstopencv_

port dist location

2021-01-31 Thread Oleg
Hello, net/repeater port maintainer change of files location old url http://newestvision.com/freebsd/pkg/ new url https://freebsd.newestvision.com/ports/distfiles/ Change url at svn please. ___ freebsd-ports@freebsd.org mailing list https://lists.fre

Re: Warning: Major OS version upgrade detected

2021-01-31 Thread Rainer Hurling
Am 30.01.21 um 23:02 schrieb Xavier Humbert: > Hi, > > I was running 13-CURRENT, and as of 01/22 I switched to 13-STABLE > > Now, when I run any ports/pkg command - I use only ports-, I got > >> pkg-static: Warning: Major OS version upgrade detected.  Running "pkg >> bootstrap -f" recommended >

Re: port dist location

2021-01-31 Thread Kurt Jaeger
Hi! > net/repeater port maintainer change of files location > > old url http://newestvision.com/freebsd/pkg/ > new url https://freebsd.newestvision.com/ports/distfiles/ > > Change url at svn please. What about version 0.17 ? Would this patch be fine ? Index: Makefile =

Re: gstreamer1-plugins-opencv

2021-01-31 Thread Rainer Hurling
Am 31.01.21 um 10:13 schrieb Stefan Ehmann: > On Sunday, January 31, 2021 12:43:27 AM CET LuMiWa via freebsd-ports wrote: >> ...doesn't built on FreeBSD 12.2-RELEASE-p3 after update of opencv: >> >> opencv_1.0_la-gstopencvutils.lo -MD -MP -MF >> .deps/libgstopencv_1.0_la-gstopencvutils.Tpo -c gstop

Re: Warning: Major OS version upgrade detected

2021-01-31 Thread Dewayne Geraghty
A while ago, due to mismatching ABI, I had to insert into: /usr/local/etc/pkg.conf ABI = "freebsd:12:x86:64"; Perhaps explicitly stating "freebsd:13:x86:64"; may help? BUT this will require maintenance. :/ ___ freebsd-ports@freebsd.org mailing list http