Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 31 Jan 2002 13:20:02 -0800 (PST)
From:      Thierry Thomas <thierry@pompo.net>
To:        freebsd-ports@FreeBSD.org
Subject:   Re: ports/34503: Upgrade news/newsx to v. 1.4.6
Message-ID:  <200201312120.g0VLK2f92710@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/34503; it has been noted by GNATS.

From: Thierry Thomas <thierry@pompo.net>
To: FreeBSD-gnats-submit@freebsd.org
Cc:  
Subject: Re: ports/34503: Upgrade news/newsx to v. 1.4.6
Date: Thu, 31 Jan 2002 22:13:27 +0100

 Le 31 Jan 02 à 21:24:31 +0000, Thierry Thomas écrivait :
 > 
 > >Number:         34503
 > >Category:       ports
 > >Synopsis:       Upgrade news/newsx to v. 1.4.6
 
 
 > echo c - /usr/ports/news/newsx/files
 > mkdir -p /usr/ports/news/newsx/files > /dev/null 2>&1
 > echo x - /usr/ports/news/newsx/files/patch-configure.in
 > sed 's/^X//' >/usr/ports/news/newsx/files/patch-configure.in << 'END-of-/usr/ports/news/newsx/files/patch-configure.in'
 > X--- configure.in.orig	Tue Jan 29 20:15:19 2002
 > X+++ configure.in	Thu Jan 31 01:05:04 2002
 > X@@ -189,7 +189,7 @@
 > X dnl  Default list of locations to visit in search of the
 > X dnl  news configuration file
 > X dnl
 > X-VISIT="/usr/lib/news /var/news/etc /usr/spool/news /usr/share/news \
 > X+VISIT="/usr/local/news/lib /usr/lib/news /var/news/etc /usr/spool/news /usr/share/news \
 > X  /var/db/news /usr/local/news/control /usr/local/news /local/news /etc/news \
 > X  /usr/local/news/bin/control /usr/local/lib/news /news /usr/local/inn \
 > X  /var/lib/news /usr/lib"
 > END-of-/usr/ports/news/newsx/files/patch-configure.in
 > exit
 
 Oops! Sorry, the patch file should have been:
 
 # This is a shell archive.  Save it in a file, remove anything before
 # this line, and then unpack it by entering "sh file".  Note, it may
 # create directories; files and directories will be owned by you and
 # have default permissions.
 #
 # This archive contains:
 #
 #	/usr/ports/news/newsx/files/patch-configure.in
 #
 echo x - /usr/ports/news/newsx/files/patch-configure.in
 sed 's/^X//' >/usr/ports/news/newsx/files/patch-configure.in << 'END-of-/usr/ports/news/newsx/files/patch-configure.in'
 X--- configure.in.orig	Tue Jan 29 20:15:19 2002
 X+++ configure.in	Thu Jan 31 01:05:04 2002
 X@@ -189,7 +189,7 @@
 X dnl  Default list of locations to visit in search of the
 X dnl  news configuration file
 X dnl
 X-VISIT="/usr/lib/news /var/news/etc /usr/spool/news /usr/share/news \
 X+VISIT="%%LOCALBASE%%/news/lib /usr/lib/news /var/news/etc /usr/spool/news /usr/share/news \
 X  /var/db/news /usr/local/news/control /usr/local/news /local/news /etc/news \
 X  /usr/local/news/bin/control /usr/local/lib/news /news /usr/local/inn \
 X  /var/lib/news /usr/lib"
 END-of-/usr/ports/news/newsx/files/patch-configure.in
 exit
 
 
 to be LOCALBASE-compliant.
 
 Please accept this fix. Thanks.
 -- 
 Th. Thomas.

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?200201312120.g0VLK2f92710>