From nobody@FreeBSD.org  Fri Jul 20 20:51:45 2012
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id AB3D9106566B
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 20 Jul 2012 20:51:45 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22])
	by mx1.freebsd.org (Postfix) with ESMTP id 960D48FC15
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 20 Jul 2012 20:51:45 +0000 (UTC)
Received: from red.freebsd.org (localhost [127.0.0.1])
	by red.freebsd.org (8.14.4/8.14.4) with ESMTP id q6KKpjkx080630
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 20 Jul 2012 20:51:45 GMT
	(envelope-from nobody@red.freebsd.org)
Received: (from nobody@localhost)
	by red.freebsd.org (8.14.4/8.14.4/Submit) id q6KKpj6n080629;
	Fri, 20 Jul 2012 20:51:45 GMT
	(envelope-from nobody)
Message-Id: <201207202051.q6KKpj6n080629@red.freebsd.org>
Date: Fri, 20 Jul 2012 20:51:45 GMT
From: Pawel Pekala <pawel@FreeBSD.org>
To: freebsd-gnats-submit@FreeBSD.org
Subject: Some ports not bumped after libogg update
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         170032
>Category:       ports
>Synopsis:       Some ports not bumped after libogg update
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-multimedia
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jul 20 21:00:22 UTC 2012
>Closed-Date:    Sat Nov 23 22:50:03 UTC 2013
>Last-Modified:  Sat Nov 23 22:50:03 UTC 2013
>Originator:     Pawel Pekala
>Release:        10.0-CURRENT
>Organization:
>Environment:
FreeBSD blaviken.slowicza.org 10.0-CURRENT FreeBSD 10.0-CURRENT #10: Sat Jul 14 11:00:18 CEST 2012     corn@blaviken.slowicza.org:/usr/obj/usr/src/sys/BLAVIKEN  i386

>Description:
After portmaster -a today, lib_check shows me some missing deps:

http://people.freebsd.org/~pawel/missing-libs.txt

My patch adds port bumps and explicit dependency on audio/libogg so these ports want be forgotten on future updates.

NOTE:
GNOME ports are submitted as separated PR.


>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -urN /usr/ports/audio/jack/Makefile audio/jack/Makefile
--- /usr/ports/audio/jack/Makefile	2012-05-30 13:27:09.000000000 +0200
+++ audio/jack/Makefile	2012-07-20 20:47:16.000000000 +0200
@@ -7,7 +7,7 @@
 
 PORTNAME=	jackit
 PORTVERSION=	0.121.3
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	audio
 MASTER_SITES=	http://jackaudio.org/downloads/
 DISTNAME=	jack-audio-connection-kit-${PORTVERSION}
@@ -18,7 +18,8 @@
 LIB_DEPENDS=	portaudio.0:${PORTSDIR}/audio/portaudio \
 		sndfile.1:${PORTSDIR}/audio/libsndfile \
 		samplerate.1:${PORTSDIR}/audio/libsamplerate \
-		celt0.2:${PORTSDIR}/audio/celt
+		celt0.2:${PORTSDIR}/audio/celt \
+		ogg:${PORTSDIR}/audio/libogg
 
 LATEST_LINK=	jack
 LIBS+=		${PTHREAD_LIBS}
diff -urN /usr/ports/audio/libsamplerate/Makefile audio/libsamplerate/Makefile
--- /usr/ports/audio/libsamplerate/Makefile	2012-05-30 13:33:34.000000000 +0200
+++ audio/libsamplerate/Makefile	2012-07-20 21:56:37.000000000 +0200
@@ -7,7 +7,7 @@
 
 PORTNAME=	libsamplerate
 PORTVERSION=	0.1.8
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	audio
 MASTER_SITES=	http://www.mega-nerd.com/SRC/
 
@@ -41,7 +41,8 @@
 .endif
 
 .if ${PORT_OPTIONS:MEXAMPLES}
