Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 19 Oct 2006 17:02:58 +0200 (CEST)
From:      Emanuel Haupt <ehaupt@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/104571: patch: shells/bash-completion - Patch for mplayer flv file completion 
Message-ID:  <200610191502.k9JF2w0V074886@milkyway.critical.ch>
Resent-Message-ID: <200610191510.k9JFAAe0050221@freefall.freebsd.org>

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

>Number:         104571
>Category:       ports
>Synopsis:       patch: shells/bash-completion - Patch for mplayer flv file completion
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Oct 19 15:10:10 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Emanuel Haupt
>Release:        FreeBSD 6.1-RELEASE-p10 i386
>Organization:
>Environment:
System: FreeBSD milkyway.critical.ch 6.1-RELEASE-p10 FreeBSD 6.1-RELEASE-p10 #0: Sun Oct 1 14:18:46 CEST 2006 root@milkyway.critical.ch:/usr/obj/usr/src/sys/MILKYWAY i386


	
>Description:
The following patch provides flv (FFmpeg Flash video) file completion for
mplayer.

>How-To-Repeat:
	
>Fix:

	

--- bash-completion.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/shells/bash-completion/Makefile,v
retrieving revision 1.15
diff -u -r1.15 Makefile
--- Makefile	7 Oct 2006 03:32:28 -0000	1.15
+++ Makefile	19 Oct 2006 14:59:04 -0000
@@ -7,7 +7,7 @@
 
 PORTNAME=	bash-completion
 PORTVERSION=	20060301
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	shells
 MASTER_SITES=	http://www.caliban.org/files/bash/
 
@@ -43,7 +43,8 @@
 		s|/usr/share\(/ssl/openssl.cnf\)|/etc\1|g; \
 		s|/usr/ports|${PORTSDIR}|g; \
 		s|/usr/lib\(/aspell\)|${LOCALBASE}/share\1|g; \
-		s|/usr/share/info|&:${LOCALBASE}/info:${X11BASE}/info|g' \
+		s|/usr/share/info|&:${LOCALBASE}/info:${X11BASE}/info|g; \
+		s|\(FLAC\)|\1\|flv\|FLV|' \
 		${WRKSRC}/bash_completion
 
 do-install:
--- bash-completion.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?200610191502.k9JF2w0V074886>