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@
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
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
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
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
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
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:
[...]
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
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
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
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
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
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
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
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 !
__
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
}
-
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
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
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
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
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
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
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
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+
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
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
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 !
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
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
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
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=
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
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.
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 !
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
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
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
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
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
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,
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
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
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
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
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
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
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
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/
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
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 !
__
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
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
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
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
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 !
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.
--
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
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
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
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
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
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
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
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
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
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
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
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
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=
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
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
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
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 !
___
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
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
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
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 !
_
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
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
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
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
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
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
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
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
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
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
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
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.
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
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-}
--
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
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
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..
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
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
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
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
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
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.
--
401 - 500 of 1489 matches
Mail list logo