Re: multimedia/rtmpdump shared lib issue... (now not work)

2013-10-19 Thread Kurt Jaeger
Hi! > This patch http://www.freebsd.org/cgi/query-pr.cgi?pr=180283 now not work This one works: http://www.freebsd.org/cgi/query-pr.cgi?pr=183100 -- p...@opsec.eu+49 171 3101372 7 years to go ! ___ freebsd-ports@

Re: continued graphics/opencv-core problems

2013-11-09 Thread Kurt Jaeger
Hi! > > For about 2-3 weeks now, I have continued to run into problems with > > opencv-core not building on my 9.2-RELEASE poudriere box that uses > > clang. > > As I need it for my ports, I has just been rebuilt in poudriere, and > everything is fine. Thanks for the pointer to the poudriere p

Re: Problem with ports after upgrade of Perl to 5.16.3_6 - overload arg '..' is invalid at Math/BigInt.pm line 153.

2014-01-05 Thread Kurt Jaeger
Hi! > After this upgrade, each port using Math/BigInt.pm shows warning: > > # service sqlgrey restart > Stopping sqlgrey. > Waiting for PIDS: 986. > Starting sqlgrey. > overload arg '..' is invalid at > /usr/local/lib/perl5/site_perl/5.16/Math/BigInt.pm line 153. [...] > Is it known problem? I

Re: updating alpine port to new version (as a maintainer)

2015-01-18 Thread Kurt Jaeger
Hi! > > Compressing man pages (compress-man) > > Running Q/A tests (stage-qa) > > Checking for pkg-plist issues (check-plist) > ===> Parsing plist > ===> Checking for items in STAGEDIR missing from pkg-plist > Error: Orphaned: %%PORTDOCSDOCSDIR%%/tech-notes.txt > ===> Checking for

Re: Poudriere Timeout

2015-01-19 Thread Kurt Jaeger
Hi! > >> Yes, i have. I've solved this problem by moving the build-jails of > >> poudriere to an memory disk. This make poudriere no longer io-bund and > >> incredibly fast. And solve this issue ;) > > How did you do this ? I want to try this myself 8-} > I've hacked poudriere to run within a ja

Re: updating alpine port to new version (as a maintainer)

2015-01-20 Thread Kurt Jaeger
Hi! > Still trying to make the new alpine port work. There is one error message > left: > > ===> Checking for items in pkg-plist which are not in STAGEDIR > Error: Missing: %%DOCSDIR%%/tech-notes/tech-notes.txt > ===> Error: Plist issues found. > *** Error code 1 So, the install did not put one

Re: updating alpine port to new version (as a maintainer)

2015-01-20 Thread Kurt Jaeger
Hi! > >> ===> Checking for items in pkg-plist which are not in STAGEDIR > >> Error: Missing: %%DOCSDIR%%/tech-notes/tech-notes.txt > >> ===> Error: Plist issues found. > >> *** Error code 1 [...] > > Have you tried removing the right line from the plist file ? > > The remaining plist file: [...]

Re: www/squid does not shutdown via rc

2015-01-26 Thread Kurt Jaeger
Hi! > As far as patching, it is really pretty easy and requires no special skills > or knowledge. > > 1. Download the two patches as ~/A.patch and ~/B.patch [...] Doesn't installing a custom kernel break freebsd-update ? -- p...@opsec.eu+49 171 3101372 5 yea

Re: mail/dovecot2: who calls doveconf upon boot?

2015-02-02 Thread Kurt Jaeger
Hi! > > My question is: Who calls doveconf, and for what purpose? > > A quick look at the dovecot.in rc script in the ports tree suggests > that it's unconditionally running dovecot when it's run try try and > populate base_dir, whether $dovecot_enable or not. I prepared a patch that tries to fi

Re: [Bug 197107] [MAINTAINER] security/bro, security/broccoli: Update to 2.3.2 (includes two CVE fixes)

2015-02-02 Thread Kurt Jaeger
Hi! > I posted a PR to update security/bro and security/broccoli last week: > > https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197107 > > But nothing has really happened since then. I'm not entirely sure I > understand how maintainer updates work these days; what am I doing wrong? Nothin

Re: [Bug 197107] [MAINTAINER] security/bro, security/broccoli: Update to 2.3.2 (includes two CVE fixes)

2015-02-02 Thread Kurt Jaeger
Hi! > > I posted a PR to update security/bro and security/broccoli last week: > > > > https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197107 > > > > But nothing has really happened since then. I'm not entirely sure I > > understand how maintainer updates work these days; what am I doing wr

Re: FreeBSD Port: reposado-0.0.20130415

2015-02-04 Thread Kurt Jaeger
Hi! > Greg Neagle has released an update to reposado > (https://github.com/wdas/reposado) involving a new option to remove > config-data attributes from product dist files five days ago. > > When will we see this update in the FreeBSD ports tree? There's a PR now, if it's approved, I'll commit i

Re: Rainloop update approved

2015-02-05 Thread Kurt Jaeger
Hi! > i approved https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197343 > > Can you commit it to ports ? Done. -- p...@opsec.eu+49 171 3101372 5 years to go ! ___ freebsd-ports@freebsd.org mailing list http://l

pkg and https-based repo with self-signed cert

2015-02-05 Thread Kurt Jaeger
Hi! How do I get pkg to accept a self-signed cert if the repo is running under https ? Thanks for any hints! -- p...@opsec.eu+49 171 3101372 5 years to go ! ___ freebsd-ports@freebsd.org mailing list http://lists.fr

Re: pkg and https-based repo with self-signed cert

2015-02-05 Thread Kurt Jaeger
Hi! > How do I get pkg to accept a self-signed cert if the repo is running > under https ? > > Thanks for any hints! man 3 fetch says export SSL_NO_VERIFY_PEER=1 should work. Tested, yes, it works. -- p...@opsec.eu+49 171 3101372 5 years to go ! __

Re: pkg and https-based repo with self-signed cert

2015-02-05 Thread Kurt Jaeger
Hi! > >> How do I get pkg to accept a self-signed cert if the repo is running > >> under https ? > > man 3 fetch says > > > > export SSL_NO_VERIFY_PEER=1 To be more exact: cd /usr/local/etc/ cp pkg.conf.sample pkg.conf vi pkg.conf - PKG_ENV : { SSL_NO_VERIFY_PEER: 1 } -

Re: pkg and https-based repo with self-signed cert

2015-02-06 Thread Kurt Jaeger
Hi! > > How do I get pkg to accept a self-signed cert if the repo is running > > under https ? > > Thanks for any hints! > There is no need to use TLS as transport encryption, because repos can > be signed. It's more along the lines of 'encrypt all the things'... I'm playing with changing all

Re: Hotfix and unbreak update that need to be commited

2015-02-06 Thread Kurt Jaeger
Hi! > Could any commiter take care of > https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197378 > that updates devel/visualparadigm with a hotfix just released by the > upstream project? I'm testing it right now. > Please note that there was a previous yet-to-be-commited bug report > (https://b

Re: Hotfix and unbreak update that need to be commited

2015-02-06 Thread Kurt Jaeger
Hi! > > > And if the commiter is kind enough to take care of > > > https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197135 that updates > > > > Done. jbeich suggests in https://lists.freebsd.org/pipermail/svn-ports-all/2015-February/084775.html that you improve the patch using SRC_BASE and tes

Re: Hotfix and unbreak update that need to be commited

2015-02-07 Thread Kurt Jaeger
Hi! > > Could any commiter take care of > > https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197378 > > that updates devel/visualparadigm with a hotfix just released by the > > upstream project? > > I'm testing it right now. It's committed. -- p...@opsec.eu+49 171 3101372

Re: Hotfix and unbreak update that need to be commited

2015-02-07 Thread Kurt Jaeger
Hi! > >> jbeich suggests in > >> https://lists.freebsd.org/pipermail/svn-ports-all/2015-February/084775.html > >> that you improve the patch using SRC_BASE and test if SRC_BASE > >> is available. Can you submit this and send me the PR ? I'll get it > >> committed. > Done: > > https://bugs.free

Re: BZ 197388

2015-02-13 Thread Kurt Jaeger
Hi! > Can some committer look at: > https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197388 Done, thanks! -- p...@opsec.eu+49 171 3101372 5 years to go ! ___ freebsd-ports@freebsd.org mailing list http://lists.free

Re: Vulnerability on Tomcat 6.x (<6.0.42) and 7.x (<7.0.55) and 8.x (<8.0.9)

2015-02-16 Thread Kurt Jaeger
Hi! > A CVE-2014-0227 was released yesterday > about possibles DOS attacks on apache > tomcat. Updates are available on the > website[2]. ale@ updated the ports. -- p...@opsec.eu+49 171 3101372 5 years to go ! ___ f

Re: Port textproc/py-xml

2015-02-16 Thread Kurt Jaeger
Hi! > "as" is keyword on Python. So we can't use "as" as identifier. Thanks. I submitted the diff to https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197710 and I'm build-testing it right now. As there's no maintainer, I'll commit it if no roadblocks appear 8-} -- p...@opsec.eu+

Re: Port textproc/py-xml

