Re: [new] x11/xssstate - simple tool to retrieve the X screensaver state

2018-09-03 Thread Klemens Nanni
Not sure what's wrong but this port fails in the extract target already. All other ports are fine. $ make -djm extract [...] ===> Extracting for xssstate-1.1 [44423] Process 3995 (/tmp/pobj/xssstate-1.1/.extract_done) exited with status 0. [44423] Running

Re: [new] x11/xssstate - simple tool to retrieve the X screensaver state

2018-09-03 Thread Klemens Nanni
On Mon, Sep 03, 2018 at 04:33:08PM +0200, Alexander Bluhm wrote: > It is a problem with seamrie@'s tgz. privsep port is not allowed > to read the content. > > drwxr-x--- 2 bluhmbluhm0 Aug 1 11:34 xssstate > -rw-r- 1 bluhmbluhm 110 Jul 25 13:08

Re: update security/opensc to 0.19.0

2018-09-20 Thread Klemens Nanni
Given an security update, here's an early ping. Did anyone test this?

Re: [UPDATE] games/2048-cli - Add pledge

2018-09-22 Thread Klemens Nanni
If the port you're working on has a maintainer, please include them in To: or Cc:. I just Cc'ed Kaashif. On Sat, Sep 22, 2018 at 02:44:37PM -0400, Jake Champlin wrote: > >From mentions on bsd.network: > - Fixes pledge call to follow convention > - Adds REVISION to Makefile > - Adds `# uses

Re: [update]: devel/git

2018-11-18 Thread Klemens Nanni
CC'ing the maintainer. On Sun, Nov 18, 2018 at 05:57:29PM +0100, Paco Esteban wrote: > I was trying to send a patch using 'git send-email'. Right after I > supply password for my email account I get this: > > Need MIME::Base64 and Authen::SASL todo auth at >

update youtube-dl

2018-12-29 Thread Klemens Nanni
Some new extractors; youtube and other sites keep working fine. OK? Index: Makefile === RCS file: /cvs/ports/www/youtube-dl/Makefile,v retrieving revision 1.181 diff -u -p -r1.181 Makefile --- Makefile8 Nov 2018 21:39:59 -

Re: NEW: cad/xschem

2018-12-29 Thread Klemens Nanni
On Thu, Dec 20, 2018 at 10:36:05PM +0200, Hannu Vuolasaho wrote: > This is my first port so please help me to get it right. The port looks fairly good, some things: * V is used once so it can go to DISTNAME directly * can you avoid the Makefile patch for MANDIR by passing it as configure flag?

Re: UPDATE: multimedia/mlt (enable frei0r-plugins)

2018-12-31 Thread Klemens Nanni
On Sun, Dec 30, 2018 at 01:45:48PM +0100, Rafael Sadowski wrote: > Comments, feedback, OK? * melt.1 is in the sources but not installed * can you split MAKE_ENV and TEST_ENV into one assignment per line? * use ${MODQT_QMAKE} (Qt5) in do-test, `qtmak4' hardcodes a missing TDEP on qt4 One test

Re: NEW: net/spoofer-1.4.2

2018-12-31 Thread Klemens Nanni
* portcheck(1) reveals hardcoded paths * please do not use HOMEPAGE in MASTER_SITES * you can use SEPARATE_BUILD=yes * COMPILER is required due to -std=gnu++11 * wrong/incomplete WANTLIB, see port-lib-depends-check target * at least Qt5 missing as dependency * update-plist picks up

Re: NEW: cad/xschem

2018-12-31 Thread Klemens Nanni
On Sun, Dec 30, 2018 at 11:18:32PM +0200, Hannu Vuolasaho wrote: > svn has fixed those too... and man page PREFIX expansion is on TODO. > So next release should be patchless. Great! > There are also --symbols and --profile configure options. The > debugging option is > mainly used for portability

Re: UPDATE: sysutils/entr 4.0 -> 4.1

2018-12-31 Thread Klemens Nanni
On Mon, Dec 31, 2018 at 10:55:14PM +0100, Sascha Paunovic wrote: > here an update of sysutils/entr to 4.1. Tested on amd64, works ok for me. Please name or link to changes so reviewers don't have to dig them up each on their own. https://bitbucket.org/eradman/entr/src/default/NEWS == 4.1: June

Re: UPDATE: sysutils/entr 4.0 -> 4.1

2018-12-31 Thread Klemens Nanni
On Mon, Dec 31, 2018 at 04:59:57PM -0500, Eric Radman wrote: > Yes, this update is good. Cool. New diff that * drops default TEST_TARGET * drops REV in favour of globbing, making updates simpler * break MAKE_FLAGS into one assignment per line OK? Index: Makefile

Re: NEW: cad/xschem

2018-12-29 Thread Klemens Nanni
On Sun, Dec 30, 2018 at 02:10:52AM +0200, Hannu Vuolasaho wrote: > The xschem-2.8.1 doesn't support that. I'll write patch to upstream so next > version will have that fixed too. It's a make variable so you can always pass it through MAKE_ENV or MAKE_FLAGS, but since that's relevant for the

Re: NEW: cad/xschem

2018-12-29 Thread Klemens Nanni
On Sun, Dec 30, 2018 at 01:46:55AM +0100, Klemens Nanni wrote: > Yes, see `man -Otag SUBST_VARS bsd.port.mk' and other users in the tree. Typo, my bad. man -O tag=SUBST_VARS bsd.port.mk

new devel/p5-ExtUtils-XSpp

2019-01-04 Thread Klemens Nanni
Simple portgen(1) product tested as dependency in my upcoming Slic3r port, tests pass on amd64. OK? Information for inst:p5-ExtUtils-XSpp-0.18 Comment: XS for C++ Description: XS++ is just a thin layer over plain XS, hence to use it you are supposed to know, at the very least, C++ and XS.

new devel/p5-local-lib

2019-01-04 Thread Klemens Nanni
ation file. Maintainer: Klemens Nanni WWW: http://search.cpan.org/dist/local-lib/ p5-local-lib.tgz Description: Binary data

new devel/p5-ExtUtils-Typemaps-Default

2019-01-04 Thread Klemens Nanni
Another Slic3r dependency from portgen(1), tests pass. OK? Information for inst:p5-ExtUtils-Typemaps-Default-1.05 Comment: set of useful typemaps Description: A set of useful typemaps Maintainer: Klemens Nanni WWW: http://search.cpan.org/dist/ExtUtils-Typemaps-Default/ p5-ExtUtils

Re: math/suitesparse O3 opt

2019-01-20 Thread Klemens Nanni
Grepping the source shows other -O3 occurences. I built it and did not see any of those in the log, but can you confirm that the other ones are not reached through changing dependencies, options or so? OK for that one either way.

Re: update: mail/imapsync

2019-01-20 Thread Klemens Nanni
OK. Can you sort RDEPs while here?

Re: PATCH: proposal to include git-subtree(1) in devel/git

2019-01-20 Thread Klemens Nanni
On Sun, Jan 20, 2019 at 05:28:42PM +0100, Caspar Schutijser wrote: > On Mon, Sep 24, 2018 at 12:15:53PM +0200, Caspar Schutijser wrote: > > The diff below includes git-subtree(1) in the OpenBSD git port. It can > > be used to "Merge subtrees together and split repository into subtrees" > > (from

Re: update: mail/imapsync

2019-01-21 Thread Klemens Nanni
On Mon, Jan 21, 2019 at 12:38:13PM +0100, Giovanni Bechis wrote: > New imapsync attached with run-dependencies sorted (Regexp::Common was also > missing) spotted by kn@ That was pea@, I did a sloppy job.

Re: [NEW] (ping) slant-0.0.17

2018-12-15 Thread Klemens Nanni
BUILD_DEPENDS=STEM->=0.6.9:www/kwebapp www/kcgi databases/ksql kcgi and ksql are RDEPS of kwebapp already, so this seems redundant. update-plist moves slant-cgi at the end of PLIST. port-lib-depends-check reports "curses tls z" as missing.

Re: UPDATE: x11/kde-applications/kmousetool

2018-12-18 Thread Klemens Nanni
Maybe inputmethods is another appropiate category. OK

Re: mpv: small assorted port changes

2018-12-11 Thread Klemens Nanni
On Mon, Dec 10, 2018 at 10:33:12AM +0100, Jeremie Courreges-Anglas wrote: > I'm not keen on switching this to python3. It adds a new build dep, > even though py-docutils (and thus python2) is still in BUILD_DEPENDS. > What's the reason for the move to python3? Deprecating Python 2 but I obviously

update git to 2.20.0

2018-12-14 Thread Klemens Nanni
Lots of changes: https://raw.githubusercontent.com/git/git/master/Documentation/RelNotes/2.20.0.txt nghttp2 is needed for git-remote-https. Tested on amd64. On update-patches, don't worry about the new patch-t_t4256_1_mailinfo_c as upstream simply left an .orig file in their tarball. OK?

Re: Remove graphics/mplex

2018-12-23 Thread Klemens Nanni
On Fri, Dec 21, 2018 at 01:23:48AM -0700, Anthony J. Bentley wrote: > When I removed wcobb@ as maintainer of his ports, he mentioned that > mplex was only imported as a dependency of fxtv (removed in 2014), > so it can probably be deleted. > > Indeed, this software is long dead, and has no

Re: Remove x11/nx/nxssh and x11/nx/opennx?

2018-12-15 Thread Klemens Nanni
Sure, OK to remove

Re: Remove telephony/iaxclient,-iaxcomm?

2018-12-15 Thread Klemens Nanni
On Sat, Dec 15, 2018 at 06:53:36PM +0100, Jeremie Courreges-Anglas wrote: > To make it 100% clear, I could mark it BROKEN and let someone who cares > more fix it after the wxWidgets update. But since it's just > a subpackage it's just as easy to delete it now and readd it later. If someone's

new: math/nlopt

2018-12-01 Thread Klemens Nanni
with and without gradient information. It is designed as a simple, unified interface and packaging of several free/open-source nonlinear optimization libraries. Maintainer: Klemens Nanni WWW: http://ab-initio.mit.edu/nlopt nlopt.tgz Description: Binary data

new: games/xonotic 0.8.2

2018-12-01 Thread Klemens Nanni
person shooter Description: Xonotic is an addictive, arena-style first person shooter with crisp movement and a wide array of weapons. It combines intuitive mechanics with in-your-face action to elevate your heart rate. Maintainer: Klemens Nanni WWW: https://xonotic.org xonotic.tgz Description

Re: port for vapier/pcalc

2018-12-01 Thread Klemens Nanni
On Sat, Dec 01, 2018 at 04:24:26PM -0500, Charles A Daniels wrote: > This is my first time porting, so apologies in advance for anything I > might have missed. I've been working on a port of pcalc > (https://github.com/vapier/pcalc), and I think it's nearly ready, > however there are few remaining

bsd.port.mk.5: `env -i' -> ${SETENV}