-LIB_DEPENDS+=	sndfile.1:${PORTSDIR}/audio/libsndfile
+LIB_DEPENDS+=	sndfile.1:${PORTSDIR}/audio/libsndfile \
+		ogg:${PORTSDIR}/audio/libogg
 .elif defined(MAINTAINER_MODE) || defined(PACKAGE_BUILDING)
 BUILD_DEPENDS +=	${LOCALBASE}/lib/libsndfile.so:${PORTSDIR}/audio/libsndfile
 .else
diff -urN /usr/ports/audio/twolame/Makefile audio/twolame/Makefile
--- /usr/ports/audio/twolame/Makefile	2011-08-11 21:19:05.000000000 +0200
+++ audio/twolame/Makefile	2012-07-20 22:26:25.000000000 +0200
@@ -7,6 +7,7 @@
 
 PORTNAME=	twolame
 PORTVERSION=	0.3.13
+PORTREVISION=	1
 CATEGORIES=	audio
 MASTER_SITES=	SF \
 		http://www.ecs.soton.ac.uk/~njh/twolame/
@@ -14,7 +15,8 @@
 MAINTAINER=	multimedia@FreeBSD.org
 COMMENT=	MPEG Audio Layer 2 encoder
 
-LIB_DEPENDS=	sndfile.1:${PORTSDIR}/audio/libsndfile
+LIB_DEPENDS=	sndfile.1:${PORTSDIR}/audio/libsndfile \
+		ogg:${PORTSDIR}/audio/libogg
 
 USE_GMAKE=	yes
 USE_GNOME=	gnomehack pkgconfig
diff -urN /usr/ports/audio/gstreamer-plugins-ogg/Makefile audio/gstreamer-plugins-ogg/Makefile
--- /usr/ports/audio/gstreamer-plugins-ogg/Makefile	2010-07-24 18:04:58.000000000 +0200
+++ audio/gstreamer-plugins-ogg/Makefile	2012-07-20 22:31:21.000000000 +0200
@@ -6,11 +6,13 @@
 #   $MCom: ports/audio/gstreamer-plugins-ogg/Makefile,v 1.6 2008/03/21 04:01:32 ahze Exp $
 #
 
-PORTREVISION=	0
+PORTREVISION=	1
 CATEGORIES=	audio
 
 COMMENT=	Gstreamer Ogg bitstream plugin
 
+LIB_DEPENDS+=	ogg:${PORTSDIR}/audio/libogg
+
 GST_PLUGIN=	ogg
 
 MASTERDIR=	${.CURDIR}/../../multimedia/gstreamer-plugins


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->gnome 
Responsible-Changed-By: pawel 
Responsible-Changed-When: Fri Jul 20 21:24:45 UTC 2012 
Responsible-Changed-Why:  
This is gnome@, multimedia@ related 

http://www.freebsd.org/cgi/query-pr.cgi?pr=170032 
Responsible-Changed-From-To: gnome->multimedia 
Responsible-Changed-By: mezz 
Responsible-Changed-When: Mon Dec 31 06:38:01 UTC 2012 
Responsible-Changed-Why:  
Not our ports, it's multimedia@. While I am here, your patch of 
gstreamer-plugins-ogg on add LIB_DEPENDS isn't correct. You should 
check in the multimedia/gstreamer-plugins/Makefile.common . 

http://www.freebsd.org/cgi/query-pr.cgi?pr=170032 
Responsible-Changed-From-To: multimedia->freebsd-multimedia 
Responsible-Changed-By: jmg 
Responsible-Changed-When: Wed Jan 2 00:44:32 UTC 2013 
Responsible-Changed-Why:  
assign to the correct name.. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=170032 
State-Changed-From-To: open->closed 
State-Changed-By: kwm 
State-Changed-When: Sat Nov 23 22:49:30 UTC 2013 
State-Changed-Why:  
I believe this has been resolved following the libogg update. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=170032 
>Unformatted:
