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

(-)snownews/Makefile (-1 / +1 lines)
Lines 7-13 Link Here
7
#
7
#
8
8
9
PORTNAME=	snownews
9
PORTNAME=	snownews
10
PORTVERSION=	1.3.3
10
PORTVERSION=	1.3.5
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
(-)snownews/distinfo (-1 / +1 lines)
Line 1 Link Here
1
MD5 (snownews-1.3.3.tar.gz) = 569ab60f18d1e78a9aa1eec534558bb6
1
MD5 (snownews-1.3.5.tar.gz) = cbfee9370000cff6ea41471d7eaac7f2
(-)snownews/files/patch-Makefile (-3 / +3 lines)
Lines 1-11 Link Here
1
--- Makefile.orig	Mon Nov  3 04:41:22 2003
1
--- Makefile.orig	Wed Nov 12 17:39:24 2003
2
+++ Makefile	Tue Nov  4 00:00:15 2003
2
+++ Makefile	Fri Nov 14 11:48:43 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
8
 OBJFILES = main.o netio.o interface.o xmlparse.o updatecheck.o conversions.o dialog.o ui-support.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/pkg-plist (-2 / +1 lines)
Lines 4-14 Link Here
4
share/locale/fr/LC_MESSAGES/snownews.mo
4
share/locale/fr/LC_MESSAGES/snownews.mo
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
@unexec rmdir %D/man/fr/man1 2>/dev/null || true
8
@unexec rmdir %D/man/fr/man1 2>/dev/null || true
8
@unexec rmdir %D/man/fr 2>/dev/null || true
9
@unexec rmdir %D/man/fr 2>/dev/null || true
9
@unexec rmdir %D/man/de/man1 2>/dev/null || true
10
@unexec rmdir %D/man/de/man1 2>/dev/null || true
10
@unexec rmdir %D/man/de 2>/dev/null || true
11
@unexec rmdir %D/man/de 2>/dev/null || true
11
@unexec rmdir %D/man/nl/man1 2>/dev/null || true
12
@unexec rmdir %D/man/nl/man1 2>/dev/null || true
12
@unexec rmdir %D/man/nl 2>/dev/null || true
13
@unexec rmdir %D/man/nl 2>/dev/null || true
13
@unexec rmdir %D/man/sl/man1 2>/dev/null || true
14
@unexec rmdir %D/man/sl 2>/dev/null || true

Return to bug 59276