Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 6 Sep 2000 04:53:05 -0400 (EDT)
From:      Trevor Johnson <trevor@jpj.net>
To:        freebsd-gnats-submit@freebsd.org
Subject:   ports/21076: update audio/nas
Message-ID:  <Pine.BSI.4.21.0009060428090.7137-100000@blues.jpj.net>

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

>Number:         21076
>Category:       ports
>Synopsis:       update audio/nas
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Sep 06 02:00:00 PDT 2000
>Closed-Date:
>Last-Modified:
>Originator:     Trevor Johnson
>Release:        4.1-STABLE i386
>Organization:
myself
>Environment:

unsuccessfully tested under
FreeBSD ws99.invalid 4.1-STABLE FreeBSD 4.1-STABLE #0: Sat Jul 29 02:55:41
UTC 2000 root@ws99.invalid:/usr/obj/usr/src/sys/TREVOR41A i386
 
>Description:

from the home page:

   NAS 1.4.1 is now available. The only change from 1.4, aside from minor
   documentation changes, is a patch to the sun server by Charles Levert
   that works around the 'late SIGPOLL' problem seen on some Sun
   hardware. If you are using the Sun server and suffer frequent
   dropouts, even though you have the CPU horsepower available, check out
   this version to see if it helps. If none of the above applies to you,
   then you do not need to upgrade from 1.4.                             

Here is a bump to the version number, the new checksum, and an update for
the MASTER_SITES.  The new version has not appeared on ftp.x.org (nor,
consequently, its mirrors) but is available from radscan.com, where the
NAS Web pages are also hosted.  Therefore I've moved radscan.com so it
appears first in the MASTER_SITES.

I've installed XFree86 4.0 and the imake that came with it is inserting a
line

	InstallLinkKitSubdirs($(SUBDIRS))

in the generated Makefile.  That causes make to barf with

	"Makefile", line 860: Missing dependency operator

and gmake (run in ${WRKSRC}) errors out with

	Makefile:860: *** missing separator.  Stop.

so I can't finish this update just now.  Comparing the contents of the 1.4
and 1.4.1 tarballs I see:

$ diff -ruN nas-1.4/ nas-1.4.1/ | diffstat
 BUILDNOTES              |   28 
 FAQ                     |   24 
 HISTORY                 |   13 
 README                  |   63 -
 RELEASE                 |    2 
 server/dda/sun/ausuni.c | 1729 +++++++++++++++++++++++++-----------------------
 6 files changed, 980 insertions(+), 879 deletions(-)

This shows no files were added or removed, and the only code changes were
to ausuni.c.  A comment near the top of that file says "Unified NAS dda
for Sun Sparc architecture" so it does not seem to pertain to FreeBSD.  I
expect that, for someone with a working imake, this update will work.

Among the changes to the documentation I see:

                http://radscan.com/nas.html
-               ftp.x.org:/contrib/audio/nas
-
-               As many other ftp archives I can stick it on.
+                       - contains most recent version, including 
+                         point releases
+               ftp://ftp.x.org:/contrib/audio/nas
+                       - contains most recent major release

which supports the change to MASTER_SITES.  I don't see much else of
consequence for us in 1.4.1--a new URL for the archive of the mailing list
is about all.

>How-To-Repeat:

N/A

>Fix:

diff -ruN nas.orig/Makefile nas/Makefile
--- nas.orig/Makefile	Fri Jun 16 21:50:22 2000
+++ nas/Makefile	Wed Sep  6 07:40:37 2000
@@ -6,10 +6,10 @@
 #
 
 PORTNAME=	nas
-PORTVERSION=	1.4
+PORTVERSION=	1.4.1
 CATEGORIES=	audio
-MASTER_SITES=	${MASTER_SITE_XCONTRIB} \
-		http://radscan.com/nas/
+MASTER_SITES=	http://radscan.com/nas/ \
+		${MASTER_SITE_XCONTRIB}
 MASTER_SITE_SUBDIR=	audio/nas
 EXTRACT_SUFX=	.src.tar.gz
 
diff -ruN nas.orig/files/md5 nas/files/md5
--- nas.orig/files/md5	Thu Mar 30 03:25:56 2000
+++ nas/files/md5	Wed Sep  6 07:46:38 2000
@@ -1 +1 @@
-MD5 (nas-1.4.src.tar.gz) = 8b9280377d0ad404afbaa5a93f213bc5
+MD5 (nas-1.4.1.src.tar.gz) = 8822b58c2662238ca860cfbf05345f64


>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?Pine.BSI.4.21.0009060428090.7137-100000>