- Update to 1.4.4

PR:		ports/61982
Submitted by:	Cheng-Lung Sung <clsung@dragon2.net> (maintainer)
This commit is contained in:
Pav Lucistnik 2004-01-27 11:17:31 +00:00
parent 2e33623897
commit 70b30981c3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=99257
5 changed files with 10 additions and 17 deletions

View File

@ -7,7 +7,7 @@
#
PORTNAME= snownews
PORTVERSION= 1.4.2
PORTVERSION= 1.4.4
CATEGORIES= www
MASTER_SITES= http://home.kcore.de/~kiza/software/snownews/download/

View File

@ -1 +1 @@
MD5 (snownews-1.4.2.tar.gz) = 6597c1edb9ff0e070df4de4d35df7db4
MD5 (snownews-1.4.4.tar.gz) = 67b6d2baaea20561fb828b431b39b77c

View File

@ -1,13 +0,0 @@
--- Makefile.orig Wed Dec 24 02:28:09 2003
+++ Makefile Fri Dec 26 09:44:05 2003
@@ -1,8 +1,8 @@
include Makefile.inc
-LDFLAGS = -lncurses `xml2-config --libs` $(EXTRA_LDFLAGS)
+LDFLAGS = -lncurses `xml2-config --libs` $(EXTRA_LDFLAGS) -lintl -liconv
OBJFILES = main.o netio.o interface.o xmlparse.o updatecheck.o conversions.o dialog.o ui-support.o categories.o
-CFLAGS = -Wall -O2 -DLOCALEPATH="\"$(LOCALEPATH)\"" -DOS=\"$(shell uname)\" `xml2-config --cflags` $(EXTRA_CFLAGS)
+CFLAGS += -DLOCALEPATH="\"$(LOCALEPATH)\"" -DOS=\"$(shell uname)\" `xml2-config --cflags` $(EXTRA_CFLAGS)
VERSION = `grep VERSION version.h | sed s/\"//g | sed s/\#define\ VERSION\ //`
MAN = doc/man
DISTDIR = snownews-$(VERSION)

View File

@ -1,5 +1,5 @@
--- Makefile.inc.orig Wed Dec 24 02:28:09 2003
+++ Makefile.inc Fri Dec 26 09:45:56 2003
--- Makefile.inc.orig Fri Jan 23 20:13:29 2004
+++ Makefile.inc Tue Jan 27 15:46:37 2004
@@ -1,5 +1,5 @@
CC = gcc
-MAKE = make
@ -7,3 +7,8 @@
INSTALL = install
PREFIX = /usr/local
LOCALEPATH = $(PREFIX)/share/locale
@@ -8,3 +8,4 @@
doc po \
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 \
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
+EXTRA_LDFLAGS = -lintl -liconv

View File

@ -6,6 +6,7 @@ share/locale/nl/LC_MESSAGES/snownews.mo
share/locale/sl/LC_MESSAGES/snownews.mo
share/locale/es/LC_MESSAGES/snownews.mo
share/locale/it/LC_MESSAGES/snownews.mo
share/locale/zh_TW/LC_MESSAGES/snownews.mo
@unexec rmdir %D/man/fr/man1 2>/dev/null || true
@unexec rmdir %D/man/fr 2>/dev/null || true
@unexec rmdir %D/man/de/man1 2>/dev/null || true