Date: Mon, 14 Jun 2004 00:32:43 -0500 (CDT) From: Mark Linimon <linimon@lonesome.com> To: FreeBSD-gnats-submit@FreeBSD.org Cc: trevor@FreeBSD.org Subject: ports/67922: [patch] turn audio/linux-mbrola in a slave port Message-ID: <200406140532.i5E5Whe2087088@lonesome.lonesome.com> Resent-Message-ID: <200406140540.i5E5eIIu047932@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 67922 >Category: ports >Synopsis: [patch] turn audio/linux-mbrola in a slave port >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Jun 14 05:40:18 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Mark Linimon >Release: FreeBSD 4.9-PRERELEASE i386 >Organization: Lonesome Dove Computing Services >Environment: System: FreeBSD lonesome.lonesome.com 4.9-PRERELEASE FreeBSD 4.9-PRERELEASE #3: Thu Jan 22 20:41:05 CST 2004 root@lonesome.lonesome.com:/usr/src/sys/compile/MULTIMEDIA i386 >Description: Both portsmon and FreshPorts need to be able to automatically determine whether or not a port is a slave port and if so, what its masterport is. This (transparent) change enables that automatic detection. It has no other impact on the port. >How-To-Repeat: (n/a) >Fix: Index: Makefile =================================================================== RCS file: /home/FreeBSD/pcvs/ports/audio/linux-mbrola/Makefile,v retrieving revision 1.1 diff -u -r1.1 Makefile --- Makefile 5 Nov 2003 14:04:03 -0000 1.1 +++ Makefile 14 Jun 2004 05:29:53 -0000 @@ -22,4 +22,5 @@ USE_LINUX= y USE_ZIP= y -.include "../mbrola/Makefile" +MASTERDIR= ${.CURDIR}/../mbrola +.include "${MASTERDIR}/Makefile" >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200406140532.i5E5Whe2087088>