Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 24 May 2004 01:50:21 +0200 (CEST)
From:      Roman Neuhauser <neuhauser@chello.cz>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/67105: [PATCH] audio/rawrec: pin subdirs to sites by grouping
Message-ID:  <20040523235021.0398D2FDA01@isis.wad.cz>
Resent-Message-ID: <200405240000.i4O00ORl055079@freefall.freebsd.org>

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

>Number:         67105
>Category:       ports
>Synopsis:       [PATCH] audio/rawrec: pin subdirs to sites by grouping
>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:   Sun May 23 17:00:24 PDT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Roman Neuhauser
>Release:        FreeBSD 4.9-RELEASE-p2 i386
>Organization:
>Environment:
System: FreeBSD isis.wad.cz 4.9-RELEASE-p2 FreeBSD 4.9-RELEASE-p2 #3: Sun Mar 7 02:11:16 CET 2004 root@isis.wad.cz:/usr/obj/usr/src/sys/FREEPUPPY2_6 i386


	
>Description:
reduce time and traffic by coupling:
* apps/sound/recorders with MASTER_SITE_SUNSITE
* rawrec with MASTER_SITE_SOURCEFORGE

I couldn't get it to work without adding explicit DISTFILES, do let me
know if you come up with something that does away without it. I thought
:DEFAULT in MASTER_SITES might help, but no joy...

>How-To-Repeat:
	
>Fix:

	

--- audio::rawrec.MASTER_SITE_SUBDIR.patch begins here ---
Index: audio/rawrec/Makefile
===================================================================
RCS file: /home/ncvs/ports/audio/rawrec/Makefile,v
retrieving revision 1.11
diff -u -r1.11 Makefile
--- audio/rawrec/Makefile	4 Feb 2004 05:18:37 -0000	1.11
+++ audio/rawrec/Makefile	23 May 2004 23:42:08 -0000
@@ -10,10 +10,11 @@
 PORTVERSION=	0.9.98
 PORTREVISION=	1
 CATEGORIES=	audio
-MASTER_SITES=	${MASTER_SITE_SUNSITE} \
-		${MASTER_SITE_SOURCEFORGE}
-MASTER_SITE_SUBDIR=	apps/sound/recorders \
-		${PORTNAME}
+MASTER_SITES=	${MASTER_SITE_SUNSITE:S/$/:sun/} \
+		${MASTER_SITE_SOURCEFORGE:S/$/:sf/}
+MASTER_SITE_SUBDIR=	apps/sound/recorders/:sun \
+		${PORTNAME}/:sf
+DISTFILES=	${DISTNAME}${EXTRACT_SUFX}:sun,sf
 
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	A utility to record and playback raw audio data
--- audio::rawrec.MASTER_SITE_SUBDIR.patch ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



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