Re: Port upgrade: dead in the water

2021-01-15 Thread Greg 'groggy' Lehey
On Friday, 15 January 2021 at 22:16:44 -0600, Kyle Evans wrote: > On Fri, Jan 15, 2021 at 10:00 PM Greg 'groggy' Lehey wrote: >> >> After years I have finally got round to upgrading my main computer. >> My intention is to upgrade the ports as well, but pkg doesn't want to >> play nice: >> >> #

Re: CMAKE_PREFIX_PATH and /usr/local

2021-01-15 Thread Dave Horsfall
On Fri, 15 Jan 2021, Gleb Popov wrote: +if (CMAKE_SYSTEM_NAME MATCHES "BSD") +include_directories("/usr/local/include") This is most certainly a wrong thing to do. Instead of simply adding -I/usr/local/include everywhere, you should fix problems for each dependency that the software

Re: Port upgrade: dead in the water

2021-01-15 Thread Kyle Evans
On Fri, Jan 15, 2021 at 10:00 PM Greg 'groggy' Lehey wrote: > > After years I have finally got round to upgrading my main computer. > My intention is to upgrade the ports as well, but pkg doesn't want to > play nice: > > # pkg-static install -f pkg > pkg-static: Warning: Major OS version

Port upgrade: dead in the water

2021-01-15 Thread Greg 'groggy' Lehey
After years I have finally got round to upgrading my main computer. My intention is to upgrade the ports as well, but pkg doesn't want to play nice: # pkg-static install -f pkg pkg-static: Warning: Major OS version upgrade detected. Running "pkg-static install -f pkg" recommended Updating

Re: Testing official self-extract makeself .run fails to extract / anyone could test it?

2021-01-15 Thread Nuno Teixeira
Thank you for testing. I will do further tests with older releases too and hope that upstream fixes it. Thanks DutchDaemon - FreeBSD Forums Administrator escreveu no dia sexta, 15/01/2021 à(s) 11:52: > On 15/01/2021 12:38, Nuno Teixeira wrote: > > Hello, > > > > I need that someone test

Re: CMAKE_PREFIX_PATH and /usr/local

2021-01-15 Thread Tomasz CEDRO
On Fri, Jan 15, 2021 at 10:05 AM Gleb Popov wrote: > On Fri, Jan 15, 2021 at 12:50 AM Tomasz CEDRO wrote: >> Hello world :-) >> I am porting LimeSuite to FreeBSD. Local patch fixes missing >> "/usr/local/" path in CMakeLists.txt so the package now builds fine on >> FreeBSD. On Linux probably most

Re: Testing official self-extract makeself .run fails to extract / anyone could test it?

2021-01-15 Thread DutchDaemon - FreeBSD Forums Administrator
On 15/01/2021 12:38, Nuno Teixeira wrote: Hello, I need that someone test official archivers/makeself self-extratable bin to see if error is the same: https://github.com/megastep/makeself/issues/238 Download link:

Testing official self-extract makeself .run fails to extract / anyone could test it?

2021-01-15 Thread Nuno Teixeira
Hello, I need that someone test official archivers/makeself self-extratable bin to see if error is the same: https://github.com/megastep/makeself/issues/238 Download link: https://github.com/megastep/makeself/releases/download/release-2.4.2/makeself-2.4.2.run Run: sh makeself-2.4.2.run

Removing sysutils/polkit dependency from sysutils/libudisks?

2021-01-15 Thread Pau Amma
Several months ago, someone (swills@ IIRC) asked me to look into removing the sysutils/polkit dependency from sysutils/libudisks which I maintain. I just had a chance to look at that request and it would require at least removing the udisksctl utility from the default options and possibly

FreeBSD ports you maintain which are out of date

2021-01-15 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,

Re: CMAKE_PREFIX_PATH and /usr/local

2021-01-15 Thread Gleb Popov
On Fri, Jan 15, 2021 at 12:50 AM Tomasz CEDRO wrote: > Hello world :-) > > I am porting LimeSuite to FreeBSD. Local patch fixes missing > "/usr/local/" path in CMakeLists.txt so the package now builds fine on > FreeBSD. On Linux probably most of the libraries and includes are > located in /usr/