Re: UPDATE: misc/redshift 1.11 => 1.12

2018-05-24 Thread Brian Callahan
On 05/24/18 09:43, Dumitru Mișu Moldovan wrote: Brian Callahan wrote: This is my "portroach rampage" contribution of the day, which is a new term I just learned. It is a mostly straightforward update of misc/redshift. I say mostly, because I noticed that while redshift was compiling with cc, i

Re: UPDATE: misc/redshift 1.11 => 1.12

2018-05-24 Thread Dumitru Mișu Moldovan
Brian Callahan wrote: > > This is my "portroach rampage" contribution of the day, which is a > new term I just learned. It is a mostly straightforward update of > misc/redshift. I say mostly, because I noticed that while redshift > was compiling with cc, it was linking with gcc -- it looks for y

Re: UPDATE: misc/redshift 1.11 => 1.12

2018-05-24 Thread Stuart Henderson
On 2018/05/23 23:53, Brian Callahan wrote: > Hi ports -- > > This is my "portroach rampage" contribution of the day, which is a new term > I just learned. It is a mostly straightforward update of misc/redshift. I > say mostly, because I noticed that while redshift was compiling with cc, it > was l

Re: UPDATE: misc/redshift 1.11 => 1.12

2018-05-24 Thread Klemens Nanni
On Wed, May 23, 2018 at 11:53:23PM -0400, Brian Callahan wrote: > This is my "portroach rampage" contribution of the day, which is a new term > I just learned. It is a mostly straightforward update of misc/redshift. I > say mostly, because I noticed that while redshift was compiling with cc, it > w

UPDATE: misc/redshift 1.11 => 1.12

2018-05-23 Thread Brian Callahan
Hi ports -- This is my "portroach rampage" contribution of the day, which is a new term I just learned. It is a mostly straightforward update of misc/redshift. I say mostly, because I noticed that while redshift was compiling with cc, it was linking with gcc -- it looks for your Objective-C c

Re: UPDATE: misc/redshift

2016-05-21 Thread Gleydson Soares
Looks correct to me. OK gsoares@

Re: UPDATE: misc/redshift

2016-05-21 Thread Stuart Henderson
On 2016/05/20 16:56, Ryan Freeman wrote: > On Thu, May 19, 2016 at 06:07:41PM -0700, Ryan Freeman wrote: > > Heres an update to redshift 1.11. > > Let's try this again properly :-) > > Update to redshift 1.11, switch to using GH_TAGNAME (thanks sthen!), > and update plist (d'oh, thanks gsoares!)

Re: UPDATE: misc/redshift

2016-05-20 Thread Ryan Freeman
On Thu, May 19, 2016 at 06:07:41PM -0700, Ryan Freeman wrote: > Heres an update to redshift 1.11. Let's try this again properly :-) Update to redshift 1.11, switch to using GH_TAGNAME (thanks sthen!), and update plist (d'oh, thanks gsoares!). The redshift.desktop file addtition also fixes the g

Re: UPDATE: misc/redshift

2016-05-20 Thread Gleydson Soares
Looks like it is missing some files in PLIST. (make update-plist) +share/applications/redshift.desktop +share/locale/tr/LC_MESSAGES/redshift.mo by the way, "redshift.desktop" was pointed out by upstream at https://github.com/jonls/redshift/issues/158 and it seems related to geoclue thing. I have

Re: UPDATE: misc/redshift

2016-05-20 Thread Stuart Henderson
On 2016/05/20 07:07, Antoine Jacoutot wrote: > > retrieving revision 1.6 > > diff -u -p -r1.6 distinfo > > --- distinfo10 Jan 2015 09:39:21 - 1.6 > > +++ distinfo20 May 2016 01:02:05 - > > @@ -1,2 +1,2 @@ > > -SHA256 (v1.10.tar.gz) = 96HKHsz2YplXN+FPiUwrFRk5I/u+N40VHjRq

Re: UPDATE: misc/redshift

2016-05-19 Thread Antoine Jacoutot
On Thu, May 19, 2016 at 06:07:41PM -0700, Ryan Freeman wrote: > Heres an update to redshift 1.11. tried it trying to figure out the geoclue2 > error before finally coming across the issue thread describing redshift needs > the exception in /etc/geoclue/geoclue.conf ;) (1.11 doesn't magically make

Re: UPDATE: misc/redshift

2016-05-19 Thread Chris Cappuccio
Ryan Freeman [r...@slipgate.org] wrote: > > Context may help. By 'this', I mean the geoclue.conf hint: > > [redshift] > allowed=true > system=false > users= > absolutely

Re: UPDATE: misc/redshift

2016-05-19 Thread Ryan Freeman
On Thu, May 19, 2016 at 06:07:41PM -0700, Ryan Freeman wrote: > Heres an update to redshift 1.11. tried it trying to figure out the geoclue2 > error before finally coming across the issue thread describing redshift needs > the exception in /etc/geoclue/geoclue.conf ;) (1.11 doesn't magically make

UPDATE: misc/redshift

2016-05-19 Thread Ryan Freeman
Heres an update to redshift 1.11. tried it trying to figure out the geoclue2 error before finally coming across the issue thread describing redshift needs the exception in /etc/geoclue/geoclue.conf ;) (1.11 doesn't magically make that requirement go away!) Works good on amd64. Would it be worth

Re: [UPDATE] misc/redshift

2014-03-11 Thread Fred
On 03/11/14 22:05, Antoine Jacoutot wrote: On Tue, Mar 11, 2014 at 10:03:35PM +, Fred wrote: Hi ports@ Here is update to redshift to version 1.8, I've tested it on i386 and amd64, and will test it on macppc once my ibook is up to date. The gtk appalication has been renamed to redshift-gtk.

Re: [UPDATE] misc/redshift

2014-03-11 Thread Antoine Jacoutot
On Tue, Mar 11, 2014 at 10:03:35PM +, Fred wrote: > Hi ports@ > > Here is update to redshift to version 1.8, I've tested it on i386 and amd64, > and will test it on macppc once my ibook is up to date. > > The gtk appalication has been renamed to redshift-gtk. I'll take care of this, thanks.

[UPDATE] misc/redshift

2014-03-11 Thread Fred
Hi ports@ Here is update to redshift to version 1.8, I've tested it on i386 and amd64, and will test it on macppc once my ibook is up to date. The gtk appalication has been renamed to redshift-gtk. Cheers Fred ? redshift.diff ? pkg/MESSAGE Index: Makefile ==