Re: [update] www/snownews 1.6.10 -> 1.8

2021-07-06 Thread Charlene Wendling
On Mon, 5 Jul 2021 17:15:09 -0400 "trondd" wrote: > On Mon, July 5, 2021 9:53 am, Charlene Wendling wrote: > > Hi, > > > > The below diff updates snownews to 1.8 with a new repo owner and > > finally a lot of modern features [0]! I tend to separate upstream vs > > ports changes, but it's

Re: [update] www/snownews 1.6.10 -> 1.8

2021-07-05 Thread trondd
On Mon, July 5, 2021 9:53 am, Charlene Wendling wrote: > Hi, > > The below diff updates snownews to 1.8 with a new repo owner and > finally a lot of modern features [0]! I tend to separate upstream vs > ports changes, but it's unpractical here: > >> Added Atom feed support > Modify COMMENT and

Re: [update] www/snownews 1.6.10 -> 1.8

2021-07-05 Thread nathanael
Comments and feedback are welcome, this is pretty cool, i think snownews will replace newsboat for me `make test` and `make install` on amd64 successfull most of my feeds did work without a problem. i will report small improvements and some "broken" feeds upstream thanks for this update

Re: [update] www/snownews 1.6.10 -> 1.8

2021-07-05 Thread Brian Callahan
Hi Charlene -- On 07/05/2021 09:53 AM, Charlene Wendling wrote: Hi, The below diff updates snownews to 1.8 with a new repo owner and finally a lot of modern features [0]! I tend to separate upstream vs ports changes, but it's unpractical here: Added Atom feed support Modify COMMENT and

[update] www/snownews 1.6.10 -> 1.8

2021-07-05 Thread Charlene Wendling
' text enclosed in '' is not displayed (yet?). Comments and feedback are welcome, Charlène. [0] https://github.com/msharov/snownews/releases Index: Makefile === RCS file: /cvs/ports/www/snownews/Makefile,v retrieving revision 1.4

[sparc64/base-gcc] Fix build of www/snownews

2020-11-21 Thread Kurt Mosiejczuk
snownews using C11 constructs so base-gcc doesn't work. This fixes it. ok? --Kurt Index: Makefile === RCS file: /cvs/ports/www/snownews/Makefile,v retrieving revision 1.40 diff -u -r1.40 Makefile --- Makefile20 Nov 2020 20:48

Re: [UPDATE] www/snownews-1.5.12 -> 1.6.10

2020-11-10 Thread Remi Locherer
support makes sense. > > > > > > > > port-check says pkg/MESSAGE should not contain $OpenBSD$ tag. > > > > > > > > With that addressed OK remi. > > > > > > Oops. Thanks. Thought of adding the MESSAGE at the last minute and

Re: [UPDATE] www/snownews-1.5.12 -> 1.6.10

2020-11-07 Thread trondd
rt makes sense. > > > > > > port-check says pkg/MESSAGE should not contain $OpenBSD$ tag. > > > > > > With that addressed OK remi. > > > > Oops. Thanks. Thought of adding the MESSAGE at the last minute and didn't > > think to rerun portcheck

Re: [UPDATE] www/snownews-1.5.12 -> 1.6.10

2020-10-18 Thread trondd
of adding the MESSAGE at the last minute and didn't > think to rerun portcheck. Here is the fixed diff. > > Tim. > Index: Makefile === RCS file: /cvs/ports/www/snownews/Makefile,v retrieving revision 1.39 diff -u -p

Re: [UPDATE] www/snownews-1.5.12 -> 1.6.10

2020-09-19 Thread trondd
ontain $OpenBSD$ tag. > > With that addressed OK remi. Oops. Thanks. Thought of adding the MESSAGE at the last minute and didn't think to rerun portcheck. Here is the fixed diff. Tim. Index: Makefile ======= RCS file: /cvs/ports

Re: [UPDATE] www/snownews-1.5.12 -> 1.6.10

2020-09-19 Thread Remi Locherer
On Fri, Sep 18, 2020 at 06:47:44PM -0400, trondd wrote: > Looking around at RSS readers and thought I'd update snownews. Jumps us > ahead by like 10 years. Some significant changes to the configure process > I hope I worked around right. Moved to GitHub. They also dropped native > SSL support

[UPDATE] www/snownews-1.5.12 -> 1.6.10

2020-09-18 Thread trondd
: Makefile === RCS file: /cvs/ports/www/snownews/Makefile,v retrieving revision 1.39 diff -u -p -r1.39 Makefile --- Makefile12 Jul 2019 20:51:05 - 1.39 +++ Makefile18 Sep 2020 22:32:28 - @@ -1,19 +1,22 @@ # $OpenBSD

Drop gettext MODULE from www/snownews

2017-11-16 Thread Klemens Nanni
Feedback? Any takers? diff --git a/www/snownews/Makefile b/www/snownews/Makefile index 46ee8da64dc..fe4171ca87f 100644 --- a/www/snownews/Makefile +++ b/www/snownews/Makefile @@ -2,7 +2,7 @@ COMMENT= text mode rss newsreader DISTNAME= snownews-1.5.12 -REVISION= 2 +REVISION

Re: www/snownews on amd64

2006-02-19 Thread Christian Weisgerber
: patches/patch-md5_h How about just using the MD5* functions from libc instead of fixing that re-implementation? And here's the corresponding patch. Index: Makefile === RCS file: /cvs/ports/www/snownews/Makefile,v retrieving revision

Re: www/snownews on amd64

2006-02-08 Thread Jasper Lievisse Adriaanse
On Wed, 8 Feb 2006 15:10:50 + David Cathcart [EMAIL PROTECTED] wrote: I'd like to test it on alpha but don't have one to hand. I'll build it later this day on alpha. David Cathcart Cheers, Jasper -- Humppa is a serious thing! pgpCdWJTB1miV.pgp Description: PGP signature

Re: www/snownews on amd64

2006-02-08 Thread Christian Weisgerber
David Cathcart [EMAIL PROTECTED] wrote: This is a patch to stop snownews segfaulting on amd64 when it reloads a feed. It's from http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=333959 Tested on amd64 and i386. I'd like to test it on alpha but don't have one to hand. Index:

Re: www/snownews on amd64

2006-02-08 Thread David Cathcart
On Wed, Feb 08, 2006 at 08:01:09PM +, Christian Weisgerber wrote: David Cathcart [EMAIL PROTECTED] wrote: This is a patch to stop snownews segfaulting on amd64 when it reloads a feed. It's from http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=333959 Tested on amd64 and i386. I'd like

Re: www/snownews

2005-11-03 Thread Alf Schlichting
On Wed, Nov 02, 2005 at 11:59:53PM +, David Cathcart wrote: On Wed, Nov 02, 2005 at 08:00:10PM +0100, Aleksander Piotrowski wrote: Alf Schlichting [EMAIL PROTECTED] wrote: /usr/ports/www/snownews dumped core recently. Maybe just version that we've in ports tree is broken? PLease

www/snownews

2005-11-02 Thread Alf Schlichting
Hi! /usr/ports/www/snownews dumped core recently. [EMAIL PROTECTED]:7$ uname -a OpenBSD werkel.rechners.lemarit.com 3.8 GENERIC#209 i386 gdb output: ... [EMAIL PROTECTED]:16$ gdb -batch -x commands -q /usr/local/bin/snownews snownews.core Core was generated by `snownews'. Program terminated

Re: www/snownews

2005-11-02 Thread David Cathcart
On Wed, Nov 02, 2005 at 08:00:10PM +0100, Aleksander Piotrowski wrote: Alf Schlichting [EMAIL PROTECTED] wrote: /usr/ports/www/snownews dumped core recently. Maybe just version that we've in ports tree is broken? PLease upgrade this port and we'll see if this fixes your problem