Re: Is there a way to subscribe to the commit messages for only ports you maintain?

2021-05-19 Thread Willem Jan Withagen via freebsd-ports
On 18-5-2021 03:56, Chris wrote: On 2021-05-17 18:17, Julian H. Stacey wrote: Chris wrote: On 2021-05-17 16:30, Jan Beich wrote: > Chris writes: > >> I'd like to subscribe to the commit messages >> ( dev-commits-ports-all ) >> but only receive messages that affect me -- the >> ports I

port files/patch-*: PREFIX or LOCALBASE

2021-05-19 Thread Nuno Teixeira
Hello, I'm working in a port that have several files/patches like: --- NsCDE/bin/nscde.orig2021-05-02 07:33:53 UTC +++ NsCDE/bin/nscde @@ -42,16 +42,11 @@ fi # Set main NSCDE and FVWM variables. Most of the things later # depends on this core variables. export

Re: port files/patch-*: PREFIX or LOCALBASE

2021-05-19 Thread Nuno Teixeira
(...) # PREFIX- Where *this* port installs its files. # Default: ${LINUXBASE} if USE_LINUX_PREFIX is set, # otherwise ${LOCALBASE} # LOCALBASE - Where ports install things. #

Re: Python 37/38 conflict, was Re: Trubles compiling lxqt on RPi4

2021-05-19 Thread Mark Millard via freebsd-ports
On 2021-May-19, at 14:17, Mark Millard wrote: > On 2021-May-19, at 10:29, Mark Millard wrote: > >> bob prohaska fbsd at www.zefox.net wrote on >> Wed May 19 16:09:32 UTC 2021 : >> >>> On Tue, May 18, 2021 at 09:24:00AM +0200, Stefan Esser wrote: >>> >>> [portmaster background omitted]

Problem building py-cryptography

2021-05-19 Thread Simon Wright
Hi all, I've been unable to build security/py-cryptography for about 10 days now. The build in Poudriere under 12.2 and 13.0 fail with a "Bad_C++_code" error. I tried removing the libressl dependency but that made no difference. Is anyone else seeing this and can anyone point me in the right

On aarch64: "sysutils/hpacucli dependency on misc/compat4x has wrong PKGNAME"

2021-05-19 Thread Mark Millard via freebsd-ports
I was doing a poudriere pkgclean under: # uname -apKU FreeBSD CA72_16Gp_ZFS 13.0-RELEASE FreeBSD 13.0-RELEASE #0 releng/13.0-n244733-ea31abc261ff-dirty: Thu Apr 29 21:53:20 PDT 2021 root@CA72_4c8G_ZFS:/usr/obj/BUILDs/13_0R-CA72-nodbg-clang/usr/13_0R-src/arm64.aarch64/sys/GENERIC-NODBG-CA72

Re: Problem building py-cryptography

2021-05-19 Thread Kubilay Kocak
On 20/05/2021 2:17 pm, Simon Wright wrote: On 20/05/2021 12:00 pm, Kubilay Kocak wrote: On 20/05/2021 1:21 pm, Simon Wright wrote: Hi all, I've been unable to build security/py-cryptography for about 10 days now. The build in Poudriere under 12.2 and 13.0 fail with a "Bad_C++_code" error. I

Re: Problem building py-cryptography

2021-05-19 Thread Kubilay Kocak
On 20/05/2021 1:21 pm, Simon Wright wrote: Hi all, I've been unable to build security/py-cryptography for about 10 days now. The build in Poudriere under 12.2 and 13.0 fail with a "Bad_C++_code" error. I tried removing the libressl dependency but that made no difference. Is anyone else seeing

Re: Problem building py-cryptography

2021-05-19 Thread Simon Wright
On 20/05/2021 12:00 pm, Kubilay Kocak wrote: On 20/05/2021 1:21 pm, Simon Wright wrote: Hi all, I've been unable to build security/py-cryptography for about 10 days now. The build in Poudriere under 12.2 and 13.0 fail with a "Bad_C++_code" error. I tried removing the libressl dependency but

Error reinstalling python 3.8.10 from ports

