summaryrefslogtreecommitdiff
path: root/www/snownews/patches
diff options
context:
space:
mode:
authorobache <obache>2009-06-01 11:56:43 +0000
committerobache <obache>2009-06-01 11:56:43 +0000
commit6a1d206d10afdebc973bea78d443451b4bee05df (patch)
tree89aed2e19aeccd86abf70cb183208e49d0ec97c3 /www/snownews/patches
parent44cfe8432cab5e26970172f761e8875627589944 (diff)
downloadpkgsrc-6a1d206d10afdebc973bea78d443451b4bee05df.tar.gz
Update snownews to 1.5.11.
Inspirerd by PR#39887. Pkgsrc changes: * Allow NetBSD>=5 cuurses * LICENS=gnu-gpl-v2 Changes: i(not available for 1.5.11, but it seems small changes). Version 1.5.10 released 2008-07-28, 09:40 GMT - shift+t now force reloads a selected feed, ignoring the last modified value - Added a lot of OpenBSD supplied patches (Martynas Venckus) - net-support.c: HTTP header only needs to be ASCII in the token - conversions.c: Determine output charset with nl_langinfo() - xmlparse.c: Convert feed title to target charset, too. Should probaly be in interface.c - main.c, interface.h, interface.c: Add a signal handler for resizing to work on many other ncurses implementations
Diffstat (limited to 'www/snownews/patches')
-rw-r--r--www/snownews/patches/patch-ac26
1 files changed, 0 insertions, 26 deletions
diff --git a/www/snownews/patches/patch-ac b/www/snownews/patches/patch-ac
deleted file mode 100644
index a2dd8c54b74..00000000000
--- a/www/snownews/patches/patch-ac
+++ /dev/null
@@ -1,26 +0,0 @@
-$NetBSD: patch-ac,v 1.6 2008/04/16 08:54:28 wiz Exp $
-
---- Makefile.orig 2008-02-17 13:43:58.000000000 +0000
-+++ Makefile
-@@ -1,8 +1,8 @@
--CC= gcc
--MAKE= make
-+CC?= gcc
-+MAKE?= make
- INSTALL= install
--LOCALEPATH= $(PREFIX)/share/locale
--MANPATH= $(PREFIX)/share/man
-+LOCALEPATH= $(PREFIX)/${PKG_LOCALEDIR}/locale
-+MANPATH= $(PREFIX)/${PKGMANDIR}
-
- ### Compiler/linker flags ###
- ### Generated via configure ###
-@@ -39,7 +39,7 @@ snownews-static: manpages locales
-
- locales:
- for L in $(LOCALES); do \
-- msgfmt -o $(LOC)/$$L.mo $(LOC)/$$L; \
-+ msgfmt -o $(LOC)/$$L.mo $(LOC)/$$L.po; \
- done
-
- manpages: