Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 30 Oct 2013 05:07:58 +0400 (MSK)
From:      Dmitry Marakasov <amdmi3@amdmi3.ru>
To:        FreeBSD-gnats-submit@freebsd.org
Cc:        wg@FreeBSD.org
Subject:   ports/183461: [PATCH] multimedia/ffmpeg0: remove duplicate plist entry
Message-ID:  <20131030010758.CF5DDE5A@hades.panopticon>
Resent-Message-ID: <201310300110.r9U1A0wt028942@freefall.freebsd.org>

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

>Number:         183461
>Category:       ports
>Synopsis:       [PATCH] multimedia/ffmpeg0: remove duplicate plist entry
>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:   Wed Oct 30 01:10:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Dmitry Marakasov
>Release:        FreeBSD 9.1-RELEASE-p4 amd64
>Organization:
>Environment:
System: FreeBSD hades.panopticon 9.1-RELEASE-p4 FreeBSD 9.1-RELEASE-p4 #0 r251956: Tue Jun 18 21:41:37 MSK
>Description:
etc/rc.d/ffserver%%SUFF%% is added to plist by USE_RC_SUBR, and is not needed in plg-plist.

pkg issues a warning on this.

Port maintainer (wg@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.99_8 (mode: change, diff: SVN)
>How-To-Repeat:
>Fix:

--- ffmpeg0-0.7.16,1.patch begins here ---
Index: pkg-plist
===================================================================
--- pkg-plist	(revision 332027)
+++ pkg-plist	(working copy)
@@ -4,7 +4,6 @@
 %%FFSERVER%%@unexec if cmp -s %D/etc/ffserver%%SUFF%%.conf %D/etc/ffserver%%SUFF%%.conf-dist; then rm -f %D/etc/ffserver%%SUFF%%.conf; fi
 %%FFSERVER%%etc/ffserver%%SUFF%%.conf-dist
 %%FFSERVER%%@exec [ -f %B/ffserver%%SUFF%%.conf ] || cp %B/%f %B/ffserver%%SUFF%%.conf
-%%FFSERVER%%etc/rc.d/ffserver%%SUFF%%
 include/ffmpeg%%SUFF%%/libavcodec/avcodec.h
 include/ffmpeg%%SUFF%%/libavcodec/avfft.h
 include/ffmpeg%%SUFF%%/libavcodec/dxva2.h
--- ffmpeg0-0.7.16,1.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?20131030010758.CF5DDE5A>