2018-12-02 Thread Klemens Nanni
Sync the manual with actual bsd.port.mk which consistently uses SETENV. Also break the overly long line for `fake' and remove indent to be consistent with the other targets while here. Feedback? OK? Index: share/man/man5/bsd.port.mk.5

Re: new: math/nlopt

2018-12-02 Thread Klemens Nanni
On Sun, Dec 02, 2018 at 01:53:31PM +, Stuart Henderson wrote: > Looks like a standard GH_TAGNAME thing.. (first noticed by the bogus > filename in distinfo). That's better, thanks. > Though I would probably *either* go for lowercase nlopt in the package > name *or* use NLopt in the port

faq/ports/guide.html: plist -> update-plist

2018-12-02 Thread Klemens Nanni
update-plist(1) landed some time ago, Marc send a couple of mails to ports@ talking about it and general advise is to just use that, so update our guide accordingly. Also, only the `update-plist' target is documented in bsd.port.mk(5) while `plist' is not. Feedback? OK? Index:

new: devel/p5-ExtUtils-CppGuess

2018-12-02 Thread Klemens Nanni
C compiler that your perl was built with. It can generate the necessary options to the Module::Build constructor or to ExtUtils::MakeMaker's "WriteMakefile" function. Maintainer: Klemens Nanni WWW: http://search.cpan.org/dist/ExtUtils-CppGuess/ p5-ExtUtils-CppGuess.tgz Description: Binary data

Re: new: games/xonotic 0.8.2

2018-12-03 Thread Klemens Nanni
On Mon, Dec 03, 2018 at 10:44:15AM +0100, Solene Rapenne wrote: > I found a -O3 and -O2 in the compilation log, that should be fixed. The port uses `-O3' by default, we overwrite this through `MAKEFLAGS = CPUOPTIMIZATIONS="${CFLAGS}"' but once CFLAGS contains no optimization flags, the default

Re: UPDATE: x11/qdirstat

