Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 5 Mar 2002 23:21:51 -0500 (EST)
From:      Alan Eldridge <ports@geeksrus.net>
To:        FreeBSD-gnats-submit@freebsd.org
Cc:        Lars.Koeller@Uni-Bielefeld.DE
Subject:   ports/35578: mail/faces: make NAS default since xfaces requires it.
Message-ID:  <200203060421.g264Lpm88842@wwweasel.geeksrus.net>

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

>Number:         35578
>Category:       ports
>Synopsis:       mail/faces: make NAS default since xfaces requires it.
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Mar 05 20:30:01 PST 2002
>Closed-Date:
>Last-Modified:
>Originator:     Alan Eldridge
>Release:        FreeBSD 4.5-STABLE i386
>Organization:
Geeksrus.NET
>Environment:
System: FreeBSD wwweasel.geeksrus.net 4.5-STABLE FreeBSD 4.5-STABLE #0: Fri Feb 8 21:25:34 EST 2002 root@wwweasel.geeksrus.net:/usr/obj/usr/src/sys/WWWEASEL i386

>Description:

The mail/faces port can use either NAS or rplay+gsm for audio support. The
mail/xfaces port, which depends on mail/faces, requires NAS. 

If you install both xfaces and faces with default settings, then you get
rplay+gsm installed for faces, and xfaces goes ahead and installs NAS anyway.

This patch makes NAS the default for faces, so it and xfaces have the same
dependencies.

>How-To-Repeat:

>Fix:

--8<----8<----8<----8<----8<----8<----8<----8<----8<----8<--
Index: mail/faces/Makefile
===================================================================
RCS file: /home/alane/cvsroot/ports/mail/faces/Makefile,v
retrieving revision 1.20
diff -u -3 -r1.20 Makefile
--- mail/faces/Makefile	4 Mar 2002 12:39:32 -0000	1.20
+++ mail/faces/Makefile	6 Mar 2002 04:17:39 -0000
@@ -15,13 +15,13 @@
 
 MAINTAINER=	Lars.Koeller@Uni-Bielefeld.DE
 
-# Define USE_NAS for NAS audio support
-.if defined(USE_NAS)
-RUN_DEPENDS=	auplay:${PORTSDIR}/audio/nas
-SED_REPL=auplay
-.else
+# Define USE_RPLAY for rplay+gsm audio support
+.if defined(USE_RPLAY)
 RUN_DEPENDS=	rplay:${PORTSDIR}/audio/rplay
 SED_REPL=rplay
+.else
+RUN_DEPENDS=	auplay:${PORTSDIR}/audio/nas
+SED_REPL=auplay
 .endif
 
 USE_X_PREFIX=	yes
--8<----8<----8<----8<----8<----8<----8<----8<----8<----8<--

>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?200203060421.g264Lpm88842>