Re: loose dependency

2019-03-14 Thread Hiroki Sato
Koichiro Iwao wrote in <20190314062217.3wx3h2hp74mo3...@icepick.vmeta.jp>: me> On Thu, Mar 14, 2019 at 03:12:43PM +0900, Koichiro Iwao wrote: me> > On Thu, Mar 14, 2019 at 01:40:14PM +0900, Hiroki Sato wrote: me> > > There is no easy solution to solve it completely because currently me> > > p

Re: loose dependency

2019-03-14 Thread Hiroki Sato
Koichiro Iwao wrote in <20190314061242.ixvtakqiel4aa...@icepick.vmeta.jp>: me> On Thu, Mar 14, 2019 at 01:40:14PM +0900, Hiroki Sato wrote: me> > There is no easy solution to solve it completely because currently me> > package dependency is solved in a strict manner including package me> > n

Re: loose dependency

2019-03-14 Thread Koichiro Iwao
On Thu, Mar 14, 2019 at 01:01:42PM +0700, Eugene Grosbein wrote: > 14.03.2019 11:40, Hiroki Sato wrote: > > > Koichiro Iwao wrote > > in <20190314031726.aaspgwdcuithh...@icepick.vmeta.jp>: > > > > me> Hi, > > me> > > me> If a port have runtime dependency on bin/convert command of ImageMagick >

Re: loose dependency

2019-03-14 Thread Koichiro Iwao
On Thu, Mar 14, 2019 at 04:50:18PM +0900, Hiroki Sato wrote: > That is a workaround while increasing maintenance cost. It is at the > maintainer's discretion. Thanks for the advice. Fortunely, icons are not updated too open. The maintenance cost is not negligible but might be acceptable. -- m

FreeBSD ports you maintain which are out of date

2019-03-14 Thread portscout
Dear port maintainer, The portscout new distfile checker has detected that one or more of your ports appears to be out of date. Please take the opportunity to check each of the ports listed below, and if possible and appropriate, submit/commit an update. If any ports have already been updated, you

Re: loose dependency

2019-03-14 Thread Tijl Coosemans
On Thu, 14 Mar 2019 19:09:40 +0900 Koichiro Iwao wrote: > On Thu, Mar 14, 2019 at 04:50:18PM +0900, Hiroki Sato wrote: >> That is a workaround while increasing maintenance cost. It is at the >> maintainer's discretion. > > Thanks for the advice. Fortunely, icons are not updated too open. The > m

Re: loose dependency

2019-03-14 Thread Koichiro Iwao
On Thu, Mar 14, 2019 at 02:33:30PM +0100, Tijl Coosemans wrote: > Like hrs already said: since this is a build dependency you can just > write: > > BUILD_DEPENDS=convert:graphics/ImageMagick6 > > This does not install ImageMagick6 if 7 is installed. It will only > install 6 if convert doe

Re: loose dependency

2019-03-14 Thread Adam Weinberger
On Thu, Mar 14, 2019 at 10:41 AM Koichiro Iwao wrote: > > On Thu, Mar 14, 2019 at 02:33:30PM +0100, Tijl Coosemans wrote: > > Like hrs already said: since this is a build dependency you can just > > write: > > > > BUILD_DEPENDS=convert:graphics/ImageMagick6 > > > > This does not install Ima

Re: loose dependency

2019-03-14 Thread Tijl Coosemans
On Thu, 14 Mar 2019 11:20:09 -0600 Adam Weinberger wrote: > On Thu, Mar 14, 2019 at 10:41 AM Koichiro Iwao wrote: >> On Thu, Mar 14, 2019 at 02:33:30PM +0100, Tijl Coosemans wrote: >>> Like hrs already said: since this is a build dependency you can just >>> write: >>> >>> BUILD_DEPENDS=c

Re: loose dependency

2019-03-14 Thread Koichiro Iwao
On Thu, Mar 14, 2019 at 11:20:09AM -0600, Adam Weinberger wrote: > This makes building from ports behave differently from pkg. Please, > just make an OPTIONS_SINGLE for it, and default it to the current > version (7), not the old version. Yes, I'm going to switch to 7. The current port using 6 but

www/luakit users?

2019-03-14 Thread Milan Obuch
Hi, some time ago I tried to write port maintainer just to get bounce back... Now I see maintainer is reset. I am curious if I can find some other users of this really interesting browser, maybe try to build development version... There is no much info I found, but it still seems to be actively d

Re: loose dependency

2019-03-14 Thread Koichiro Iwao
On Thu, Mar 14, 2019 at 06:50:43PM +0100, Tijl Coosemans wrote: > You mean building from ports versus poudriere? Poudriere would always > select ImageMagick6 with the BUILD_DEPENDS line above, but that's fine. > > Options aren't a good interface for this because the user can select an > option tha