Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 15 Jun 2001 22:33:25 +0800 (CST)
From:      Yen-Ming Lee <leeym@bsd.ce.ntu.edu.tw>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/28176: update port: news/cleanfeed
Message-ID:  <200106151433.f5FEXPO08878@utopia.leeym.com>

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

>Number:         28176
>Category:       ports
>Synopsis:       update port: news/cleanfeed
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jun 15 07:40:03 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     Yen-Ming Lee
>Release:        FreeBSD 5.0-CURRENT i386
>Organization:
>Environment:
System: FreeBSD utopia.leeym.com 5.0-CURRENT FreeBSD 5.0-CURRENT #3: Fri Jun 15 10:06:12 CST 2001 root@utopia.leeym.com:/mnt/obj/mnt/src/sys/UTOPIA i386


	
>Description:
fix mtree problem.

>How-To-Repeat:
http://bento.freebsd.org/errorlogs/5-full/cleanfeed-0.95.7b.log

>Fix:

diff -ruN /usr/ports/news/cleanfeed/Makefile cleanfeed/Makefile
--- /usr/ports/news/cleanfeed/Makefile	Mon Mar  5 15:16:01 2001
+++ cleanfeed/Makefile	Tue Jun 12 00:01:38 2001
@@ -23,7 +23,6 @@
 do-install:
 	@${PERL} -pi -e "s,%%PREFIX%%,${PREFIX},g" ${WRKSRC}/cleanfeed
 	@${PERL} -pi -e "s,%%LOCALBASE%%,${LOCALBASE},g" ${PKGDEINSTALL}
-	@-${MV} ${LOCALBASE}/news/bin/filter/filter_innd.pl ${LOCALBASE}/news/bin/filter/filter_innd.pl.ORIG
 	@${INSTALL_SCRIPT} ${WRKSRC}/cleanfeed ${LOCALBASE}/news/bin/filter/filter_innd.pl
 	@${INSTALL_DATA} ${WRKSRC}/cleanfeed.conf ${LOCALBASE}/news/bin/filter/cleanfeed.conf
 	@${INSTALL_MAN} ${WRKSRC}/cleanfeed.8 ${LOCALBASE}/man/man8/
diff -ruN /usr/ports/news/cleanfeed/pkg-deinstall cleanfeed/pkg-deinstall
--- /usr/ports/news/cleanfeed/pkg-deinstall	Mon Mar  5 15:16:01 2001
+++ cleanfeed/pkg-deinstall	Thu Jan  1 08:00:00 1970
@@ -1,9 +0,0 @@
-#!/bin/sh
-
-if [ "$2" != "POST-DEINSTALL" ]; then
-    exit 0
-fi
-
-if [ -f %%LOCALBASE%%/news/bin/filter/filter_innd.pl.ORIG ]; then
-  mv %%LOCALBASE%%/news/bin/filter/filter_innd.pl.ORIG %%LOCALBASE%%/news/bin/filter/filter_innd.pl
-fi
>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




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