Re: python 2.7 marked as deprecated and EOL while 2.7.18 RC is available

2020-04-23 Thread Kevin Oberman
On Thu, Apr 23, 2020 at 1:12 PM ajtiM via freebsd-ports <
freebsd-ports@freebsd.org> wrote:

> On Thu, 23 Apr 2020 21:46:15 +0200
> Kurt Jaeger  wrote:
>
> > Hi!
> >
> > > I clean almost everything except print/lyx which I am using and I
> > > like it (with latex-beamer). I try to build with Python 3.7 but not
> > > success. I do not now if I am one of the "rare" user or is port
> > > dead.
> >
> > The port is up to date with version 2.3.4.2.
> >
> > Can you try to ask upstream ? In their bugtracker ?
> >
> > https://www.lyx.org/trac/wiki/BugTrackerHome
> >
> > There's a closed bug that tracked this topic:
> >
> > https://www.lyx.org/trac/ticket/9006
> >
> > and it says that lyx after 2.3.0 should work with py3.
> >
>
> It was solved long time ago but we have:
>
>
> Build dependencies:
>
> update-desktop-database : devel/desktop-file-utils
> gmake : devel/gmake
> pkgconf>=1.3.0_1 : devel/pkgconf
> python2.7 : lang/python27
> msgfmt : devel/gettext-tools
> autoconf>=2.69 : devel/autoconf
> automake>=1.16.1 : devel/automake
> perl5>=5.30.r1<5.31 : lang/perl5.30
> moc : devel/qt5-buildtools
> qmake : devel/qt5-qmake
> xcb.pc : x11/libxcb
>
> Runtime dependencies:
>
> update-desktop-database : devel/desktop-file-utils
> python2.7 : lang/python27
> perl5>=5.30.r1<5.31 : lang/perl5.30
> xcb.pc : x11/libxcb
>
>
>
> --
> Ernst Lubitsch’s Ninotchka:
>

Edit the Makefile, deleting :2.7 after python from the USES= lines. If that
works, please open a ticket for this so the port can be fixed to use
python3.
--
Kevin Oberman, Part time kid herder and retired Network Engineer
E-mail: rkober...@gmail.com
PGP Fingerprint: D03FB98AFA78E3B78C1694B318AB39EF1B055683
___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: FreeBSD Port: devel/py-subversion - Python 3 flavor?

2020-04-23 Thread futatuki
I posted it from wrong email address so I repost ...

--- Forwarded Message
To: l...@freebsd.org
Cc: d...@langille.org, freebsd-ports@freebsd.org, futat...@yf.bsdclub.org
Subject: Re: FreeBSD Port: devel/py-subversion - Python 3 flavor?
In-Reply-To: Your message of "Thu, 23 Apr 2020 18:37:53 +0300".
<4455c880-71d0-c90d-18ce-b1497d3d7...@freebsd.org>
From: Yasuhito FUTATSUKI 
Message-ID: <200424061857.m0194...@mkii.yf.bsdclub.org>

Hi,

In article <4455c880-71d0-c90d-18ce-b1497d3d7...@freebsd.org>
l...@freebsd.org writes:

> On 23.04.2020 17:43, Dan Langille wrote:
> 
>  subversion 1.14.0 which is RC2 now will be python3 only.

This is partly incorrect. Upcoming subversion 1.14.0 will still allow
to build SWIG python 2 binding. We are checking 'make check-swig-py'
both of with Python 2.7 and with Python 3.x.

However,

* subversion 1.14.0 release tarball will be shipped with SWIG generated
 Python bindings source code only for Python 3. To build Python 2 bindings,
 SWIG is needed.  
* Python 2 bindings and Python 3 bindings is conflict to install,
  because both of them requires mutual incompatible libsvn-swig_py-1.so  
  each other

Please see subversion/binding/swig/INSTALL in subversion source tree
for detail.

And these are not related support for SWIG Python bindings itself
directly, but better to know:

* Python application using Subversion SWIG Python bindings also need to
  modify to support Python 3. Especially distinction between bytes and
  str will be needed. All char * type in C API are mapped to bytes,
  although it accept str for input.
* Support for Python 3 for scripts in tools/ subdirectory is very
  poor status. 
  (See 
https://cwiki.apache.org/confluence/display/SVN/Subversion%27s+Python+3+Support+Status
 for detail) 

I, myself, use tools/hook-scripts/mailer/mailer.py for commit mail,
it doesn't work with Python 3.  I also use ViewVC (devel/viewvc,
https://github.com/viewvc/viewvc) but its Python 3 support is
in progress.
 
Cheers,
 -- 
Yasuhito FUTATSUKI 

--- End of Forwarded Message

Cheers,
-- 
Yasuhito FUTATSUKI 
___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: FreeBSD Port: devel/py-subversion - Python 3 flavor?

2020-04-23 Thread futatuki
One more post ...

--- Forwarded Message
To: l...@freebsd.org
Cc: d...@langille.org, freebsd-ports@freebsd.org, futat...@yf.bsdclub.org
Subject: Re: FreeBSD Port: devel/py-subversion - Python 3 flavor?
In-Reply-To: Your message of "Thu, 23 Apr 2020 23:20:41 +0300".
<18480134.20200423232...@serebryakov.spb.ru>
From: Yasuhito FUTATSUKI 
Date: Thu, 23 Apr 2020 21:33:54 GMT
Message-ID: <200424063354.m0194...@mkii.yf.bsdclub.org>

In article <18480134.20200423232...@serebryakov.spb.ru>
l...@freebsd.org writes:

> Hello Dan,
> 
> Thursday, April 23, 2020, 9:34:02 PM, you wrote:
> 
> > I must misunderstand completely.
>  We now have `devel/subversion` which is 1.13.x and `devel/subversion-lts`
> which is now 1.10.x. As 1.14.0 will be LTS, BOTH ports will be updated. And
> till 1.15.0 these ports will be equivalent!

If we want to support application depends on Python 2 bindings only
for a while, please consider to leave 1.10.x. As far as I understand,
1.10.x will support Python 2 its EOL, however 1.14.x may drop it
before EOL of 1.10.x, if there will exist good reasons to do so,
(like problem of developer resouce, critical bug only affects
Python 2, and so on)

Cheers,
- -- 
Yasuhito FUTATSUKI  

--- End of Forwarded Message
-- 
Yasuhito FUTATSUKI 
___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: FreeBSD Port: devel/py-subversion - Python 3 flavor?

2020-04-23 Thread Lev Serebryakov
Hello Dan,

Thursday, April 23, 2020, 9:34:02 PM, you wrote:

> I must misunderstand completely.
 We now have `devel/subversion` which is 1.13.x and `devel/subversion-lts`
which is now 1.10.x. As 1.14.0 will be LTS, BOTH ports will be updated. And
till 1.15.0 these ports will be equivalent!

> So long as devel/py-subversion soon supports Python 3, I'm happy.
  As soon as 1.14.0 will be released (I think it is matter of days, maybe
 week).


-- 
Best regards,
 Levmailto:l...@freebsd.org

___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: python 2.7 marked as deprecated and EOL while 2.7.18 RC is available

2020-04-23 Thread ajtiM via freebsd-ports
On Thu, 23 Apr 2020 21:46:15 +0200
Kurt Jaeger  wrote:

> Hi!
> 
> > I clean almost everything except print/lyx which I am using and I
> > like it (with latex-beamer). I try to build with Python 3.7 but not
> > success. I do not now if I am one of the "rare" user or is port
> > dead.
> 
> The port is up to date with version 2.3.4.2.
> 
> Can you try to ask upstream ? In their bugtracker ?
> 
> https://www.lyx.org/trac/wiki/BugTrackerHome
> 
> There's a closed bug that tracked this topic:
> 
> https://www.lyx.org/trac/ticket/9006
> 
> and it says that lyx after 2.3.0 should work with py3.
> 

It was solved long time ago but we have:


Build dependencies:

update-desktop-database : devel/desktop-file-utils
gmake : devel/gmake
pkgconf>=1.3.0_1 : devel/pkgconf
python2.7 : lang/python27
msgfmt : devel/gettext-tools
autoconf>=2.69 : devel/autoconf
automake>=1.16.1 : devel/automake
perl5>=5.30.r1<5.31 : lang/perl5.30
moc : devel/qt5-buildtools
qmake : devel/qt5-qmake
xcb.pc : x11/libxcb

Runtime dependencies:

update-desktop-database : devel/desktop-file-utils
python2.7 : lang/python27
perl5>=5.30.r1<5.31 : lang/perl5.30
xcb.pc : x11/libxcb



-- 
Ernst Lubitsch’s Ninotchka: 

“‘Waiter! A cup of coffee without cream, please!’ ‘I’m sorry, sir, we
have no cream, only milk, so can it be a coffee without milk?’” 
___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: python 2.7 marked as deprecated and EOL while 2.7.18 RC is available

2020-04-23 Thread ajtiM via freebsd-ports
On Thu, 23 Apr 2020 21:46:15 +0200
Kurt Jaeger  wrote:

> Hi!
> 
> > I clean almost everything except print/lyx which I am using and I
> > like it (with latex-beamer). I try to build with Python 3.7 but not
> > success. I do not now if I am one of the "rare" user or is port
> > dead.
> 
> The port is up to date with version 2.3.4.2.
> 
> Can you try to ask upstream ? In their bugtracker ?
> 
> https://www.lyx.org/trac/wiki/BugTrackerHome
> 
> There's a closed bug that tracked this topic:
> 
> https://www.lyx.org/trac/ticket/9006
> 
> and it says that lyx after 2.3.0 should work with py3.
> 

Thank you very much.


-- 
Ernst Lubitsch’s Ninotchka: 

“‘Waiter! A cup of coffee without cream, please!’ ‘I’m sorry, sir, we
have no cream, only milk, so can it be a coffee without milk?’” 
___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: python 2.7 marked as deprecated and EOL while 2.7.18 RC is available

2020-04-23 Thread Kurt Jaeger
Hi!

> I clean almost everything except print/lyx which I am using and I like
> it (with latex-beamer). I try to build with Python 3.7 but not success.
> I do not now if I am one of the "rare" user or is port dead.

The port is up to date with version 2.3.4.2.

Can you try to ask upstream ? In their bugtracker ?

https://www.lyx.org/trac/wiki/BugTrackerHome

There's a closed bug that tracked this topic:

https://www.lyx.org/trac/ticket/9006

and it says that lyx after 2.3.0 should work with py3.

-- 
p...@opsec.eu+49 171 3101372Now what ?
___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: python 2.7 marked as deprecated and EOL while 2.7.18 RC is available

2020-04-23 Thread ajtiM via freebsd-ports
I clean almost everything except print/lyx which I am using and I like
it (with latex-beamer). I try to build with Python 3.7 but not success.
I do not now if I am one of the "rare" user or is port dead.

Thank you.

-- 
Ernst Lubitsch’s Ninotchka: 

“‘Waiter! A cup of coffee without cream, please!’ ‘I’m sorry, sir, we
have no cream, only milk, so can it be a coffee without milk?’” 
___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: FreeBSD Port: devel/py-subversion - Python 3 flavor?

2020-04-23 Thread Dan Langille
On Thu, Apr 23, 2020, at 2:09 PM, Lev Serebryakov wrote:
> Hello Dan,
> 
> Thursday, April 23, 2020, 7:03:10 PM, you wrote:
> 
>  Huh. There are no problems, as we now have "current" subversion and "lts"
> one, version 1.9 was removed. And 1.14.x will be LTS, so BOTH ports versions
> will be 1.14 with python3 support!

I must misunderstand completely.

So long as devel/py-subversion soon supports Python 3, I'm happy.


> 
> > This sounds like two ports are required new & legacy, instead of flavors.
> 
> > On Thu, Apr 23, 2020, at 11:37 AM, Lev Serebryakov wrote:
> >> On 23.04.2020 17:43, Dan Langille wrote:
> >> 
> >>  subversion 1.14.0 which is RC2 now will be python3 only.
> >> 
> >>  But we are used to have old versions of subversion in ports tree, and 
> >> I'm not sure to do.
> >> 
> 
> 
> -- 
> Best regards,
>  Levmailto:l...@freebsd.org
> 
> ___
> freebsd-ports@freebsd.org mailing list
> https://lists.freebsd.org/mailman/listinfo/freebsd-ports
> To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"
>

-- 
  Dan Langille
  d...@langille.org
___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: FreeBSD Port: devel/py-subversion - Python 3 flavor?

2020-04-23 Thread Lev Serebryakov
Hello Dan,

Thursday, April 23, 2020, 7:03:10 PM, you wrote:

 Huh. There are no problems, as we now have "current" subversion and "lts"
one, version 1.9 was removed. And 1.14.x will be LTS, so BOTH ports versions
will be 1.14 with python3 support!

> This sounds like two ports are required new & legacy, instead of flavors.

> On Thu, Apr 23, 2020, at 11:37 AM, Lev Serebryakov wrote:
>> On 23.04.2020 17:43, Dan Langille wrote:
>> 
>>  subversion 1.14.0 which is RC2 now will be python3 only.
>> 
>>  But we are used to have old versions of subversion in ports tree, and 
>> I'm not sure to do.
>> 


-- 
Best regards,
 Levmailto:l...@freebsd.org

___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


net/librsync does not build

2020-04-23 Thread Xavier Humbert
Hi,

net/librsync apparently can't find libpopt :

> [root@numenor librsync]# MAKE_JOBS_UNSAFE=yes make
> ===>  Building for librsync-2.3.0
> [1/1] : && /usr/bin/cc -O2 -pipe -g -march=core2 -fstack-protector-strong
>   -fno-strict-aliasing -Wall -std=c99 -pedantic -O2 -pipe -g -march=core2
>   -fstack-protector-strong -fno-strict-aliasing  -fstack-protector-strong
>   CMakeFiles/rdiff.dir/src/rdiff.c.o CMakeFiles/rdiff.dir/src/isprefix.c.o
>   -o rdiff  -Wl,-rpath,/usr/ports/net/librsync/work/.build:
>   librsync.so.2.3.0  -lpopt && :
> FAILED: rdiff
> : && /usr/bin/cc -O2 -pipe -g -march=core2  -fstack-protector-strong
>   -fno-strict-aliasing -Wall -std=c99 -pedantic -O2 -pipe -g -march=core2
>   -fstack-protector-strong -fno-strict-aliasing  -fstack-protector-strong
>   CMakeFiles/rdiff.dir/src/rdiff.c.o CMakeFiles/rdiff.dir/src/isprefix.c.o
>   -o rdiff  -Wl,-rpath,/usr/ports/net/librsync/work/.build:
>   librsync.so.2.3.0  -lpopt && :
> ld: error: unable to find library -lpopt
> cc: error: linker command failed with exit code 1 (use -v to see
> invocation)
> ninja: build stopped: subcommand failed.
> *** Error code 1
>
> Stop.
> make: stopped in /usr/ports/net/librsync
>
However :

> [root@numenor librsync]# ll /usr/local/lib/libpopt.*
> -rw-r--r--  1 root  wheel  73960 Apr 19 02:58 /usr/local/lib/libpopt.a
> lrwxr-xr-x  1 root  wheel 16 Apr 19 02:58
> /usr/local/lib/libpopt.so@ -> libpopt.so.0.0.0
> lrwxr-xr-x  1 root  wheel 16 Apr 19 02:58
> /usr/local/lib/libpopt.so.0@ -> libpopt.so.0.0.0
> -rwxr-xr-x  1 root  wheel  56832 Apr 19 02:58
> /usr/local/lib/libpopt.so.0.0.0*
What is the problem ?

Thxs

Regards

Xavier

-- 
Xavier HUMBERT - Unix/Win/MacOSX Sysadmin/Network Engineer

___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: FreeBSD Port: devel/py-subversion - Python 3 flavor?

2020-04-23 Thread Dan Langille
This sounds like two ports are required new & legacy, instead of flavors.

On Thu, Apr 23, 2020, at 11:37 AM, Lev Serebryakov wrote:
> On 23.04.2020 17:43, Dan Langille wrote:
> 
>  subversion 1.14.0 which is RC2 now will be python3 only.
> 
>  But we are used to have old versions of subversion in ports tree, and 
> I'm not sure to do.
> 
> > Hello Lev,
> > 
> > Do you know of anything preventing devel/py-subversion from working with 
> > Python 3?
> > 
> > I ask because devel/py-subversion at present requires Python 2.7 which is 
> > past EOL.
> > 
> > While I was typing this, I thought: I should just try it first.
> > 
> > I failed:
> > 
> > https://services.unixathome.org/poudriere/data/121amd64-dvl/2020-04-23_14h34m22s/logs/errors/py37-subversion-1.13.0.log
> > 
> > ModuleNotFoundError: No module named 'libsvn._core'
> > 
> > Ideas?
> > 
> > Thank you.
> > 
> > — 
> > Dan Langille
> > http://langille.org/
> > 
> > 
> > 
> > 
> > 
> 
> 
> -- 
> // Lev Serebryakov
> 
> 
> Attachments:
> * signature.asc

-- 
  Dan Langille
  d...@langille.org
___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: Fwd: AFFECTS: users of devel/kuya

2020-04-23 Thread Brooks Davis
Thanks for the report, I make that typo all the time.  Thanks also to
bapt@ for fixing.

-- Brooks

On Thu, Apr 23, 2020 at 08:16:59AM +0200, Andrea Venturoli wrote:
> Hello.
> 
> Should that be devel/kyua?
> 
> Not to be nitpicking, but someone might try grep on UPDATING :)
> 
>   bye
>   av.
> 
> 
>  Forwarded Message 
> Subject:  AFFECTS: users of devel/kuya
> Date: Wed, 22 Apr 2020 00:00:00 GMT
> From: Alexander Kojevnikov 
> 
> 
> 
> AFFECTS: users of devel/kuya
> 
> 20200422:
> AFFECTS: users of devel/kuya
> AUTHOR: bro...@freebsd.org
> 
> A tests group has been added and the tests user should be a member
> of it by default rather than nobody. You should update your password
> database to match (change the group from 65534 to 977 after updating).
> 
> ___
> freebsd-ports@freebsd.org mailing list
> https://lists.freebsd.org/mailman/listinfo/freebsd-ports
> To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"
> 


signature.asc
Description: PGP signature


Re: FreeBSD Port: devel/py-subversion - Python 3 flavor?

2020-04-23 Thread Lev Serebryakov
On 23.04.2020 17:43, Dan Langille wrote:

 subversion 1.14.0 which is RC2 now will be python3 only.

 But we are used to have old versions of subversion in ports tree, and I'm not 
sure to do.

> Hello Lev,
> 
> Do you know of anything preventing devel/py-subversion from working with 
> Python 3?
> 
> I ask because devel/py-subversion at present requires Python 2.7 which is 
> past EOL.
> 
> While I was typing this, I thought: I should just try it first.
> 
> I failed:
> 
> https://services.unixathome.org/poudriere/data/121amd64-dvl/2020-04-23_14h34m22s/logs/errors/py37-subversion-1.13.0.log
> 
> ModuleNotFoundError: No module named 'libsvn._core'
> 
> Ideas?
> 
> Thank you.
> 
> — 
> Dan Langille
> http://langille.org/
> 
> 
> 
> 
> 


-- 
// Lev Serebryakov



signature.asc
Description: OpenPGP digital signature


Re: FreeBSD Port: devel/py-subversion - Python 3 flavor?

2020-04-23 Thread Kyle Evans
On Thu, Apr 23, 2020 at 9:43 AM Dan Langille  wrote:
>
> Hello Lev,
>
> Do you know of anything preventing devel/py-subversion from working with 
> Python 3?
>
> I ask because devel/py-subversion at present requires Python 2.7 which is 
> past EOL.
>
> While I was typing this, I thought: I should just try it first.
>
> I failed:
>
> https://services.unixathome.org/poudriere/data/121amd64-dvl/2020-04-23_14h34m22s/logs/errors/py37-subversion-1.13.0.log
>
> ModuleNotFoundError: No module named 'libsvn._core'
>
> Ideas?
>

Hi,

The last time I asked/checked, it was decided that upstream doesn't
yet support Python 3 completely but some parts did. FWIW, this should
be of general interest to the FreeBSD community since this one's used
in our repo commit hooks. I think, ideally, clusteradm wouldn't need
to retain the python2 version of this after python2 gets kicked out of
the ports tree.

Thanks,

Kyle Evans
___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


FreeBSD Port: devel/py-subversion - Python 3 flavor?

2020-04-23 Thread Dan Langille
Hello Lev,

Do you know of anything preventing devel/py-subversion from working with Python 
3?

I ask because devel/py-subversion at present requires Python 2.7 which is past 
EOL.

While I was typing this, I thought: I should just try it first.

I failed:

https://services.unixathome.org/poudriere/data/121amd64-dvl/2020-04-23_14h34m22s/logs/errors/py37-subversion-1.13.0.log

ModuleNotFoundError: No module named 'libsvn._core'

Ideas?

Thank you.

— 
Dan Langille
http://langille.org/





___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


FreeBSD ports you maintain which are out of date

2020-04-23 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 can
safely ignore the entry.

You will not be e-mailed again for any of the port/version combinations
below.

Full details can be found at the following URL:
http://portscout.freebsd.org/po...@freebsd.org.html


Port| Current version | New version
+-+
finance/moneymanagerex  | 1.2.7   | 
v1.3.4-release
+-+


If any of the above results are invalid, please check the following page
for details on how to improve portscout's detection and selection of
distfiles on a per-port basis:

http://portscout.freebsd.org/info/portscout-portconfig.txt

Reported by:portscout!
___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Fwd: AFFECTS: users of devel/kuya

2020-04-23 Thread Andrea Venturoli

Hello.

Should that be devel/kyua?

Not to be nitpicking, but someone might try grep on UPDATING :)

 bye
av.


 Forwarded Message 
Subject:AFFECTS: users of devel/kuya
Date:   Wed, 22 Apr 2020 00:00:00 GMT
From:   Alexander Kojevnikov 



AFFECTS: users of devel/kuya

20200422:
   AFFECTS: users of devel/kuya
   AUTHOR: bro...@freebsd.org

   A tests group has been added and the tests user should be a member
   of it by default rather than nobody. You should update your password
   database to match (change the group from 65534 to 977 after updating).

___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"