View | Details | Raw Unified | Return to bug 61982
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.4.2
10
PORTVERSION=	1.4.4
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.4.2.tar.gz) = 6597c1edb9ff0e070df4de4d35df7db4
1
MD5 (snownews-1.4.4.tar.gz) = 67b6d2baaea20561fb828b431b39b77c
(-)./snownews/files/patch-Makefile (-13 lines)
Lines 1-13 Link Here
1
--- Makefile.orig	Wed Dec 24 02:28:09 2003
2
+++ Makefile	Fri Dec 26 09:44:05 2003
3
@@ -1,8 +1,8 @@
4
 include Makefile.inc
5
 
6
-LDFLAGS = -lncurses `xml2-config --libs` $(EXTRA_LDFLAGS)
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 categories.o
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)
11
 VERSION = `grep VERSION version.h | sed s/\"//g | sed s/\#define\ VERSION\ //`
12
 MAN = doc/man
13
 DISTDIR = snownews-$(VERSION)
(-)./snownews/files/patch-Makefile.inc (-2 / +7 lines)
Lines 1-5 Link Here
1
--- Makefile.inc.orig	Wed Dec 24 02:28:09 2003
1
--- Makefile.inc.orig	Fri Jan 23 20:13:29 2004
2
+++ Makefile.inc	Fri Dec 26 09:45:56 2003
2
+++ Makefile.inc	Tue Jan 27 15:46:37 2004
3
@@ -1,5 +1,5 @@
3
@@ -1,5 +1,5 @@
4
 CC = gcc
4
 CC = gcc
5
-MAKE = make
5
-MAKE = make
Lines 7-9 Link Here
7
 INSTALL = install
7
 INSTALL = install
8
 PREFIX = /usr/local
8
 PREFIX = /usr/local
9
 LOCALEPATH = $(PREFIX)/share/locale
9
 LOCALEPATH = $(PREFIX)/share/locale
10
@@ -8,3 +8,4 @@
11
 	doc po \
12
 	main.c interface.c netio.c xmlparse.c updatecheck.c os-support.c conversions.c dialog.c ui-support.c categories.c about.c cookies.c \
13
 	config.h version.h main.h interface.h netio.h xmlparse.h updatecheck.h os-support.h conversions.h dialog.h ui-support.h categories.h about.h cookies.h
14
+EXTRA_LDFLAGS = -lintl -liconv
(-)./snownews/pkg-plist (+1 lines)
Lines 6-11 Link Here
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
share/locale/it/LC_MESSAGES/snownews.mo
9
share/locale/zh_TW/LC_MESSAGES/snownews.mo
9
@unexec rmdir %D/man/fr/man1 2>/dev/null || true
10
@unexec rmdir %D/man/fr/man1 2>/dev/null || true
10
@unexec rmdir %D/man/fr 2>/dev/null || true
11
@unexec rmdir %D/man/fr 2>/dev/null || true
11
@unexec rmdir %D/man/de/man1 2>/dev/null || true
12
@unexec rmdir %D/man/de/man1 2>/dev/null || true

Return to bug 61982