Bug 21076 - update audio/nas
Summary: update audio/nas
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: freebsd-ports (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2000-09-06 10:00 UTC by Trevor Johnson
Modified: 2000-09-07 13:21 UTC (History)
0 users

See Also:


Attachments
file.diff (690 bytes, patch)
2000-09-06 10:00 UTC, Trevor Johnson
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Trevor Johnson 2000-09-06 10:00:00 UTC
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
Comment 1 Maxim Sobolev freebsd_committer freebsd_triage 2000-09-07 13:17:17 UTC
State Changed
From-To: open->closed

Port updated, thanks for reporting! 

BTW, the most likely is that your problems with Imake caused by the lesstif 
installed, or was installed. Old version of lesstif were violently replacing 
Imake.tmpl with his custom version incompatible with XFree4. You have either 
to reinstall XFree, or unpack its default Imake.tmpl, apply FreeBSD patches to 
it and install this file.