2018-12-06 Thread Klemens Nanni
On Thu, Dec 06, 2018 at 10:00:28PM +0100, Rafael Sadowski wrote: > > Very simple update to the latest stable version. Works fine on amd64. > > - Replace many patches by setting INSTALL_PREFIX > - fix man page install path Packages/works fine, OK kn.

Re: UPDATE security/polarssl

2018-12-06 Thread Klemens Nanni
On Fri, Dec 07, 2018 at 06:34:31AM +0100, Björn Ketelaars wrote: > Diff below brings mbedtls to 2.14.1, which fixes CVE-2018-19608. > Overview on changes can be found at > https://tls.mbed.org/tech-updates/releases/mbedtls-2.14.1-2.7.8-and-2.1.17-released > > Minor of mbedcrypto has been bumped

Re: UPDATE archivers/fuse-zip

2018-12-07 Thread Klemens Nanni
On Fri, Dec 07, 2018 at 06:59:49AM +0100, Björn Ketelaars wrote: > Diff below brings fuse-zip to 0.5.0, which fixes an issue which arises > when an archive file or its parent directory is not writeable. > > While here re-sync WANTLIB. > > Tested lightly on amd64 by adding, and removing some

Re: UPDATE archivers/fuse-zip

2018-12-09 Thread Klemens Nanni
On Fri, Dec 07, 2018 at 09:13:27AM +0100, Klemens Nanni wrote: > * make -> gmake symlink is needed for tests only as tests/Makefile uses > `make' whereas Makefile already goes with proper $(MAKE) so turn > do-configure into pre-test > * post-install is pretty much a do-install,

Re: UPDATE: x11/kde-applications/step

2018-12-09 Thread Klemens Nanni
Nice tool, could have used this back in uni! The packaged examples work just fine and I was able to quickly play around with particles without fuzz. Some things: ${WRKSRC}/TODO mentions known issues including crashes. Maybe you want to transport this information into your package somehow so

Re: NEW: x11/kde-applications/kalzium

2018-12-09 Thread Klemens Nanni
Works fine, nice to have this information available as offline program. Can you switch to/make it work with Python 3? I'd like to avoid unneeded dependencies on 2.7 for new ports.

Re: multimedia/mlt using frei0r-plugins

2018-12-09 Thread Klemens Nanni
On Sun, Dec 09, 2018 at 03:17:33PM +0100, Kristaps Dzonsons wrote: > A few months ago, frei0r-plugins was posted to the list. By teaching > mlt to use these plugins, I can get kdenlive to do colour correction > properly. Enclosed is the patch to mlt so that it can use the proper > plugin values.

mpv: small assorted port changes

2018-12-09 Thread Klemens Nanni
After aja@ committed my DO_WAF bits from the bigger update diff, here are the other changes I'd like to get in unrelated to the new version: * use TLS * use Python 3 * use SEPARATE_BUILD - dropping the manual WRKBUILD actually moves it outside WRKSRC Builds, packages and runs fine on amd64.

Re: UPDATE: x11/kde-applications/step

2018-12-10 Thread Klemens Nanni
On Mon, Dec 10, 2018 at 08:27:21AM +0100, Rafael Sadowski wrote: > The bug-report is from 2014. I don't bother about that. OK. > It's in the LIB_DEPENDS. Good. > Yes but tags are in. You will see this conflicts for almost all KDE5 > packages and of course you find the conflict tags in PLIST.

Re: snownews doesn't support https

2018-11-30 Thread Klemens Nanni
On Fri, Nov 30, 2018 at 12:37:29PM +0100, Solene Rapenne wrote: > snownews doesn't seem to work when using https url, the program returns an > error. Adding the http url for the same xml file was producing expected > result. Snownews does not have TLS support. Can't find the old homepage any

update git to 2.19.2

2018-11-24 Thread Klemens Nanni
Lots of small changes, nothing big/critical. https://raw.githubusercontent.com/git/git/master/Documentation/RelNotes/2.19.2.txt Works. Sort RDEP while here. OK? Index: Makefile === RCS file: /cvs/ports/devel/git/Makefile,v

Re: update ffmpeg to 4.1

2018-11-19 Thread Klemens Nanni
On Mon, Nov 19, 2018 at 08:01:51AM +0100, Rafael Sadowski wrote: > On Sun Nov 18, 2018 at 12:24:13AM +0100, Klemens Nanni wrote: > > On Sat, Nov 17, 2018 at 10:35:59PM +, Stuart Henderson wrote: > > > Build failures in these: > > > > > > graphics/opencv &g

Re: CVE-2018-18820 - Request to update Icecast to 2.4.4 security release

2018-11-20 Thread Klemens Nanni
OK kn (note to myself) We should also add an CVE quirk for this.

Re: update ffmpeg to 4.1

2018-11-17 Thread Klemens Nanni
On Sat, Nov 17, 2018 at 10:35:59PM +, Stuart Henderson wrote: > Build failures in these: > > audio/aqualung > audio/chromaprint > audio/moc I'll look into it. > audio/pianobar > audio/squeezelite > databases/strigi > emulators/mgba > games/alephone/alephone > games/renpy > games/stepmania >

update mpv to 0.29.1

2018-11-17 Thread Klemens Nanni
Depending on the ffmpeg update, here's mpv. Works just fine on amd64 with various formats and codecs where performance improvements are quite noticable. According to `port-lib-depends-check' the cd, dvd and v4l related libraries where extra, so I blatantly removed them including their LDEP.

Re: UPDATE: multimedia/mlt (enable frei0r-plugins)

2019-01-02 Thread Klemens Nanni
On Wed, Jan 02, 2019 at 11:41:46AM +0100, Rafael Sadowski wrote: > ... but that's to long ? > - SHFLAGS="-shared" CXX=${CXX} > + SHFLAGS="-shared" CXX=${CXX} Just break it: SHFLAGS="-shared" \ CXX=${CXX} >

Re: fix parallel build of automake-1.16

2019-01-13 Thread Klemens Nanni
OK

Re: UPDATE: editors/kile (Replacement for editors/kile-kde4)

2019-01-13 Thread Klemens Nanni
Looks good besides the following: $ make port-lib-depends-check kile-2.9.92(editors/kile): Bogus WANTLIB: poppler.47 (/usr/local/lib/libkdeinit5_kile.so) (NOT REACHABLE) Extra: phonon4qt5.2 Starting kile for the first time runs the setup, which detects a missing

Re: UPDATE: math/octave

2019-01-13 Thread Klemens Nanni
On Thu, Jan 10, 2019 at 09:42:48PM +0100, Steven Mestdagh wrote: > maintenance update, seems to work fine on amd64. > test suite shows 2 failures less than with the previous version. Keeps working fine on amd64, thanks. > comments / ok? $ portcheck trailing whitespace in

Re: new devel/p5-local-lib

2019-01-14 Thread Klemens Nanni
On Sat, Jan 05, 2019 at 01:58:38AM +0100, Klemens Nanni wrote: > Done with portgen(1) and required by my Slic3r port, tests pass on amd64. Ping. Any perl hacker around to take a look at this?

update git to 2.19

2018-09-12 Thread Klemens Nanni
Tested in daily production usage, tests pass on amd64 (except for 9400 as usual). OK? Index: Makefile === RCS file: /cvs/ports/devel/git/Makefile,v retrieving revision 1.192 diff -u -p -r1.192 Makefile --- Makefile4 Sep 2018

Re: update git to 2.19

2018-09-12 Thread Klemens Nanni
On Wed, Sep 12, 2018 at 08:30:46PM +0200, Klemens Nanni wrote: > Tested in daily production usage, tests pass on amd64 (except for 9400 > as usual). Pardon, sent this mail too early. This release includes various bug fixes, a new tool called range-diff and other improvements, see

Re: UPDATE devel/git-cola

2018-09-15 Thread Klemens Nanni
On Sat, Sep 15, 2018 at 10:12:39PM +0200, Björn Ketelaars wrote: > Discussed with kn@ off list: > > New diff adding ${MODPY_FLAVOR} to deps having py flavors. OK kn

Re: update security/opensc to 0.19.0

2018-09-14 Thread Klemens Nanni
On Thu, Sep 13, 2018 at 09:52:21PM +0200, Landry Breuil wrote: > Adding desktop-file-utils to RDEPs ? Oh well. Index: Makefile === RCS file: /cvs/ports/security/opensc/Makefile,v retrieving revision 1.46 diff -u -p -r1.46 Makefile

Re: UPDATE devel/git-cola