2015-02-16 Thread Kurt Jaeger
Hi! > Thanks. I submitted the diff to > > https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197710 > > and I'm build-testing it right now. As there's no maintainer, I'll > commit it if no roadblocks appear 8-} Done. -- p...@opsec.eu+49 171 3101372 5 years t

Re: Missing dependency on gettext in libqalculate is holding back KDE builds since December

2015-02-16 Thread Kurt Jaeger
Hi! > Any chance of somebody fixing a missing dependency on gettext when NLS > is off: Done. Thanks for the heads up. > http://portsmon.freebsd.org/portoverview.py?category=math&portname=libqalculate >==> > https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=195857 > https://bugs.fr

Re: Geoip2 / maxminddb

2015-02-16 Thread Kurt Jaeger
Hi! > > I actually have a port built for it. Just need to get 10 minutes to > > check and polish it up... > > https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197713 Done. Thanks! -- p...@opsec.eu+49 171 3101372 5 years to go !

Re: Missing dependency on gettext in libqalculate is holding back KDE builds since December

2015-02-16 Thread Kurt Jaeger
Hi! > >> Any chance of somebody fixing a missing dependency on gettext > >> when NLS is off: > > 2015-02-16 20:21, Kurt Jaeger wrote: > > Done. Thanks for the heads up. > > Awesome, thanks! Not so awesome 8-( The commit breaks the with-NLS case, as antoin

Re: Missing dependency on gettext in libqalculate is holding back KDE builds since December

2015-02-16 Thread Kurt Jaeger
Hi! > > >> Any chance of somebody fixing a missing dependency on gettext > > >> when NLS is off: > > > > 2015-02-16 20:21, Kurt Jaeger wrote: > > > Done. Thanks for the heads up. > > > > Awesome, thanks! > > Not so awesome 8

Re: Missing dependency on gettext in libqalculate is holding back KDE builds since December

2015-02-17 Thread Kurt Jaeger
Hi! > Besides math/libqalculate there is also net/mediastreamer and > audio/easytag which fail for the same reason: tijl fixed mediastreamer, PR 196187 was filed for an easytag update and was used to also fix the NLS/gettext issued 8-} -- p...@opsec.eu+49 171 3101372

Re: Missing dependency on gettext in libqalculate is holding back KDE builds since December

2015-02-18 Thread Kurt Jaeger
Hi! > There is one more of the same kind (just discovered in today's poudriere > build): >multimedia/audacious > >checking whether to use NLS... no [...] > Do I need to open a PR ? There is already one, already maintainer-timed-out 8-) https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=

Re: Missing dependency on gettext in libqalculate is holding back KDE builds since December

2015-02-19 Thread Kurt Jaeger
Hi! > >multimedia/audacious > > > >checking whether to use NLS... no > There is already one, already maintainer-timed-out 8-) > > https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197250 > > And it needs updating to 3.5.2, too. Well, I'll have a look. Done. -- p...@opsec.eu

Re: freemat installation

2015-02-20 Thread Kurt Jaeger
Hi! > I'm writting you to have any information about FreeMat installation in PCBSD > 9.0. > In fact, i recently begin to use PCBSD, but i've a lot of problems to > understand all. > Recently, i downloaded Freemat from > http://sourceforge.net/projects/freemat/files/ > them i donwnloaded -tar.

Re: mail/roundcube-contextmenu -- update to support 1.1.0 of Roundcube

2015-02-21 Thread Kurt Jaeger
Hi! > > The Bug 197843 is already awaiting for commit. > > https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197843 > Can some committer(tm) commit this? Done. Thanks for the patch! -- p...@opsec.eu+49 171 3101372 5 years to go !

Re: net-mgmt/riemann (new java port)

2015-02-26 Thread Kurt Jaeger
Hi! > [> Riemann: Java/Clojure-based event & monitoring system > > [1]: http://riemann.io/ > > [2]: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197403 > > AFAICT this is ready to roll, I've been using it happily for the last > month without issues too. > > This is a simple jar-based daemon

Re: net-mgmt/riemann (new java port)

2015-02-27 Thread Kurt Jaeger
Hi! > > [> Riemann: Java/Clojure-based event & monitoring system > > > [1]: http://riemann.io/ > > > [2]: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197403 > > This is a simple jar-based daemon. Is somebody able to take a look? > > I'll have a look. Committed, thanks. -- p...@opsec.eu

Re: Initial squid 3.5 port

2015-02-27 Thread Kurt Jaeger
Hi! > Sorry, my fault. Not a patch for existing port, but a shar file to > create new port, which was attached to original message. > Just in case, I uploaded it here https://yadi.sk/d/EcRxwc6BevgDc I've created https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=198089 with that shar and I'm bu

Re: Initial squid 3.5 port

2015-02-28 Thread Kurt Jaeger
Hi! > > Sorry, my fault. Not a patch for existing port, but a shar file to > > create new port, which was attached to original message. > > Just in case, I uploaded it here https://yadi.sk/d/EcRxwc6BevgDc > > I've created > > https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=198089 > > with th

Re: Initial squid 3.5 port

2015-02-28 Thread Kurt Jaeger
Hi! > > Just in case, I uploaded it here https://yadi.sk/d/EcRxwc6BevgDc > > I've created > > https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=198089 > > with that shar and I'm build-testing it right now. build testing: works on 10.1a, fails on 9.3a, 8.4i. poudriere build logs can be found

Re: FreeBSD Port: reposado-0.0.20130415

2015-03-02 Thread Kurt Jaeger
Hi! > > Greg Neagle has released an update to reposado > > (https://github.com/wdas/reposado) involving a new option to remove > > config-data attributes from product dist files five days ago. > > > > When will we see this update in the FreeBSD ports tree? > > There's a PR now, if it's approved,

Re: Approving a patch

2015-03-03 Thread Kurt Jaeger
Hi! > I am the maintainer for a port. I received a suggested patch for > the port that is good. Did you receive it as part of a problem report in bugzilla or per e-mail ? Hmm, you're maintainer for mail/qpopper, as listed in /usr/ports/INDEX-10. There's a PR: https://bugs.freebsd.org/bugzilla

Re: PHP Weathermap

2015-03-04 Thread Kurt Jaeger
Hi! > I stumbled upon this software: > http://network-weathermap.com 'portfind weathermap' says: - phpweathermap-0.97a_1 (/usr/ports/net-mgmt/phpweathermap) - weathermap-1.1.1_6 (/usr/ports/net-mgmt/weathermap) The first result is the one you are looking at. -- p...@opsec.eu+49 17

Re: FreeBSD Port: seaview-4.5.2_1,1

2015-03-15 Thread Kurt Jaeger
Hi! > I believe you maintain the seaview package for freeBSD, and have > found a problem to link it. > I believe it is now fixed in the last seaview source archive: > ftp://pbil.univ-lyon1.fr/pub/mol_phylogeny/seaview/seaview_4.5.3.4.tar.gz PR with patch: https://bugs.freebsd.org/bugzilla/show_b

Re: devel/py-colorama: no update yet

2015-03-17 Thread Kurt Jaeger
Hi! > Recently, I submitted a PR about devel/py-colorama: > https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=198605 > > Until now, I didn't get any reply on that. Could anyone update that port > for me, please? It's still pending on maintainer approval ? -- p...@opsec.eu+49 171 31

Re: devel/py-colorama: no update yet

2015-03-17 Thread Kurt Jaeger
Hi! > > > Recently, I submitted a PR about devel/py-colorama: > > > https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=198605 > > > > > > Until now, I didn't get any reply on that. Could anyone update that port > > > for me, please? > > > > It's still pending on maintainer approval ? > Yes. And

Re: devel/py-colorama: no update yet

2015-03-17 Thread Kurt Jaeger
Hi! > > For example: > > - Does it block any other PRs or ports from updating ? > > - Is it broken right now ? > > > > - It actually does. I want to submit a new port, and it requires a >recent version of py-colorama which is not available yet; > - No, it isn't AFAIK. Can you submit the p

Re: devel/py-colorama: no update yet

2015-03-17 Thread Kurt Jaeger
Hi! > Recently, I submitted a PR about devel/py-colorama: > https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=198605 > > Until now, I didn't get any reply on that. Could anyone update that port > for me, please? testing@work One thing I found unusual in your submission: The shar. If the port a

Re: Netdisco

2015-03-18 Thread Kurt Jaeger
Hi! > After discovering this software from UPDATING, I decided to give it a try. > > The box is 8.4-RELEASE-p24/amd64 running PERL 5.18. > > What I get, however, is: > > # netdisco-daemon status > > Sorry, can't find libs required for App::Netdisco. > > BEGIN failed--compilation aborted at /usr/

Re: Security patch for Drupal 6/7 needed

2015-03-19 Thread Kurt Jaeger
Hi! > I am the maintainer of Drupal 6 & 7. Upstrem have just released a > moderately critical security update but I am travelling with no access > to my systems. If someone can quickly write and test a patch I will > approve it. > > There are a couple of points listed on the release notes but

Re: BZ 198747

2015-03-22 Thread Kurt Jaeger
Hi! > Can a committer look at: > https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=198747 > > It's a simple patch/upgrade. Done. pkg-plist was not complete, fixed. -- p...@opsec.eu+49 171 3101372 5 years to go ! __

Re: BZ 198747

2015-03-22 Thread Kurt Jaeger
Hi! > >> Can a committer look at: > >> https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=198747 > >> > >> It's a simple patch/upgrade. > > > > Done. pkg-plist was not complete, fixed. > What's the easiest way for me to check the plist in the future ? Add DEVELOPER=yes to /etc/make.conf and

pkg upgrade hang on 10.1p8/amd64 with graphviz.

2015-03-23 Thread Kurt Jaeger
Hi! I have a strange situation: Proceed with this action? [y/N]: y [1/5] Installing graphviz-2.38.0_6... [1/5] Extracting graphviz-2.38.0_6: 100% load: 0.10 cmd: dot 46012 [urdlck] 1.56r 0.00u 0.00s 12% 11188k and there it hangs. Any ideas on how to fix this ? -- p...@opsec.eu+49

Re: pkg upgrade hang on 10.1p8/amd64 with graphviz.

2015-03-23 Thread Kurt Jaeger
Hi! > I have a strange situation: > > Proceed with this action? [y/N]: y > [1/5] Installing graphviz-2.38.0_6... > [1/5] Extracting graphviz-2.38.0_6: 100% > load: 0.10 cmd: dot 46012 [urdlck] 1.56r 0.00u 0.00s 12% 11188k > > and there it hangs. Any ideas on how to fix this ? I found a workaro

Re: Proftpd bug, chroot does not allow for access to or creation of folders named 'lib'

2015-03-30 Thread Kurt Jaeger
Hi! > > I can confirm this problem on FreeBSD 8.4-RELEASE i386 with > > proftpd-1.3.5_2 > > > > Is some patch available to fix this? (I cannot disable DefaultChroot) > > > a bug report has been filed. > > https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=198938 I've updated the PR with some sho

Re: Update mail/rainloop

2015-03-30 Thread Kurt Jaeger
Hi! > rainloop port update has been updated since some days. > Can you do a last check and merge ? > > https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=198374 Done. -- p...@opsec.eu+49 171 3101372 5 years to go !

Re: Resurrecting a deleted port

2015-04-12 Thread Kurt Jaeger
Hi! > Is it best to submit as a new port, or as a fix? I wouldn't want it to > be ignored because it's for a now-deleted port! Either way: If you submit as new port, point to the former, deleted port. If you submit as diff, explain that the old one needs to be resurrected in a proper manner. --

Re: FreeBSD Port: Issue when ./configure is run

2015-04-12 Thread Kurt Jaeger
Hi! > I checked out the latest valgrind, but when I run ./configure, it throws me > this: > > checking for a supported OS... no (freebsd7.1) > configure: error: Valgrind is operating system specific. Sorry. > > Which version does the latest valgrind need? Did you try the port in /usr/ports/de

Re: HandBrake port?

2015-04-13 Thread Kurt Jaeger
Hi! > I'm attempting to install HandBrake on my FreeNAS version 9.3 in a jail. I > can not find a pkg for handbrake. Can you provide me with the installation > steps to install handbrake in a jail? Or provide me with a link that shows > how to install handbrake in a jail? This should work: cd

Re: HandBrake port?

2015-04-13 Thread Kurt Jaeger
Hi! > It looks like a few volunteers have been putting in some good effort to get > this port working (thanks to Walter Schwarzenfeld and kwhite). > https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=199126 Is this also tested on 9.3-amd64 ? -- p...@opsec.eu+49 171 3101372

Re: HandBrake port?

2015-04-13 Thread Kurt Jaeger
Hi! > |> It looks like a few volunteers have been putting in some good effort to > |> get this port working (thanks to Walter Schwarzenfeld and kwhite). > |> https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=199126 > | Is this also tested on 9.3-amd64 ? > And 8.4 ? It builds on 10.1a, 9.3a and

Re: Initial squid 3.5 port

2015-04-13 Thread Kurt Jaeger
Hi! > The squid35 port has been updated to lastest 3.5.3 release. > https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=198089 > This time it's a patch for the existing www/squid. > Please, test it and write a feed back! > > IMO it's ready to import. I build-tested it and it looks fine. There is s

Re: Initial squid 3.5 port

2015-04-14 Thread Kurt Jaeger
Hi! > I build-tested it and it looks fine. There is still the > issue with building it with the base kerberos on a host where > one of the kerberos ports is installed. For those cases, use > poudriere. > > I will update the port in approx. 24 hours if there are no reports > of things breaking. So

pkg upgrade suddenly wants perl5.18 ? where does it come from ?

2015-04-15 Thread Kurt Jaeger
Hi! I'm trying to do a general upgrade: # pkg upgrade Updating opsec repository catalogue... opsec repository is up-to-date. All repositories are up-to-date. Checking for upgrades (491 candidates): 100% Processing candidates (491 candidates): 100% pkg: Cannot solve problem using

Re: pkg upgrade suddenly wants perl5.18 ? where does it come from ?

2015-04-16 Thread Kurt Jaeger
Hi! > I'm trying to do a general upgrade: > > # pkg upgrade > Updating opsec repository catalogue... [...] > Normally, I use perl5.20, so why does it try to downtrade ? How > do I find out the pkg that triggers the downgrade ? Well, I made one test with a perl5.18 in that poudri

Re: Unable to build webkit-gtk2 after updating ICU

2015-04-29 Thread Kurt Jaeger
Hi! > I tried that and virtually every other thing I can think of. It still fails > with this message: > > CXXLDlibWTF.la > CXXLDPrograms/LLIntOffsetsExtractor > /usr/bin/ld:./.libs/libWTF.a: file format not recognized; treating as linker > script > /usr/bin/ld:./.libs/libWTF.a:1: sy

Re: Pipelight update

2015-05-05 Thread Kurt Jaeger
Hi! > I would like to know if a new version of pipelight is scheduled. I do not use pipelight, but I had a try on a patch: http://people.freebsd.org/~pi/misc/pipelight.diff Can you test this patch and report back ? Then I can commit it. -- p...@opsec.eu+49 171 3101372

Re: pipelight update

2015-05-06 Thread Kurt Jaeger
Hi! > I've installed pipelight 0.2.7.3_7 from the ports and i encounter some > problems. > > It is possible to know when a new version (0.2.8.x) will be available ? I've committed an update to 0.2.8.1, see https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197828 Please check it out and repo

Re: Pipelight update

2015-05-06 Thread Kurt Jaeger
Hi! > >> I would like to know if a new version of pipelight is scheduled. > > > > I do not use pipelight, but I had a try on a patch: > > > > http://people.freebsd.org/~pi/misc/pipelight.diff > > > > Can you test this patch and report back ? Then I can commit it. > I'd just like to point out that

Re: emulators/pipelight, compiler

2015-05-06 Thread Kurt Jaeger
Hi! >Is it possible to replace GCC with Clang in emulators/pipelight. Here's >what I have for the diff file, and it compiled fine. The plugins still >don't work, but perhaps this will make fixing it easier. Thank you. > >32d31 >< USE_GCC=yes >41c40 >< USES=

Re: devel/ruby-build call for committer

2015-05-12 Thread Kurt Jaeger
Hi! > I'm looking for a committer for this. > https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=199436 Done. -- p...@opsec.eu+49 171 3101372 5 years to go ! ___ freebsd-ports@freebsd.org mailing list http://lists.fr

Re: FreeBSD Port: qpdfview-0.4.3_4

2015-05-18 Thread Kurt Jaeger
Hi! > Hello, is this port still mantained? The current qpdfview version > available on the https://launchpad.net/qpdfview page is 0.4.14 ... https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=200279 now has a patch to upgrade, if you can test it ? -- p...@opsec.eu+49 171 3101372

Re: PR 196258, new port, help test and commit

2015-05-18 Thread Kurt Jaeger
Hi! > https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=196258 > > no action since DEC-2014. > > A simple math port - a library of fortran routines. > > Redports is still not available, is it? > > Can anybody test on non amd64 10.1-stable? > > Can anybody commit this port? Done. -- p...@op

Re: FreeBSD Port: xmlstarlet-1.5.0

2015-06-02 Thread Kurt Jaeger
Hello, > I see this port is still an old version, > > Can you please upgrade to upstream release 1.6.1 Can you provide a patch and submit it to https://bugs.freebsd.org/bugzilla/ ? -- p...@opsec.eu+49 171 3101372 5 years to go ! ___

Re: Would a committer please commit my update to net-p2p/namecoin?

2015-06-04 Thread Kurt Jaeger
Hi! > https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=193534 I had a look at it. Right now it depends on WANT_BDB_VER= 48 which This port is deprecated; you may wish to reconsider installing it: Please migrate to db5 or db6. It is scheduled to be removed on or after 2015-05-31. Any ide

Re: Would a committer please commit my update to net-p2p/namecoin?

2015-06-04 Thread Kurt Jaeger
Hi! > Any idea whether 6 would be OK ? A test build with db6 on 10.1pX amd64 builds namecoin. I have not tested it. Can you test if it works with db6 ? -- p...@opsec.eu+49 171 3101372 5 years to go ! ___ freebsd-por

Re: Would a committer please have a look at my update to databases/sql-developer?

2015-06-04 Thread Kurt Jaeger
Hi! > https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=200054 has patch to > update of SQL Developer to version 4.1. Ticket has been created 1 month > ago, and today I've been asked about plans to update port to latest > version. > Ticket contains portlint & poudriere test, patch is simple. Done

Re: Would a committer please commit my update to net-p2p/namecoin?

2015-06-04 Thread Kurt Jaeger
Hi! > > Any idea whether 6 would be OK ? > > A test build with db6 on 10.1pX amd64 builds namecoin. I have not tested it. A testbuild with db6 using poudriere failed 8-( So it needs more care. -- p...@opsec.eu+49 171 3101372 5 years to go ! _

Re: Would a committer please commit my update to net-p2p/namecoin?

2015-06-04 Thread Kurt Jaeger
Hi! > > > Any idea whether 6 would be OK ? > > A test build with db6 on 10.1pX amd64 builds namecoin. I have not tested it. > > A testbuild with db6 using poudriere failed 8-( See https://people.freebsd.org/~pi/logs/ net-p2p__namecoin-10x-1433419365.txt net-p2p__namecoin-84i-1433419365.txt ne

Re: New port with USES=gmake will not stage

2015-06-10 Thread Kurt Jaeger
Hi! > Oops, I just found a folder in the source tarballs packaging folder called > "freebsd". And inside that is what looks like a fully baked port. > > # ls work/opensips-1.11.5-tls/packaging/freebsd > Makefile distinfo files/ pkg-descr I just did a quick make with that, it still has s

Re: BZ https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=200716

2015-06-16 Thread Kurt Jaeger
Hi! > https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=200716 > > What (else) do I need to do to get this committed? Clone a few more committers 8-} Done. -- p...@opsec.eu+49 171 3101372 5 years to go ! ___ freebs

Re: Urgent: rainloop port update

2015-07-06 Thread Kurt Jaeger
Hi! > > Rainloop port is awaiting since more than 1 month an update: > > > > https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=200091 > > > > Can you update it please ? > Bernard (cc'd) currently has this assigned to him. Ups, I just tested and re-assigned it to me. I'll wait until this evenin

Re: Urgent: rainloop port update

2015-07-06 Thread Kurt Jaeger
Hi! > thanks for the fix but there is a problem i didn't noticed... > > > Unknown extension pdo_pqsql for PHP 56.*** Error code 1 > Stop.make: stopped in /usr/ports/mail/rainloop>> Cleaning up wrkdir===>   > Cleaning for rainloop-1.9.2build of mail/rainloop ended at Mon Jul  6 > 22:29:18 CE

Re: Unresolved issue with libtorrent-rasterbar (1.0.4) port

2015-07-08 Thread Kurt Jaeger
Hi! > I see the libtorrent-rasterbar port was updated to version 1.0.4, however, > the port has an unresolved problem reported here: > https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=198072 > > Wouldn't it be a good practice to address any open issues before updating > to newer versions? The p

Re: Unresolved issue with libtorrent-rasterbar (1.0.4) port

2015-07-08 Thread Kurt Jaeger
Hi! > > I see the libtorrent-rasterbar port was updated to version 1.0.4, however, > > the port has an unresolved problem reported here: > > https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=198072 > > > > Wouldn't it be a good practice to address any open issues before updating > > to newer vers

Timeout if accessing bugzilla dashboard sub-link

2015-07-13 Thread Kurt Jaeger
Hi! If I access the dashboard of bugzilla: https://bugs.freebsd.org/bugzilla/page.cgi?id=dashboard.html this works, but if I access the link for 'Ports bugs, that do not have been looked at yet' the following error appears: 504 Gateway Time-out nginx/1.8.0 The problem has started somewhere a

Re: INDEX build failed for 8.x

2015-07-14 Thread Kurt Jaeger
Hi! > --- describe.deskutils --- > --- describe.devel --- > --- describe.dns --- > --- describe.editors --- > --- describe.devel --- > clang34: not found > make[5]: "/home/indexbuild/tindex/ports/Mk/Uses/compiler.mk" line 66: > warning: "clang34 --version" returned non-zero status > make[5]: "/ho

Re: NEW PORT for librdkafka

2015-07-17 Thread Kurt Jaeger
Hi! > Will it enough: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=201521 ? Builds on amd64, but fails to build on 10.1-i386 -- should it work on i386 ? Any ideas ? cc -MD -MP -g -O2 -fPIC -Wall -Werror -Wfloat-equal -Wpointer-arith -g -O2 -fPIC -Wall -Werror -Wfloat-equal -Wpointer-arith

Re: NEW PORT for librdkafka

2015-07-17 Thread Kurt Jaeger
Hi! > > Will it enough: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=201521 ? > > Builds on amd64, but fails to build on 10.1-i386 -- should it > work on i386 ? Any ideas ? GH_TAGNAME= e3d984849a builds, changed the error to a warning. Should we commit this ? -- p...@opsec.eu

math/fxt update pending changelog

2015-07-18 Thread Kurt Jaeger
Hi! > math/fxt| 2012.06.18 | 2015.07.17 Pending a pointer to a changelog, I prepared an update. -- p...@opsec.eu+49 171 3101372 5 years to go ! ___ freebsd-ports@freebsd.

Re: FreeBSD Port: samba42-4.2.2_1

2015-07-19 Thread Kurt Jaeger
Hi! > Can you please upgrade samba to 4.2.3 There's a patch now for the upgrade. Can you test-run it ? https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=201696 -- p...@opsec.eu+49 171 3101372 5 years to go ! ___ fr

Re: Please update www/owncloud [Bugzilla 201687]

2015-07-19 Thread Kurt Jaeger
Hi! > but have you read my mail ? i linked the PR and i also add the mail > informations into the PR, if you follow the link. I add the PR number > to mail subject. Yes, your PR is fine! I guess Kevin ran low on coffee or sleep 8-) Happens to me all the time, except I don't drink coffee 8-} --

Re: NEW PORT for librdkafka

2015-07-24 Thread Kurt Jaeger
Hi! > > GH_TAGNAME= e3d984849a > > builds, changed the error to a warning. Should we commit this ? > Yes, please. Done. -- p...@opsec.eu+49 171 3101372 5 years to go ! ___ freebsd-ports@freebsd.org mailing lis

Re: FreeBSD Port: py27-vatnumber-1.2

2015-07-26 Thread Kurt Jaeger
Hi! > Thus I guess this latest version of Python's vatnumber needs the > "stdnum" extension, which I found no presence for in the Ports tree. > > Since I'm not able to create a port, I wonder if you'd like to > create a new py-stdnum port. Please let me know if you eventually > need any contribut

Re: FreeBSD Port: py27-vatnumber-1.2

2015-07-26 Thread Kurt Jaeger
Hi! > Wonderful, the new port installs and runs correctly: Odoo is working again! :) Nice 8-) > Now it only needs to change the finance/py-vatnumber port to > depend from this new one. Can you open a problem report on https://bugs.freebsd.org/ about it, so that this does not get lost ? -- p..

Re: FreeBSD Port: py27-vatnumber-1.2

2015-07-26 Thread Kurt Jaeger
Hi! > >> Now it only needs to change the finance/py-vatnumber port to > >> depend from this new one. > > > > Can you open a problem report on https://bugs.freebsd.org/ about > > it, so that this does not get lost ? > > Just done: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=201897 Cool. I'l

Re: update for www/h2o to 1.4.2

2015-07-28 Thread Kurt Jaeger
Hi! > This needs a committer's tender touch please. > > We missed a couple releases while I was on vacation, would be nice to > catch up again. Straightforwards patch, the setuidgid binary is in the > place recommended by upstream project in > https://github.com/h2o/h2o/issues/426 > > https://bu

Re: Icinga Web 2

2015-07-30 Thread Kurt Jaeger
Hi! > We are deploying a new monitoring host and testing Icinga2, so far it > looks good. > > Although Icinga Web 2 is not yet production ready I would like to know > if there are plans to make a port for it in due time? I am trying it out > now and apart from changing a myriad of paths it should

Re: "tlmgr" on FreeBSD

2015-07-30 Thread Kurt Jaeger
Hi! > Yes, I know, and it is installed. This is the error message: > > cannot setup TLPDB in /usr at /usr/local/bin/tlmgr line 5611. This: http://tex.stackexchange.com/questions/137428/tlmgr-cannot-setup-tlpdb says: tlmgr init-usertree is required before tlmgr can be used. Which is misleadin

Re: What's going on with svn server?

2015-08-02 Thread Kurt Jaeger
Hi! > there is something unexpected with svn.freebsd.org: > > # svnlite update /usr/ports > Updating '/usr/ports': > svn: E210005: Unable to connect to a repository at URL > 'svn://svn.freebsd.org/ports/head' > svn: E210005: No repository found in 'svn://svn.freebsd.org/ports/head' Same problem

Re: What's going on with svn server?

2015-08-03 Thread Kurt Jaeger
Hi! > > svn: E210005: Unable to connect to a repository at URL > > 'svn://svn.freebsd.org/ports/head' > > svn: E210005: No repository found in 'svn://svn.freebsd.org/ports/head' > > Same problem here. > > Access still works from repo.freebsd.org, but only via svn+ssh. Peter Wemm fixed it. --

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