ports/67105: [PATCH] audio/rawrec: pin subdirs to sites by grouping
Roman Neuhauser
neuhauser at chello.cz
Mon May 24 00:00:33 UTC 2004
>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 at 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 at 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:
More information about the freebsd-ports-bugs
mailing list