Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 11 Dec 2012 01:53:40 GMT
From:      Geraud CONTINSOUZAS <geraud@gcu.info>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/174351: [PATCH] audio/opus : fix broken plist
Message-ID:  <201212110153.qBB1rebK069485@red.freebsd.org>
Resent-Message-ID: <201212110200.qBB200i7023740@freefall.freebsd.org>

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

>Number:         174351
>Category:       ports
>Synopsis:       [PATCH] audio/opus : fix broken plist
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Dec 11 02:00:00 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Geraud CONTINSOUZAS
>Release:        FreeBSD 8.3 STABLE
>Organization:
>Environment:
FreeBSD chauchau.xxxxxx.local 8.3-STABLE FreeBSD 8.3-STABLE #0: Mon Jul 23 15:19:20 NCT 2012     root@chauchau.xxxxxx.net:/usr/obj/usr/src/sys/GENERIC  amd64
>Description:
opus' shared lib version has been bump'd, there was even a commit to bump the depending ports. However the commiter didn't update the plist to reflect the new lib version.
>How-To-Repeat:
cd /usr/ports/audio/opus && make package install
>Fix:
See attached patch

Patch attached with submission follows:

--- audio/opus/pkg-plist.orig	2012-12-11 08:52:44.000000000 +1100
+++ audio/opus/pkg-plist	2012-12-11 08:50:31.000000000 +1100
@@ -5,7 +5,7 @@
 lib/libopus.a
 lib/libopus.la
 lib/libopus.so
-lib/libopus.so.2
+lib/libopus.so.3
 libdata/pkgconfig/opus.pc
 share/aclocal/opus.m4
 @dirrm include/opus


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



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