ports/67922: [patch] turn audio/linux-mbrola in a slave port

Mark Linimon linimon at lonesome.com
Mon Jun 14 05:40:19 UTC 2004


>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 at 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:



More information about the freebsd-ports-bugs mailing list