Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 25 Jul 2001 11:10:38 +1000 (EST)
From:      Tony Maher <tonym@biolateral.com.au>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/29204: Port update: generic-nqs (distfile location)
Message-ID:  <200107250110.f6P1Ac857786@dt.home>

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

>Number:         29204
>Category:       ports
>Synopsis:       Port update: generic-nqs (distfile location)
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jul 24 18:20:00 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     Tony Maher <tonym@biolateral.com.au>
>Release:        FreeBSD 4.3-STABLE i386
>Organization:
Biolateral
>Environment:
System: FreeBSD dt.home 4.3-STABLE FreeBSD 4.3-STABLE #6: Sat Jul 21 17:12:29 EST 2001 root@dt.home:/usr/obj/usr/src/sys/DT i386


>Description:
	The main Generic NQS web/ftp site has dissappeared.  It was planned to
	move it to sourceforge and while the initial creation was done there
	is no actual source (or activity) there.
	Generic NQS project apears to be dead.

	Bill Fenner has put a copy of tarball in his ${MASTER_SITE_LOCAL}
	subdirectory so this updates the port to use that.

	Also update my email address.

	Also modify script that was writing to /etc/syslog.conf
	Now it just tells user that they should edit it.
	Because of this I have added PORTREVISION=1

    Also a few whitespace changes in Makefile.

>How-To-Repeat:

>Fix:

diff -ruN generic-nqs.bak/Makefile generic-nqs/Makefile
--- generic-nqs.bak/Makefile	Wed Jul 11 10:22:16 2001
+++ generic-nqs/Makefile	Wed Jul 25 10:38:20 2001
@@ -7,14 +7,16 @@
 # View this file with tabstop=4
 #
 
-PORTNAME=		Generic-NQS
-PORTVERSION=	3.50.9
-CATEGORIES=		net
-MASTER_SITES=	http://ftp.gnqs.org/pub/gnqs/source/by-version-number/v3.50/
+PORTNAME=			Generic-NQS
+PORTVERSION=		3.50.9
+PORTREVISION=		1
+CATEGORIES=			net
+MASTER_SITES=		${MASTER_SITE_LOCAL}
+MASTER_SITE_SUBDIR=	fenner
 
-MAINTAINER=		tonym@angis.org.au
+MAINTAINER=		tonym@biolateral.com.au
 
-USE_BZIP2=	yes
+USE_BZIP2=		yes
 IS_INTERACTIVE=	yes
 NO_PACKAGE=		have to build on site due to the descriptors created in\
 				/var/spool/nqs (default location) and the configuration\
diff -ruN generic-nqs.bak/scripts/syslog-add.sh generic-nqs/scripts/syslog-add.sh
--- generic-nqs.bak/scripts/syslog-add.sh	Mon Dec 27 11:46:07 1999
+++ generic-nqs/scripts/syslog-add.sh	Wed Jul 25 10:34:10 2001
@@ -5,8 +5,8 @@
 if grep -q nqs /etc/syslog.conf
 then :
 else
-	echo "local0.*					/var/log/nqs" >> /etc/syslog.conf  
-	echo ""
-	echo "/etc/syslog.conf modified to support nqs (using local0.*)"
-	echo ""
+	echo 'You need to add a line as follows to /etc/syslog.conf'
+	echo ''
+	echo 'local0.*					/var/log/nqs'
+	echo ''
 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?200107250110.f6P1Ac857786>