Re: nginx is not linking against libressl

2017-05-08 Thread abi
08.05.2017 00:06, Adam Weinberger пишет: On 7 May, 2017, at 13:55, abi wrote: Hello, I tried to upgrade my jail to the latest versions of ports and nginx is not building correctly. objs/src/event/ngx_event_openssl.o: In function `ngx_ssl_get_ciphers': src/event/ngx_event_openssl.c:(.text+0x3

Re: www/firefox, Error: garbage following instruction...was: Re: RPI2, www/firefox, error: "NEON support not enabled"

2017-05-08 Thread Dimitry Andric
On 8 May 2017, at 05:33, bob prohaska wrote: > > On Fri, May 05, 2017 at 10:01:40PM -0700, bob prohaska wrote: >> It appears that using >> make CFLAGS='-mcpu=cortex-a7' >> is sufficient to get past the NEON not enabled error. >> > > The next problem appears to be > > > /usr/ports/www/firefox

new port in review : less-plugin-clean-css

2017-05-08 Thread Rodrigo Osorio
Hi, Today I finished and put in review a new new port less-plugin-clean-css, a www/lessc plugin who compresses css outputs from lessc. I'm not used to port nodejs stuff, so I'm looking for advice and feedback about that one. So feel free to comment on the review or by mail. https://reviews.free

Re: ICU Portupdate faulty

2017-05-08 Thread Jos Chrispijn
Dear team, Thanks for your suggestions and solution. You really raised my learning curve here. Regards, Jos Chrispijn ___ freebsd-ports@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail t

Re: Keeping VuXML DB updated

2017-05-08 Thread Jos Chrispijn
Op 6-5-2017 om 12:22 schreef Walter Schwarzenfeld: Update is on the way: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=216658 Great, thanks! ./Jos ___ freebsd-ports@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-ports

Updating sshguard

2017-05-08 Thread Gerard Seibert
I was wondering if there was any news regarding updating the "sshguard" port, specifically the "sshguard-ipfw" one? Version 2.0 was released March 7, 2017. The ports system still has version 1.7.1. Moreover, the new version has a fix for the ipfw backend on FreeBSD 11. -- Carmel

Re: Updating sshguard

2017-05-08 Thread Kurt Jaeger
Hi! > I was wondering if there was any news regarding updating the "sshguard" > port, specifically the "sshguard-ipfw" one? > > Version 2.0 was released March 7, 2017. The ports system still has > version 1.7.1. Moreover, the new version has a fix for the ipfw backend > on FreeBSD 11. Can you pr

[PATCH] Support for more than one exchange server in mail/davmail port

2017-05-08 Thread José García Juanino
Hi FreeBSD ports, please could any port committer take a look at 218140 PR?. It submits a patch to support more than one exchange server to connect. Today Microsoft Exchange servers are more and more popular. The patch is pretty similar to postgresql server databases port, and works fine at least

Re: [PATCH] Support for more than one exchange server in mail/davmail port

2017-05-08 Thread Rodrigo Osorio
On 05/08/17 16:12, José García Juanino wrote: Hi FreeBSD ports, please could any port committer take a look at 218140 PR?. It submits a patch to support more than one exchange server to connect. Today Microsoft Exchange servers are more and more popular. The patch is pretty similar to postgre

Re: nginx is not linking against libressl

2017-05-08 Thread Adam Weinberger
> On 8 May, 2017, at 2:48, abi wrote: > > 08.05.2017 00:06, Adam Weinberger пишет: >>> On 7 May, 2017, at 13:55, abi wrote: >>> >>> Hello, >>> >>> I tried to upgrade my jail to the latest versions of ports and nginx is not >>> building correctly. >>> >>> objs/src/event/ngx_event_openssl.o: I

Re: www/firefox, Error: garbage following instruction...was: Re: RPI2, www/firefox, error: "NEON support not enabled"

2017-05-08 Thread bob prohaska
On Mon, May 08, 2017 at 01:08:46PM +0200, Michal Meloun wrote: > > On 08.05.2017 10:56, Dimitry Andric wrote: > > On 8 May 2017, at 05:33, bob prohaska wrote: > >> > >> Is this worth a bug report, or is firefox too far over the horizon > >> for freebsd-arm? > >> > > > > Also, I wonder why they do

Re: pkg and packages

2017-05-08 Thread Freddie Cash
On Sun, May 7, 2017 at 4:14 AM, wrote: > [Default] On Sat, 06 May 2017 00:11:00 +0200, Sebastian Schwarz > wrote: > > >On 2017-05-04, scratch65...@att.net wrote: > >> I can't imagine what code could possibly be in thunar and > >> samba that the xfce desktop would need, (...) > > > >Thunar is use

Re: pkg and packages

2017-05-08 Thread RW via freebsd-ports
On Mon, 8 May 2017 09:29:47 -0700 Freddie Cash wrote: > ​Samba + GVFS + Thunar doesn't make your FreeBSD filesystems > available from Windows machines. It makes your Windows file shares > available on FreeBSD, and they show up in Thunar just like other > folders. GVFS uses libsmbclient and/or s

Re: Lack of TARGET_ARCH=powerpc support in kgdb from devel/gdb (e.g., -r440115 of /usr/ports): "ABI doesn't support a vmcore target"

2017-05-08 Thread John Baldwin
On Saturday, May 06, 2017 10:03:57 PM Mark Millard wrote: > THING #0: > > It appears that usr.sbin/crashinfo/crashinfo.sh assumes > that /usr/local/bin/gdb will work better for all architectures, > including for kgdb types of activity: > > find_gdb() > { > local binary > > for bi

Re: Lack of TARGET_ARCH=powerpc support in kgdb from devel/gdb (e.g., -r440115 of /usr/ports): "ABI doesn't support a vmcore target"

2017-05-08 Thread Mark Millard
[Mostly: Why THING #2 fails: checks for ET_EXEC but the actual vmcore.* 's have ET_DYN instead.] On 2017-May-8, at 11:30 AM, John Baldwin wrote: > On Saturday, May 06, 2017 10:03:57 PM Mark Millard wrote: >> THING #0: >> >> It appears that usr.sbin/crashinfo/crashinfo.sh assumes >> that /usr/lo

Re: Lack of TARGET_ARCH=powerpc support in kgdb from devel/gdb (e.g., -r440115 of /usr/ports): "ABI doesn't support a vmcore target"

2017-05-08 Thread Mark Millard
[I've submitted bugzilla 219153 for this libvm issue of not handling powerpc's/powerp64's ET_DYN vmcore.* 's and such.] On 2017-May-8, at 1:18 PM, Mark Millard wrote: > [Mostly: Why THING #2 fails: checks for ET_EXEC > but the actual vmcore.* 's have ET_DYN instead.] > > On 2017-May-8, at 11:30

Re: www/firefox, Error: garbage following instruction...was: Re: RPI2, www/firefox, error: "NEON support not enabled"

2017-05-08 Thread Jan Beich
Michal Meloun writes: > On 08.05.2017 10:56, Dimitry Andric wrote: > >> On 8 May 2017, at 05:33, bob prohaska wrote: >>> >>> On Fri, May 05, 2017 at 10:01:40PM -0700, bob prohaska wrote: It appears that using make CFLAGS='-mcpu=cortex-a7' is sufficient to get past the NEON not ena

Re: Xrdp help needed

2017-05-08 Thread Koichiro IWAO
Hi, Try net/xrdp-devel port. It should work well. I'm planning to update net/xrdp port to the latest release but try -devel until it will be updated. 2017-05-01 02:11 に Wojciech Puchar さんは書きました: installed xrdp from ports, done basic config and it works - i can connect to FreeBSD server with W

Re: MP3 licensing over - can we remove LAME restrictions?

2017-05-08 Thread Koichiro IWAO
Hi, FYI, MP3 is coming back to Fedora. I think FreeBSD may able to do that. https://fedoramagazine.org/full-mp3-support-coming-soon-to-fedora/ -- `whois vmeta.jp | nkf -w` meta ___ freebsd-ports@freebsd.org mailing list https://lists.freebsd.org/mailm