2018-09-15 Thread Klemens Nanni
On Sat, Sep 15, 2018 at 05:15:45PM +0200, Björn Ketelaars wrote: > Instead of using the bundled qtpy use the version in ports. No issues > found on amd64. Sounds good. What about this from upstream README: Set QT_API=pyqt4 in your environment if you have both versions of PyQt

Re: UPDATE: shells/zsh

2018-09-15 Thread Klemens Nanni
On Sat, Sep 15, 2018 at 10:04:26AM +0200, Rafael Sadowski wrote: > +MASTER_SITES=${MASTER_SITE_SOURCEFORGE:=zsh/} \ > + http://www.zsh.org/pub/ Has TLS.

update security/opensc to 0.19.0

2018-09-13 Thread Klemens Nanni
See sthen's thread from earlier this day and https://github.com/OpenSC/OpenSC/releases for changelog. Quite a few things changed so I bumped both majors. I also adjusted the default PKCS11 provider so `pkcs11-tool' doesn't need to use `--module /usr/local/lib/pkcs11/opensc-pkcs11.so' anymore

Re: [update] thunderbird 60.0

2018-09-17 Thread Klemens Nanni
No issues in daily usage so far on my amd64 machine with lightning-6.2v0, some other extensions as well as thunderbird's #PKCS11 interface for S/MIME.

Re: NEW: x11/kde-applications/spectacle

2018-12-09 Thread Klemens Nanni
On Sun, Dec 09, 2018 at 02:40:19PM +0100, Rafael Sadowski wrote: > Description: > Spectacle Spectacle is a simple application for capturing desktop screenshots. ^ Twice With "Area: Rectengular Region" it dumps core when I click on "Take a new screenshot": $

Re: UPDATE: x11/kde-applications/ksystemlog

2018-12-18 Thread Klemens Nanni
MODULES is missing, update-plist removes ast local which would otherwise break packaging. OK with these fixed.

Re: redis update -> 4.0.14

2019-04-02 Thread Klemens Nanni
On Tue, Apr 02, 2019 at 07:07:37AM -0500, Edward Lopez-Acosta wrote: > This is stupid. Why would you not update this to version 5 which is listed > as stable? Because not all dependent ports are compatible with 5. > Redis 4 is listed as old and potentially doesn't have long until it's EOL > per

Re: Remove CONFIGURE_STYLE=automake

2019-04-02 Thread Klemens Nanni
OK

Re: Remove CONFIGURE_STYLE=autoupdate

2019-04-02 Thread Klemens Nanni
On Wed, Apr 03, 2019 at 05:15:14AM +0200, Christian Weisgerber wrote: > In fact, it appears no port has EVER used this. It's been there since import. OK

Re: Remove graphics/mpeg_play

2019-04-03 Thread Klemens Nanni
That's what ffmpeg and mpv are there for these days, I'd say.

Re: NEW/UPDATE: graphics/opencv2

2019-03-21 Thread Klemens Nanni
On Thu, Mar 21, 2019 at 07:49:52AM +0100, Rafael Sadowski wrote: > No worry I take the responsibility. > > New tarball attached with your tweaks and a comment change from sthen@. If digikam works, OK with me.

Re: Converting pytest using ports to MODPY_PYTEST

2019-03-24 Thread Klemens Nanni
On Sun, Mar 24, 2019 at 01:18:27PM -0400, Kurt Mosiejczuk wrote: > This converts 70 ports that use pytest over to using MODPY_PYTEST. Thanks! > Some ports want to write to HOME, so to make them happy I added "HOME=/tmp" > to their TEST_ENV. There may be a more preferred destination for this sort

Re: Update: www/py-http_ece 1.0.5->1.1.0

2019-03-29 Thread Klemens Nanni
Yup, thanks.

Re: remove devel/{cudf,omake,ounit,ocaml-{cmdliner,cppo,dose,extlib,jsonm,re}} ?

2019-03-30 Thread Klemens Nanni
On Sun, Mar 17, 2019 at 08:02:38PM +0100, Christopher Zimmermann wrote: > I added the removed packages to quirks with reason 7. Reason 5 would > also apply. is this ok (espie@ ?) 7 is fine. > I'd like to wait for another week and then commit if no one objects. OK kn

Re: [NEW] www/tootstream

2019-03-30 Thread Klemens Nanni
On Tue, Mar 26, 2019 at 11:34:49PM -0400, Kurt Mosiejczuk wrote: > Someone asked me to look at porting tootstream. It needs the two new ports > I sent yesterday, py-humanize and py-emoji but otherwise uses things > Pamela already ported like py-mastodon.py. I honestly expected to have > to fight

