Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 7 Jan 2003 16:23:34 -0500 (EST)
From:      Mikhail Teterin <mi@aldan.algebra.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/46840: x11-toolkits/qt3[01] and audio/nas
Message-ID:  <200301072123.h07LNYst033977@aldan.algebra.com>

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

>Number:         46840
>Category:       ports
>Synopsis:       x11-toolkits/qt3[01] and audio/nas
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jan 07 13:30:01 PST 2003
>Closed-Date:
>Last-Modified:
>Originator:     Mikhail Teterin
>Release:        FreeBSD 5.0-CURRENT i386
>Organization:
Virtual Estates, Inc.
>Environment:
System: FreeBSD aldan.algebra.com 5.0-CURRENT FreeBSD 5.0-CURRENT #17: Sat Dec 28 03:37:40 EST 2002 root@aldan.algebra.com:/ccd/obj/ccd/src/sys/DEBUG i386

>Description:

	Qt has (optional) support for Network Audio System. The support,
	however, is explicitly turned off by qt30 and ignored by qt31.

	Unless there is a good reason to not use it (bugs, excessive
	bloat), the nas support deserves to be treated no differently
	from, say, JPEG. If there is a good reason, putting it into the
	Makefiles' comments would be good too.

	Presently, if qt31 is built with audio/nas already installed,
	its configure will notice and the generated binaries will depend
	on libadio without the dependency being properly registered.

>How-To-Repeat:
>Fix:
	The following patch is for qt31. The patch for qt30 would be
	equally trivial:

Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/x11-toolkits/qt31/Makefile,v
retrieving revision 1.120
diff -U2 -r1.120 Makefile
--- Makefile	6 Jan 2003 15:05:36 -0000	1.120
+++ Makefile	7 Jan 2003 21:14:49 -0000
@@ -23,4 +23,5 @@
 		png.5:${PORTSDIR}/graphics/png \
 		jpeg.9:${PORTSDIR}/graphics/jpeg \
+		audio:${PORTSDIR}/audio/nas \
 		cups.2:${PORTSDIR}/print/cups-base
 
@@ -35,5 +36,5 @@
 		-system-zlib -sm -qt-gif -thread -no-fast	\
 		${XINERAMA} -no-g++-exceptions -no-stl ${CUPS}	\
-		-shared -prefix ${PREFIX}
+		-system-nas-sound -shared -prefix ${PREFIX}
 
 .if defined(DEBUG)
>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?200301072123.h07LNYst033977>