__Some thoughts about behaviour on ports__ I'm not even a part of the team but i'll write down some thoughts __that are my own__ and that came to me in regards of your recent posts. Feel free to insult me if it makes you better, that won't solve anything . And frankly speaking i wouldn't care.
Last year i came to ports@ with trying to port KiCAD as a newcomer and "full of goodwill". Trivial , shouldn't it be ? Well no. Lots of rocks. Felt like very frustrating at some point. I even came to the point of being cynical with some core members on IRC about the feedback they gave me, and still feel wrong about it. But you don't seem like having any kind of regrets by your side. Did you just realized you directly insulted some of the most active members of the team ? You had a super agressive attitude with peoples trying to help you , yelling out of point things on tech@ and then insulting peoples on ports@ . After that you want not to be called a troll ? What do you expect after what you did? Just post diffs like nothing happened? I wouldn't be surprised that despite the right point of your work, nobody would be like caring because nobody wants to deal with such egocentric and kiddish behaviour . I'm sad about all that waste. I'm like "feeding the troll" maybe, but i think you took all of this too seriously and need to ask yourself questions at some point. Not let the frustration getting overwhelming is an important point , as well as taking time to understand who you are talking to and what they are saying. Mr Anyone can just behave like an ass on the Internet because -he can- , but that Mr Anyone get quickly blacklisted. Greets, Jerome Le dim. 9 sept. 2018 à 14:46, Leonid Bobrov <mazoc...@disroot.org> a écrit : > Yo! > > Please stop being dinosaur and update c-toxcore port to 0.2.7 release. > Full changelog here: https://github.com/TokTok/c-toxcore/releases > > Index: Makefile > =================================================================== > RCS file: /cvs/ports/net/toxcore/Makefile,v > retrieving revision 1.3 > diff -u -p -u -p -r1.3 Makefile > --- Makefile 9 Aug 2018 23:25:58 -0000 1.3 > +++ Makefile 9 Sep 2018 12:27:45 -0000 > @@ -2,15 +2,14 @@ > > COMMENT = Tox client library > > -V = 0.2.3 > -REVISION = 0 > +V = 0.2.7 > DISTNAME = toxcore-$V > > GH_ACCOUNT = TokTok > GH_PROJECT = c-toxcore > GH_TAGNAME = v$V > > -SHARED_LIBS += toxcore 0.1 # 0.1 > +SHARED_LIBS += toxcore 0.2 > CATEGORIES = net telephony > > HOMEPAGE = https://tox.chat/ > @@ -18,8 +17,7 @@ HOMEPAGE = https://tox.chat/ > # GPLv3+ > PERMIT_PACKAGE_CDROM = Yes > > - > -WANTLIB = c config m opus pthread sodium vpx > +WANTLIB += c config m opus pthread sodium vpx > > MODULES = devel/cmake > > Index: distinfo > =================================================================== > RCS file: /cvs/ports/net/toxcore/distinfo,v > retrieving revision 1.2 > diff -u -p -u -p -r1.2 distinfo > --- distinfo 26 Jun 2018 20:34:04 -0000 1.2 > +++ distinfo 9 Sep 2018 12:27:45 -0000 > @@ -1,2 +1,2 @@ > -SHA256 (toxcore-0.2.3.tar.gz) = > IsUvKGxG0/gC7baXi88qU/gwE2Pit0V4RhNCejO6OjQ= > -SIZE (toxcore-0.2.3.tar.gz) = 471336 > +SHA256 (toxcore-0.2.7.tar.gz) = > vvbbsG2SGvWMai12Keb47q+h5UHTeeT/LMtP9dNJnNE= > +SIZE (toxcore-0.2.7.tar.gz) = 493642 > Index: pkg/PLIST > =================================================================== > RCS file: /cvs/ports/net/toxcore/pkg/PLIST,v > retrieving revision 1.1.1.1 > diff -u -p -u -p -r1.1.1.1 PLIST > --- pkg/PLIST 29 Apr 2018 11:14:09 -0000 1.1.1.1 > +++ pkg/PLIST 9 Sep 2018 12:27:45 -0000 > @@ -1,4 +1,5 @@ > @comment $OpenBSD: PLIST,v 1.1.1.1 2018/04/29 11:14:09 landry Exp $ > +@bin bin/DHT_bootstrap > @bin bin/tox-bootstrapd > include/tox/ > include/tox/tox.h > >