View | Details | Raw Unified | Return to bug 60576
Collapse All | Expand All

(-)./snownews/Makefile (-2 / +2 lines)
Lines 7-13 Link Here
7
#
7
#
8
8
9
PORTNAME=	snownews
9
PORTNAME=	snownews
10
PORTVERSION=	1.3.5
10
PORTVERSION=	1.4.2
11
CATEGORIES=	www
11
CATEGORIES=	www
12
MASTER_SITES=	http://home.kcore.de/~kiza/software/snownews/download/
12
MASTER_SITES=	http://home.kcore.de/~kiza/software/snownews/download/
13
13
Lines 21-26 Link Here
21
USE_GMAKE=	yes
21
USE_GMAKE=	yes
22
22
23
MAN1=		snownews.1
23
MAN1=		snownews.1
24
MANLANG=	"" de nl fr
24
MANLANG=	"" de nl fr it
25
25
26
.include <bsd.port.mk>
26
.include <bsd.port.mk>
(-)./snownews/distinfo (-1 / +1 lines)
Line 1 Link Here
1
MD5 (snownews-1.3.5.tar.gz) = cbfee9370000cff6ea41471d7eaac7f2
1
MD5 (snownews-1.4.2.tar.gz) = 6597c1edb9ff0e070df4de4d35df7db4
(-)./snownews/files/patch-Makefile (-3 / +3 lines)
Lines 1-11 Link Here
1
--- Makefile.orig	Wed Nov 12 17:39:24 2003
1
--- Makefile.orig	Wed Dec 24 02:28:09 2003
2
+++ Makefile	Fri Nov 14 11:48:43 2003
2
+++ Makefile	Fri Dec 26 09:44:05 2003
3
@@ -1,8 +1,8 @@
3
@@ -1,8 +1,8 @@
4
 include Makefile.inc
4
 include Makefile.inc
5
 
5
 
6
-LDFLAGS = -lncurses `xml2-config --libs` $(EXTRA_LDFLAGS)
6
-LDFLAGS = -lncurses `xml2-config --libs` $(EXTRA_LDFLAGS)
7
+LDFLAGS = -lncurses `xml2-config --libs` $(EXTRA_LDFLAGS) -lintl -liconv
7
+LDFLAGS = -lncurses `xml2-config --libs` $(EXTRA_LDFLAGS) -lintl -liconv
8
 OBJFILES = main.o netio.o interface.o xmlparse.o updatecheck.o conversions.o dialog.o ui-support.o
8
 OBJFILES = main.o netio.o interface.o xmlparse.o updatecheck.o conversions.o dialog.o ui-support.o categories.o
9
-CFLAGS = -Wall -O2 -DLOCALEPATH="\"$(LOCALEPATH)\"" -DOS=\"$(shell uname)\" `xml2-config --cflags` $(EXTRA_CFLAGS)
9
-CFLAGS = -Wall -O2 -DLOCALEPATH="\"$(LOCALEPATH)\"" -DOS=\"$(shell uname)\" `xml2-config --cflags` $(EXTRA_CFLAGS)
10
+CFLAGS += -DLOCALEPATH="\"$(LOCALEPATH)\"" -DOS=\"$(shell uname)\" `xml2-config --cflags` $(EXTRA_CFLAGS)
10
+CFLAGS += -DLOCALEPATH="\"$(LOCALEPATH)\"" -DOS=\"$(shell uname)\" `xml2-config --cflags` $(EXTRA_CFLAGS)
11
 VERSION = `grep VERSION version.h | sed s/\"//g | sed s/\#define\ VERSION\ //`
11
 VERSION = `grep VERSION version.h | sed s/\"//g | sed s/\#define\ VERSION\ //`
(-)./snownews/files/patch-Makefile.inc (-3 / +3 lines)
Lines 1-9 Link Here
1
--- Makefile.inc.orig	Mon Nov  3 04:41:22 2003
1
--- Makefile.inc.orig	Wed Dec 24 02:28:09 2003
2
+++ Makefile.inc	Tue Nov  4 00:00:24 2003
2
+++ Makefile.inc	Fri Dec 26 09:45:56 2003
3
@@ -1,5 +1,5 @@
3
@@ -1,5 +1,5 @@
4
 CC = gcc
4
 CC = gcc
5
-MAKE = make
5
-MAKE = make
6
+MAKE = gmake
6
+MAKE = gmake
7
 INSTALL = install
7
 PREFIX = /usr/local
8
 PREFIX = /usr/local
8
 LOCALEPATH = $(PREFIX)/share/locale
9
 LOCALEPATH = $(PREFIX)/share/locale
9
 DISTFILES = AUTHOR COPYING CREDITS Changelog README README.de INSTALL INSTALL.solaris INSTALL.FreeOpenNetBSD TODO opml2snow \
(-)./snownews/pkg-plist (+3 lines)
Lines 5-13 Link Here
5
share/locale/nl/LC_MESSAGES/snownews.mo
5
share/locale/nl/LC_MESSAGES/snownews.mo
6
share/locale/sl/LC_MESSAGES/snownews.mo
6
share/locale/sl/LC_MESSAGES/snownews.mo
7
share/locale/es/LC_MESSAGES/snownews.mo
7
share/locale/es/LC_MESSAGES/snownews.mo
8
share/locale/it/LC_MESSAGES/snownews.mo
8
@unexec rmdir %D/man/fr/man1 2>/dev/null || true
9
@unexec rmdir %D/man/fr/man1 2>/dev/null || true
9
@unexec rmdir %D/man/fr 2>/dev/null || true
10
@unexec rmdir %D/man/fr 2>/dev/null || true
10
@unexec rmdir %D/man/de/man1 2>/dev/null || true
11
@unexec rmdir %D/man/de/man1 2>/dev/null || true
11
@unexec rmdir %D/man/de 2>/dev/null || true
12
@unexec rmdir %D/man/de 2>/dev/null || true
12
@unexec rmdir %D/man/nl/man1 2>/dev/null || true
13
@unexec rmdir %D/man/nl/man1 2>/dev/null || true
13
@unexec rmdir %D/man/nl 2>/dev/null || true
14
@unexec rmdir %D/man/nl 2>/dev/null || true
15
@unexec rmdir %D/man/it/man1 2>/dev/null || true
16
@unexec rmdir %D/man/it 2>/dev/null || true

Return to bug 60576