Re: [NEW] textproc/py-humanize

2019-03-30 Thread Klemens Nanni
On Wed, Mar 27, 2019 at 10:04:06PM -0600, Anthony J. Bentley wrote: > I had an identical port sitting in my tree, except I used GH_* instead > of pypi and thus was able to enable tests. This is ok bentley@, but > please ask upstream to add the tests to the pypi distribution. I don't expect much

Re: devel/glib2: fix use-after-free

2019-03-28 Thread Klemens Nanni
OK

Fwd: isync port: CopyArrivalDate broken; proposed fix

2019-02-18 Thread Klemens Nanni
Nothing much to add to Evan's nice report except the proper ports diff. Regardless of how our strptime(3)'s "%e" turns out[0] and whether isync upstream will accept a patch, I'd like to fix our port. Patch description simply snatched from Evan; more details don't hurt here and I'm optimistic

Re: [update] OfflineIMAP v7.2.3

2019-02-23 Thread Klemens Nanni
OK

Re: NEW: squash-fuse

2019-02-25 Thread Klemens Nanni
On Mon, Feb 25, 2019 at 06:55:35PM +0100, Sebastian Benoit wrote: > squashfuse - Mount SquashFS archives using FUSE > https://github.com/vasi/squashfuse/blob/master/README > > I dont know if i got the WANTLIB right. Various libraries are picked up if present, you can en/disable explicitly at

Re: NEW: x11/kde-applications/kompare (replacement for unhooked x11/kde4/kompare)

2019-02-28 Thread Klemens Nanni
Your *.tar.gz named tarball ist bzip2 compressed, but works otherwise. Builds/installs fine, however I'm not able to actually diff files: $ kompare QStandardPaths: XDG_RUNTIME_DIR not set, defaulting to '/tmp/runtime-kn' kf5.kservice.sycoca: Parse error in

Re: NEW: x11/kde-applications/kompare (replacement for unhooked x11/kde4/kompare)

2019-02-28 Thread Klemens Nanni
On Fri, Mar 01, 2019 at 01:26:42AM +0100, Rafael Sadowski wrote: > This error message is gone with upcoming kf5 update or your > xdg-desktop-menu-dummy.menu is corrupted. Fair enough; I'll just trash the file. > ... The same behavior on Debian/sid KDE5, so I guess this is a feature > :-D anyway.

Re: UPDATE: ircII 20190117

2019-02-21 Thread Klemens Nanni
On Thu, Feb 21, 2019 at 02:14:03PM -0500, Brad Smith wrote: > Here is an update to ircII 20190117. >From http://www.eterna.com.au/ircii/news.html: As well as many bug fixes, the new features include features to restore lastlog when restarting. Future work to enable seamless

Re: mail/mblaze: Update to 0.5.1

2019-03-06 Thread Klemens Nanni
On Wed, Mar 06, 2019 at 04:08:23PM +, sunil+po...@nimmagadda.net wrote: > -VERSION =0.5 > +VERSION =0.5.1 > DISTNAME = mblaze-${VERSION} > -GH_ACCOUNT = chneukirchen > +GH_ACCOUNT = leahneukirchen > GH_PROJECT = mblaze > GH_TAGNAME = v${VERSION} > CATEGORIES = mail DISTNAME and

update git to 2.21.0

2019-02-25 Thread Klemens Nanni
Lots of fixes (nothing critical), performance improvements, etc. https://github.com/git/git/blob/v2.21.0/Documentation/RelNotes/2.21.0.txt Tests pass on amd64: fixed 1 success 19851 failed 0 broken 260 total 20458 OK? Index: devel/git/Makefile

Re: no focus borders in dwm 6.2

2019-03-04 Thread Klemens Nanni
On Sun, Mar 03, 2019 at 09:33:58PM +0100, Charlene Wendling wrote: > Because of the new colorscheme algo (decoupled colors), it seems that > it needs more contrast for "active" elements, and there is too much > gray in our colorscheme. Yes, currently the colors are the same so there's no contrast

Re: no focus borders in dwm 6.2

