Re: www/webkit-gtk2 deprecation?

2019-02-24 Thread Jonathan Chen
On Mon, 25 Feb 2019 at 20:23, Kurt Jaeger wrote: > > Hi! > > > I notice that www/webkit-gtk2 has just been marked as FORBIDDEN and > > DEPRECATED. While I'm usually for putting down unmaintained ports, > > this particular port is a dependancy for java/eclipse. I'm sure that > > users of java/eclip

Re: www/webkit-gtk2 deprecation?

2019-02-24 Thread Kurt Jaeger
Hi! > I notice that www/webkit-gtk2 has just been marked as FORBIDDEN and > DEPRECATED. While I'm usually for putting down unmaintained ports, > this particular port is a dependancy for java/eclipse. I'm sure that > users of java/eclipse will not be happy about its loss from FreeBSD > ports (I kno

www/webkit-gtk2 deprecation?

2019-02-24 Thread Jonathan Chen
Hi, I notice that www/webkit-gtk2 has just been marked as FORBIDDEN and DEPRECATED. While I'm usually for putting down unmaintained ports, this particular port is a dependancy for java/eclipse. I'm sure that users of java/eclipse will not be happy about its loss from FreeBSD ports (I know I'm not)

Re: Config inconsistency for firefox-esr on rpi2

2019-02-24 Thread Dimitry Andric
On 24 Feb 2019, at 18:28, bob prohaska wrote: > > In playing with www/firefox-esr on an rpi2 at r343555 using > ports at 493769 make stops with > > ===> Configuring for firefox-esr-52.8.0,1 > firefox-esr-52.8.0,1: Needs gtk3 with WAYLAND support enabled. > *** Error code 1 > > despite both way

Re: freecad cannot build

2019-02-24 Thread Christoph Moench-Tegeder
## ajtiM via freebsd-ports (freebsd-ports@freebsd.org): > Subject: freecad cannot build Oh, it can, e.g.: http://beefy6.nyi.freebsd.org/data/120amd64-default/493629/logs/FreeCAD-0.17.13541_6.log and my local build logs look very similar. > All ports are built on FreeBSD-Release-12-p3 (amd64). H

Re: FreeCAD 0.17 && /lib//libgcc_s.so.1

2019-02-24 Thread Steve Kargl
On Mon, Feb 25, 2019 at 01:58:01AM +, Dima Pasechnik wrote: > On Sun, Feb 24, 2019 at 8:09 PM Steve Kargl > > > Given that I actually don't > > program in python, that certainly seems to be an unreasonable > > request from the python maintainers. > > If I were a Python maintainer I might hav

Re: FreeCAD 0.17 && /lib//libgcc_s.so.1

2019-02-24 Thread Dima Pasechnik
On Sun, Feb 24, 2019 at 8:09 PM Steve Kargl wrote: > > On Sun, Feb 24, 2019 at 02:21:50PM +0100, Tijl Coosemans wrote: > > On Sat, 23 Feb 2019 13:31:17 -0500 Diane Bruce wrote: > > > On Sat, Feb 23, 2019 at 10:52:03AM +, Dima Pasechnik wrote: > > >> On Sat, Feb 23, 2019 at 12:07 AM Steve Kargl

Submit of ceph12 upgrade

2019-02-24 Thread Willem Jan Withagen
Hi, Looking for a port admin willing to take: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=236004 Reason to sollicit, is to point to the svn move request to move from net/ceph to net/ceph12 This version has gone thru `portlint -A` and `poudriere testport` --WjW __

Re: how to patch in port with NO_BUILD?

2019-02-24 Thread Walter Schwarzenfeld
Sorry, first post was wrong. Place the new file (I guess tuning-primer.sh) in the ${FILESDIR}. And change do-install to ${CP} ${FILESDIR}/${PORTNAME}.sh ___ freebsd-ports@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-po

Re: Config inconsistency for firefox-esr on rpi2

2019-02-24 Thread bob prohaska
On Sun, Feb 24, 2019 at 11:12:47PM +0100, Dimitry Andric wrote: > > This actually means that you have to rebuild the *gtk3* port with > WAYLAND enabled. It could be worded a little better, maybe. :) > Indeed, it could be worded much better.8-\ There doesn't seem to be a port named gtk3, bu

Re: how to patch in port with NO_BUILD?

2019-02-24 Thread Miroslav Lachman
Walter Schwarzenfeld wrote on 2019/02/24 16:02: Make a patch that includes the whole changed file and change the do-install target. In the meantime I came up with this https://bz-attachments.freebsd.org/attachment.cgi?id=202298 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=235968 Miroslav

Re: FreeCAD 0.17 - is anyone using it?

2019-02-24 Thread Christoph Moench-Tegeder
## Torfinn Ingolfsen (tin...@gmail.com): > I looked into the build log, but it doesn't tell me anything new: > Coins is detected during configure / setup phase, and the suddenly > during compile / link it fails a step because Coin (specifically > -lCoin) can't be found The main question is why it

Re: FreeCAD 0.17 && /lib//libgcc_s.so.1

2019-02-24 Thread Steve Kargl
On Sun, Feb 24, 2019 at 02:21:50PM +0100, Tijl Coosemans wrote: > On Sat, 23 Feb 2019 13:31:17 -0500 Diane Bruce wrote: > > On Sat, Feb 23, 2019 at 10:52:03AM +, Dima Pasechnik wrote: > >> On Sat, Feb 23, 2019 at 12:07 AM Steve Kargl > >> wrote: > >>> On Sat, Feb 23, 2019 at 09:19:01AM +1100,

Re: how to patch in port with NO_BUILD?

2019-02-24 Thread Walter Schwarzenfeld
Make a patch that includes the whole changed file and change the do-install target. ___ freebsd-ports@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.

Re: FreeCAD 0.17 && /lib//libgcc_s.so.1

2019-02-24 Thread Tijl Coosemans
On Sat, 23 Feb 2019 13:31:17 -0500 Diane Bruce wrote: > On Sat, Feb 23, 2019 at 10:52:03AM +, Dima Pasechnik wrote: >> On Sat, Feb 23, 2019 at 12:07 AM Steve Kargl >> wrote: >>> On Sat, Feb 23, 2019 at 09:19:01AM +1100, Dave Horsfall wrote: On Fri, 22 Feb 2019, Tijl Coosemans wrote: >

Config inconsistency for firefox-esr on rpi2

2019-02-24 Thread bob prohaska
In playing with www/firefox-esr on an rpi2 at r343555 using ports at 493769 make stops with ===> Configuring for firefox-esr-52.8.0,1 firefox-esr-52.8.0,1: Needs gtk3 with WAYLAND support enabled. *** Error code 1 despite both wayland and gtk3 being selected in the config dialog. I've retried s