2021-05-19 Thread Xavier Humbert
Hi, I got trouble with python 3.8.10 at reinstall stage : ===>   Registering installation for python38-3.8.10 pkg-static: Unable to access file /usr/ports/lang/python38/work/stage/usr/local/lib/python3.8/lib-dynload/_asyncio.cpython-38.so:No such file or directory pkg-static: Unable to

Re: Error reinstalling python 3.8.10 from ports

2021-05-19 Thread Xavier Humbert
On 19/05/2021 17:54, Xavier Humbert wrote: Hi, I got trouble with python 3.8.10 at reinstall stage : ===>   Registering installation for python38-3.8.10 pkg-static: Unable to access file /usr/ports/lang/python38/work/stage/usr/local/lib/python3.8/lib-dynload/_asyncio.cpython-38.so:No such

Re: Python 37/38 conflict, was Re: Trubles compiling lxqt on RPi4

2021-05-19 Thread bob prohaska
On Tue, May 18, 2021 at 09:24:00AM +0200, Stefan Esser wrote: > [portmaster background omitted] > If you want to give the attached port a try, it will install LUA and some I tried ports-mgmt/portmaster, it got stuck the same as make. Unless the new version behaves very differently I'm

Re: port files/patch-*: PREFIX or LOCALBASE

2021-05-19 Thread Chris
On 2021-05-19 01:42, Nuno Teixeira wrote: Hello, I'm working in a port that have several files/patches like: --- NsCDE/bin/nscde.orig2021-05-02 07:33:53 UTC +++ NsCDE/bin/nscde @@ -42,16 +42,11 @@ fi # Set main NSCDE and FVWM variables. Most of the things later # depends on this core

Re: Error reinstalling python 3.8.10 from ports

2021-05-19 Thread Gleb Popov
On Wed, May 19, 2021 at 6:55 PM Xavier Humbert wrote: > Hi, > > I got trouble with python 3.8.10 at reinstall stage : > > > ===> Registering installation for python38-3.8.10 > > pkg-static: Unable to access file > > >

Re: Error reinstalling python 3.8.10 from ports

2021-05-19 Thread Xavier Humbert
On 19/05/2021 19:10, Gleb Popov wrote: Just a guess - are you building with WITH_DEBUG=yes ? Actually, no Xavier -- Xavier HUMBERT - Unix/Win/MacOSX Sysadmin/Network Senior Engineer https://www.amdh.fr ___ freebsd-ports@freebsd.org mailing list

Re: Is there a way to subscribe to the commit messages for only ports you maintain?

2021-05-19 Thread Chris
On 2021-05-19 03:45, Willem Jan Withagen wrote: On 18-5-2021 03:56, Chris wrote: On 2021-05-17 18:17, Julian H. Stacey wrote: Chris wrote: On 2021-05-17 16:30, Jan Beich wrote: > Chris writes: > >> I'd like to subscribe to the commit messages >> ( dev-commits-ports-all ) >> but only receive

Re: Python 37/38 conflict, was Re: Trubles compiling lxqt on RPi4

2021-05-19 Thread Mark Millard via freebsd-ports
bob prohaska fbsd at www.zefox.net wrote on Wed May 19 16:09:32 UTC 2021 : > On Tue, May 18, 2021 at 09:24:00AM +0200, Stefan Esser wrote: > > > > [portmaster background omitted] > > > If you want to give the attached port a try, it will install LUA and some > > > I tried

Re: Python 37/38 conflict, was Re: Trubles compiling lxqt on RPi4

2021-05-19 Thread Mark Millard via freebsd-ports
On 2021-May-19, at 10:29, Mark Millard wrote: > bob prohaska fbsd at www.zefox.net wrote on > Wed May 19 16:09:32 UTC 2021 : > >> On Tue, May 18, 2021 at 09:24:00AM +0200, Stefan Esser wrote: >>> >> >> [portmaster background omitted] >> >>> If you want to give the attached port a try, it

Re: Error reinstalling python 3.8.10 from ports

2021-05-19 Thread Kubilay Kocak
On 20/05/2021 1:54 am, Xavier Humbert wrote: Hi, I got trouble with python 3.8.10 at reinstall stage : ===>   Registering installation for python38-3.8.10 pkg-static: Unable to access file /usr/ports/lang/python38/work/stage/usr/local/lib/python3.8/lib-dynload/_asyncio.cpython-38.so:No such