Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 4 Nov 1997 19:34:26 +0100 (CET)
From:      Stefan `Sec` Zehl <sec@42.org>
To:        FreeBSD-gnats-submit@FreeBSD.ORG
Cc:        jkh@FreeBSD.ORG
Subject:   ports/4935: audio/nas port fails build + fix
Message-ID:  <199711041834.TAA01797@matrix.42.org>
Resent-Message-ID: <199711041840.KAA27819@hub.freebsd.org>

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

>Number:         4935
>Category:       ports
>Synopsis:       audio/nas port fails build + fix
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Nov  4 10:40:01 PST 1997
>Last-Modified:
>Originator:     Stefan `Sec` Zehl
>Organization:
>Release:        FreeBSD 2.2-STABLE i386
>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))
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199711041834.TAA01797>