Skip site navigation (1)Skip section navigation (2)
Date:      Fri,  9 Jul 2004 15:31:46 +0800 (CST)
From:      Cheng-Lung Sung <clsung@dragon2.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        clsung@tiger2.net
Subject:   ports/68849: [maintainer-update] www/snownews to 1.5.3
Message-ID:  <20040709073146.9ABB9154F5@mail.dragon2.net>
Resent-Message-ID: <200407090740.i697eKZu098177@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         68849
>Category:       ports
>Synopsis:       [maintainer-update] www/snownews to 1.5.3
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jul 09 07:40:19 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Cheng-Lung Sung
>Release:        FreeBSD 4.9-RELEASE i386
>Organization:
FreeBSD @ Taiwan
>Environment:
System: FreeBSD sungsung.csie.nctu.edu.tw 4.9-RELEASE FreeBSD 4.9-RELEASE #5: Wed Oct 29 20:13:25 CST 2003 root@sungsung.csie.nctu.edu.tw:/usr/obj/usr/src/sys/SUNGSUNG i386

>Description:
- update from 1.5.2 to 1.5.3
- check http://home.kcore.de/~kiza/software/snownews/changes for Chanlog
>How-To-Repeat:
>Fix:

diff -ruN /usr/ports/www/snownews/Makefile snownews/Makefile
--- /usr/ports/www/snownews/Makefile	Tue Jun  8 14:11:01 2004
+++ snownews/Makefile	Fri Jul  9 15:25:57 2004
@@ -7,7 +7,7 @@
 #
 
 PORTNAME=	snownews
-PORTVERSION=	1.5.2
+PORTVERSION=	1.5.3
 CATEGORIES=	www
 MASTER_SITES=	http://home.kcore.de/~kiza/software/snownews/download/
 
@@ -23,6 +23,6 @@
 MANLANG=	"" de nl fr it ru_RU.KOI8-R
 
 post-patch:
-	@${REINPLACE_CMD} -e 's|CFLAGS =|CFLAGS +=|g' ${WRKSRC}/Makefile
+	@${REINPLACE_CMD} -e 's|CFLAGS =|CFLAGS +=|g' ${WRKSRC}/platform_settings
 
 .include <bsd.port.mk>
diff -ruN /usr/ports/www/snownews/distinfo snownews/distinfo
--- /usr/ports/www/snownews/distinfo	Tue Jun  8 14:11:02 2004
+++ snownews/distinfo	Fri Jul  9 15:14:34 2004
@@ -1,2 +1,2 @@
-MD5 (snownews-1.5.2.tar.gz) = 0e29ba35717a47811fca24e1fa07d8d2
-SIZE (snownews-1.5.2.tar.gz) = 122543
+MD5 (snownews-1.5.3.tar.gz) = 35aa49e42ac5232bf8ac0163e3793d4a
+SIZE (snownews-1.5.3.tar.gz) = 123717
diff -ruN /usr/ports/www/snownews/files/patch-Makefile snownews/files/patch-Makefile
--- /usr/ports/www/snownews/files/patch-Makefile	Sat Jun  5 23:29:12 2004
+++ snownews/files/patch-Makefile	Fri Jul  9 15:28:03 2004
@@ -1,23 +1,14 @@
---- Makefile.orig	Wed Apr 14 12:01:59 2004
-+++ Makefile	Sat Jun  5 17:15:12 2004
-@@ -1,12 +1,13 @@
+--- Makefile.orig	Sat Jun  5 00:38:57 2004
++++ Makefile	Fri Jul  9 15:27:31 2004
+@@ -1,5 +1,5 @@
 -CC=         gcc
 -MAKE=       make
-+CC?=         gcc
-+MAKE?=       gmake
++CC=         cc
++MAKE=       gmake
  INSTALL=    install
--PREFIX=     /usr/local
-+#PREFIX=     /usr/local
+ #PREFIX=     /usr/local	# Now defined via configure
  LOCALEPATH= $(PREFIX)/share/locale
- 
- ### Compiler/linker flags ###
- CFLAGS=  -Wall -O2 -DLOCALEPATH="\"$(LOCALEPATH)\"" -DOS=\"$(shell uname)\" `xml2-config --cflags` $(EXTRA_CFLAGS)
- LDFLAGS= -lncurses `xml2-config --libs` $(EXTRA_LDFLAGS)
-+EXTRA_LDFLAGS = -lintl
- 
- ### Object files ###
- OBJFILES= main.o netio.o interface.o xmlparse.o updatecheck.o conversions.o dialog.o ui-support.o categories.o about.o cookies.o setup.o net-support.o digcalc.o md5.o filters.o
-@@ -79,7 +80,6 @@
+@@ -77,7 +77,6 @@
  		mkdir -p $(PREFIX)/man/man1; \
  	fi
  	$(INSTALL) -m 0644 $(MAN)/snownews.1 $(PREFIX)/man/man1
diff -ruN /usr/ports/www/snownews/files/patch-platform_settings snownews/files/patch-platform_settings
--- /usr/ports/www/snownews/files/patch-platform_settings	Thu Jan  1 08:00:00 1970
+++ snownews/files/patch-platform_settings	Fri Jul  9 15:23:42 2004
@@ -0,0 +1,7 @@
+--- platform_settings.orig	Sat Jun  5 00:38:57 2004
++++ platform_settings	Fri Jul  9 15:23:25 2004
+@@ -1,3 +1,4 @@
+ PREFIX=  /usr/local
+ CFLAGS=  -Wall -g -DLOCALEPATH="\"$(LOCALEPATH)\"" -DOS=\"$(shell uname)\" `xml2-config --cflags` $(EXTRA_CFLAGS) 
+ LDFLAGS= -lncurses `xml2-config --libs` $(EXTRA_LDFLAGS) 
++EXTRA_LDFLAGS=	-lintl

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040709073146.9ABB9154F5>