2019-03-04 Thread Klemens Nanni
On Mon, Mar 04, 2019 at 09:44:13PM +0100, Joerg Jung wrote: > Instead of dropping, I would prefer the slight tweak below to dwm which > combines Charlene's hex suggestion with a SchemeSel tweak to makes it > look more like in the previous releases. OK kn > But I'm really fine with either way -

Re: [UPDATE] net/gpodder-3.10.5 -> 3.10.7

2019-03-04 Thread Klemens Nanni
Committed, thanks.

Re: Ping - Update: devel/py-dateutil 2.7.3 -> 2.8.0

2019-03-03 Thread Klemens Nanni
Committed, thanks.

Re: UPDATE: net/profanity (replaces net/libstrophe with NEW net/libmesode)

2019-03-03 Thread Klemens Nanni
On Sun, Mar 03, 2019 at 12:19:57PM +0100, Rafael Sadowski wrote: > please find attached libmesode-0.9.2 as tarball. libmesode is a fork of > net/libstrophe for use in profanity. Reasons for forking: > > - Remove Windows support > - Support only one XML Parser implementation (expat) > - Support

Re: Makefile.template tweaks?

2019-03-03 Thread Klemens Nanni
These do add value to the template; all fine with me.

Re: new: x11/textsuggest

2019-03-14 Thread Klemens Nanni
On Thu, Mar 14, 2019 at 10:17:36AM +0100, Stefan Sperling wrote: > I have tracked down some bugs and improved/commented all patches. > Please try again with the attached version. These look good. > OK now? Sure, didn't mean to hold you back. But I'd say at least the *FLAGS bits from my Makefile

Re: new: x11/textsuggest

2019-03-14 Thread Klemens Nanni
On Thu, Mar 14, 2019 at 11:24:19AM +0100, Stefan Sperling wrote: > Oh, indeed, I missed your Makefile tweaks. Sorry. > Could we split these into several separate diffs and commit them > after an initial import? Sure, go ahead. > I build textsuggest with 'make DEBUG="-O0 -g" all the time, so DEBUG

Re: UPDATE: x11/i3

2019-03-16 Thread Klemens Nanni
OK

update net/toot to 0.21.0

2019-03-16 Thread Klemens Nanni
- Add toot reblogged_by to show who reblogged a status (#88) - Add toot thread to show a status with its replies (#87) - Better handling of wide characters (eastern scripts, emojis) (#84) - Improved timeline, nicer visuals, and it will now ask to show next batch of toots, unless given the --once

i3: drop unneeded builddir, set debug conditionally

2019-03-16 Thread Klemens Nanni
CONFIGURE_STYLE=gnu and the port already handle SEPARATE_BUILD gracefully, there's not need to pass the directory explicitly. Also, when passing DEBUG, I'd like to enable the debug switch for obvious reasons; that's how we do it for other ports already such as mail/mutt for example. OK? Index:

sysutils/uefitool: udpate to 0.26.0

2019-03-16 Thread Klemens Nanni
Simple update, fixing a specific use case issue[0] in UEFIReplace. - Implement custom LZMA dictionary size support, fixes #154 OK? 0: https://github.com/LongSoft/UEFITool/issues/154 Index: sysutils/uefitool//Makefile === RCS file:

Re: update net/toot to 0.21.0

2019-03-16 Thread Klemens Nanni
On Sun, Mar 17, 2019 at 01:46:26AM +0100, Klemens Nanni wrote: > Somehow, the Makefile is installed; I just commented it out and will > look into it soon so the next release hopefully does not do that any > longer. As per trondd's upstream request[0] to include the Makefile in release

Re: Update: productivity/khal 0.9.9* -> 0.9.10

2019-03-17 Thread Klemens Nanni
On Wed, Mar 13, 2019 at 09:56:23PM -0400, Kurt Mosiejczuk wrote: > While looking into another port update, I came across productivity/khal > that was temporarily not using PyPi until a new version had a fix for > using py-dateutil >= 2.7. I checked, and such an update is out. Thanks. > So I

devel/intellij: use pax for install, drop unneeded chmod

2019-03-17 Thread Klemens Nanni
When testing an update, I noticed how the fake target took quite long on my X230 with POBJDIR sitting on MFS; this is due to needless compression and decompression. Using simpler pax(1) is much faster: time { tar -czf - -C /usr/ports/pobj/intellij-2018.3.5/idea-IC-183.5912.21 . | tar xzf - -C

<    1   2   3   4   5   6   7   8   9   10   >