Bug 34503 - Upgrade news/newsx to v. 1.4.6
Summary: Upgrade news/newsx to v. 1.4.6
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Dirk Meyer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-01-31 20:30 UTC by Thierry Thomas
Modified: 2002-07-07 09:46 UTC (History)
0 users

See Also:


Attachments
file.shar (5.23 KB, text/plain)
2002-01-31 20:30 UTC, Thierry Thomas
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Thierry Thomas 2002-01-31 20:30:03 UTC
	Upgrade to the last release. This release is basically for bug fixes.

	It supports inn's storage manager => no more ugly patches!

Fix: Execute the following shar file (no diffs: they were much bigger
	than this shar file!).

How-To-Repeat: 	N/A
Comment 1 Thierry Thomas 2002-01-31 21:13:27 UTC
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.
Comment 2 Dirk Meyer freebsd_committer freebsd_triage 2002-02-23 14:24:13 UTC
State Changed
From-To: open->closed

Committed, thanks. 
Please send changes as patches, see porters-handbook.