From sec@matrix.42.org  Tue Nov  4 10:34:52 1997
Received: from matrix.42.org (sec@matrix.42.org [192.68.213.129])
          by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id KAA27454;
          Tue, 4 Nov 1997 10:34:47 -0800 (PST)
          (envelope-from sec@matrix.42.org)
Received: (from sec@localhost)
	by matrix.42.org (8.8.7/8.8.6) id TAA01797
	(sender <sec>); Tue, 4 Nov 1997 19:34:26 +0100 (CET)
Message-Id: <199711041834.TAA01797@matrix.42.org>
Date: Tue, 4 Nov 1997 19:34:26 +0100 (CET)
From: Stefan `Sec` Zehl <sec@42.org>
Reply-To: sec@42.org
To: FreeBSD-gnats-submit@freebsd.org
Cc: jkh@freebsd.org
Subject: audio/nas port fails build + fix
X-Send-Pr-Version: 3.2

>Number:         4935
>Category:       ports
>Synopsis:       audio/nas port fails build + fix
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Nov  4 10:40:01 PST 1997
>Closed-Date:    Mon May 25 00:29:47 PDT 1998
>Last-Modified:  Mon May 25 00:31:06 PDT 1998
>Originator:     Stefan `Sec` Zehl
>Release:        FreeBSD 2.2-STABLE i386
>Organization:
>Environment:

System without nas installed (if nas is already installed you will not detect
any problems with the build)

>Description:

As I already pointed out (in ports/4596), the nas port fails to buid on
2.2-STABLE. Since nobody bothered to do anything, i tried to fix it myself.

The patch is attached below, I hope it (or another fix) makes it in soon.

>How-To-Repeat:

pkg_delete nas-1.2.5
cd /usr/ports/audio/nas
make

>Fix:

put this as "patch-ba" in /usr/ports/audio/nas/patches:

--- include/audio/Imakefile.org	Tue Nov  4 18:40:01 1997
+++ include/audio/Imakefile	Tue Nov  4 18:40:01 1997
@@ -37,7 +37,7 @@
 	MakeDir($(BUILDINCDIR:/=\))
 #endif /* WIN32 */
 
-BuildIncludes($(HEADERS),audio,..)
+BuildIncludes($(HEADERS),audio,.)
 
 #if ProjectX < 5		/* X11R4 doesn't make dir explicitly */
 #ifndef MakeDir
--- lib/audio/Imakefile.org	Tue Nov  4 18:21:00 1997
+++ lib/audio/Imakefile	Tue Nov  4 18:21:00 1997
@@ -125,7 +125,7 @@
 
 #endif
 
-BuildIncludes($(HEADERS),audio,..)
+BuildIncludes($(HEADERS),audio,.)
 InstallMultiple($(HEADERS),$(INCDIR))
 #if ProjectX >= 5
 InstallNonExecFile(AuErrorDB,$(LIBDIR))
>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: steve 
State-Changed-When: Mon May 25 00:29:47 PDT 1998 
State-Changed-Why:  
Patch finally committed, thanks! 
>Unformatted:
